Harmonize posix/regcomp.c with gnulib: comment formatting
[glibc.git] / ChangeLog
blobdb19e88d4f081a9bf80eabdf705df1b1c4738db4
1 2015-03-10  Roland McGrath  <roland@hack.frob.com>
3         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
4         gnulib file.  Replace __attribute with __attribute__ throughout.
6 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
8         * sysdeps/hppa/fpu/libm-test-ulps: Update.
10 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
12         [BZ #18104]
13         * math/auto-libm-test-in: Add another test of pow.
14         * math/auto-libm-test-out: Regenerated.
16 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
19         $(config-cflags-nofma).
21 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
23         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
24         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
25         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
26         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
27         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
28         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
29         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
30         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
31         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
32         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
33         Add comment on closing #endif.
35 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
37         * posix/wordexp.c (CHAR_IN_SET): New macro.
38         (parse_param): Use it.
40 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42         * sysdeps/powerpc/fpu/libm-test-ulps: update.
44 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
46         [BZ #18043]
47         * posix/wordexp.c (parse_param): Fix buffer overflow.
48         * posix/wordexp-test.c (test_case): Add test case.
50 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
52         [BZ #18042]
53         * posix/wordexp.c (parse_backtick): Fix off-by-one.
54         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
56 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
58         [BZ #18043]
59         * posix/wordexp-test.c (test_case): Add test for BZ #18043
60         (do_bz18043): Delete.
61         (at_page_end): New.
62         (testit): Refactor to have words at the edge of unreadable page.
64 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
66         [BZ #16734]
67         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
68         Cleanup read-only streams as well.
69         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
71 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
73         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
74         <bits/libc-lockP.h>
76 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
78         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
79         on [__KERNEL__].
80         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
81         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
82         * soft-fp/op-common.h (_FP_DECL): Likewise.
84 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
86         * elf/ifuncdep2.c (global): Replace
87         __attribute__((visibility("protected"))) with
88         asm (".protected global").
89         * elf/ifuncmod1.c (global): Likewise.
90         * elf/ifuncmod5.c (global): Likewise.
92 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
94         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
95         <asm/sfp-machine.h> instead of <sfp-machine.h>.
97 2015-03-06  Roland McGrath  <roland@hack.frob.com>
99         * manual/install.texi (Configuring and compiling):
100         Document test-wrapper-env-only.
101         * INSTALL: Regenerated.
103 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
105         [BZ #18043]
106         * posix/wordexp.c (parse_param): Fix buffer overflow.
107         * posix/wordexp-test.c (do_bz18043): Add test case.
109 2015-03-06  Vincent Bernat  <vincent@bernat.im>
111         * time/tst-strptime2.c (do_test): Ensure failing tests are
112         reported correctly.
113         * time/tst-strptime3.c (do_test): Likewise.
115 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
117         Fix aio_error thread-safety.
118         * sysdeps/pthread/aio_error.c: New file
119         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
120         synchronization.
122 2015-03-06  Florian Weimer  <fweimer@redhat.com>
124         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
125         (group_number, vfprintf): Use it.
126         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
127         (JUMP, REF): Use it.
128         (WORK_BUFFER_SIZE): New enum constant.
129         (process_arg, vfprintf): Use it.
131 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
133         * manual/errno.texi (Error Messages): Complete example function
134         by adding missing #define.
135         (program_invocation_name): Add statement indicating GNU
136         extension and reference which header file declares the variable.
137         (program_invocation_short_name): Likewise.
139 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
141         * manual/errno.texi (Error Messages): Delete strerror ISO C89
142         compatibility note.
144 2015-03-05  Roland McGrath  <roland@hack.frob.com>
146         * Makeconfig (test-wrapper-env-only): New variable.
147         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
148         then use that with $(test-wrapper-env-only) rather than using
149         $(test-wrapper-env) $(run-program-env) $($*-ENV).
151 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
153         [BZ #18082]
154         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
155         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
156         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
157         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
158         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
159         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
160         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
161         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
162         Likewise.
163         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
164         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
165         Likewise.
166         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
167         Likewise.
168         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
169         Likewise.
170         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
171         Likewise.
172         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
173         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
174         Likewise.
175         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
176         Likewise.
177         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
178         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
180 2015-03-04  Roland McGrath  <roland@hack.frob.com>
182         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
183         (ETH_ALEN): New macro.
184         (struct ether_addr): Use it for length of ether_addr_octet.
186         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
187         (setdb): Don't call __nss_configure_lookup for "rpc".
188         (do_test): Don't call test_rpc.
189         (output_rpcent, test_rpc): Functions moved ...
190         * sunrpc/test-rpcent.c: ... to this new file.
191         * sunrpc/Makefile (tests): Add it.
193         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
194         __xpg_sigpause.
195         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
196         * nptl/tst-signal6.c: Likewise.
197         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
198         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
200         * configure.ac (libc_cv_cxx_link_ok): New check.
201         Reset CXX to empty if it fails to link.
202         * configure: Regenerated.
203         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
204         bug-atexit3-lib only if $(CXX) is nonempty.
205         * nptl/Makefile (tests): Likewise for tst-cancel24.
206         (tests, tests-static): Likewise for tst-cancel24-static.
207         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
208         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
209         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
210         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
212 2015-03-04  Andreas Schwab  <schwab@suse.de>
214         [BZ #17631]
215         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
216         for non-GCC compilers.
217         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
218         Likewise.
220 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
222         [BZ #17776]
223         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
224         integer before bitwise and assembly operations.
225         (feclearexcept): Likewise.
226         * math/test-fenvinline.c: New file.
227         * math/Makefile: Add test-fenvinline test.
229 2015-03-03  Alan Modra  <amodra@gmail.com>
231         [BZ #16512]
232         * scripts/localplt.awk: Strip off symbol version.
233         * NEWS: Mention bug fix.
235 2015-03-02  Roland McGrath  <roland@hack.frob.com>
237         * sysdeps/pthread/timer_routines.c
238         (timer_free_list, thread_free_list, thread_active_list): Make static.
240 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
242         [BZ #17779]
243         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
244         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
245         Undefine.
246         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
247         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
248         Likewise.
249         * sysdeps/unix/sysv/linux/sh/kernel-features.h
250         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
251         Likewise.
253 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
255         [BZ #18036]
256         * posix/fnmatch_loop.c (END): Detect invalid pattern.
257         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
259 2015-03-02  Andreas Schwab  <schwab@suse.de>
261         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
262         variable name.
264 2015-03-02  Florian Weimer  <fweimer@redhat.com>
266         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
267         Return error status.
269 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
271         [BZ #15969]
272         * locale/findlocale.c (_nl_find_locale): Introduce const
273         version of loc_name and drop unsafe type casts.
275 2015-02-27  Roland McGrath  <roland@hack.frob.com>
277         * dlfcn/tststatic2.c (main): Converted to ...
278         (do_test): ... this.
279         (TEST_FUNCTION): New macro.
280         Include test-skeleton.c.
282 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
284         [BZ #17711]
285         * elf/Makefile (tests): Add vismain only if PIE is enabled.
286         (tests-pie): Add vismain.
287         (CFLAGS-vismain.c): New.
288         * elf/vismain.c: Add comments for PIE requirement.
290 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
292         [BZ #18046]
293         [BZ #18047]
294         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
295         0x1p-56L as threshold for just returning the argument.
296         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
297         0x1p-32L as threshold for just returning the argument.
298         * math/auto-libm-test-in: Add more tests of atanh.
299         * math/auto-libm-test-out: Regenerated.
300         * sysdeps/i386/fpu/libm-test-ulps: Update.
301         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
303 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
305         * string/bcopy.c (bcopy): Call memmove for performance.
307 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
309         * string/bzero.c (__bzero): Call memset for performance.
311 2015-02-27  John David Anglin  <dave.anglin@bell.net>
313         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
314         to 00100000.
316 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
318         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
320 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
322         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
323         (__kernel_standard): Use CSTR macro when setting exc.name.
324         * sysdeps/ieee754/Makefile [$(subdir) = math]
325         (CFLAGS-k_standard.c): Remove variable.
327         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
328         setting p and q from "else if" to "else".
329         (qzero): Likewise.
330         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
331         (qone): Likewise.
332         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
333         (qzerof): Likewise.
334         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
335         (qonef): Likewise.
336         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
337         (qzero): Likewise.
338         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
339         (qone): Likewise.
341         [BZ #18038]
342         [BZ #18039]
343         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
344         return pi/2 for arguments below 0x1p-113L.
345         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
346         return pi/2 for arguments below 0x1p-106L.
347         * math/auto-libm-test-in: Add more tests of acos.
348         * math/auto-libm-test-out: Regenerated.
350         [BZ #16351]
351         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
352         (MO): New macro.
353         (__ieee754_asin): Force underflow exception for results with small
354         absolute value.
355         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
356         (MO): New macro.
357         (__ieee754_asinf): Force underflow exception for results with
358         small absolute value.
359         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
360         (__ieee754_asin): Force underflow exception for results with small
361         absolute value.
362         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
363         (__ieee754_asinf): Force underflow exception for results with
364         small absolute value.
365         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
366         (__ieee754_asinl): Force underflow exception for results with
367         small absolute value.
368         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
369         (__ieee754_asinl): Force underflow exception for results with
370         small absolute value.
371         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
372         (__ieee754_asinl): Force underflow exception for results with
373         small absolute value.
374         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
375         Include <math.h>.
376         * math/auto-libm-test-in: Do not mark underflow exceptions as
377         possibly missing for bug 16351.
378         * math/auto-libm-test-out: Regenerated.
380         [BZ #18030]
381         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
382         of power of 2 down when low part has opposite sign.
383         * math/libm-test.inc (logb_test_data): Add more tests.
385 2015-02-26  Andreas Schwab  <schwab@suse.de>
387         [BZ #18032]
388         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
389         over collating symbol inside a bracket expression.  Minor cleanup.
390         * posix/tst-fnmatch3.c (do_test): Add test case.
392 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
394         [BZ #18029]
395         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
396         Adjust exponent of power of 2 down when low part has opposite
397         sign.
398         * math/libm-test.inc (ilogb_test_data): Add more tests.
400 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
402         [BZ #15969]
403         * locale/findlocale.c (_nl_find_locale): Fix constness error in
404         the previous change.
406         [BZ #15969]
407         * locale/findlocale.c (_nl_find_locale): Retry archive search
408         after alias expansion.
410 2015-02-25  Roland McGrath  <roland@hack.frob.com>
412         * iconv/tst-iconv3.c (main): Converted to ...
413         (do_test): ... this.
414         (TEST_FUNCTION): New macro.
415         Include test-skeleton.c.
417         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
418         (convert): Make function static.
419         (test_unalign): Likewise.  Add const to argument pointee types.
420         (main): Replace with static function do_test.
421         Print "Succeeded." only if RET is zero.
422         (TEST_FUNCTION): New macro.
423         Include test-skeleton.c.
425         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
426         returns a null pointer.
428 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
430         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
431         to __memcpy_ppc only for static builds.
433 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
435         [BZ #18020]
436         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
437         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
438         * math/auto-libm-test-in: Add more tests of asinh.
439         * math/auto-libm-test-out: Regenerated.
440         * sysdeps/i386/fpu/libm-test-ulps: Update.
441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
443 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
445         [BZ #15850]
446         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
447         and ip6_mtuinfo definitions here.
448         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
449         in this define too.  Update comment.
451 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
453         * elf/sprof.c (load_shobj): Tweak error message to match others.
455 2015-02-24  Kevin Easton  <kevin@guarana.org>
457         [BZ #16145] (partial fix)
458         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
459         to reduce lock contention.
461 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
463         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
464         (struct timex): Update time comment.
465         (ADJ_SETOFFSET): Define.
467 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
469         [BZ #18019]
470         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
471         2**56 not 2**28 as threshold for log (2x) formula.
472         * math/auto-libm-test-in: Add more tests of acosh.
473         * math/auto-libm-test-out: Regenerated.
474         * sysdeps/i386/fpu/libm-test-ulps: Update.
475         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
477 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
479         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
480         parenthesis around the buf assignment.
481         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
483 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
485         [BZ #16783]
486         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
487         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
488         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
489         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
490         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
491         * math/libm-test.inc (scalb_test_data): Add more tests.
493 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
495         [BZ #17916]
496         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
497         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
499 2015-02-24  Eric Rannaud  <e@nanocritical.com>
501         [BZ #17523]
502         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
503         * io/bits/fcntl2.h (open): Use it.
504         (openat): Likewise.
505         * io/open.c (__libc_open): Likewise.
506         * io/open64.c (__libc_open64): Likewise.
507         * io/open64_2.c (__open64_2): Likewise.
508         * io/open_2.c (__open_2): Likewise.
509         * io/openat.c (__openat): Likewise.
510         * io/openat64.c (__openat64): Likewise.
511         * io/openat64_2.c (__openat64_2): Likewise.
512         * io/openat_2.c (__openat_2): Likewise.
513         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
514         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
515         * sysdeps/posix/open64.c (__libc_open64): Likewise.
516         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
517         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
518         (__open_nocancel): Likewise.
519         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
520         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
521         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
523 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
525         [BZ #14841]
526         * resolv/gethnamaddr.c (getanswer): Skip logging if
527         RES_USE_DNSSEC is set.
528         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
530 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
532         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
534 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
536         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
537         201304L, for Unicode 7.
539 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
541         [BZ #17836]
542         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
543         shared library.  Add gmon-start.os otherwise.
544         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
545         $(objpfx)gmon-start.os if builing shared library.
546         ($(objpfx)g$(static-start-installed-name)): Likewise.
548 2015-02-23  Andreas Schwab  <schwab@suse.de>
550         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
552 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
554         [BZ #17269]
555         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
556         (enlarge_userbuf): Likewise.
558 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
560         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
561         * math/atest-exp.c (TIMEOUT): Adjust to 200.
562         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
563         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
565 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
567         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
568         expression inside statement expression.
570 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
572         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
573         <sysdeps/nptl/lowlevellock.h> and remove macros and
574         functions that are now defined there.
575         (SYS_futex): Remove.
576         (lll_compare_and_swap): Remove.
577         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
579 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
581         [BZ #17999]
582         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
583         instead of scandirat.
584         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
585         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
586         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
587         __scandirat.
588         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
589         (__scandirat): Declare.  Use libc_hidden_proto.
590         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
591         Remove variable.
592         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
594 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
596         [BZ #15319]
597         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
598         (MO): New macro.
599         (__ieee754_atan2): For results with small absolute value, force
600         underflow exception and remove excess range and precision from
601         return value.
602         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
603         (MO): New macro.
604         (__ieee754_atan2f): For results with small absolute value, force
605         underflow exception and remove excess range and precision from
606         return value.
607         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
608         (MO): New macro.
609         (__atan): For results with small absolute value, force underflow
610         exception and remove excess range and precision from return value.
611         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
612         (MO): New macro.
613         (__atanf): For results with small absolute value, force underflow
614         exception and remove excess range and precision from return value.
615         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
616         <math.h>.
617         (__ieee754_atan2): Force underflow exception for results with
618         small absolute value.
619         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
620         <math_private.h>.
621         (atan): Force underflow exception for results with small absolute
622         value.
623         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
624         (__atanf): Force underflow exception for results with small
625         absolute value.
626         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
627         <math.h>.
628         (__atanl): Force underflow exception for results with small
629         absolute value.
630         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
631         (__atanl): Force underflow exception for results with small
632         absolute value.
633         * sysdeps/x86/fpu/bits/mathinline.h
634         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
635         (__ieee754_atan2): Only define inline for long double.
636         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
637         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
638         * math/auto-libm-test-in: Do not mark underflow exceptions as
639         possibly missing for bug 15319.  Add more tests of atan2.
640         * math/auto-libm-test-out: Regenerated.
641         * math/libm-test.inc (casin_test_data): Do not mark underflow
642         exceptions as possibly missing for bug 15319.
643         (casinh_test_data): Likewise.
644         * sysdeps/i386/fpu/libm-test-ulps: Update.
646 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
648         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
649         * sysdeps/mips/bits/endian.h: Fix comments.
651 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
653         [BZ #17996]
654         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
655         (hdestroy_r): Likewise.
656         (hsearch_r): Likewise.
657         (__hcreate_r): Declare and use libc_hidden_proto.
658         (__hdestroy_r): Likewise.
659         (__hsearch_r): Likewise.
660         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
661         (hcreate): Call __hcreate_r instead of hcreate_r.
662         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
663         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
664         as weak alias of __hcreate_r.
665         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
666         __hdestroy_r.
667         (hsearch_r): Rename to __hsearch_r and define as weak alias of
668         __hsearch_r.
669         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
670         Remove variable.
671         (test-xfail-XPG4/search.h/linknamespace): Likewise.
672         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
673         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
674         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
676 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
678         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
679         arena_lock into a single arena_get.
681 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
683         * dl-reloc.c: Inlucde libc-internal.h.
684         (_dl_try_allocate_static_tls): Call ALIGN_UP.
685         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
686         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
687         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
688         (grow_heap): Likewise.
689         * malloc/malloc.c: Include libc-internal.h.
690         (do_check_malloc): Call powerof2.
691         (sysmalloc): Use pagesize. Call ALIGN_UP.
692         (systrim): Use pagesize.
693         (mremap_chunk): Use pagesize. Call ALIGN_UP.
694         (__libc_valloc): Use pagesize.
695         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
697 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
699         [BZ #17991]
700         * include/sys/resource.h (__getrlimit64): Declare.  Use
701         libc_hidden_proto.
702         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
703         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
704         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
705         getrlimit64.
706         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
707         __getrlimit64.
708         [!getrlimit64] (getrlimit64): Define as weak alias of
709         __getrlimit64.  Use libc_hidden_weak.
710         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
711         using __getrlimit64 not __new_getrlimit64.
712         (__GI_getrlimit64): Likewise.
713         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
714         Likewise.
715         (__GI_getrlimit64): Likewise.
716         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
718         (getrlimit): Add __getrlimit64 alias.
719         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
720         Likewise.
721         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
722         Remove variable.
723         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
724         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
726 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
728         * libio/fileops.c: Add missing sys/mman.h
729         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
731 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
733         * manual/math.texi (Errors in Math Functions): Clarify goals
734         regarding inexact and underflow exceptions.
736 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
738         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
739         * sysdeps/mips/memset.S: Ditto.
741 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
743         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
745 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
747         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
748         (__v1longjmp): Remove versioned symbol.
749         (__v1siglongjmp): Remove alias and versioned symbol.
750         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
751         (__v2siglongjmp): Likewise.
753 2015-02-16  Torvald Riegel  <triegel@redhat.com>
755         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
757 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
759         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
761 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
763         [BZ #17987]
764         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
765         zero result does not depend on the sign resulting from
766         subtraction.
767         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
768         Likewise.
769         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
770         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
771         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
772         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
773         * math/libm-test.inc (remquo_test_data): Add more tests.
775 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
777         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
778         Problem reported by J William Piggott.
780 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
782         [BZ #17978]
783         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
784         products 4 * y and 2 * y where those would overflow.
785         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
786         Likewise.
787         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
788         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
789         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
790         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
791         * math/libm-test.inc (remquo_test_data): Add more tests.
793         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
795         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
796         [defined _COMPILING_NEWLIB].
797         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
798         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
800         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
801         [!defined __mips_isa_rev || __mips_isa_rev < 6].
803 2015-02-16  Torvald Riegel  <triegel@redhat.com>
805         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
806         acquired.
808 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
810         [BZ #17792]
811         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
812         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
813         HOST_STACK_END_ADDR): Likewise.
815 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
817         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
818         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
819         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
821 2015-02-13  Roland McGrath  <roland@hack.frob.com>
823         * sysdeps/generic/c++-types.data: New file.
824         * sysdeps/generic/ld.abilist: New file.
825         * sysdeps/generic/libBrokenLocale.abilist: New file.
826         * sysdeps/generic/libanl.abilist: New file.
827         * sysdeps/generic/libc.abilist: New file.
828         * sysdeps/generic/libcrypt.abilist: New file.
829         * sysdeps/generic/libdl.abilist: New file.
830         * sysdeps/generic/libm.abilist: New file.
831         * sysdeps/generic/libpthread.abilist: New file.
832         * sysdeps/generic/libresolv.abilist: New file.
833         * sysdeps/generic/librt.abilist: New file.
835 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
837         [BZ #17569]
838         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
839         Compute absolute value of x as modified by fmod, not original
840         value of x.
841         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
842         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
843         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
844         RUN_TEST_ffI_f1_mod8.
845         (remquo_test_data): Add more tests.
847 2015-02-13  Roland McGrath  <roland@hack.frob.com>
849         * sysdeps/init_array/pt-crti.S: New file.
851 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
853         [BZ #17967]
854         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
855         __builtin_fmaf instead of relying on contraction of a * b + c.
857 2015-02-12  J William Piggott  <elseifthen@gmx.com>
859         [BZ #17969]
860         * manual/time.texi: correct the zoneinfo path in the TZ Variable
861         node.
863 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
865         [BZ #17964]
866         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
867         __builtin_fma instead of relying on contraction of a * b + c.
869 2015-02-12  Roland McGrath  <roland@hack.frob.com>
871         * Makeconfig (ASFLAGS): Add -Werror=undef.
872         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
873         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
874         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
876         * Makeconfig (after-link): New variable.
877         (+link-pie, +link-pie-tests): Use it.
878         (+link-static, +link-static-tests): Likewise.
879         (+link, +link-tests): Likewise.
880         * Makerules (build-module, build-module-asneeded): Likewise.
881         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
882         Likewise.
883         * elf/Makefile ($(objpfx)ld.so): Likewise.
885 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
887         [BZ #17965]
888         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
889         both struct timeval and struct timespec.
891 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
893         [BZ #16560]
894         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
895         and redefine.
896         (__ieee754_exp2l): Do not multiply small fractional parts by
897         M_LN2l.
898         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
899         small argument.
900         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
901         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
902         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
903         * math/auto-libm-test-in: Add more tests of exp2.
904         * math/auto-libm-test-out: Regenerated.
906 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
908         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
909         unaligned path.
911 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
913         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
914         little endian.
916 2015-02-12  Andreas Schwab  <schwab@suse.de>
918         [BZ #15790]
919         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
920         Filter out elision flags from value returned in kind.
921         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
922         * nptl/tst-pthread-mutexattr.c: New file.
924 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
926         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
927         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
928         into gnu-gnu, and update comment to refer to abi-tags.
930 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
932         [BZ #15467]
933         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
934         (__sincos): Set errno to EDOM for infinite argument.
935         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
936         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
937         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
938         (__sincosl): Set errno to EDOM for infinite argument.
939         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
940         (__sincosl): Set errno to EDOM for infinite argument.
941         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
942         (__sincosl): Set errno to EDOM for infinite argument.
943         * math/libm-test.inc (sincos_test_data): Test errno setting.
945 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
947         * string/strxfrm_l.c: Remove #define STRCMP.
948         * string/strcoll_l.c: Remove #define STRLEN.
949         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
950         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
952 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
954         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
955         * sysdeps/mips/mips32/sfp-machine.h: ... here.
956         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
957         * sysdeps/mips/mips64/Makefile: ... here.
958         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
959         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
960         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
961         * sysdeps/mips/mips64/sfp-machine.h: ... here.
962         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
963         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
964         * sysdeps/mips/mips64/n64/Implies: Likewise.
966 2015-02-10  Roland McGrath  <roland@hack.frob.com>
968         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
969         <sys/time.h>, <string.h>, and <errno.h>.
970         (dest_offset, dest_address, value, zero): Remove unused variables.
971         (ldouble): Remove typedef.
972         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
973         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
974         1).  Fix code style.
975         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
976         (check): Function removed.
977         (CHECK): New macro.
978         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
979         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
980         Don't call set_sigaction_FP and remove_sigaction_FP here.
981         (ldouble_test): Just use 'long double' as macro argument, no need for
982         the 'ldouble' typedef.
983         (do_test): Set up SIGFPE handler at start, using plain signal rather
984         than sigaction.  Fix code style.
986 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
988         [BZ #17949]
989         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
990         jump label.
992 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
994         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
995         * sysdeps/powerpc/powerpc32/configure: Regenerated.
997         * sysdeps/powerpc/configure.ac: Remove file.
998         * sysdeps/powerpc/configure: Likewise.
1000         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1001         [sysdep_routines]: Remove wordcopy-power6 object.
1002         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1003         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1004         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1005         (__memmove_ppc32): Likewise.
1006         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1007         file.
1008         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1009         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1010         Remove preprocessor.
1012         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1013         [sysdep_routines]: Remove wide chars objects.
1014         [wcsmbs]: New rule for wide char objects.
1016         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1017         Remove wordcopy-power6 obejct.
1018         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1019         Use local call for wordcopy and memcpy symbols.
1020         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1021         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1022         implementation for loader.
1023         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1025         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1026         Remove wordcopy-power7 object.
1027         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1028         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1029         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1030         (_wordcopy_fwd_dest_aligned): Likewise.
1031         (_wordcopy_bwd_aligned): Likewise.
1032         (_wordcopy_bwd_dest_aligned): Likewise.
1034         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1035         Rewrite to call __memmove_ppc instead of include default
1036         implementation.
1038         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1039         Remove wide chars objects.
1040         [wcsmbs]: New rule for wide char objects.
1042 2015-02-09  Andreas Schwab  <schwab@suse.de>
1044         [BZ #17912]
1045         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1046         in terms of __O_DIRECTORY.
1048 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1050         * time/getdate.c: Include <stdbool.h>.
1051         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1052         call PTR_MANGLE.
1053         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1054         PTR_DEMANGLE.
1056 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1058         Add ersatz _Static_assert on older C hosts
1059         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1060         pre-C11 C platform that is not known to support _Static_assert.
1062 2015-02-07  Richard Braun  <rbraun@sceen.net>
1064         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1065         sigstate.
1066         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1068 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1070         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1071         priority against unexistent AIO_PRIO_DELTA_MAX.
1072         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1073         instead of int.
1074         * misc/fchflags.c (fchflags): Likewise.
1075         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1076         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1077         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1078         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1079         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1080         Declare macros.
1081         [__USE_MISC] (chflags, fchflags): Declare functions.
1082         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1083         EINVAL when nfds is greater than FD_SETSIZE.
1084         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1085         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1086         45.
1087         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1088         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1089         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1090         MACH_RCV_TIMED_OUT.
1091         * hurd/hurd/signal.h (_hurd_self_sigstate,
1092         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1093         Explicit casts from void *.
1094         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1095         * abi-tags: Rename gnu-gnu os into gnu.
1097         [BZ #4719]
1098         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1099         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1100         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1101         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1102         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1103         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1105         [BZ #17944]
1106         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1107         duplicates ADDR->sun_path with sockaddr LEN limitation.
1108         * sysdeps/mach/hurd/connect.c: Include <string.h>
1109         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1110         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1111         * sysdeps/mach/hurd/sendto.c: Likewise.
1112         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1113         implementing it by hand.
1115 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1117         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1118         Use sfi_breg on ldr.
1119         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1120         Likewise.
1122         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1123         it's defined.
1124         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1125         Test SIGSETXID only if it's defined.
1127         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1129         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1130         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1132         * nptl/tst-align2.c: Moved ...
1133         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1134         * nptl/Makefile (tests): Remove tst-align2.
1135         * sysdeps/unix/sysv/linux/Makefile
1136         [$(subdir) = nptl] (tests): Add tst-align-clone.
1137         * nptl/tst-getpid1.c: Moved ...
1138         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1139         * nptl/tst-getpid2.c: Moved ...
1140         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1141         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1142         * sysdeps/unix/sysv/linux/Makefile
1143         [$(subdir) = nptl] (tests): ... here.
1144         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1145         * sysdeps/unix/sysv/linux/Makefile
1146         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1148         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1149         Drop trailing \n from perror argument.  Use return rather than exit.
1151         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1152         on [SA_SIGINFO].
1153         * nptl/tst-cancel21.c (do_test): Likewise.
1154         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1155         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1156         [!SA_SIGINFO]: Make it a stub test.
1158         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1159         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1161         * posix/tst-getlogin.c: Move to ...
1162         * login/tst-getlogin.c: ... here.
1163         * posix/Makefile (tests): Move tst-getlogin to ...
1164         * login/Makefile (tests): ... here.
1166         * libio/tst-atime.c (do_test): Move local variables SV and E
1167         inside [ST_NOATIME] conditional.
1169         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1171         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1173         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1174         (wait_code): New function replaces macro.
1175         Call nanosleep rather than syscall.
1177         * nptl/pt-system.c: Rewritten.  Put everything under
1178         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1179         Use IFUNC to redirect when possible.
1181         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1182         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1183         Use IFUNC to redirect when possible.
1185         * nptl/pt-fork.c: Rewritten.  Put everything under
1186         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1187         Use IFUNC to redirect when possible.
1188         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1190         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1191         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1192         unconditionally nowadays.  This included the only reference to
1193         __vdso_clock_gettime that appears outside libc proper.
1194         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1195         Remove version set (containing only __vdso_clock_gettime).
1196         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1197         Add attribute_hidden.
1198         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1199         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1200         libc_hidden_data_def.
1201         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1202         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1204         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1205         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1206         setrpcent, and getrpcport to ...
1207         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1208         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1209         getrpcbynumber_r, and getrpcent_r to ...
1210         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1211         * inet/getrpcbyname.c: Moved ...
1212         * sunrpc/getrpcbyname.c: ... here.
1213         * inet/getrpcbyname_r.c: Moved ...
1214         * sunrpc/getrpcbyname_r.c: ... here.
1215         * inet/getrpcbynumber.c: Moved ...
1216         * sunrpc/getrpcbynumber.c: ... here.
1217         * inet/getrpcbynumber_r.c: Moved ...
1218         * sunrpc/getrpcbynumber_r.c: ... here.
1219         * inet/getrpcent.c: Moved ...
1220         * sunrpc/getrpcent.c: ... here.
1221         * inet/getrpcent_r.c: Moved ...
1222         * sunrpc/getrpcent_r.c: ... here.
1223         * inet/Makefile (routines): Move those to ...
1224         * sunrpc/Makefile (routines): ... here.
1225         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1226         the $(subdirs) list.
1227         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1228         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1229         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1230         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1232         * elf/Makefile (routines): Include $(all-dl-routines), not just
1233         $(dl-routines).
1234         (rtld-routines): Likewise.  Use = rather than :=.
1235         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1236         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1237         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1238         * sysdeps/arm/Makefile: Likewise.
1239         * sysdeps/i386/Makefile: Likewise.
1240         * sysdeps/x86_64/Makefile: Likewise.
1241         * sysdeps/hppa/Makefile [$(subdir) = elf]
1242         (sysdep_routines, sysdep-rtld-routines): Don't add
1243         $(sysdep-dl-routines) to these.
1244         * sysdeps/ia64/Makefile: Likewise.
1245         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1246         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1247         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1248         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1249         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1250         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1251         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1252         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1253         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1254         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1255         these; sysdep-dl-routines alone is enough.
1257 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1259         [BZ #17932]
1260         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1261         where multiplication results in zero and third argument is finite
1262         and nonzero.
1263         * math/auto-libm-test-in: Add more tests of fma.
1264         * math/auto-libm-test-out: Regenerated.
1266         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1267         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1268         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1269         (_FP_CMP_EQ): Likewise.
1270         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1272         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1273         extra argument CHECK_NAN.  Redefine as wrapper around
1274         _FP_EXTEND_CNAN.
1276 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1278         * version.h (RELEASE): Set to "stable".
1279         (VERSION): Set to "2.21"
1280         * include/features.h (__GLIBC_MINOR__): Set to 21.
1282         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1284 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1285             Paul Eggert  <eggert@cs.ucla.edu>
1287         [BZ #16618]
1288         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1289         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1290         size in bytes. Store needed elements in wpmax. Use needed size
1291         in bytes for extend_alloca.
1293 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1295         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1296         binutls 2.25, and texinfo 5.2.
1297         * INSTALL: Regenerate.
1298         * sysdeps/nios2/configure: Regenerate.
1299         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1300         * manual/contrib.texi: Update.
1301         * po/be.po: Update.
1302         * po/bg.po: Update.
1303         * po/ca.po: Update.
1304         * po/cs.po: Update.
1305         * po/da.po: Update.
1306         * po/de.po: Update.
1307         * po/el.po: Update.
1308         * po/eo.po: Update.
1309         * po/es.po: Update.
1310         * po/fi.po: Update.
1311         * po/fr.po: Update.
1312         * po/gl.po: Update.
1313         * po/hr.po: Update.
1314         * po/hu.po: Update.
1315         * po/ia.po: Update.
1316         * po/id.po: Update.
1317         * po/it.po: Update.
1318         * po/ja.po: Update.
1319         * po/ko.po: Update.
1320         * po/lt.po: Update.
1321         * po/nb.po: Update.
1322         * po/nl.po: Update.
1323         * po/pl.po: Update.
1324         * po/pt_BR.po: Update.
1325         * po/ru.po: Update.
1326         * po/rw.po: Update.
1327         * po/sk.po: Update.
1328         * po/sl.po: Update.
1329         * po/sv.po: Update.
1330         * po/tr.po: Update.
1331         * po/uk.po: Update.
1332         * po/vi.po: Update.
1333         * po/zh_CN.po: Update.
1334         * po/zh_TW.po: Update.
1336         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1337         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1338         * sysdeps/hppa/dl-irel.h: Remove #warning.
1339         * sysdeps/hppa/entry.h: Provide prototype for
1340         __canonicalize_funcptr_for_compare and cast argument.
1341         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1342         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1343         * sysdeps/hppa/sotruss-lib.c: New file.
1344         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1345         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1346         (atomic_compare_and_exchange_bool_acq): Likewise.
1347         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1348         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1350         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1351         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1352         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1354 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1356         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1357         called function in non-PIC case.
1359 2015-01-31  David S. Miller  <davem@davemloft.net>
1361         * sysdeps/sparc/sparc32/bits/atomic.h
1362         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1363         unlock not after it.
1364         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1365         volatile register usage warnings from the compiler.
1367         * sysdeps/sparc/nptl/sem_init.c: Delete.
1368         * sysdeps/sparc/nptl/sem_post.c: Delete.
1369         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1370         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1371         * sysdeps/sparc/sparc32/sem_init.c: New file.
1372         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1373         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1374         padding explicitly initialized.
1375         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1376         padding for in-semaphore spinlock.
1377         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1378         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1379         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1380         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1381         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1382         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1383         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1384         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1385         version.
1386         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1387         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1389 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1391         [BZ #17801]
1392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1393         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1394         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1395         New.
1396         (index_AVX_Fast_Unaligned_Load): Likewise.
1397         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1398         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1399         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1400         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1401         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1402         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1403         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1404         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1405         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1407 2015-01-29  Andreas Schwab  <schwab@suse.de>
1409         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1411 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1413         [BZ #17892]
1414         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1416 2015-01-28  Martin Sebor  <msebor@redhat.com>
1418         * math/README.libm-test: Clarify. Add "How to read the test output."
1420 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1422         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1423         Define to 0.
1425 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1427         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1428         (__HAVE_64B_ATOMICS): Define to 0.
1430 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1432         [BZ #17885]
1433         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1434         value to set as new flag.
1436         [BZ #16576]
1437         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1438         and use _ARCH_PPCSQ instead.
1439         (__ieee754_sqrt): Likewise.
1440         (__ieee754_sqrtf): Likewise.
1441         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1442         _ARCH_PPCSQ is defined.
1443         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1444         fsqrt instruction.
1445         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1446         _ARCH_PPCSQ is defined.
1447         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1448         fsqrts instruction.
1449         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1451 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1453         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1454         bug (GCC BZ #64739).
1456 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1458         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1459         Mark _retval as used.
1460         (lll_futex_wake_unlock): Likewise.
1461         (lll_futex_timed_wait_requeue_pi): Likewise.
1463         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1464         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1465         register variables.
1467         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1468         libm_hidden_def.
1470         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1471         (__bswap_64): Mark as __always_inline.
1473 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1475         [BZ #15378]
1476         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1477         when none of the search directories exist.
1479 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1481         [BZ #17869]
1482         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1483         power8 in .machine directive.
1485         [BZ #17868]
1486         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1487         set dependency from opd value.
1489 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1491         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1492         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1493         architecture.
1495 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1497         [BZ #17870]
1498         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1499         with uint64_t.
1500         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1501         (uint64_t) 1.
1502         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1503         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1504         Replace 1UL with (uint64_t) 1.
1505         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1506         int with uint64_t.
1508 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1510         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1511         (if_freenameindex): Likewise.
1513         * resource/getrlimit64.c: Add missing libc_hidden_def.
1515 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1517         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1518         __label__.
1519         (_FP_FMA): Likewise.
1520         (_FP_TO_INT_ROUND): Likewise.
1521         (_FP_FROM_INT): Likewise.
1523 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1525         [BZ #16418]
1526         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1527         Make code racy and cancel safe.
1529 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1531         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1532         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1533         attribution.
1535         * pwd/tst-getpw.c: Rewrite.
1537         [BZ #17702]
1538         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1539         (modules-names): Add moddummy1 and moddummy2.
1540         ($(objpfx)tst-rec-dlopen): Define.
1541         * dlfcn/moddummy1.c: New file.
1542         * dlfcn/moddummy2.c: New file.
1543         * dlfcn/tst-rec-dlopen.c: New file.
1544         * elf/dl-cache.c (_dl_load_cache_lookup):
1545         Return char*. Copy result with alloca/strcpy/strdup.
1546         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1547         returns char*. Free cached. If not saving realname
1548         free cached.
1549         * elf/dl-open.c (dl_open_worker): Do not assert that
1550         _r_debug->r_state is RT_CONSISTENT.
1551         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1552         returns char*.
1554 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1555             Carlos O'Donell  <carlos@redhat.com>
1557         [BZ #12674]
1558         * nptl/sem_waitcommon.c: New file.
1559         * nptl/sem_wait.c: Include sem_waitcommon.c.
1560         (__sem_wait_cleanup, do_futex_wait): Remove.
1561         (__new_sem_wait): Adapt.
1562         (__new_sem_trywait): New function.
1563         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1564         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1565         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1566         (sem_timedwait): Adapt.
1567         * nptl/sem_post.c (__new_sem_post): Adapt.
1568         (futex_wake): New function.
1569         (__old_sem_post): Add release MO fence.
1570         * nptl/sem_open.c (sem_open): Adapt.
1571         * nptl/sem_init.c (__new_sem_init): Adapt.
1572         (futex_private_if_supported): New function.
1573         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1574         (__old_sem_getvalue): Add using previous code.
1575         * sysdeps/nptl/internaltypes.h: Adapt.
1576         * nptl/tst-sem13.c (do_test): Adapt.
1577         * nptl/tst-sem11.c (main): Adapt.
1578         * nptl/sem_trywait.c: Remove.
1579         * nptl/DESIGN-sem.txt: Remove.
1580         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1581         (gen-as-const-headers): Remove structsem.sym.
1582         * nptl/structsem.sym: Remove.
1583         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1584         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1585         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1586         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1587         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1588         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1589         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1590         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1591         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1592         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1593         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1594         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1595         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1596         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1597         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1598         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1599         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1600         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1601         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1602         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1603         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1604         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1606 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1608         * INSTALL: Regenerated.
1610         * po/libc.pot: Regenerated.
1612 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1613             Sandra Loosemore  <sandra@codesourcery.com>
1614             Andrew Jenner  <andrew@codesourcery.com>
1615             Joseph Myers  <joseph@codesourcery.com>
1616             Nathan Sidwell  <nathan@codesourcery.com>
1618         * NEWS: Mention new Nios II port.
1619         * sysdeps/nios2/Implies: New file.
1620         * sysdeps/nios2/Makefile: New file.
1621         * sysdeps/nios2/Subdirs: New file.
1622         * sysdeps/nios2/Versions: New file.
1623         * sysdeps/nios2/__longjmp.S: New file.
1624         * sysdeps/nios2/abort-instr.h: New file.
1625         * sysdeps/nios2/backtrace.c: New file.
1626         * sysdeps/nios2/bits/endian.h: New file.
1627         * sysdeps/nios2/bits/fenv.h: New file.
1628         * sysdeps/nios2/bits/link.h: New file.
1629         * sysdeps/nios2/bits/setjmp.h: New file.
1630         * sysdeps/nios2/bsd-_setjmp.S: New file.
1631         * sysdeps/nios2/bsd-setjmp.S: New file.
1632         * sysdeps/nios2/configure: New generated file.
1633         * sysdeps/nios2/configure.ac: New file.
1634         * sysdeps/nios2/crti.S: New file.
1635         * sysdeps/nios2/crtn.S: New file.
1636         * sysdeps/nios2/dl-init.c: New file.
1637         * sysdeps/nios2/dl-machine.h: New file.
1638         * sysdeps/nios2/dl-sysdep.h: New file.
1639         * sysdeps/nios2/dl-tls.h: New file.
1640         * sysdeps/nios2/dl-trampoline.S: New file.
1641         * sysdeps/nios2/gccframe.h: New file.
1642         * sysdeps/nios2/gmp-mparam.h: New file.
1643         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1644         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1645         * sysdeps/nios2/ldsodefs.h: New file.
1646         * sysdeps/nios2/libc-tls.c: New file.
1647         * sysdeps/nios2/libm-test-ulps: New file.
1648         * sysdeps/nios2/machine-gmon.h: New file.
1649         * sysdeps/nios2/math-tests.h: New file.
1650         * sysdeps/nios2/math_private.h: New file.
1651         * sysdeps/nios2/memusage.h: New file.
1652         * sysdeps/nios2/nptl/Makefile: New file.
1653         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1654         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1655         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1656         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1657         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1658         * sysdeps/nios2/nptl/tls.h: New file.
1659         * sysdeps/nios2/preconfigure: New file.
1660         * sysdeps/nios2/s_fma.c: New file.
1661         * sysdeps/nios2/s_fmaf.c: New file.
1662         * sysdeps/nios2/setjmp.S: New file.
1663         * sysdeps/nios2/sfp-machine.h: New file.
1664         * sysdeps/nios2/sotruss-lib.c: New file.
1665         * sysdeps/nios2/stackguard-macros.h: New file.
1666         * sysdeps/nios2/stackinfo.h: New file.
1667         * sysdeps/nios2/start.S: New file.
1668         * sysdeps/nios2/sysdep.h: New file.
1669         * sysdeps/nios2/tls-macros.h: New file.
1670         * sysdeps/nios2/tst-audit.h: New file.
1671         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1672         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1673         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1674         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1675         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1676         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1677         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1678         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1679         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1680         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1681         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1682         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1683         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1684         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1685         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1686         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1687         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1688         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1689         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1690         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1691         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1692         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1693         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1694         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1695         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1696         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1697         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1698         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1699         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1700         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1701         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1702         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1703         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1704         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1705         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1706         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1707         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1708         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1709         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1710         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1711         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1712         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1713         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1714         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1716 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1718         [BZ #17844]
1719         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1720         (getutent): Use weak_alias in non SHARED case
1721         and default_symbol_version in SHARED case.
1722         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1723         (getutent_r, pututline): Likewise.
1724         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1725         (getutid): Likewise.
1726         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1727         (getutid_r): Likewise.
1728         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1729         (getutline): Likewise.
1730         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1731         (getutline_r): Likewise.
1732         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1733         (updwtmp): Likewise.
1735 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1737         [BZ #17848]
1738         * sysdeps/s390/s390-32/memcmp.S
1739         (memcmp_g5): Rename to __memcmp_g5.
1740         * sysdeps/s390/s390-32/memcpy.S
1741         (memcpy_g5): Rename to __memcpy_g5.
1742         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1743         (memcpy_mvcle) Rename to __memcpy_mvcle.
1744         * sysdeps/s390/s390-32/memset.S
1745         (memset_g5): Rename to __memset_g5.
1746         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1747         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1748         and use prefixed functions.
1749         * sysdeps/s390/s390-32/multiarch/memcmp.S
1750         (memcmp_z196): Rename to __memcmp_z196.
1751         (memcmp_z10): Rename to __memcmp_z10.
1752         (memcmp): Set alias to __memcmp_g5.
1753         (bcmp): Set alias to __memcmp_g5.
1754         * sysdeps/s390/s390-32/multiarch/memcpy.S
1755         (memcpy_z196): Rename to __memcpy_z196.
1756         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1757         (memcpy_z10): Rename to __memcpy_z10.
1758         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1759         (memcpy): Set alias to __memcpy_g5.
1760         * sysdeps/s390/s390-32/multiarch/memset.S
1761         (memset_z196): Rename to __memset_z196.
1762         Jump to __memset_mvcle instead of memset_mvcle.
1763         (memset_z10): Rename to __memset_z10.
1764         Jump to __memset_mvcle instead of memset_mvcle.
1765         (memset_mvcle) Rename to __memset_mvcle.
1766         (memset): Set alias to __memset_g5.
1767         * sysdeps/s390/s390-64/memcmp.S
1768         (memcmp_z900): Rename to __memcmp_z900.
1769         * sysdeps/s390/s390-64/memcpy.S
1770         (memcpy_z900): Rename to __memcpy_z900.
1771         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1772         (memcpy_mvcle) Rename to __memcpy_mvcle.
1773         * sysdeps/s390/s390-64/memset.S
1774         (memset_z900): Rename to __memset_z900.
1775         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1776         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1777         and use prefixed functions.
1778         * sysdeps/s390/s390-64/multiarch/memcmp.S
1779         (memcmp_z196): Rename to __memcmp_z196.
1780         (memcmp_z10): Rename to __memcmp_z10.
1781         (memcmp): Set alias to __memcmp_z900.
1782         (bcmp): Set alias to __memcmp_z900.
1783         * sysdeps/s390/s390-64/multiarch/memcpy.S
1784         (memcpy_z196): Rename to __memcpy_z196.
1785         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1786         (memcpy_z10): Rename to __memcpy_z10.
1787         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1788         (memcpy): Set alias to __memcpy_z900.
1789         * sysdeps/s390/s390-64/multiarch/memset.S
1790         (memset_z196): Rename to __memset_z196.
1791         Jump to __memset_mvcle instead of memset_mvcle.
1792         (memset_z10): Rename to __memset_z10.
1793         Jump to __memset_mvcle instead of memset_mvcle.
1794         (memset_mvcle) Rename to __memset_mvcle.
1795         (memset): Set alias to __memset_z900.
1797 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1799         [BZ #17748]
1800         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1801         __fesetenv instead of fesetenv.
1803 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1805         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1806         macro.
1808 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1810         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1811         regression on LE.
1813         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1814         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1815         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1816         strncmp-power8 object.
1817         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1818         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1819         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1820         * NEWS: Update.
1822 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1823             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1825         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1826         trailing byte check.
1828 2015-01-13  David S. Miller  <davem@davemloft.net>
1830         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1832 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1834         * login/logout.c (logout): Use memset rather than bzero.
1835         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1836         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1837         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1838         (_gethtbyaddr): Likewise.
1839         * locale/programs/simple-hash.c (bcopy): Macro removed.
1841 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1843         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1844         Add strcmp-power8 object.
1845         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1846         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1847         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1848         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1849         __strcmp_power8 implementation.
1850         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1851         * NEWS: Update.
1853         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1854         Add strncpy-power8 and stpncpy-power8 objects.
1855         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1856         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1857         implementations.
1858         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1859         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1860         __stpncpy_power8 implementation.
1861         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1862         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1863         __strncpy_power8 implementation.
1864         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1865         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1866         * NEWS: Update.
1868         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1869         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1870         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1872         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1873         strncat-power8 object.
1874         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1875         __strcat_power8 implementation.
1876         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1877         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1878         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1879         optimized strcat for power8.
1881         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1882         strcpy-power8 and stpcpy-power8 objects.
1883         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1884         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1885         implementations.
1886         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1887         multiarch stpcpy implementation for POWER8.
1888         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1889         multiarch strcpy implementation for POWER8.
1890         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1891         __strcpy_power8 function.
1892         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1893         stpcpy for POWER8.
1894         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1895         strcpy for POWER8.
1896         * NEWS: Update.
1898 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1900         [BZ #16009]
1901         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1902         weights and rules. Use do_xfrm_cached if data fits in cache,
1903         do_xfrm otherwise.  Moved former main loop to...
1904         * (do_xfrm_cached): New function.
1905         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1906         find_idx, find_position and stack_push.
1907         * (find_idx): New function.
1908         * (find_position): Likewise.
1909         * localedata/sort-test.sh: Added test run for do_xfrm.
1910         * localedata/xfrm-test.c (main): Added command line option
1911         -nocache to run the test with strings that are too large for
1912         the STRXFRM cache.
1914 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1916         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1917         variable to lll_futex_wake call, not the value itself.
1919 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1921         [BZ #17803]
1922         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1923         twom64.  Adjust value to 0x1p-64L.
1924         (__scalblnl): Only return standard underflowing result for K <=
1925         -64 not K <= -63; adjust exponent for underflowing result by 64
1926         not 63.
1927         * math/libm-test.inc (scalbn_test_data): Add more tests.
1928         (scalbln_test_data): Likewise.
1930         [BZ #17834]
1931         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1932         0x1p63L.
1933         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1934         not HX.
1935         * math/libm-test.inc (scalbn_test_data): Add more tests.
1936         (scalbln_test_data): Likewise.
1938 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1939             Stefani Seibold  <stefani@seibold.net>
1941         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1942         (sysdep_routines): Add dl-vdso here, ...
1943         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1944         (sysdep_routines): ... not here.
1945         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1946         fallback when vDSO is not presented.
1947         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1948         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1949         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1950         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1951         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1952         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1953         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1954         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1955         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1956         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1957         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1958         fallback configurable symbol when vDSO is not available.
1959         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1960         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1961         be able to redefine fallback symbol when vDSO is not available.
1962         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1963         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1965 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1967         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1968         (TLS_INIT_TP): Add tm_capable initialization.
1969         (TLS_DEFINE_INIT_TP): Likewise.
1970         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1971         TCB.
1972         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1973         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1974         calculation.
1975         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1976         transactoion is lock elision is built and TCB tm_capable is set.
1977         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1979         (INTERNAL_SYSCALL_NCS): Likewise.
1980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1981         (INTERNAL_SYSCALL_NCS): Likewise.
1982         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1984         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1985         for powerpc.
1986         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1987         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1988         and remove it for 32 bits case.
1989         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1990         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1991         initialization.
1992         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1993         Disable lock elision with rdlocks if elision is not available.
1995         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1996         (sysdep_routines): Add lock elision objects.
1997         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1998         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1999         [pthread_mutex_t] (__elision): Add field.
2000         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2001         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2002         elision definitions for powerpc.
2003         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2004         implementation of lock elision for powerpc.
2005         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2006         implementation of timed lock elision for powerpc.
2007         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2008         implementation of trylock with lock elision for powerpc.
2009         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2010         implementaion of unlock for lock elision for powerpc.
2011         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2012         automatic enable lock elision for mutexes.
2013         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2014         transaction execution definitions for powerpc.
2015         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2016         definitions.
2017         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2018         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2019         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2020         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2021         * NEWS: Update.
2023 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2025         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2026         for #include of <shm-directory.h>.
2028 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2030         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2031         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2033 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2035         [BZ #17791]
2036         * NEWS: Mention bug fix.
2037         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2038         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2039         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2041 2015-01-09  Torvald Riegel <triegel@redhat.com>
2043         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2045 2015-01-09  Torvald Riegel <triegel@redhat.com>
2047         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2049 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2051         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2052         pointer and cast to uintptr_t.
2054 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2056         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2057         removed.
2058         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2060 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2062         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2063         of 0.
2065 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2067         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2068         <nptl/pthreadP.h> instead.
2069         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2071         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2072         already defined.
2073         [__SIGRTMIN] (init): Function removed.
2074         [__SIGRTMIN] (initialized): Variable removed.
2075         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2076         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2077         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2078         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2079         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2080         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2081         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2082         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2083         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2084         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2085         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2086         * sysdeps/nptl/allocrtsig.c: New file.
2087         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2088         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2089         * sysdeps/generic/testrtsig.h: File removed.
2091         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2092         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2094         * nptl/nptl-init.c (pthread_functions): Conditionalize
2095         .ptr__nptl_setxid initialization on [SIGSETXID].
2097         * sysdeps/nptl/sys/procfs.h: New file.
2098         * nptl_db/Makefile (headers): Add it.
2099         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2101         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2102         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2103         * nptl/pthread_attr_setaffinity.c: Include it.
2104         * nptl/pthread_setattr_default_np.c: Likewise.
2105         * nptl/check-cpuset.h: New file.
2107 2015-01-08  Richard Henderson  <rth@redhat.com>
2109         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2110         (CFLAGS-tst-execstack-prog.c): Likewise.
2111         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2113 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2114             Sandra Loosemore  <sandra@codesourcery.com>
2115             Andrew Jenner  <andrew@codesourcery.com>
2116             Joseph Myers  <joseph@codesourcery.com>
2117             Nathan Sidwell  <nathan@codesourcery.com>
2119         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2120         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2121         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2122         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2123         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2124         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2125         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2126         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2127         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2128         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2129         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2130         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2131         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2132         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2133         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2134         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2135         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2137 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2139         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2140         timespec struct member in syscall macro.
2141         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2142         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2143         first timeval struct member in syscall macro.
2144         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2146 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2148         [BZ #17748]
2149         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2150         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2151         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2152         __feupdateenv and define as weak alias of __feupdateenv.  Use
2153         libm_hidden_weak.
2154         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2155         libm_hidden_def.
2156         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2157         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2158         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2159         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2160         libm_hidden_def.
2161         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2162         __feupdateenv and define as weak alias of __feupdateenv.  Use
2163         libm_hidden_weak.
2164         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2165         libm_hidden_def.
2166         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2167         __feupdateenv and define as weak alias of __feupdateenv.  Use
2168         libm_hidden_weak.
2169         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2170         libm_hidden_def.
2171         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2172         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2173         (__feupdateenv): Likewise.
2174         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2175         __feupdateenv and define as weak alias of __feupdateenv.  Use
2176         libm_hidden_weak.
2177         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2178         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2179         libm_hidden_def.
2180         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2181         function.
2182         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2183         libm_hidden_def.
2184         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2185         __feupdateenv instead of feupdateenv.
2186         (default_libc_feupdateenv_test): Likewise.
2187         (libc_feresetround_ctx): Likewise.
2189 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2191         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2192         prototype.
2194 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2196         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2197         COLL_SYM in a couple of places to avoid uninitialized variable
2198         wanings on tilegx gcc 4.8.2.
2200 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2202         * sysdeps/aarch64/strcpy.S: New file.
2203         * sysdeps/aarch64/stpcpy.S: New file.
2204         * NEWS: Updated.
2206 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2208         * sysdeps/aarch64/strrchr.S: New file.
2209         * NEWS: Updated.
2211 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2213         [BZ #17658]
2214         * stdlib/setenv.c: Fix memory leak when setting large,
2215         duplicate string.
2217 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2219         [BZ #17273]
2220         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2221         and tabs from buffer before parsing fstab entry.
2222         * misc/tst-mntent.c (main): Add test for mount entry with
2223         trailing spaces and tabs.
2225 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2227         [BZ #17748]
2228         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2229         * math/fesetround.c (fesetround): Rename to __fesetround and
2230         define as weak alias of __fesetround.  Use libm_hidden_weak.
2231         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2232         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2233         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2234         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2235         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2236         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2237         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2238         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2239         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2240         __fesetround_inline.
2241         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2242         __fesetround_inline instead of __fesetround.
2243         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2244         __fesetround and define as weak alias of __fesetround.  Use
2245         libm_hidden_weak.  Call __fesetround_inline instead of
2246         __fesetround.
2247         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2248         __fesetround and define as weak alias of __fesetround.  Use
2249         libm_hidden_weak.
2250         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2251         Likewise.
2252         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2253         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2254         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2255         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2256         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2257         __fesetround and define as weak alias of __fesetround.  Use
2258         libm_hidden_weak.
2259         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2260         __fesetround instead of fesetround.
2261         (default_libc_feholdexcept_setround): Likewise.
2262         (libc_feholdsetround_ctx): Likewise.
2263         (libc_feholdsetround_noex_ctx): Likewise.
2265         [BZ #17748]
2266         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2267         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2268         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2269         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2270         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2271         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2272         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2273         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2274         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2275         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2276         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2277         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2278         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2279         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2280         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2281         libm_hidden_def.
2282         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2283         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2284         Likewise.
2285         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2286         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2287         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2288         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2289         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2290         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2291         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2292         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2293         __fesetenv instead of fesetenv.
2294         (libc_feresetround_noex_ctx): Likewise.
2295         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2296         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2297         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2298         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2299         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2300         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2301         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2302         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2303         (__feupdateenv): Likewise.
2304         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2305         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2306         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2307         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2309 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2311         [BZ #17806]
2312         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2313         addresses have been freed.
2315 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2317         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2318         and nservall.
2320 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2322         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2323         Clean up check_pf allocation pattern. addresses
2325 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2327         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2328         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2329         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2330         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2331         * nptl/pthread_join.c (pthread_join): Likewise.
2332         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2333         * sysdeps/posix/waitid.c (__waitid): Likewise.
2334         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2335         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2336         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2337         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2338         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2339         Likewise.
2340         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2341         (__libc_pread64): Likewise.
2342         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2343         (__libc_pwrite): Likewise.
2344         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2345         (__libc_pwrite64): Likewsie.
2346         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2347         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2348         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2349         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2350         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2351         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2352         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2354         Likewise.
2355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2356         (__libc_pread64): Likewise.
2357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2358         Likewise.
2359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2360         (__libc_pwrite64): Likewise.
2361         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2362         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2363         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2364         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2365         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2366         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2367         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2368         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2369         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2370         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2371         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2372         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2373         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2374         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2375         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2376         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2377         Likewise.
2379 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2381         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2382         (CFLAGS-test-double.c): Likewise.
2383         (CFLAGS-test-ldouble.c): Likewise.
2384         (CPPFLAGS-test-ifloat.c): Likewise.
2385         (CPPFLAGS-test-idouble.c): Likewise.
2386         (CPPFLAGS-test-ildoubl.c): Likewise.
2387         (CFLAGS-test-test-fenv.c): Remove variable.
2388         (CFLAGS-test-misc.c): Likewise.
2390 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2392         [BZ #17797]
2393         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2394         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2395         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2396         CLOCKS_PER_SEC == 1000000.
2397         * time/clocktest.c (main): Replace %ld with %jd and cast to
2398         intmax_t.
2400 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2402         * sysdeps/generic/unwind-resume.h: New file.
2403         * sysdeps/gnu/unwind-resume.c: Include it.
2404         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2405         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2406         argument list.
2407         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2408         global rather than static.
2409         (_Unwind_Resume): Update user.
2410         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2411         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2412         rather than static.  Add __attribute__ ((cold)).
2413         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2414         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2415         * sysdeps/arm/arm-unwind-resume.S: New file.
2416         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2417         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2418         * sysdeps/arm/Makefile [$(subdir) = csu]
2419         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2420         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2421         Add rt-arm-unwind-resume.
2422         [$(subdir) = nptl]
2423         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2424         Add pt-arm-unwind-resume.
2425         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2426         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2428 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2430         [BZ #17748]
2431         * include/fenv.h (__feholdexcept): Declare.  Use
2432         libm_hidden_proto.
2433         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2434         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2435         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2436         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2437         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2438         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2439         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2440         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2441         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2442         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2443         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2444         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2445         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2446         (feholdexcept): Likewise.
2447         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2448         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2449         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2450         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2451         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2452         __feholdexcept instead of feholdexcept.
2453         (default_libc_feholdexcept_setround): Likewise.
2455 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2457         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2458         to avoid using stl/str to align destination.
2460 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2462         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2464 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2466         [BZ #17796]
2467         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2468         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2469         Define as weak alias not strong alias.
2471 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2473         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2474         bltzal with addiupc.
2475         (RTLD_START): Ditto.
2477 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2479         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2480         for __vdso_* functions in declarations.
2481         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2482         definitions.
2483         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2484         INTERNAL_VSYSCALL): Use struct return types to check for error.
2486         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2487         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2488         function with cast from llround().
2489         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2490         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2491         Define.
2493 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2495         [BZ #17793]
2496         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2497         Define as weak alias not strong alias.
2499         [BZ #17635]
2500         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2501         ...
2502         * ctype/ctype-extn.c: ... here.
2503         (__isblank_l): Move to ...
2504         * ctype/ctype-c99_l.c: ... here.  New file.
2505         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2506         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2507         Remove variable.
2508         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2509         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2510         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2511         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2512         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2514         [BZ #17777]
2515         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2516         (posix_fadvise64): Define as weak alias not strong alias.
2517         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2518         (posix_fallocate64): Likewise.
2519         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2520         Remove variable.
2521         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2522         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2523         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2524         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2525         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2527 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2529         [BZ #16191]
2530         * NEWS: Mention bug fix.
2531         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2532         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2533         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2534         (HOST_STACK_END_ADDR): Likewise.
2536 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2538         [BZ #17748]
2539         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2540         * math/fegetround.c (fegetround): Rename to __fegetround and
2541         define as weak alias of __fegetround.  Use libm_hidden_weak.
2542         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2543         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2544         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2545         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2546         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2547         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2548         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2549         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2550         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2551         Undefine after rather than before function definition; use
2552         parentheses around function name in definition.
2553         (__fegetround): Also undefine macro after function definition.
2554         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2555         __fegetround and define as weak alias of __fegetround.  Use
2556         libm_hidden_weak.  Do not undefine as macro.
2557         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2558         Likewise.
2559         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2560         __fegetround and define as weak alias of __fegetround.  Use
2561         libm_hidden_weak.
2562         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2563         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2564         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2565         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2566         __fegetround and define as weak alias of __fegetround.  Use
2567         libm_hidden_weak.
2568         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2569         __fegetround instead of fegetround.
2571         [BZ #17782]
2572         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2573         Condition macro definition on [__USE_MISC].
2575         [BZ #17781]
2576         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2577         (struct sigaction): Change type of sa_flags field to int.
2579         [BZ #17780]
2580         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2581         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2582         __glibc_reserved0.
2584         * nptl/version.c (banner): Use single year in copyright notice.
2586         * NEWS: Update copyright dates.
2587         * catgets/gencat.c (print_version): Likewise.
2588         * csu/version.c (banner): Likewise.
2589         * debug/catchsegv.sh: Likewise.
2590         * debug/pcprofiledump.c (print_version): Likewise.
2591         * debug/xtrace.sh (do_version): Likewise.
2592         * elf/ldconfig.c (print_version): Likewise.
2593         * elf/ldd.bash.in: Likewise.
2594         * elf/pldd.c (print_version): Likewise.
2595         * elf/sotruss.sh: Likewise.
2596         * elf/sprof.c (print_version): Likewise.
2597         * iconv/iconv_prog.c (print_version): Likewise.
2598         * iconv/iconvconfig.c (print_version): Likewise.
2599         * locale/programs/locale.c (print_version): Likewise.
2600         * locale/programs/localedef.c (print_version): Likewise.
2601         * login/programs/pt_chown.c (print_version): Likewise.
2602         * malloc/memusage.sh (do_version): Likewise.
2603         * malloc/memusagestat.c (print_version): Likewise.
2604         * malloc/mtrace.pl: Likewise.
2605         * manual/libc.texinfo: Likewise.
2606         * nptl/version.c (banner): Likewise.
2607         * nscd/nscd.c (print_version): Likewise.
2608         * nss/getent.c (print_version): Likewise.
2609         * nss/makedb.c (print_version): Likewise.
2610         * posix/getconf.c (main): Likewise.
2611         * scripts/test-installation.pl: Likewise.
2612         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2614 2015-01-02  Will Newton  <will.newton@linaro.org>
2616         * sysdeps/arm/armv7/configure: Removed.
2617         * sysdeps/arm/armv7/configure.ac: Likewise.
2619 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2621         * All files with FSF copyright notices: Update copyright dates
2622         using scripts/update-copyrights.
2623         * intl/plural.c: Regenerated.
2624         * locale/programs/charmap-kw.h: Likewise.
2625         * locale/programs/locfile-kw.h: Likewise.
2627 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2629         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2631 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2633         [BZ #17748]
2634         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2635         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2636         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2637         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2638         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2639         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2640         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2641         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2642         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2643         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2644         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2645         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2646         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2647         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2648         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2649         libm_hidden_def.
2650         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2651         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2652         Likewise.
2653         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2654         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2655         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2656         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2657         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2658         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2659         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2660         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2661         __fegetenv instead of fegetenv.
2662         (libc_feholdsetround_noex_ctx): Likewise.
2664 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2666         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2667         (Elf_MIPS_ABIFlags_v0): New structure.
2668         (EF_MIPS_FP64): Define.
2669         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2670         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2671         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2672         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2673         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2674         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2675         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2676         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2677         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2678         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2679         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2680         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2681         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2682         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2683         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2684         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2685         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2686         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2687         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2688         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2689         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2690         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2691         field.
2692         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2693         EF_MIPS_FP64.
2694         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2695         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2696         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2697         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2698         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2699         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2700         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2701         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2702         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2703         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2704         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2705         record the current FP ABI extension.
2706         (mips-mode-switch): Define to show if kernel headers support mode
2707         switching.
2708         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2709         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2710         supported SYSV ABI version to 3.
2711         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2712         feature.
2714 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2715             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2717         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2718         path.
2719         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2721 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2723         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2724         __fegetround and redefine to call __fegetround.  Remove condition
2725         on [!__NO_MATH_INLINES].
2726         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2727         function.
2728         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2729         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2730         Remove macro.
2731         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2732         instead of <fenv_libc.h>.
2733         (__llrintl): Call fegetround instead of __fegetround.
2734         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2735         instead of <fenv_libc.h>.
2736         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2737         (__lrintl): Call fegetround instead of __fegetround.
2738         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2739         instead of <fenv_libc.h>.
2740         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2741         (__rintl): Call fegetround instead of __fegetround.
2743 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2745         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2746         arrays.
2748 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2750         [BZ #17775]
2751         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2752         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2753         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2755 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2757         * sysdeps/i386/tls-macros.h: Include <features.h>.
2758         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2759         (TLS_IE): Likewise.
2760         (TLS_LD): Likewise.
2761         (TLS_GD): Likewise.
2762         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2763         define for GCC >= 5.0.
2765 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2767         * math/test-fenv.c (test_single_exception, set_single_exc,
2768         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2769         feexcp_mask_test, feenable_test, fe_single_test): Add
2770         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2771         case where they are not used.
2772         * math/libm-test.inc: Likewise.
2773         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2774         unused in the absence of FP rounding/exception support.
2775         * stdio-common/tst-printf-round.c: Likewise.
2776         * stdlib/tst-strtod-round.c: Likewise.
2777         * stdlib/tst-strtod-underflow.c: Likewise.
2779 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2781         [BZ #17723]
2782         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2783         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2784         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2785         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2786         libm_hidden_weak.
2787         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2788         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2789         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2790         libm_hidden_def.
2791         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2792         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2793         libm_hidden_weak.
2794         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2795         Likewise.
2796         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2797         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2798         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2799         libm_hidden_weak.
2800         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2801         libm_hidden_def.
2802         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2803         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2804         (__feraiseexcept): Likewise.
2805         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2806         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2807         libm_hidden_weak.
2808         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2809         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2810         libm_hidden_def.
2811         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2812         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2813         Use libm_hidden_def.
2814         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2815         libm_hidden_def.
2816         (feraiseexcept): Define as weak not strong alias.  Use
2817         libm_hidden_weak.
2818         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2819         New inline function.  Factored out of ...
2820         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2821         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2822         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2823         feraiseexcept.
2824         * math/w_acos.c (__acos): Likewise.
2825         * math/w_asin.c (__asin): Likewise.
2826         * math/w_ilogb.c (__ilogb): Likewise.
2827         * math/w_j0.c (y0): Likewise.
2828         * math/w_j1.c (y1): Likewise.
2829         * math/w_jn.c (yn): Likewise.
2830         * math/w_log.c (__log): Likewise.
2831         * math/w_log10.c (__log10): Likewise.
2832         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2833         * sysdeps/aarch64/fpu/math_private.h
2834         (libc_feupdateenv_test_aarch64): Likewise.
2835         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2836         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2837         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2838         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2839         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2840         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2841         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2842         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2843         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2844         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2846 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2848         [BZ #17732]
2849         * io/test-utime.c (main): Replace %ld with %jd and cast to
2850         intmax_t.
2851         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2852         * nptl/tst-mutex5.c: Include <stdint.h>.
2853         (do_test): Replace %ld with %jd and cast to intmax_t.
2854         * posix/tst-regex.c (run_test): Likewise.
2855         (run_test_backwards): Likewise.
2856         * rt/tst-clock.c: Include <stdint.h>.
2857         (clock_test): Replace %ld with %jd and cast to intmax_t.
2858         * rt/tst-cpuclock1.c: Include <stdint.h>.
2859         (do_test): Replace %lu with %ju and cast to uintmax_t.
2860         * rt/tst-cpuclock2.c: Include <stdint.h>.
2861         (do_test): Replace %lu with %ju and cast to uintmax_t.
2862         * rt/tst-mqueue1.c: Include <stdint.h>.
2863         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2864         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2865         intmax_t.
2866         * rt/tst-mqueue4.c (do_test): Likewise.
2867         * rt/tst-timer4.c: Include <stdint.h>.
2868         (check_ts): Replace %ld with %jd and cast to intmax_t.
2869         (do_test): Likewise.
2870         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2871         and cast to intmax_t.
2872         * sysdeps/pthread/tst-timer.c (main): Likewise.
2873         * time/clocktest.c (main): Likewise.
2874         * time/tst-posixtz.c (do_test): Likewise.
2875         * timezone/tst-timezone.c (main): Likewise.
2877 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2878             H.J. Lu  <hongjiu.lu@intel.com>
2880         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2881         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2882         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2883         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2884         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2885         version if bit_Fast_Unaligned_Load is set.
2886         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2887         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2888         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2889         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2890         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2891         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2892         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2893         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2894         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2895         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2896         to 4.
2897         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2898         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2899         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2900         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2902 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2904         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2905         instead of #if to avoid a Wundef warning.
2906         * stdlib/tst-limits.c (do_test): Likewise.
2908         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2909         parallel other exception macros.
2910         (fegetenv): Convert from macro to extern inline so that it applies
2911         retroactively to inline functions already seen by the compiler.
2912         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2914         * posix/Makefile (before-compile): Use $(objpfx) for
2915         posix-conf-vars-def.h.
2917 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2919         * posix/getconf.c (main): Use size_t for type of I.
2920         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2921         NSPEC.
2923         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2924         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2925         * posix/posix-envs.def: Likewise.
2926         * sysdeps/posix/sysconf.c: Likewise.
2927         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2928         (specs): Remove array.
2929         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2930         array.
2932         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2933         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2934         (__sysconf): Use CONF_IS_* macros.
2936         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2937         ($(objpfx)posix-conf-vars-def.h): New target.
2938         * posix/posix-conf-vars.list: New file.
2939         * posix/posix-conf-vars.h: New file.
2940         * posix/confstr.c: Include posix-conf-vars.h.
2941         (confstr): Use CONF_IS_* macros.
2942         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2943         CONF_IS_* macros.
2944         * scripts/gen-posix-conf-vars.awk: New file.
2946 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2948         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2949         fegetround): Add no-op macros to avoid linknamespace issues.
2951         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2952         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2954         * sysdeps/unix/sysv/linux/tile/sysdep.h
2955         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2956         assembly-specific section to avoid a redefinition warning.
2958         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2959         long before casting to pointer to avoid a cast warning.
2961 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2963         * sysdeps/tile/tilegx/Implies: New file.
2965 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2967         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2969 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2971         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2973 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2975         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2976         not define.
2977         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2978         <kernel-features.h>.
2979         (__utimes) [__NR_utimes]: Make code unconditional.
2980         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2981         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2982         (__ASSUME_UTIMES): Do not undefine.
2983         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2984         (__ASSUME_UTIMES): Likewise.
2985         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2986         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2987         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2988         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2990 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2992         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2994 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2996         [BZ #17747]
2997         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2998         alias to weak alias for j0l, y0l.
2999         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3000         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3002         [BZ #17746]
3003         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3004         conversion.
3006 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3008         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3009         to zero if not already defined.
3011 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3013         [BZ #17724]
3014         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3015         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3016         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3017         (char *) casts added.
3018         * sysdeps/ieee754/k_standardf.c: New file.
3019         * sysdeps/ieee754/k_standardl.c: Likewise.
3020         * math/Makefile (libm-support): Remove k_standard.
3021         (libm-calls): Add k_standard.
3023 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3025         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3026         Optimize to avoid an unnecessary FPCR read.
3028 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3030         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3031         Optimize to reduce FPCR/FPSR accesses.
3033 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3035         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3036         Call libc_fetestexcept_aarch64.
3038 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3040         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3041         Call libc_fesetround_aarch64.
3043 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3045         [BZ #17733]
3046         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3047         (__bind): Do not define as weak alias.
3048         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3049         define.
3050         (__getsockname): Do not define as weak alias.
3052 2014-12-22  Will Newton  <will.newton@linaro.org>
3054         * manual/install.texi: Document that we require bison 2.7
3055         or above.
3056         * INSTALL: Regenerate.
3057         * configure.ac: Use AC_CHECK_PROG_VER instead of
3058         AC_PATH_PROG when checking for bison and check for
3059         version 2.7 or above.
3060         * configure: Regenerate.
3062 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3064         [BZ #17745]
3065         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3066         * sysdeps/tile/ffsll.c (ffsll): To here.
3068         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3070 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3072         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3073         if not defined.
3074         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3075         definition.
3076         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3077         hidden ___tls_get_addr.
3078         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3079         hidden __tls_get_addr.
3080         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3081         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3082         Likewise.
3084 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3086         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3087         _dl_init call.
3089 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3091         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3092         from "call _dl_init@PLT".
3093         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3095 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3097         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3098         guarantees.
3100 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3102         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3104 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3106         [BZ #17744]
3107         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3108         strnlen.
3110 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3112         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3113         of multu on MIPSr6.
3114         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3115         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3116         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3117         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3118         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3120 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3122         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3123         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3124         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3125         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3126         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3127         mips32r6/mips64r6.
3128         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3130 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3132         * string/strncat.c (STRNCAT): Simplify implementation.
3134 2014-12-19  David S. Miller  <davem@davemloft.net>
3136         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3137         access the quad as both a long double and as a series of 4 words.
3139         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3140         link_map->l_info array access.
3142 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3144         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3146         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3147         * math/atest-exp2.c (TIMEOUT): Likewise.
3148         * math/atest-sincos.c (TIMEOUT): Likewise.
3150 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3152         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3153         -Wno-error with -fno-builtin-lround.
3155 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3157         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3158         Contains futex constants and functions moved over from ...
3159         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3160         <lowlevellock-futex.h>.
3161         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3162         (lll_timedwait_tid): Add comments and parentheses around macro
3163         arguments.
3165 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3167         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3168         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3169         (__lll_private_flag): Remove.
3170         (lll_futex_wait): Likewise.
3171         (lll_futex_timed_wait): Likewise.
3172         (lll_futex_wake): Likewise.
3173         (lll_futex_requeue): Likewise.
3174         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3175         (__lll_timedwait_tid): Spell out argument names.
3176         (lll_timedwait_tid): Add comments and parentheses around macro
3177         arguments.
3178         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3179         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3181 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3183         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3184         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3185         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3186         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3187         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3188         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3189         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3190         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3191         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3192         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3193         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3194         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3195         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3197         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3198         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3199         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3200         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3201         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3203 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3205         * sysdeps/x86_64/x32/Makefile: New file.
3207 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3209         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3210         1L with (mp_limb_t) 1.
3212 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3214         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3215         * nptl/libc_pthread_init.c: ... here.
3216         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3217         * nptl/register-atfork.c: ... here.
3219         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3220         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3221         Use assert_perror to check its return value.
3222         (__gai_create_helper_thread): Likewise.
3224         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3226         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3228 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3230         [BZ #17725]
3231         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3232         __profil_counter.
3233         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3234         Likewise.
3235         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3236         Likewise.
3237         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3238         Likewise.
3239         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3240         (profil_counter): Likewise.
3241         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3242         (profil_counter): Likewise.
3243         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3244         Likewise.
3245         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3246         Likewise.
3247         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3248         (profil_counter): Likewise.
3249         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3250         Likewise.
3251         [!__profil_counter] (profil_counter): Define as weak alias of
3252         __profil_counter.
3253         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3254         (profil_counter): Rename to __profil_counter.
3255         [!__profil_counter] (profil_counter): Define as weak alias of
3256         __profil_counter.
3257         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3258         (profil_counter): Rename to __profil_counter.
3259         [!__profil_counter] (profil_counter): Define as weak alias of
3260         __profil_counter.
3261         * sysdeps/posix/profil.c: Update comment referring to
3262         profil_counter.
3263         (__profil): Use __profil_counter instead of profil_counter.
3264         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3265         __profil_counter.  Use __profil_counter_ushort and
3266         __profil_counter_uint in definitions.
3267         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3268         instead of profil_counter_uint and profil_counter_ushort.
3270         [BZ #17722]
3271         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3272         define as weak alias of __inet_makeaddr.
3273         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3274         as weak alias of __inet_addr.
3275         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3276         as weak alias of __inet_pton.  Use libc_hidden_weak.
3277         * include/arpa/inet.h (__inet_pton): Declare.  Use
3278         libc_hidden_proto.
3279         (inet_makeaddr): Don't use libc_hidden_proto.
3280         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3281         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3282         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3283         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3284         Remove variable.
3285         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3286         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3288 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3290         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3292 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3294         * stdio-common/bug-vfprintf-nargs.c (do_test):
3295         Cast value to intptr_t to avoid format warning
3296         for usage with PRIdPTR printing macro.
3298 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3300         * libio/tst-widetext.c (do_test):
3301         Use format type %td instead of %Zd for ptrdiff_t
3302         in order to avoid format warning.
3304 2014-12-17  Andreas Schwab  <schwab@suse.de>
3306         * nscd/mem.c (gc): Add size_t cast to match printf format.
3308 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3310         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3311         (init): Apply PTR_MANGLE to pointers before storing them.
3312         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3313         before using them.
3315 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3317         [BZ #17719]
3318         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3319         define as weak alias of __memrchr.
3320         (__memrchr): Do not define as strong alias of memrchr.
3321         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3322         Remove variable.
3323         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3324         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3325         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3327         [BZ #17717]
3328         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3329         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3330         (if_indextoname): Rename to __if_indextoname and define as weak
3331         alias of __if_indextoname.  Use libc_hidden_weak.
3332         (if_freenameindex): Rename to __if_freenameindex and define as
3333         weak alias of __if_freenameindex.
3334         (if_nameindex): Rename to __if_nameindex and define as weak alias
3335         of __if_nameindex.
3336         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3337         __if_nametoindex and define as weak alias of __if_nametoindex.
3338         Use libc_hidden_weak.
3339         (if_freenameindex): Rename to __if_freenameindex and define as
3340         weak alias of __if_freenameindex.
3341         (if_nameindex): Rename to __if_nameindex and define as weak alias
3342         of __if_nameindex.
3343         (if_indextoname): Rename to __if_indextoname and define as weak
3344         alias of __if_indextoname.  Use libc_hidden_weak.
3345         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3346         __if_nametoindex and define as weak alias of __if_nametoindex.
3347         Use libc_hidden_weak.
3348         (if_freenameindex): Rename to __if_freenameindex and define as
3349         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3350         (if_nameindex_netlink): Use __if_freenameindex instead of
3351         if_freenameindex.
3352         (if_nameindex): Rename to __if_nameindex and define as weak alias
3353         of __if_nameindex.  Use libc_hidden_weak.
3354         (if_indextoname): Rename to __if_indextoname and define as weak
3355         alias of __if_indextoname.  Use libc_hidden_weak.
3356         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3357         libc_hidden_proto.
3358         [!_ISOMAC] (__if_freenameindex): Likewise.
3359         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3360         if_nametoindex.
3361         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3362         variable.
3363         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3364         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3365         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3366         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3367         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3368         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3369         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3371         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3372         Remove variable.
3373         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3374         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3376 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3378         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3379         subscript above bounds'
3381         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3382         bounds.
3384 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3386         * libio/tst-fopenloc.c: Use test-skeleton.c.
3388         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3389         (entry): Rename to ITEM.
3390         (do_test, comp): Adjust.
3392         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3394 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3396         * string/tester.c: Include <libc-internal.h>.
3397         (test_memset): Ignore -Wmemset-transposed-args.
3399 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3401         * misc/tst-mntent2.c (do_test): Fix warning.
3403 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3405         * elf/tst-unique4lib.cc(a): Mark as used.
3407 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3409         [BZ #17630]
3410         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3411         names.
3413 2014-12-16  Allan McRae  <allan@archlinux.org>
3415         * stdio-common/Makefile (tests): Re-add bug26.
3417 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3419         [BZ #17657]
3420         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3421         static array.
3423 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3425         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3426         (__lll_lock_wait): Likewise.
3427         (__lll_timedlock_wait): Likewise.
3428         (__lll_timedwait_tid): Likewise.
3429         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3430         (__lll_robust_timedlock_wait): Likewise.
3431         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3432         (lll_cond_trylock): Likewise.
3433         (__lll_lock): Likewise.
3434         (__lll_robust_lock): Likewise.
3435         (__lll_cond_lock): Likewise.
3436         (lll_robust_cond_lock): Likewise.
3437         (__lll_timedlock): Likewise.
3438         (__lll_robust_timedlock): Likewise.
3439         (__lll_unlock): Likewise.
3440         (__lll_robust_unlock): Likewise.
3441         (lll_wait_tid): Likewise.
3442         (lll_timedwait_tid): Likewise.
3444 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3446         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3448 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3450         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3452 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3454         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3455         * stdio-common/tst-sprintf.c: Likewise.
3457 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3459         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3461 2014-12-15  Jeff Law  <law@redhat.com>
3463         [BZ #16617]
3464         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3465         on the heap.  (CVE-2012-3406)
3466         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3467         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3468         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3470 2014-12-15  Will Newton  <will.newton@linaro.org>
3472         * manual/install.texi: Bump required version of texinfo
3473         to 4.7 from 4.5.
3474         * INSTALL: Regenerated.
3475         * configure.ac: Check for makeinfo version 4.7 and above.
3476         * configure: Regenerated.
3478 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3480         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3481         PREFIX, string constant to insert between directory and name.
3482         * sysdeps/posix/shm_open.c: Update caller.
3483         * sysdeps/posix/shm_unlink.c: Likewise.
3484         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3485         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3486         (SEM_SHM_PREFIX): New macro.
3487         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3488         [$(have-thread-library) = no].
3489         * nptl/Makefile (libpthread-routines): Add shm-directory.
3490         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3491         * sysdeps/nptl/shm-directory.h: New file.
3492         * sysdeps/posix/shm-directory.c
3493         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3494         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3495         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3496         INTERNAL_SYSCALL.
3497         (__where_is_shmfs): Function removed.
3498         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3499         Variables removed.
3500         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3501         Use SHM_GET_NAME.
3502         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3504         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3505         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3506         unconditional for use inside libpthread.
3507         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3509 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3511         * nptl/pthread_getaffinity.c: New file.
3512         * nptl/pthread_setaffinity.c: New file.
3513         * nptl/pthread_getname.c: New file.
3514         * nptl/pthread_setname.c: New file.
3516         * nptl/pthread_create.c (START_THREAD_DEFN)
3517         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3519 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3520             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3522         * resolv/res_send.c (send_vc): Disable warning resplen may
3523         be used uninitialized.
3525 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3527         * nptl/tst-mutex6.c
3528         (ATTR_NULL): New define checks ATTR against NULL.
3529         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3530         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3532 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3534         [BZ #17581]
3535         * malloc/hooks.c
3536         (mem2mem_check): Revert my previous change.
3537         (malloc_check_get_size): Revert my previous change.
3538         (mem2chunk_check): Revert my previous change.
3540 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3542         * sysdeps/posix/shm-directory.c: New file.
3543         * sysdeps/posix/shm-directory.h: New file.
3544         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3545         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3546         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3547         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3548         Transmute EPERM to EACCES.
3549         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3550         from ...
3551         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3552         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3554 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3556         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3557         pointer and cast to uintptr_t.
3558         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3559         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3560         Add cast to avoid warning.
3561         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3563 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3565         * nptl/semaphore.h: Move to ...
3566         * sysdeps/pthread/semaphore.h: ... here.
3567         * Makefile (installed-headers): Change nptl/semaphore.h to
3568         sysdeps/pthread/semaphore.h.
3570 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3572         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3573         generated error format strings.
3575         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3576         -Wformat-extra-args warnings for scanf formats.
3577         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3578         test of zero-length format (duh).
3579         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3580         corner-case scanf format test.
3581         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3582         generated fprintf format string.
3583         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3584         corner-case sprintf format tests.
3585         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3586         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3587         -Wformat-extra-args warnings throughout.
3588         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3589         (CFLAGS-scanf4.c): Likewise.
3590         (CFLAGS-scanf7.c): Likewise.
3591         (CFLAGS-tst-sprintf.c): Likewise.
3592         (CFLAGS-tst-printf.c): Likewise.
3593         (CFLAGS-tst-printfsz.c): Likewise.
3595 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3597         * include/cpio.h: New file.
3598         * include/fmtmsg.h: Likewise.
3600         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3601         corresponding format argument to size_t.
3602         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3603         arguments.
3604         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3605         corresponding format argument to size_t.
3606         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3607         arguments.
3608         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3609         corresponding format argument to size_t.
3610         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3611         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3612         (CFLAGS-tst-mbswcs2.c): Likewise.
3613         (CFLAGS-tst-mbswcs3.c): Likewise.
3614         (CFLAGS-tst-mbswcs4.c): Likewise.
3615         (CFLAGS-tst-mbswcs5.c): Likewise.
3616         (CFLAGS-tst-trans.c): Likewise
3618 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3620         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3621         rather than assuming they won't contain any '%'s.
3623 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3625         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3626         inhibit_loop_to_libcall to avoid recursive calls.
3627         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3628         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3630 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3632         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3633         prototype.
3635 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3637         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3638         integer value instead of boolean.
3640 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3642         * malloc/malloc.c: Fix powerof2 check.
3644 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3646         * locale/programs/locfile.h (maybe_swap_uint32):
3647         Remove inline and add unused attribute.
3649 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3651         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3652         Truncating assembler expression to a .long expression.
3654 2014-12-11  Andreas Schwab  <schwab@suse.de>
3656         * elf/rtld.c (struct map_args): Constify str member.
3657         (do_preload): Constify fname argument.
3659 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3661         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3662         constants definition.
3664 2014-12-11  Andreas Schwab  <schwab@suse.de>
3666         [BZ #16657]
3667         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3668         FORCE_ELISION instead of DO_ELISION.
3669         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3670         Remove.
3671         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3672         Likewise.
3674         * iconvdata/gconv-modules: Remove duplicate entry.
3676 2014-12-11  Will Newton  <will.newton@linaro.org>
3678         Merge gettext 0.19.3 into intl/.
3680         This involves a number of cosmetic changes to comments
3681         and ANSI function definitions and prototypes throughout
3682         all the files. The gettext copyright header is used but
3683         with the date ranges taken from the glibc copy.
3685         * NEWS: Add gettext merge to 2.21.
3686         * intl/bindtextdom.c: Switch to gettext copyright.
3687         Use ANSI definitions and prototypes.
3688         Use gl_* locking primitives rather than __libc_* ones.
3689         Use __builtin_expect rather than __glibc_likely/unlikely.
3690         * intl/dcgettext.c: Switch to gettext copyright.
3691         Use ANSI definitions and prototypes.
3692         * intl/dcigettext.c: Switch to gettext copyright.
3693         Use ANSI definitions and prototypes.
3694         (INTDIV0_RAISES_SIGFPE): New define.
3695         Use gl_* locking primitives rather than __libc_* ones.
3696         Include eval-plural.h instead of plural-eval.c.
3697         Use __builtin_expect rather than __glibc_likely/unlikely.
3698         * intl/dcngettext.c: Switch to gettext copyright.
3699         Use ANSI definitions and prototypes.
3700         * intl/dgettext.c: Likewise.
3701         * intl/dngettext.c: Likewise.
3702         * intl/plural-eval.c: Renamed to...
3703         * intl/eval-plural.h: ...this.
3704         * intl/explodename.c: Switch to gettext copyright.
3705         Use ANSI definitions and prototypes.
3706         (_nl_explode_name): Use strchr instead of __rawmemchr.
3707         * intl/finddomain.c: Switch to gettext copyright.
3708         Use ANSI definitions and prototypes.
3709         Use gl_* locking primitives rather than __libc_* ones.
3710         (_nl_find_domain): Use malloc rather than alloca for
3711         allocation of temporary locale name.
3712         * intl/gettext.c: Switch to gettext copyright.
3713         Use ANSI definitions and prototypes.
3714         * intl/gettextP.h: Switch to gettext copyright.
3715         Use ANSI definitions and prototypes.
3716         Use gl_* locking primitives rather than __libc_* ones.
3717         * intl/gmo.h: Switch to gettext copyright.
3718         (struct sysdep_string): Move struct segment_pair outside of
3719         struct definition.
3720         * intl/hash-string.c: Use ANSI definitions and prototypes.
3721         * intl/hash-string.h: Switch to gettext copyright.
3722         Use ANSI definitions and prototypes.
3723         * intl/l10nflist.c: Switch to gettext copyright.
3724         Use ANSI definitions and prototypes.
3725         (_nl_normalize_codeset): Avoid integer overflow.
3726         * intl/loadinfo.h: Switch to gettext copyright.
3727         Use ANSI definitions and prototypes.
3728         (LIBINTL_DLL_EXPORTED): New define.
3729         (PATH_SEPARATOR): New define.
3730         * intl/loadmsgcat.c: Switch to gettext copyright.
3731         * intl/localealias.c: Switch to gettext copyright.
3732         Use ANSI definitions and prototypes.
3733         (_nl_expand_alias): Use PATH_SEPARATOR.
3734         * intl/ngettext.c: Switch to gettext copyright.
3735         Use ANSI definitions and prototypes.
3736         * intl/plural-exp.c: Likewise.
3737         * intl/plural-exp.h: Switch to gettext copyright.
3738         Use ANSI definitions and prototypes.
3739         (struct expression): Move definition of enum operator outside
3740         of struct definition.
3741         * intl/plural.c: Regenerate.
3742         * intl/plural.y: Switch to gettext copyright.
3743         Use ANSI definitions and prototypes.
3744         Port to bison 3.0.
3745         * intl/textdomain.c: Switch to gettext copyright.
3746         Use ANSI definitions and prototypes.
3747         Use gl_* locking primitives rather than __libc_* ones.
3749 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3751         * debug/warning-nop.c: Add used atrribute.
3753 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3755         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3757         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3758         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3759         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3761 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3762             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3764         [BZ #17634]
3765         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3766         Undefine after defining function.  Define as weak alias of
3767         __wcschr.  Use libc_hidden_weak.
3768         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3769         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3770         (libc_hidden_def): Also define __GI___wcschr alias.
3771         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3772         __wcschr and define as weak alias of __wcschr.
3773         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3774         __wcschr.
3775         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3776         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3777         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3778         libc_hidden_weak.  Do not use libc_hidden_def.
3779         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3780         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3781         __GI___wcschr alias.
3782         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3783         [IS_IN (libc)] (wcschr): Define as macro expanding to
3784         __redirect_wcschr.
3785         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3786         [IS_IN (libc)] (__wcschr_power6): Likewise.
3787         [IS_IN (libc)] (__wcschr_power7): Likewise.
3788         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3789         instead of wcschr.
3790         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3791         __libc_wcschr.
3792         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3793         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3794         __wcschr and define as weak alias of __wcschr.  Use
3795         libc_hidden_builtin_def.
3796         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3797         as weak alias of __wcschr.  Use libc_hidden_weak.
3798         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3799         wcschr.
3800         * time/era.c (_nl_init_era_entries): Likewise.
3801         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3802         variable.
3803         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3804         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3806 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3808         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3809         format for long int variable.
3811 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3813         [BZ #10672]
3814         * manual/search.texi: (Array Sort Function): Remove claim how to make
3815         qsort stable.
3817 2014-12-10  Andreas Schwab  <schwab@suse.de>
3819         [BZ #12847]
3820         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3821         user-controlled locks.
3823 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3825         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3826         register.
3828 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3830         * configure.ac (--disable-werror): New configure option.
3831         (enable_werror): New AC_SUBST.
3832         * configure: Regenerated.
3833         * config.make.in (enable-werror): New variable.
3834         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3835         -Wno-error=undef.
3836         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3837         * manual/install.texi (Configuring and compiling): Document
3838         --disable-werror.
3839         * INSTALL: Regenerated.
3840         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3841         (CFLAGS-tst-chk2.c): Likewise.
3842         (CFLAGS-tst-chk3.c): Likewise.
3843         (CFLAGS-tst-chk4.cc): Likewise.
3844         (CFLAGS-tst-chk5.cc): Likewise.
3845         (CFLAGS-tst-chk6.cc): Likewise.
3846         (CFLAGS-tst-lfschk1.c): Likewise.
3847         (CFLAGS-tst-lfschk2.c): Likewise.
3848         (CFLAGS-tst-lfschk3.c): Likewise.
3849         (CFLAGS-tst-lfschk4.cc): Likewise.
3850         (CFLAGS-tst-lfschk5.cc): Likewise.
3851         (CFLAGS-tst-lfschk6.cc): Likewise.
3853         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3854         (main): Disable -Wdeprecated-declarations around calls to
3855         register_printf_function.
3857         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3858         (do_test): Disable -Wdiv-by-zero around some calls to
3859         fwrite_unlocked and fread_unlocked.
3861         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3862         (DIAG_POP_NEEDS_COMMENT): Likewise.
3863         (_DIAG_STR1): Likewise.
3864         (_DIAG_STR): Likewise.
3865         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3866         * stdio-common/bug21.c: Include <libc-internal.h>.
3867         (do_test): Disable -Wformat around call to sscanf.
3868         * stdio-common/scanf14.c: Include <libc-internal.h>.
3869         (main): Disable -Wformat around some calls to scanf functions.
3871 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3873         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3875 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3877         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3878         stack variable alignment.
3880 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3882         [BZ #17682]
3883         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3884         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3885         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3886         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3887         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3888         __getrlimit instead of getrlimit.
3889         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3890         __gettimeofday instead of gettimeofday.
3891         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3892         Likewise.
3893         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3894         Likewise.
3895         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3896         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3897         Remove variable.
3898         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3899         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3901 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3903         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3904         for wide-character tests.
3906 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3908         * io/openat64.c: #include <libc-internal.h>
3909         (__openat64): Prototypify.  Use ignore_value on MODE.
3910         * io/openat.c: Likewise.
3911         * misc/reboot.c: #include <libc-internal.h>
3912         (reboot): Prototypify.  Use ignore_value on HOWTO.
3913         * misc/ptrace.c: #include <libc-internal.h>
3914         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3916 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3918         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3919         XPG4, UNIX98 and XOPEN2K.
3920         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3921         Remove variable.
3922         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3924 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3926         * libio/fileops.c: Use ISO C style for function definitions.
3927         * libio/iofopen.c: Likewise.
3928         * libio/wfileops.c: Likewise.
3930         [BZ #17653]
3931         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3932         offset on EOF.
3933         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3934         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3935         (fgets_func): Function pointer to fgets and fgetws.
3936         (do_ftell_test): Add test to verify ftell value after read
3937         EOF.
3938         (do_test): Set fgets_func.
3940         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3941         O_TRUNC flag for w and w+ modes.
3942         (do_rewind_test): Likewise.
3943         (do_ftell_test): Likewise.
3944         (do_write_test): Likewise.
3946         [BZ #17647]
3947         * libio/fileops.c (do_ftell): Seek only when there are
3948         unflushed writes.
3949         * libio/wfileops.c (do_ftell_wide): Likewise.
3950         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3951         test case.
3952         (do_one_test): Call it.
3954 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3956         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3957         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3958         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3959         Remove variable.
3960         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3961         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3962         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3964 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3966         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3967         Remove variable.
3968         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3970         [BZ #17668]
3971         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3972         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3973         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3974         __freeifaddrs.  Use libc_hidden_weak.
3975         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3976         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3977         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3978         __freeifaddrs.  Use libc_hidden_weak.
3979         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3980         __getifaddrs and define as weak alias of __getifaddrs.  Use
3981         libc_hidden_weak.
3982         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3983         __freeifaddrs.  Use libc_hidden_weak.
3984         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3985         Remove variable.
3986         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3987         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3989 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3991         [BZ #17601]
3992         * sysdeps/mips/start.S (__start): Use indirect jump to call
3993         __libc_start_main.
3995 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3997         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3999         * nptl/tst-mutex1.c: Include <stdbool.h>.
4000         [!ATTR] (ATTR_NULL): New macro.
4001         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4002         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4003         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4005         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4006         to char *.
4008         [BZ #17665]
4009         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4010         Change conditional to [__USE_MISC].
4012         [BZ #17664]
4013         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4014         fgets_unlocked.
4015         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4016         __fgets_unlocked.
4017         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4018         fgets_unlocked.
4019         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4020         Remove variable.
4021         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4022         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4023         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4024         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4025         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4026         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4027         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4028         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4029         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4031         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4033 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4035         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4036         Remove strpbrk objects.
4037         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4038         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4039         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4040         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4041         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4042         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4044         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4045         Remove strcspn objects.
4046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4047         (__libc_ifunc_impl_list): Remove strcspn implementation.
4048         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4049         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4050         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4051         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4053         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4054         Remove strspn objetcs.
4055         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4056         (__libc_ifunc_impl_list): Remove strspn implementation.
4057         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4058         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4059         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4060         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4062 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4064         [BZ #17581]
4065         * malloc/hooks.c
4066         (mem2mem_check): Add a terminator to the chain of checking blocks.
4067         (malloc_check_get_size): Use it here.
4068         (mem2chunk_check): Ditto.
4070 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4072         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4073         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4075 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4077         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4079         * nptl/nptl-init.c: Include libc-internal.h.
4080         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4082         * elf/ldconfig.c (search_dir): Expand comment.
4084 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4086         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4087         variable.
4088         (linknamespace-symlist-stdlibs-tests): Likewise.
4089         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4090         instead of $(objpfx)symlist-stdlibs.
4091         (linknamespace-libs-isoc): New variable.
4092         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4093         (linknamespace-libs-ISO): New variable.
4094         (linknamespace-libs-ISO99): Likewise.
4095         (linknamespace-libs-ISO11): Likewise.
4096         (linknamespace-libs-XPG3): Likewise.
4097         (linknamespace-libs-XPG4): Likewise.
4098         (linknamespace-libs-POSIX): Likewise.
4099         (linknamespace-libs-UNIX98): Likewise.
4100         (linknamespace-libs-XOPEN2K): Likewise.
4101         (linknamespace-libs-POSIX2008): Likewise.
4102         (linknamespace-libs-XOPEN2K8): Likewise.
4103         ($(objpfx)symlist-stdlibs): Replace by
4104         $(linknamespace-symlist-stdlibs-tests).  Use
4105         $(linknamespace-libs-$*) as set of libraries.
4106         ($(linknamespace-header-tests)): Update dependencies.  Use
4107         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4108         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4109         * conform/linknamespace.pl: Remove comment about considering
4110         definitions of symbols from irrelevant libraries.
4112 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4114         [BZ #13862]
4115         * elf/dl-tls.c: Include <atomic.h>.
4116         (oom): Remove #ifdef SHARED/#endif.
4117         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4118         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4119         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4120         big enough.
4121         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4122         * nptl/Makefile (tests): Add tst-stack4.
4123         (modules-names): Add tst-stack4mod.
4124         ($(objpfx)tst-stack4): New.
4125         (tst-stack4mod.sos): Likewise.
4126         ($(objpfx)tst-stack4.out): Likewise.
4127         ($(tst-stack4mod.sos)): Likewise.
4128         (clean): Likewise.
4129         * nptl/tst-stack4.c: New file.
4130         * nptl/tst-stack4mod.c: Likewise.
4132 2014-11-27  J. Brown  <jb999@gmx.de>
4134         * sysdeps/x86/bits/string.h: Add recent CPUs.
4136 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4138         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4139         sigblock.
4141         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4142         feof.
4144         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4145         variable.
4147 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4149         * nscd/connections.c: Include libc-internal.h because of macro
4150         usage ignore_value.
4152 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4154         * string/bits/string3.h (__warn_memset_zero_len): Don't
4155         declare for gcc newer than 5.0.
4156         (memset): Don't test for zero-length __LEN for gcc newer than
4157         5.0.
4159 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4161         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4162         size_t for %zu format.
4164         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4165         difference, not %ju.
4167 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4169         * include/libc-internal.h (ignore_value): New macro.
4170         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4171         with ignore_value.
4173         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4174         definition.
4176         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4177         pthread_cleanup_push to void *.
4179         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4180         Undefine.
4182         [BZ #16619]
4183         [BZ #16740]
4184         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4185         instead of 1L << 52.
4187         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4188         * libio/bug-rewind2.c (do_test): Likewise.
4190         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4191         * debug/test-strcpy_chk-ifunc.c: Likewise.
4192         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4193         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4194         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4195         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4196         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4197         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4198         * Rules [$(multi-arch) = no] (tests): Do not filter out
4199         $(tests-ifunc).
4200         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4201         * debug/Makefile (tests-ifunc): Remove variable.
4202         (tests): Do not add $(tests-ifunc).
4203         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4204         (tests): Do not add $(tests-ifunc).
4205         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4206         [TEST_IFUNC]: Remove conditionals.
4207         * string/test-string.h (TEST_IFUNC): Remove macro.
4208         [TEST_IFUNC]: Remove conditionals.
4210         * string/test-strchr.c [!WIDE] (L): New macro.
4211         [WIDE] (L): Likewise.
4212         (check1): Use CHAR instead of char.  Use L on string and character
4213         constants.
4215 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4217         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4218         tests.
4219         * sysdeps/powerpc/bits/atomic.h
4220         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4221         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4222         (atomic_exchange_and_add_acq): Likewise.
4223         (atomic_exchange_and_add_rel): Likewise.
4224         * sysdeps/powerpc/powerpc32/bits/atomic.h
4225         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4226         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4227         * sysdeps/powerpc/powerpc64/bits/atomic.h
4228         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4229         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4231 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4233         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4234         Change synchronization of __sched_fifo_min_prio and
4235         __sched_fifo_max_prio.
4236         * nptl/pthread_mutexattr_getprioceiling.c
4237         (pthread_mutexattr_getprioceiling): Likewise.
4238         * nptl/pthread_mutexattr_setprioceiling.c
4239         (pthread_mutexattr_setprioceiling): Likewise.
4240         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4241         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4242         Likewise.
4244 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4246         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4247         void.
4249 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4251         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4252         third argument const.
4254 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4256         fnmatch: work around GCC compiler warning bug with uninit var
4257         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4258         This works around a bug with x86-64 GCC 4.9.2 and earlier
4259         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4260         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4261         used uninitialized in this function [-Wmaybe-uninitialized]".
4263 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4265         * posix/bug-regex31.c (main): Return RES not 0.
4267 2014-11-25  Anton Blanchard <anton@samba.org>
4269         * sysdeps/powerpc/bits/atomic.h
4270         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4272 2014-11-24  Sterling Augustine  <saugustine@google.com>
4274         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4276 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4278         [BZ #17608]
4279         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4281 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4283         [BZ #17633]
4284         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4285         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4286         variable.
4287         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4288         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4290 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4292         * string/strncpy.c (strncpy): Improve performance by using memset.
4294 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4296         * string/strcpy.c (strcpy):
4297         Improve performance by using strlen and memcpy.
4299 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4301         * string/strcoll_l.c (get_next_seq): __always_inline.
4302         * string/strcoll_l.c (do_compare): __always_inline.
4304 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4306         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4307         defined.
4308         * include/mqueue.h: Likewise.
4309         * include/stdlib.h: Likewise.
4311         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4312         (get_null_defines): Adjust.
4313         * sunrpc/Makefile: Adjust comment.
4314         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4315         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4316         (CFLAGS-interp.c): Likewise.
4317         (CFLAGS-ldconfig.c): Likewise.
4318         (CPPFLAGS-.os): Likewise.
4319         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4320         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4321         * extra-modules.mk (extra-modules.mk): Likewise.
4322         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4323         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4324         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4325         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4326         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4327         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4328         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4329         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4330         * iconvdata/Makefile (CPPFLAGS): Likewise.
4331         (cpp-srcs-left): Add libof for all iconvdata routines.
4332         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4333         * include/assert.h: Likewise.
4334         * include/ctype.h: Likewise.
4335         * include/errno.h: Likewise.
4336         * include/libc-symbols.h: Likewise.
4337         * include/math.h: Likewise.
4338         * include/netdb.h: Likewise.
4339         * include/resolv.h: Likewise.
4340         * include/stdio.h: Likewise.
4341         * include/stdlib.h: Likewise.
4342         * include/string.h: Likewise.
4343         * include/sys/stat.h: Likewise.
4344         * include/wctype.h: Likewise.
4345         * intl/l10nflist.c: Likewise.
4346         * libidn/idn-stub.c: Likewise.
4347         * libio/libioP.h: Likewise.
4348         * nptl/libc_multiple_threads.c: Likewise.
4349         * nptl/pthreadP.h: Likewise.
4350         * posix/regex_internal.h: Likewise.
4351         * resolv/res_hconf.c: Likewise.
4352         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4353         * sysdeps/arm/memmove.S: Likewise.
4354         * sysdeps/arm/sysdep.h: Likewise.
4355         * sysdeps/generic/_itoa.h: Likewise.
4356         * sysdeps/generic/symbol-hacks.h: Likewise.
4357         * sysdeps/gnu/errlist.awk: Likewise.
4358         * sysdeps/gnu/errlist.c: Likewise.
4359         * sysdeps/i386/i586/memcpy.S: Likewise.
4360         * sysdeps/i386/i586/memset.S: Likewise.
4361         * sysdeps/i386/i686/memcpy.S: Likewise.
4362         * sysdeps/i386/i686/memmove.S: Likewise.
4363         * sysdeps/i386/i686/mempcpy.S: Likewise.
4364         * sysdeps/i386/i686/memset.S: Likewise.
4365         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4366         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4367         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4368         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4369         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4370         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4371         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4372         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4373         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4374         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4375         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4376         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4377         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4378         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4379         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4380         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4381         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4382         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4383         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4384         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4385         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4386         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4387         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4388         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4389         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4390         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4391         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4392         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4393         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4394         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4395         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4396         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4397         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4398         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4399         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4400         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4401         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4402         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4403         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4404         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4405         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4406         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4407         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4408         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4409         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4410         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4411         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4412         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4413         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4414         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4415         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4416         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4417         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4418         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4419         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4420         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4421         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4422         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4423         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4424         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4425         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4426         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4427         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4428         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4429         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4430         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4431         * sysdeps/posix/closedir.c: Likewise.
4432         * sysdeps/posix/opendir.c: Likewise.
4433         * sysdeps/posix/readdir.c: Likewise.
4434         * sysdeps/posix/rewinddir.c: Likewise.
4435         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4436         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4437         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4438         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4439         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4440         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4441         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4442         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4443         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4444         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4445         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4446         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4447         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4448         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4449         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4450         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4451         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4452         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4453         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4454         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4455         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4456         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4457         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4458         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4459         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4460         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4461         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4462         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4463         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4464         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4465         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4466         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4469         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4470         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4471         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4472         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4473         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4474         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4475         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4476         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4477         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4478         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4479         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4480         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4481         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4482         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4483         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4484         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4485         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4486         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4487         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4488         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4489         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4490         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4491         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4492         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4493         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4494         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4495         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4496         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4497         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4498         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4499         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4500         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4501         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4502         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4503         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4504         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4505         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4506         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4507         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4508         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4509         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4510         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4511         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4512         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4513         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4514         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4515         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4516         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4517         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4518         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4519         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4520         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4521         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4522         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4523         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4524         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4525         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4526         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4527         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4528         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4529         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4530         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4531         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4532         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4533         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4534         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4535         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4536         * sysdeps/unix/alpha/sysdep.S: Likewise.
4537         * sysdeps/unix/alpha/sysdep.h: Likewise.
4538         * sysdeps/unix/make-syscalls.sh: Likewise.
4539         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4540         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4541         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4542         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4543         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4544         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4545         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4546         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4547         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4548         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4549         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4550         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4551         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4552         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4553         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4554         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4555         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4556         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4557         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4558         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4559         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4560         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4561         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4562         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4563         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4564         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4565         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4568         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4569         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4570         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4571         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4572         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4573         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4574         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4575         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4576         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4577         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4578         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4579         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4580         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4581         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4582         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4583         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4584         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4585         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4586         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4587         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4588         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4589         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4590         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4591         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4592         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4593         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4594         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4595         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4596         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4597         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4598         * sysdeps/x86_64/memcpy.S: Likewise.
4599         * sysdeps/x86_64/memmove.c: Likewise.
4600         * sysdeps/x86_64/memset.S: Likewise.
4601         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4602         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4603         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4604         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4605         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4606         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4607         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4608         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4609         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4610         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4611         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4612         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4613         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4614         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4615         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4616         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4617         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4618         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4619         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4620         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4621         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4622         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4623         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4624         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4625         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4626         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4627         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4628         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4629         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4630         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4631         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4632         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4633         * sysdeps/x86_64/strcmp.S: Likewise.
4635         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4637         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4638         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4639         * elf/rtld-Rules: Likewise.
4640         * elf/setup-vdso.h: Likewise.
4641         * include/assert.h: Likewise.
4642         * include/bits/stdlib-float.h: Likewise.
4643         * include/errno.h: Likewise.
4644         * include/sys/stat.h: Likewise.
4645         * include/unistd.h: Likewise.
4646         * sysdeps/aarch64/setjmp.S: Likewise.
4647         * sysdeps/alpha/setjmp.S: Likewise.
4648         * sysdeps/arm/__longjmp.S: Likewise.
4649         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4650         * sysdeps/arm/setjmp.S: Likewise.
4651         * sysdeps/arm/sysdep.h: Likewise.
4652         * sysdeps/generic/_itoa.h: Likewise.
4653         * sysdeps/generic/dl-sysdep.h: Likewise.
4654         * sysdeps/generic/ldsodefs.h: Likewise.
4655         * sysdeps/i386/dl-tls.h: Likewise.
4656         * sysdeps/i386/setjmp.S: Likewise.
4657         * sysdeps/m68k/setjmp.c: Likewise.
4658         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4659         * sysdeps/mach/hurd/opendir.c: Likewise.
4660         * sysdeps/posix/getcwd.c: Likewise.
4661         * sysdeps/posix/opendir.c: Likewise.
4662         * sysdeps/posix/profil.c: Likewise.
4663         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4664         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4665         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4666         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4667         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4668         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4669         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4670         * sysdeps/s390/dl-tls.h: Likewise.
4671         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4672         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4673         * sysdeps/sh/sh3/setjmp.S: Likewise.
4674         * sysdeps/sh/sh4/setjmp.S: Likewise.
4675         * sysdeps/unix/alpha/sysdep.h: Likewise.
4676         * sysdeps/unix/arm/sysdep.S: Likewise.
4677         * sysdeps/unix/i386/sysdep.S: Likewise.
4678         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4679         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4680         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4681         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4682         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4683         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4684         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4685         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4686         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4687         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4688         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4689         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4690         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4693         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4694         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4695         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4696         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4697         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4698         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4699         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4700         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4701         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4702         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4703         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4704         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4705         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4706         * sysdeps/x86_64/setjmp.S: Likewise.
4708         * include/math.h: Use IS_IN instead of IS_IN_libm.
4709         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4710         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4711         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4712         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4713         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4714         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4715         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4716         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4717         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4718         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4719         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4720         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4721         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4722         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4723         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4724         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4725         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4726         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4727         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4728         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4729         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4730         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4731         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4732         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4733         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4734         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4735         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4736         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4737         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4738         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4739         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4740         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4741         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4743         Likewise.
4744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4745         Likewise.
4746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4747         Likewise.
4748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4749         Likewise.
4750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4751         Likewise.
4752         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4753         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4754         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4755         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4756         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4757         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4760         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4763         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4764         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4765         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4766         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4767         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4768         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4769         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4770         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4771         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4772         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4773         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4774         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4775         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4776         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4777         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4778         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4780         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4781         * nptl/pthreadP.h: Likewise.
4782         * nptl_db/structs.def: Likewise.
4783         * sysdeps/arm/sysdep.h: Likewise.
4784         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4785         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4786         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4787         * sysdeps/unix/alpha/sysdep.h: Likewise.
4788         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4789         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4790         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4791         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4792         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4793         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4794         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4795         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4796         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4797         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4798         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4799         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4800         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4801         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4804         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4805         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4806         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4807         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4808         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4809         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4810         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4811         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4812         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4813         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4815         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4816         * nptl/pthreadP.h: Likewise.
4817         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4818         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4819         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4820         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4821         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4822         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4823         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4824         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4825         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4826         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4827         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4828         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4830         Likewise.
4831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4832         Likewise.
4833         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4834         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4835         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4836         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4837         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4838         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4839         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4840         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4842         * dlfcn/dladdr.c: Use IS_IN.
4843         * dlfcn/dladdr1.c: Likewise.
4844         * dlfcn/dlclose.c: Likewise.
4845         * dlfcn/dlerror.c: Likewise.
4846         * dlfcn/dlinfo.c: Likewise.
4847         * dlfcn/dlmopen.c: Likewise.
4848         * dlfcn/dlopen.c: Likewise.
4849         * dlfcn/dlsym.c: Likewise.
4850         * dlfcn/dlvsym.c: Likewise.
4852         * include/ifaddrs.h: Use IS_IN.
4853         * inet/check_pf.c: Likewise.
4854         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4855         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4857         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4858         IS_IN_ldconfig.
4859         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4860         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4862         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4863         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4864         IS_IN (libc).
4866         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4868         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4869         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4870         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4871         * include/libc-symbols.h (IS_IN_LIB): New macro.
4872         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4873         * include/netdb.h: Likewise.
4874         * include/stap-probe.h: Remove all uses of IN_LIB.
4876         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4877         instead of IN_MODULE.
4878         * include/libc-symbols.h (IN_MODULE): Define using
4879         MODULE_NAME.
4880         (PASTE_NAME, PASTE_NAME1): New macros.
4881         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4882         of IN_LIB.
4883         (STAP_PROBE_ASM): Likewise.
4885 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4887         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4888         __mach_init in dlopened libc.
4890 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4892         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4893         * sysdeps/arm/preconfigure: Regenerate.
4895 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4897         * nptl/pthread_create.c (__pthread_create_2_1): Set
4898         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4899         when copying values from IATTR into PD.
4901 2014-11-21  Will Newton  <will.newton@linaro.org>
4902             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4904         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4905         Refactor inline-asm.  Also add comment.
4907         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4908         ElfW macro instead of hardcoded Elf64 types.
4909         (la_aarch64_gnu_pltenter): Likewise.
4910         * sysdeps/aarch64/dl-machine.h
4911         (elf_machine_runtime_setup): Use ElfW(Addr).
4913         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4914         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4915         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4916         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4917         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4918         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4919         (R_AARCH64_TLS_DTPMOD): This.
4920         (R_AARCH64_TLS_DTPREL64): Rename to ...
4921         (R_AARCH64_TLS_DTPREL): This.
4922         (R_AARCH64_TLS_TPREL64): Rename to ...
4923         (R_AARCH64_TLS_TPREL): This.
4924         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4925         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4926         R_AARCH64_TLS_TPREL64.
4927         (elf_machine_rela): Likewise.
4929 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4931         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4932         by setting it to 0.  64b atomics are not supported currently.
4934 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4936         [BZ #16469]
4937         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4938         search domain names.
4940 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4942         [BZ #16469]
4943         * NEWS: Update.
4944         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4945         trailing dot.
4946         * posix/tst-getaddrinfo5.c: New.
4947         * posix/Makefile (tests): Add it.
4949 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4951         [BZ #14498]
4952         * NEWS: Fixed.
4953         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4954         after parsing line but before break_if_match.
4955         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4956         if there is a protocol mismatch.
4958 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4960         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4961         because the potential race is on the user-supplied stream.
4963 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4965         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4966         string literal if not passed a buffer.
4967         * manual/job.texi (ctermid): Update reasoning, note deviation
4968         from posix, suggest mtasurace when not passed a buffer, for
4969         future non-preliminary safety notes.
4971 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4973         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4974         of not passing it a buffer.
4975         Reported by Peng Haitao.
4977 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4979         * manual/Makefile ($(objpfx)stamp-summary): Require
4980         check-safety.sh to pass.
4981         * manual/check-safety.sh: Wish for verification that every
4982         @deftypefn and @deftypefun is followed by a @safety remark.
4984 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4986         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4988         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4989         PTHREAD_CANCEL_ASYNCHRONOUS.
4990         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4991         send SIGCANCEL.
4993         * nptl/default-sched.h: New file.
4994         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4995         * nptl/pthread_create.c: Include it.
4996         (__pthread_create_2_1): Use collect_default_sched instead of making
4997         Linux syscalls here directly.
4999 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5001         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5002         __pthread_once): Use C11 atomics.
5004 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5006         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5008 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5010         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5011         atomic_thread_fence_acquire, atomic_thread_fence_release,
5012         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5013         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5014         atomic_compare_exchange_weak_relaxed,
5015         atomic_compare_exchange_weak_acquire,
5016         atomic_compare_exchange_weak_release,
5017         atomic_exchange_acquire, atomic_exchange_release,
5018         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5019         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5020         atomic_fetch_and_acquire,
5021         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5023 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5025         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5026         USE_ATOMIC_COMPILER_BUILTINS): Define.
5027         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5028         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5029         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5030         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5031         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5032         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5033         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5034         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5035         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5036         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5037         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5038         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5039         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5040         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5041         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5042         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5043         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5044         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5045         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5046         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5047         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5048         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5049         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5050         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5051         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5052         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5053         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5054         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5055         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5056         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5057         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5058         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5059         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5061         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5062         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5063         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5064         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5065         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5068 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5070         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5071         the sched_priority value here.  It was already checked when the user
5072         called pthread_attr_setschedparam.
5074         * nptl/tst-bad-schedattr.c: New file.
5075         * nptl/Makefile (tests): Add it.
5077 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5078             Florian Weimer  <fweimer@redhat.com>
5079             Joseph Myers  <joseph@codesourcery.com>
5080             Adam Conrad  <adconrad@0c3.net>
5081             Andreas Schwab  <schwab@suse.de>
5082             Brooks  <bmoses@google.com>
5084         [BZ #17625]
5085         * wordexp-test.c (__dso_handle): Add prototype.
5086         (__register_atfork): Likewise.
5087         (__app_register_atfork): New function.
5088         (registered_forks): New global.
5089         (register_fork): New function.
5090         (test_case): Add 3 new tests for WRDE_CMDSUB.
5091         (main): Call __app_register_atfork.
5092         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5093         fork count is non-zero fail the test.
5094         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5095         is set.
5096         (parse_dollars): Remove check for WRDE_NOCMD.
5097         (parse_dquote): Likewise.
5099 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5101         * Makeconfig (built-modules): List non-library modules to be
5102         built.
5103         (module-cppflags): Include libc-modules.h for
5104         everything except shlib-versions.v.i.
5105         (CPPFLAGS): Use it.
5106         (before-compile): Add libc-modules.h.
5107         ($(common-objpfx)libc-modules.h,
5108         $(common-objpfx)libc-modules.stmp): New targets.
5109         (common-generated): Add libc-modules.h and libc-modules.stmp.
5110         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5111         * include/libc-symbols.h: Don't include libc-modules.h.
5112         * include/libc-modules.h: Remove file.
5113         * scripts/gen-libc-modules.awk: New script to generate
5114         libc-modules.h.
5115         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5116         Depend on libc-modules.stmp.
5118         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5120         * Makeconfig (in-module): Get value of libof set for the
5121         translation unit.
5122         (CPPFLAGS): Use $(in-module).
5123         * Makerules: Don't suffix routine names for nonlib.
5124         * include/libc-modules.h: New file.
5125         * include/libc-symbols.h: Include libc-modules.h
5126         (IS_IN): New macro to replace IS_IN_* macros.
5127         * elf/Makefile: Set libof-* for each routine.
5128         * elf/rtld-Rules: Likewise.
5129         * extra-modules.mk: Likewise.
5130         * iconv/Makefile: Likewise.
5131         * iconvdata/Makefile: Likewise.
5132         * locale/Makefile: Likewise.
5133         * malloc/Makefile: Likewise.
5134         * nss/Makefile: Likewise.
5135         * sysdeps/gnu/Makefile: Likewise.
5136         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5137         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5138         * sysdeps/s390/s390-64/Makefile: Likewise.
5139         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5140         CPPFLAGS for nscd instead of nonlib.
5142 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5144         * nptl/createthread.c: New file.
5146         * nptl/createthread.c: Moved ...
5147         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5149         * nptl/createthread.c: Add proper top-line comment.
5150         (do_clone): Folded into ...
5151         (create_thread): ... here.  Take new arguments STOPPED_START and
5152         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5153         increment __nptl_threads, do event-reporting logic, do
5154         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5155         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5156         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5157         just send SIGCANCEL.
5158         * nptl/pthread_create.c: Forward-declare create_thread before
5159         including createthread.c.
5160         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5161         declaration, and new macro START_THREAD_SELF to replace argument.
5162         Remove return statement.
5163         (report_thread_creation): New function.
5164         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5165         synchronization logic, and __nptl_nthreads increment here, around
5166         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5167         PD->parent_cancelhandling here, before create_thread.  When
5168         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5169         __deallocate_stack, and ENOMEM translation here.
5171 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5173         [BZ #17616]
5174         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5175         (mptwo): Rename to __mptwo.
5176         (__inv): Use __mptwo instead of mptwo.
5177         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5178         (mptwo): Rename to __mptwo.
5179         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5180         of mpone and __mptwo instead of mptwo.
5181         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5182         instead of mpone.
5183         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5184         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5185         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5186         of mpone and __mptwo instead of mptwo.
5187         (__mpranred): Use __mpone instead of mpone.
5188         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5189         variable.
5190         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5191         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5192         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5193         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5194         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5195         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5196         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5197         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5198         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5199         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5200         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5201         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5202         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5203         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5204         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5205         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5206         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5207         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5208         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5210 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5212         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5213         replace BSD Handler xref with BSD Signal Handling.
5215 2014-11-17  Richard Henderson  <rth@redhat.com>
5217         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5218         (_FP_PACK_RAW_2): Remove.
5219         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5220         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5221         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5222         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5223         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5224         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5225         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5226         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5227         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5228         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5229         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5230         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5231         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5232         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5233         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5234         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5236 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5238         * signal/signal.h [__USE_MISC]
5239         (struct sigvec): Remove type.
5240         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5241         (sigvec): Remove declaration.
5242         * sysdeps/posix/sigvec.c: Moved ...
5243         * signal/sigvec.c: ... here, replacing old file.
5244         (struct sigvec): New type, copied from old signal.h definition.
5245         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5246         (__sigvec): Convert definition to prototype.
5247         (sigvec): Replace weak_alias with compat_symbol.
5248         * signal/Versions (libc: GLIBC_2.21): New version set.
5249         * include/signal.h: Remove __sigvec declaration.
5250         * sysdeps/unix/bsd/sigvec.c: Remove file.
5251         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5252         * manual/signal.texi (BSD Handler): Remove subsection.
5253         Move siginterrupt up to ...
5254         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5255         (Blocking in BSD): Fold subsection into its parent.
5256         * NEWS: Mention sigvec removal.
5258 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5260         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5261         (DLA_FMS): Make definition conditional only on [__FMA4__].
5262         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5263         definition.
5265         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5266         Make definition conditional only on [PROF].
5267         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5268         definition.
5269         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5270         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5272         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5273         !__GNUC__].
5274         * include/signal.h (__sigpause): Move declaration above call to
5275         libc_hidden_proto.
5276         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5277         variable.
5278         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5279         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5281 2014-11-14  David S. Miller  <davem@davemloft.net>
5283         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5284         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5286 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5288         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5289         * configure: Regenerated.
5290         * manual/install.texi (Tools for Compilation): Document a
5291         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5292         compiler verified to work.
5293         * INSTALL: Regenerated.
5295         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5296         redeclare with asm name.
5297         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5298         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5299         including <string.h>.
5300         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5301         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5302         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5303         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5304         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5305         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5306         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5308 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5310         * stdlib/strtol.c (__strtol): Use prototype definition.
5312         [BZ #17594]
5313         * stdlib/strtol.c (SYM__): New macro.
5314         (SYM__1): Likewise.
5315         (__strtol): Likewise.
5316         (strtol): Rename to __strtol and define as weak alias of
5317         __strtol.  Use libc_hidden_weak.
5319 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5321         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5322         Use numbered labels in inline assembly.
5324 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5326         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5327         Add setjmp LIBC_PROBE.
5328         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5329         Likewise.
5330         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5331         Add longjmp, longjmp_target LIBC_PROBE.
5332         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5333         Likewise.
5335 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5337         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5338         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5339         to get rid of unused variable warning.
5341 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5343         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5344         Check for unwind_backtrace ==  NULL only in SHARED case.
5345         (__backchain_backtrace): Compile only in SHARED case.
5346         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5347         Likewise.
5348         (__backchain_backtrace): Declare as static.
5350 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5352         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5353         (__libc_multiple_threads_ptr): Variable moved ...
5354         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5356 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5358         * conform/GlibcConform.pm: New file.
5359         * conform/conformtest.pl: Use GlibcConform module.
5360         * conform/linknamespace.pl: New file.
5361         * conform/list-header-symbols.pl: Likewise.
5362         * conform/Makefile (linknamespace-symlists-base): New variable.
5363         (linknamespace-symlists-tests): Likewise.
5364         (linknamespace-header-base): Likewise.
5365         (linknamespace-header-tests): Likewise.
5366         (tests-special): Add new tests.
5367         ($(linknamespace-symlists-tests)): New rule.
5368         (linknamespace-libs): New variable.
5369         ($(objpfx)symlist-stdlibs): New rule.
5370         ($(linknamespace-header-tests)): Likewise.
5371         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5372         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5373         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5374         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5375         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5376         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5377         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5378         (test-xfail-ISO/math.h/linknamespace): Likewise.
5379         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5380         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5381         (test-xfail-ISO/time.h/linknamespace): Likewise.
5382         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5383         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5384         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5385         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5386         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5387         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5388         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5389         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5390         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5391         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5392         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5393         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5394         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5395         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5396         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5397         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5398         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5399         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5400         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5401         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5402         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5403         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5404         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5405         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5406         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5407         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5408         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5409         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5410         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5411         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5412         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5413         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5414         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5415         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5416         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5417         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5418         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5419         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5420         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5421         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5422         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5423         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5424         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5425         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5426         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5427         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5428         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5429         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5430         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5431         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5432         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5433         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5434         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5435         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5436         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5437         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5438         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5439         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5440         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5441         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5442         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5443         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5444         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5445         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5446         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5447         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5448         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5449         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5450         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5451         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5452         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5453         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5454         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5455         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5456         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5457         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5458         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5459         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5460         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5461         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5462         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5463         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5464         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5465         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5466         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5467         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5468         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5469         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5470         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5471         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5472         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5473         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5474         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5475         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5476         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5477         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5478         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5479         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5480         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5481         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5482         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5483         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5484         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5485         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5486         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5487         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5488         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5489         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5490         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5491         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5492         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5493         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5494         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5495         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5496         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5497         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5498         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5499         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5500         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5501         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5502         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5503         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5504         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5505         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5506         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5507         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5508         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5509         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5510         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5511         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5512         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5513         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5514         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5515         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5516         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5517         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5518         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5519         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5520         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5521         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5522         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5523         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5524         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5525         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5526         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5527         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5528         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5529         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5530         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5531         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5533         [BZ #17589]
5534         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5535         of fgets_unlocked.
5537         [BZ #17585]
5538         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5539         (memmem): Rename to __memmem and define as weak alias of
5540         __memmem.  Use libc_hidden_weak.
5541         (__memmem): Use libc_hidden_def.
5542         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5543         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5544         memmem.
5546         [BZ #17582]
5547         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5548         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5549         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5550         and define as weak alias of __fgets_unlocked.  Use
5551         libc_hidden_weak.
5552         (__fgets_unlocked): Use libc_hidden_def.
5553         * include/stdio.h (__fgets_unlocked): Declare.  Use
5554         libc_hidden_proto.
5555         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5556         __fgets_unlocked instead of fgets_unlocked.
5557         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5558         (GET_NPROCS_CONF_PARSER): Likewise.
5559         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5560         (GET_NPROCS_CONF_PARSER): Likewise.
5562         [BZ #17574]
5563         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5564         weak alias of __wmemset.  Use libc_hidden_weak.
5565         (__wmemset): Use libc_hidden_def.
5566         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5567         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5568         of wmemset.
5570         [BZ #17573]
5571         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5572         with asm name __mempcpy.
5573         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5575         [BZ #17572]
5576         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5577         and define as weak alias of __rawmemchr.
5578         (__rawmemchr): Do not define as strong alias of rawmemchr.
5580         [BZ #17571]
5581         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5582         alias of __qsort_r.
5583         (qsort): Call __qsort_r instead of qsort_r.
5584         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5585         (__qsort_r): Declare.  Call libc_hidden_proto.
5586         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5587         instead of qsort_r.
5588         * nscd/gai.c (__qsort_r): Define to qsort_r.
5589         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5590         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5591         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5593         [BZ #17570]
5594         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5595         define as weak alias of __malloc_info.
5597         [BZ #17584]
5598         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5599         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5600         (__rewinddir): Use libc_hidden_def.
5601         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5602         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5603         (__rewinddir): Use libc_hidden_def.
5604         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5605         weak alias of __rewinddir.  Don't use libc_hidden_def.
5606         (__rewinddir): Use libc_hidden_def.
5607         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5608         (__rewinddir): Use libc_hidden_proto.
5609         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5610         rewinddir.
5611         (__getcwd): Use __rewinddir instead of rewinddir.
5613         [BZ #17583]
5614         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5615         alias of __fileno.  Use libc_hidden_weak.
5616         (__fileno): Use libc_hidden_def.
5617         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5618         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5619         alias of __ftello.
5620         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5621         __ftello.
5622         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5623         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5624         libc_hidden_def.
5625         (fread_unlocked): Don't use libc_hidden_ver.
5626         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5627         and define as weak alias of __fread_unlocked.  Don't use
5628         libc_hidden_def.
5629         (__fread_unlocked): Use libc_hidden_def.
5630         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5631         (ftello): Don't use libc_hidden_proto.
5632         (__ftello): Declare.  Use libc_hidden_proto.
5633         (fread_unlocked): Don't use libc_hidden_proto.
5634         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5635         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5636         and __ftello instead of fileno, fread_unlocked and ftello.
5638 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5640         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5641         GOT12.
5642         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5643         Likewise.
5644         (_dl_start_user): Likewise.
5645         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5647 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5648             Siddhesh Poyarekar  <siddhesh@redhat.com>
5650         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5651         Move argv and envp down instead of moving argc up.
5652         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5654 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5656         [BZ #17506]
5657         * test-skeleton.c (main): Return successful if one of
5658         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5659         * string/tst-strcoll-overflow.c: Define expected status.
5661 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5663         [BZ #17475]
5664         * locale/iso-639.def: Define Bhili and Tulu language codes.
5666 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5668         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5670 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5672         [BZ #17555]
5673         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5675 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5677         * configure.ac: Updated check of minimal required version to
5678         2.22.
5679         * manual/install.texi (Tools for Compilation): Updated version
5680         number.
5681         * configure: Regenerated.
5682         * INSTALL: Likewise.
5684 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5686         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5687         __tls_get_addr.
5689 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5691         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5692         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5693         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5694         libc_hidden_weak.
5695         (waitpid): Define as alias of __waitpid.
5696         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5697         __waitpid.
5698         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5699         libc_hidden_weak.
5700         (waitpid): Define as alias of __waitpid.
5701         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5702         __libc_waitpid alias.
5703         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5704         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5705         Likewise.
5706         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5707         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5708         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5709         alias.
5710         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5711         __waitpid.
5712         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5713         libc_hidden_weak.
5714         (waitpid): Define as alias of __waitpid.
5716 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5718         * manual/llio.texi: Add comment that write safety has been
5719         fixed in Linux.
5721         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5722         (localplt-build-dso): Add elf/ld.so.
5723         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5724         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5725         and free for ld.so.
5726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5727         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5729         Likewise.
5730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5731         Likewise.
5732         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5733         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5734         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5735         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5736         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5737         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5738         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5739         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5740         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5741         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5742         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5744 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5746         [BZ #14132]
5747         * include/libc-symbols.h (INTUSE): Remove macro.
5748         (INTDEF): Likewise.
5749         (INTVARDEF): Likewise.
5750         (_INTVARDEF): Likewise.
5751         (INTDEF2): Likewise.
5752         (INTVARDEF2): Likewise.
5753         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5754         rtld_hidden_def instead of INTVARDEF.
5755         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5756         (_dl_starting_up_internal): Remove declaration.
5757         (_dl_starting_up): Use rtld_hidden_proto.
5758         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5759         declaration.
5760         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5761         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5762         _dl_starting_up.
5763         * elf/dl-writev.h (_dl_writev): Likewise.
5764         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5765         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5766         _dl_starting_up_internal.
5768 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5770         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5771         test-skeleton.c.
5773 2014-11-05  Will Newton  <will.newton@linaro.org>
5775         * benchtests/Makefile: (bench-malloc): Add malloc thread
5776         scalability benchmark.
5777         * benchtests/bench-malloc-threads.c: New file.
5779 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5781         * sysdeps/aarch64/strchrnul.S: New file.
5783 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5785         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5786         definition.
5787         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5788         Likwise.
5789         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5790         Likewise.
5791         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5792         Likewise.
5793         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5794         Likewise.
5795         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5796         Likewise.
5798 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5800         * catgets/test-gencat.c: Use test-skeleton.c.
5801         * catgets/tst-catgets.c: Likewise.
5802         * csu/tst-empty.c: Likewise.
5803         * elf/tst-audit2.c: Likewise.
5804         * elf/tst-global1.c: Likewise.
5805         * elf/tst-pathopt.c: Likewise.
5806         * elf/tst-piemod1.c: Likewise.
5807         * elf/tst-tls10.c: Likewise.
5808         * elf/tst-tls11.c: Likewise.
5809         * elf/tst-tls12.c: Likewise.
5810         * gnulib/tst-gcc.c: Likewise.
5811         * iconvdata/tst-e2big.c: Likewise.
5812         * iconvdata/tst-loading.c: Likewise.
5813         * iconv/tst-iconv1.c: Likewise.
5814         * iconv/tst-iconv2.c: Likewise.
5815         * inet/test-inet6_opt.c: Likewise.
5816         * inet/tst-gethnm.c: Likewise.
5817         * inet/tst-network.c: Likewise.
5818         * inet/tst-ntoa.c: Likewise.
5819         * intl/tst-codeset.c: Likewise.
5820         * intl/tst-gettext2.c: Likewise.
5821         * intl/tst-gettext3.c: Likewise.
5822         * intl/tst-ngettext.c: Likewise.
5823         * intl/tst-translit.c: Likewise.
5824         * io/test-stat.c: Likewise.
5825         * libio/test-fmemopen.c: Likewise.
5826         * libio/tst-freopen.c: Likewise.
5827         * libio/tst-sscanf.c: Likewise.
5828         * libio/tst-ungetwc1.c: Likewise.
5829         * libio/tst-ungetwc2.c: Likewise.
5830         * libio/tst-widetext.c: Likewise.
5831         * localedata/tst-ctype.c: Likewise.
5832         * localedata/tst-digits.c: Likewise.
5833         * localedata/tst-leaks.c: Likewise.
5834         * localedata/tst-mbswcs1.c: Likewise.
5835         * localedata/tst-mbswcs2.c: Likewise.
5836         * localedata/tst-mbswcs3.c: Likewise.
5837         * localedata/tst-mbswcs4.c: Likewise.
5838         * localedata/tst-mbswcs5.c: Likewise.
5839         * localedata/tst-setlocale.c: Likewise.
5840         * localedata/tst-trans.c: Likewise.
5841         * localedata/tst-wctype.c: Likewise.
5842         * localedata/tst-xlocale1.c: Likewise.
5843         * login/tst-grantpt.c: Likewise.
5844         * malloc/tst-calloc.c: Likewise.
5845         * malloc/tst-malloc.c: Likewise.
5846         * malloc/tst-mallocstate.c: Likewise.
5847         * malloc/tst-mcheck.c: Likewise.
5848         * malloc/tst-mtrace.c: Likewise.
5849         * malloc/tst-obstack.c: Likewise.
5850         * math/atest-exp2.c: Likewise.
5851         * math/atest-exp.c: Likewise.
5852         * math/atest-sincos.c: Likewise.
5853         * math/test-matherr.c: Likewise.
5854         * math/test-misc.c: Likewise.
5855         * math/test-powl.c: Likewise.
5856         * math/tst-definitions.c: Likewise.
5857         * misc/tst-dirname.c: Likewise.
5858         * misc/tst-efgcvt.c: Likewise.
5859         * misc/tst-fdset.c: Likewise.
5860         * misc/tst-hsearch.c: Likewise.
5861         * misc/tst-mntent2.c: Likewise.
5862         * nptl/tst-sem7.c: Likewise.
5863         * nptl/tst-sem8.c: Likewise.
5864         * nptl/tst-sem9.c: Likewise.
5865         * nss/test-netdb.c: Likewise.
5866         * posix/tst-fnmatch.c: Likewise.
5867         * posix/tst-getlogin.c: Likewise.
5868         * posix/tst-gnuglob.c: Likewise.
5869         * posix/tst-mmap.c: Likewise.
5870         * pwd/tst-getpw.c: Likewise.
5871         * resolv/tst-inet_ntop.c: Likewise.
5872         * rt/tst-timer.c: Likewise.
5873         * stdio-common/test-fseek.c: Likewise.
5874         * stdio-common/test-popen.c: Likewise.
5875         * stdio-common/test-vfprintf.c: Likewise.
5876         * stdio-common/tst-cookie.c: Likewise.
5877         * stdio-common/tst-fileno.c: Likewise.
5878         * stdio-common/tst-gets.c: Likewise.
5879         * stdio-common/tst-obprintf.c: Likewise.
5880         * stdio-common/tst-perror.c: Likewise.
5881         * stdio-common/tst-sprintf2.c: Likewise.
5882         * stdio-common/tst-sprintf3.c: Likewise.
5883         * stdio-common/tst-sprintf.c: Likewise.
5884         * stdio-common/tst-swprintf.c: Likewise.
5885         * stdio-common/tst-tmpnam.c: Likewise.
5886         * stdio-common/tst-unbputc.c: Likewise.
5887         * stdio-common/tst-wc-printf.c: Likewise.
5888         * stdlib/tst-environ.c: Likewise.
5889         * stdlib/tst-fmtmsg.c: Likewise.
5890         * stdlib/tst-limits.c: Likewise.
5891         * stdlib/tst-rand48-2.c: Likewise.
5892         * stdlib/tst-rand48.c: Likewise.
5893         * stdlib/tst-random2.c: Likewise.
5894         * stdlib/tst-random.c: Likewise.
5895         * stdlib/tst-strtol.c: Likewise.
5896         * stdlib/tst-strtoll.c: Likewise.
5897         * stdlib/tst-tls-atexit.c: Likewise.
5898         * stdlib/tst-xpg-basename.c: Likewise.
5899         * string/test-ffs.c: Likewise.
5900         * string/tst-bswap.c: Likewise.
5901         * string/tst-inlcall.c: Likewise.
5902         * string/tst-strtok.c: Likewise.
5903         * string/tst-strxfrm.c: Likewise.
5904         * sysdeps/x86_64/tst-audit10.c: Likewise.
5905         * sysdeps/x86_64/tst-audit3.c: Likewise.
5906         * sysdeps/x86_64/tst-audit4.c: Likewise.
5907         * sysdeps/x86_64/tst-audit5.c: Likewise.
5908         * time/tst-ftime_l.c: Likewise.
5909         * time/tst-getdate.c: Likewise.
5910         * time/tst-mktime3.c: Likewise.
5911         * time/tst-mktime.c: Likewise.
5912         * time/tst-posixtz.c: Likewise.
5913         * time/tst-strptime2.c: Likewise.
5914         * time/tst-strptime3.c: Likewise.
5915         * wcsmbs/tst-btowc.c: Likewise.
5916         * wcsmbs/tst-mbrtowc.c: Likewise.
5917         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5918         * wcsmbs/tst-wchar-h.c: Likewise.
5919         * wcsmbs/tst-wcpncpy.c: Likewise.
5920         * wcsmbs/tst-wcrtomb.c: Likewise.
5921         * wcsmbs/tst-wcsnlen.c: Likewise.
5922         * wcsmbs/tst-wcstof.c: Likewise.
5924 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5926         [BZ #14132]
5927         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5928         INTDEF.
5929         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5930         declaration.
5931         (_dl_mcount): Use rtld_hidden_proto.
5932         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5933         _dl_mcount.
5934         * elf/rtld.c (_rtld_global_ro): Likewise.
5936         [BZ #14132]
5937         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5938         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5939         of _dl_init_internal.
5940         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5941         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5942         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5943         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5944         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5945         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5946         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5947         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5948         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5949         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5950         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5951         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5952         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5953         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5954         * sysdeps/tile/dl-start.S (_start): Likewise.
5955         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5956         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5958         [BZ #14132]
5959         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5960         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5961         (rtld_progname): Make macro definition unconditional.
5962         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5963         INTDEF.
5964         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5965         (dl_main): Likewise.
5966         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5967         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5968         instead of _dl_argv_internal.
5969         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5970         __GI__dl_argv instead of INTUSE(_dl_argv).
5971         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5972         __GI__dl_argv instead of _dl_argv_internal.
5974         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5975         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5976         macro.
5977         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5978         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5979         New macro.
5980         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5981         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5982         macro.
5983         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5984         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5986 2014-11-04  Andreas Schwab  <schwab@suse.de>
5988         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5990 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5992         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5993         mtvsrd instruction in binary form.
5995 2014-11-03  Andreas Schwab  <schwab@suse.de>
5997         [BZ #17522]
5998         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5999         for less than MB_LEN_MAX use a local buffer of that size.
6000         * libio/tst-fputws.c: New file.
6001         * libio/Makefile (tests): Add tst-fputws.
6003 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6005         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6006         the size of the fpu_fr.fpu_dregs[] array.
6008 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6010         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6011         (__nanosleep): Do not define as alias.
6012         (nanosleep): Define as alias of __nanosleep.
6013         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6014         __libc_nanosleep name.
6016 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6018         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6019         install.texi in comment.
6021 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6023         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6024         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6025         ... add here and use lwsync or sync ...
6026         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6027         ... and add here using lwsync.
6029 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6031         * elf/dl-machine-reject-phdr.h: New file.
6032         * elf/dl-load.c: #include that.
6033         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6034         if that returned true.
6036 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6038         [BZ #17496]
6039         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6040         gen-as-const-headers chunk.  Add a big scare comment after the last
6041         safe place to touch before-compile.
6043 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6045         * manual/install.texi (Tools for Compilation): Update autoconf
6046         version requirements.
6047         * INSTALL: Regenerated.
6049         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6050         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6051         (__libc_pselect): Likewise.
6053         [BZ #14138]
6054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6056         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6059 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6061         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6062         correct barrier instruction.
6063         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6064         Likewise.
6065         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6066         Likewise.
6068 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6070         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6071         after defining inlines.  Instead, just use parens to defeat macro
6072         expansion of __isctype in its declaration.
6074 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6076         * include/sys/uio.h (__libc_readv): Remove declaration.
6077         (__libc_writev): Likewise.
6078         * misc/readv.c (__libc_readv): Rename to __readv.
6079         (__readv): Do not define as alias.
6080         (readv): Define as alias of __readv.
6081         * misc/writev.c (__libc_writev): Rename to __writev.
6082         (__writev): Do not define as alias.
6083         (writev): Define as alias of __writev.
6084         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6085         (__readv): Do not define as alias.
6086         (readv): Define unconditionally as alias of __readv.
6087         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6088         (__writev): Do not define as alias.
6089         (writev): Define unconditionally as alias of __writev.
6090         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6091         name.
6092         (writev): Do not define __libc_writev name.
6094 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6096         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6097         (convert_charseq): New function, broken out of ...
6098         (use_from_charmap): ... here.  Call it.
6099         (use_to_charmap): Use convert_charseq and free instead of duplicating
6100         its code with a variable-length stack struct.
6102 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6104         * include/fcntl.h (__libc_creat): Remove declaration.
6105         * io/creat.c (__libc_creat): Rename to creat.
6106         (creat): Do not define as alias.
6107         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6108         of creat instead of __libc_creat.
6109         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6110         to creat.
6111         (creat): Do not define as alias.
6112         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6113         __libc_creat.
6114         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6115         __libc_creat name.
6116         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6117         Likewise.
6119 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6121         * manual/llio.texi: Add comments discussing why write() may be
6122         considered MT-unsafe on Linux.
6124 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6126         * dl-load.c (local_strdup): Remove.
6127         (expand_dynamic_string_token): Use __strdup.
6128         (decompose_rpath): Likewise.
6129         (_dl_map_object): Likewise.
6131 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6133         [BZ #14132]
6134         * sysdeps/generic/unwind-dw2-fde.c
6135         (__register_frame_info_bases_internal): Do not declare.
6136         (__register_frame_info_table_bases_internal): Likewise.
6137         (__deregister_frame_info_bases_internal): Likewise.
6138         (__register_frame_info_bases): Declare and use hidden_proto before
6139         definition.  Use hidden_def instead of INTDEF.
6140         (__register_frame_info_table_bases): Likewise.
6141         (__deregister_frame_info_bases): Likewise.
6142         (__register_frame_info): Do not use INTUSE.
6143         (__register_frame): Likewise.
6144         (__register_frame_info_table): Likewise.
6145         (__register_frame_table): Likewise.
6146         (__deregister_frame_info): Likewise.
6147         (__deregister_frame): Likewise.
6149 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6151         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6152         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6153         not undefine.
6154         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6155         Likewise.
6156         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6157         Likewise.
6159 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6161         [BZ #14138]
6162         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6163         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6164         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6165         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6166         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6167         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6168         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6169         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6170         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6171         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6172         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6173         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6174         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6175         syscall.
6176         (setfsuid): Likewise.
6177         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6178         (setfsuid): Likewise.
6179         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6180         (setfsuid): Likewise.
6181         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6182         Likewise.
6183         (setfsuid): Likewise.
6184         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6185         (setfsuid): Likewise.
6186         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6187         Likewise.
6188         (setfsuid): Likewise.
6190 2014-10-27  Andreas Schwab  <schwab@suse.de>
6192         [BZ #17501]
6193         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6194         check for Slow_SSE4_2 feature bit.
6195         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6196         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6197         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6198         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6200 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6202         * configure.ac: Validate compiler version with a empirical test of
6203         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6204         $CC -v output.
6205         * configure: Regenerated.
6207         * inet/htons.c (htons): Prototypify.
6208         * inet/htonl.c (htonl): Likewise.
6210 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6212         * string/strncat.c (strncat): Improve performance by using strlen.
6214 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6216         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6218 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6220         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6221         Call libc_fetestexcept_aarch64.
6223 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6225         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6226         Call libc_feholdexcept_aarch64.
6228 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6230         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6231         Call get_rounding_mode.
6233 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6235         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6236         Simplify logic.
6238 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6240         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6241         Simplify logic.
6243 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6245         [BZ #14138]
6246         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6247         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6248         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6249         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6250         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6251         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6252         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6253         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6254         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6255         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6256         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6257         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6258         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6259         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6260         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6261         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6262         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6263         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6264         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6265         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6266         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6267         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6268         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6269         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6270         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6271         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6272         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6273         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6274         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6275         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6276         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6277         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6278         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6279         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6280         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6281         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6282         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6283         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6284         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6285         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6286         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6287         syscall.
6288         (geteuid): Likewise.
6289         (getgid): Likewise.
6290         (getuid): Likewise.
6291         (getresgid): Likewise.
6292         (getresuid): Likewise.
6293         (getgroups): Likewise.
6294         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6295         (geteuid): Likewise.
6296         (getgid): Likewise.
6297         (getuid): Likewise.
6298         (getresgid): Likewise.
6299         (getresuid): Likewise.
6300         (getgroups): Likewise.
6301         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6302         (geteuid): Likewise.
6303         (getgid): Likewise.
6304         (getuid): Likewise.
6305         (getresgid): Likewise.
6306         (getresuid): Likewise.
6307         (getgroups): Likewise.
6308         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6309         Likewise.
6310         (geteuid): Likewise.
6311         (getgid): Likewise.
6312         (getuid): Likewise.
6313         (getresgid): Likewise.
6314         (getresuid): Likewise.
6315         (getgroups): Likewise.
6316         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6317         (geteuid): Likewise.
6318         (getgid): Likewise.
6319         (getuid): Likewise.
6320         (getresgid): Likewise.
6321         (getresuid): Likewise.
6322         (getgroups): Likewise.
6323         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6324         Likewise.
6325         (geteuid): Likewise.
6326         (getgid): Likewise.
6327         (getuid): Likewise.
6328         (getgroups): Likewise.
6330         [BZ #14138]
6331         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6332         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6333         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6334         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6335         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6336         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6337         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6338         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6339         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6340         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6341         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6342         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6343         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6344         __chown.
6345         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6346         (lchown): Likewise.
6347         (fchown): Likewise.
6348         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6349         Likewise.
6350         (lchown): Likewise.
6351         (fchown): Likewise.
6352         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6353         (lchown): Likewise.
6354         (fchown): Likewise.
6355         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6356         Likewise.
6357         (lchown): Likewise.
6358         (fchown): Likewise.
6360 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6362         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6363         Simplify logic.
6365 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6367         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6368         Cleanup logic.
6370 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6372         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6373         Remove unused include.
6375 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6377         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6378         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6379         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6380         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6382 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6383             Helge Deller <deller@gmx.de>
6385         [BZ #17508]
6386         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6387         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6388         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6390 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6392         [BZ #14132]
6393         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6394         Remove macro definition.
6395         (__ashrdi3_v_glibc20): Likewise.
6396         (__lshrdi3_v_glibc20): Likewise.
6397         (__cmpdi2_v_glibc20): Likewise.
6398         (__ucmpdi2_v_glibc20): Likewise.
6399         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6400         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6401         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6402         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6403         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6404         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6406 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6408         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6409         old GNU extension [0] syntax.
6410         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6411         alloca rather than an array member with variable length.
6412         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6413         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6414         (parse_opt): ... here.  Likewise use alloca there.
6415         Validate the -i argument before checking for rootness.
6416         (send_shutdown): New function, broken out of ...
6417         (parse_opt): ... here.
6419 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6421         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6422         macro to get at the _rt_local_ro field.
6423         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6424         ([PIC] case) or _dl_hwcap ([!PIC] case).
6425         * sysdeps/arm/setjmp.S: Likewise.
6427         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6428         * sysdeps/arm/configure.ac: New check to define it.
6429         * sysdeps/arm/configure: Regenerated.
6430         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6431         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6432         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6433         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6434         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6435         Use move/movt pair instead of a load.
6436         (LDST_GLOBAL): Macro removed.
6437         (LDR_GLOBAL): New macro replaces it.
6438         (LDR_HIDDEN): New macro.
6439         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6440         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6442         * setjmp/tst-setjmp-static.c: New file.
6443         * setjmp/Makefile (tests): Add it.
6444         (tests-static): New variable.
6446 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6448         [BZ #17485]
6449         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6451 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6453         [BZ #14132]
6454         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6456 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6458         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6460 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6462         * io/fts.c (dirent_not_directory): New function.
6463         (fts_build): Call it.
6465 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6467         * nptl/version.c (__nptl_main): Use normal __write rather than
6468         INTERNAL_SYSCALL.
6469         (banner): Update copyright years.
6471         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6472         gettimeofday.
6473         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6474         * nptl/pthread_cond_timedwait.c: Likewise.
6475         * nptl/pthread_mutex_timedlock.c: Likewise.
6476         * nptl/sem_timedwait.c: Likewise.
6478         * sysdeps/nptl/bits/libc-lock.h
6479         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6480         (__libc_lock_init_recursive): Return void, not 0.
6481         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6482         (__libc_rwlock_init): Likewise.
6483         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6485 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6487         [BZ #15215]
6488         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6489         (__pthread_once_slow): ... here.
6490         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6491         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6493 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6495         [BZ #15215]
6496         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6497         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6498         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6499         * nptl/pthread_once.c (__pthread_once): Likewise.
6500         Update comments.
6502 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6504         [BZ #14138]
6505         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6506         name.
6507         (writev): Use __libc_writev as strong name.
6508         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6509         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6511 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6513         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6515         * sysdeps/i386/nptl/tls.h
6516         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6517         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6518         New macros.
6519         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6520         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6521         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6522         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6523         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6524         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6526         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6527         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6528         on [__NR_futex].
6529         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6530         broken out of ...
6531         (__pthread_mutex_init): ... here.  Call it.
6532         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6533         Conditionalize PI cases on [__NR_futex].
6534         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6535         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6536         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6538         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6539         conditional on [SIGSETXID].
6540         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6541         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6542         is defined.  Likewise for SIGSETXID.
6543         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6544         Conditionalize definitions on [SIGSETXID].
6545         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6546         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6547         unblocking on [SIGCANCEL].
6549         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6550         [__NR_set_robust_list].
6552 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6554         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6555         (do_compare): Likewise.
6557 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6559         [BZ #15884]
6560         * string/strcoll_l.c: Don't include stdio.h.
6561         (coll_seq): Remove members idxarr and rulearr.
6562         (get_next_seq_cached): Remove function.
6563         (get_next_seq): Likewise.
6564         (get_next_seq_nocache): Rename to get_next_seq.
6565         (do_compare): Remove function.
6566         (do_compare_nocache): Rename to do_compare.
6567         (STRCOLL): Remove weight and rules cache.
6569 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6571         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6572         * sysdeps/arm/sfp-machine.h: ... to here.
6573         * sysdeps/arm/Implies: Remove arm/soft-fp.
6575 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6577         * conform/data/sys/utsname.h-data (*_t): Allow.
6578         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6579         [POSIX] (WEXITED): Do not expect constant.
6580         [POSIX] (WSTOPPED): Likewise.
6581         [POSIX] (WNOHANG): Likewise.
6582         [POSIX] (WNOWAIT): Likewise.
6583         [POSIX] (siginfo_t): Do not expect type or elements.
6584         [POSIX] (pid_t): Do not expect type.
6585         [POSIX] (signal.h): Do not allow header.
6586         [POSIX] (sys/resource.h): Likewise.
6587         [POSIX] (si_*): Do not allow pattern.
6588         [POSIX] (W*): Likewise.
6589         [POSIX] (P_*): Likewise.
6590         [POSIX] (BUS_*): Likewise.
6591         [POSIX] (CLD_*): Likewise.
6592         [POSIX] (FPE_*): Likewise.
6593         [POSIX] (ILL_*): Likewise.
6594         [POSIX] (POLL_*): Likewise.
6595         [POSIX] (SEGV_*): Likewise.
6596         [POSIX] (SI_*): Likewise.
6597         [POSIX] (TRAP_*): Likewise.
6598         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6599         variable.
6601 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6603         [BZ #12926]
6604         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6605         infinite loop when __recvmsg returns 0.
6607 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6609         * CANCEL-FCT-WAIVE: Remove file.
6610         * CANCEL-FILE-WAIVE: Likewise.
6612         [BZ #14132]
6613         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6614         instead of INTVARDEF.
6615         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6616         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6617         rtld_hidden_data_def instead of INTVARDEF.
6618         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6619         * elf/dl-deps.c (expand_dst): Likewise.
6620         * elf/dl-load.c (_dl_dst_count): Likewise.
6621         (_dl_dst_substitute): Likewise.
6622         (decompose_rpath): Likewise.
6623         (_dl_init_paths): Likewise.
6624         (open_path): Likewise.
6625         (_dl_map_object): Likewise.
6626         * elf/rtld.c (dl_main): Likewise.
6627         (process_dl_audit): Likewise.
6628         (process_envvars): Likewise.
6629         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6630         Remove declaration.
6631         (__libc_enable_secure): Use rtld_hidden_proto.
6633 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6635         * elf/dl-load.c
6636         (add_path): New function broken out of _dl_rtld_di_serinfo.
6637         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6639 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6641         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6642         parentheses around macro arguments.
6643         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6644         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6645         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6646         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6647         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6648         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6649         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6650         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6651         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6653         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6654         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6655         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6656         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6657         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6658         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6659         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6660         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6661         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6662         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6663         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6664         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6665         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6666         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6668         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6669         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6671         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6672         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6673         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6674         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6675         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6676         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6677         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6678         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6679         Likewise.
6680         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6681         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6682         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6683         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6685         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6686         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6687         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6688         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6689         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6690         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6691         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6692         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6693         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6694         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6695         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6697         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6698         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6699         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6701         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6702         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6703         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6704         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6705         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6706         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6707         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6708         (_FP_FRAC_SRS_1): Likewise.
6709         (_FP_FRAC_CLZ_1): Likewise.
6710         (_FP_MUL_MEAT_1_imm): Likewise.
6711         (_FP_MUL_MEAT_1_wide): Likewise.
6712         (_FP_MUL_MEAT_1_hard): Likewise.
6713         (_FP_SQRT_MEAT_1): Likewise.
6714         (_FP_FRAC_ASSEMBLE_1): Likewise.
6715         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6716         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6717         (__FP_CLZ_2): Likewise.
6718         (_FP_MUL_MEAT_2_wide): Likewise.
6719         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6720         (_FP_MUL_MEAT_2_gmp): Likewise.
6721         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6722         (_FP_SQRT_MEAT_2): Likewise.
6723         (_FP_FRAC_ASSEMBLE_2): Likewise.
6724         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6725         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6726         (_FP_FRAC_CLZ_4): Likewise.
6727         (_FP_MUL_MEAT_4_wide): Likewise.
6728         (_FP_MUL_MEAT_4_gmp): Likewise.
6729         (_FP_SQRT_MEAT_4): Likewise.
6730         (_FP_FRAC_ASSEMBLE_4): Likewise.
6731         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6732         * soft-fp/op-common.h (_FP_CMP): Likewise.
6733         (_FP_CMP_EQ): Likewise.
6734         (_FP_CMP_UNORD): Likewise.
6735         (_FP_TO_INT): Likewise.
6736         (_FP_FROM_INT): Likewise.
6737         [!__FP_CLZ] (__FP_CLZ): Likewise.
6738         (_FP_DIV_HELP_imm): Likewise.
6739         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6740         Likewise.
6741         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6742         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6743         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6744         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6745         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6746         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6748         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6749         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6750         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6752         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6753         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6754         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6755         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6756         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6757         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6758         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6759         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6760         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6761         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6762         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6763         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6764         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6766         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6767         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6768         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6770         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6771         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6772         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6773         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6774         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6775         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6776         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6777         (FP_UNPACK_RAW_SP): Likewise.
6778         (FP_PACK_RAW_S): Likewise.
6779         (FP_PACK_RAW_SP): Likewise.
6780         (FP_UNPACK_S): Likewise.
6781         (FP_UNPACK_SP): Likewise.
6782         (FP_UNPACK_SEMIRAW_S): Likewise.
6783         (FP_UNPACK_SEMIRAW_SP): Likewise.
6784         (FP_PACK_S): Likewise.
6785         (FP_PACK_SP): Likewise.
6786         (FP_PACK_SEMIRAW_S): Likewise.
6787         (FP_PACK_SEMIRAW_SP): Likewise.
6788         (_FP_SQRT_MEAT_S): Likewise.
6789         (FP_CMP_S): Likewise.
6790         (FP_CMP_EQ_S): Likewise.
6791         (FP_CMP_UNORD_S): Likewise.
6792         (FP_TO_INT_S): Likewise.
6793         (FP_FROM_INT_S): Likewise.
6795         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6797         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6798         (FP_EX_INVALID_IMZ): Likewise.
6799         (FP_EX_INVALID_IMZ_FMA): Likewise.
6800         (FP_EX_INVALID_ISI): Likewise.
6801         (FP_EX_INVALID_ZDZ): Likewise.
6802         (FP_EX_INVALID_IDI): Likewise.
6803         (FP_EX_INVALID_SQRT): Likewise.
6804         (FP_EX_INVALID_CVI): Likewise.
6805         (FP_EX_INVALID_VC): Likewise.
6806         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6807         "invalid" exceptions.
6808         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6809         (_FP_ADD_INTERNAL): Likewise.
6810         (_FP_MUL): Likewise.
6811         (_FP_FMA): Likewise.
6812         (_FP_DIV): Likewise.
6813         (_FP_CMP_CHECK_NAN): Likewise.
6814         (_FP_SQRT): Likewise.
6815         (_FP_TO_INT): Likewise.
6816         (FP_EXTEND): Likewise.
6818 2014-10-09  Allan McRae  <allan@archlinux.org>
6820         * po/fr.po: Update French translation from translation project.
6822 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6824         [BZ #14132]
6825         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6826         of INTDEF.
6827         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6828         (__cxa_atexit): Use libc_hidden_proto.
6829         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6831         [BZ #14132]
6832         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6833         declaration.
6834         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6835         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6836         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6837         [!_ISOMAC] (__iswctype_internal): Likewise.
6838         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6839         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6840         alias.
6841         (fcntl): Remove __fcntl_internal alias.
6842         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6843         __connect_internal alias.
6844         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6845         Likewise.
6847         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6848         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6849         FP_DENORM_ZERO.
6850         (_FP_CHECK_FLUSH_ZERO): New macro.
6851         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6852         (_FP_CMP): Likewise.
6853         (_FP_CMP_EQ): Likewise.
6854         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6855         FP_DENORM_ZERO.
6856         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6857         (FP_TRUNC): Likewise.
6859         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6860         treated as invalid conversion, not as normal exponent.
6862         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6863         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6864         (_FP_CMP_EQ): Likewise.
6865         (_FP_CMP_UNORD): Likewise.
6866         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6867         (FP_CMP_EQ_D): Likewise.
6868         (FP_CMP_UNORD_D): Likewise.
6869         * soft-fp/extended.h (FP_CMP_E): Likewise.
6870         (FP_CMP_EQ_E): Likewise.
6871         (FP_CMP_UNORD_E): Likewise.
6872         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6873         (FP_CMP_EQ_Q): Likewise.
6874         (FP_CMP_UNORD_Q): Likewise.
6875         * soft-fp/single.h (FP_CMP_S): Likewise.
6876         (FP_CMP_EQ_S): Likewise.
6877         (FP_CMP_UNORD_S): Likewise.
6878         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6879         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6880         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6881         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6882         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6883         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6884         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6885         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6886         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6887         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6888         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6889         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6890         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6891         to FP_CMP_Q.
6892         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6893         FP_CMP_Q.
6894         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6895         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6896         FP_CMP_EQ_Q.
6897         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6898         FP_CMP_Q.
6899         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6900         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6901         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6902         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6903         FP_CMP_EQ_Q.
6904         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6905         FP_CMP_Q.
6906         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6907         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6908         FP_CMP_EQ_Q.
6909         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6910         FP_CMP_Q.
6911         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6912         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6913         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6914         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6915         FP_CMP_EQ_Q.
6917         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6918         a subnormal result, set the underflow exception if trapping on
6919         underflow is enabled.
6920         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6921         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6922         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6923         redefine to 0.
6924         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6925         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6926         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6927         * soft-fp/extendxftf2.c (__extendxftf2): Use
6928         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6930         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6931         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6932         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6933         FP_HANDLE_EXCEPTIONS.
6934         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6935         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6936         FP_HANDLE_EXCEPTIONS.
6937         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6938         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6939         FP_HANDLE_EXCEPTIONS.
6940         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6941         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6942         FP_HANDLE_EXCEPTIONS.
6944 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6946         [BZ #14132]
6947         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6948         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6949         use INTUSE.
6950         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6951         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6952         Remove alias.
6953         (__adjtimex): Define using libc_hidden_ver.
6954         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6955         Remove declaration.
6956         (ntp_gettime): Call __adjtimex directly.
6957         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6958         Remove declaration.
6959         (ntp_gettimex): Call __adjtimex directly.
6960         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6961         __adjtimex_internal alias.
6963 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6965         [BZ #17460]
6966         * nscd/nscd.c (more_help): Rewrite list of tables collection
6967         using xstrdup and asprintf.
6969         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6971 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6972             Roland McGrath  <roland@hack.frob.com>
6974         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6975         (do_lookup_unique): ... local function 'enter' here; update callers.
6977 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6979         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6980         compat_symbol calls on [SHARED].
6981         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6982         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6983         Remove.
6984         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6985         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6986         (oldsetrlimit): Remove.
6987         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6989         (lchown): New syscall entry.
6990         (oldsetrlimit): Remove.
6991         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6992         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6993         (oldsetrlimit): Remove.
6994         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6996         [BZ #14138]
6997         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6998         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6999         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7000         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7001         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7002         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7003         (fchown): Likewise.
7004         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7005         (fchown): Likewise.
7006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7007         Likewise.
7009 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7011         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7012         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7013         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7014         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7015         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7016         Likewise.
7017         (__old_sem_post): Likewise.
7019 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7021         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7022         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7023         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7024         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7025         Use INLINE_VSYSCALL macro.
7026         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7027         __vdso_clock_gettime.
7028         * sysdeps/unix/sysv/linux/tile/init-first.c
7029         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7030         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7031         __vdso_clock_gettime.
7033         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7034         to set up frame more cleanly.
7036         * sysdeps/tile/memcmp.c: New file.
7038         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7040         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7041         * sysdeps/tile/tilegx/strcasestr.c: New file.
7042         * sysdeps/tile/tilegx/strnlen.c: New file.
7043         * sysdeps/tile/tilegx/strstr.c: New file.
7045         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7047 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7049         * nptl/tst-setuid3.c: Write errors to stdout.
7051 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7053         * elf/dl-deps.c
7054         (preload): New functions broken out of _dl_map_object_deps.
7055         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7057 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7059         [BZ #14138]
7060         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7061         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7063 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7065         * sysdeps/mips/strcmp.S: New.
7067 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7069         [BZ #14138]
7070         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7071         (linkat): Likewise.
7072         (mkdirat): Likewise.
7073         (readlinkat): Likewise.
7074         (renameat): Likewise.
7075         (symlinkat): Likewise.
7076         (unlinkat): Likewise.
7077         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7078         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7079         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7080         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7081         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7082         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7083         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7085 2014-09-30  Will Newton  <will.newton@linaro.org>
7087         * math/math.h: Define long double math functions if
7088         _LIBC_TEST is defined.
7089         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7091         * localedata/Makefile: Move assignment to tests-special
7092         into an ifdef testing run-built-tests.
7093         * timezone/Makefile: Likewise.
7095 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7097         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7098         with $(BASH) not $(SHELL).
7100 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7101             Matthew LeGendre  <legendre1@llnl.gov>
7103         [BZ #17411]
7104         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7105         l_reloc_result.
7107 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7109         * stdio-common/printf_fp.c
7110         (hack_digit): New function, broken out of ...
7111         (__printf_fp): ... local function here.  Update call sites.
7112         hack_digit now takes an additional parameter that is a pointer
7113         to a struct of the referenced locals.  Those locals moved inside
7114         the struct and references updated.
7116 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7118         * aclocal.m4: Require autoconf 2.69.
7119         * configure: Regenerated.
7120         * sysdeps/aarch64/configure: Likewise.
7121         * sysdeps/alpha/configure: Likewise.
7122         * sysdeps/arm/armv7/configure: Likewise.
7123         * sysdeps/arm/configure: Likewise.
7124         * sysdeps/ia64/configure: Likewise.
7125         * sysdeps/mach/configure: Likewise.
7126         * sysdeps/mips/configure: Likewise.
7127         * sysdeps/s390/configure: Likewise.
7128         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7131         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7132         file.
7133         * sysdeps/ia64/configure.ac: Likewise.
7135 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7138         specify symbol version for ld.so.  Do not include entry for
7139         libpthread.
7140         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7141         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7142         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7144         [BZ #14171]
7145         * Makeconfig [$(build-shared) = yes]
7146         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7147         makefiles.
7148         [$(build-shared) = yes && $(soversions.mk-done) = t]
7149         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7150         [$(build-shared) = yes && $(soversions.mk-done) = t]
7151         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7152         to Makerules.
7153         [$(build-shared) = yes && $(soversions.mk-done) = t]
7154         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7155         here.
7156         [$(build-shared) = yes && $(soversions.mk-done) = t]
7157         (common-generated): Don't append gnu/lib-names.h and
7158         gnu/lib-names.stmp here.
7159         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7160         (lib-names-h-abi): New variable.
7161         [$(build-shared) = yes && $(soversions.mk-done) = t]
7162         (lib-names-stmp-abi): Likewise.
7163         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7164         abi-variants] (before-compile): Append
7165         $(common-objpfx)$(lib-names-h-abi).
7166         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7167         abi-variants] (common-generated): Append gnu/lib-names.h.
7168         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7169         abi-variants] (install-others-nosubdir): Depend on
7170         $(inst_includedir)/$(lib-names-h-abi).
7171         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7172         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7173         [$(build-shared) = yes && $(soversions.mk-done) = t]
7174         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7175         [$(build-shared) = yes && $(soversions.mk-done) = t]
7176         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7177         [$(build-shared) = yes && $(soversions.mk-done) = t]
7178         (common-generated): Append $(lib-names-h-abi) and
7179         $(lib-names-stmp-abi).
7180         * scripts/lib-names.awk: Do not handle multi being set.
7181         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7182         Remove variable.
7183         (abi-lp64_be-ld-soname): Likewise.
7184         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7185         Likewise.
7186         (abi-hard-ld-soname): Likewise.
7187         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7188         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7189         Remove variable.
7190         (abi-o32_hard-ld-soname): Likewise.
7191         (abi-o32_soft_2008-ld-soname): Likewise.
7192         (abi-o32_hard_2008-ld-soname): Likewise.
7193         (abi-n32_soft-ld-soname): Likewise.
7194         (abi-n32_hard-ld-soname): Likewise.
7195         (abi-n32_soft_2008-ld-soname): Likewise.
7196         (abi-n32_hard_2008-ld-soname): Likewise.
7197         (abi-n64_soft-ld-soname): Likewise.
7198         (abi-n64_hard-ld-soname): Likewise.
7199         (abi-n64_soft_2008-ld-soname): Likewise.
7200         (abi-n64_hard_2008-ld-soname): Likewise.
7201         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7202         Likewise.
7203         (abi-64-v2-ld-soname): Likewise.
7204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7205         ld.so entries.
7206         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7207         variable.
7208         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7209         entry.
7210         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7211         variable.
7212         (abi-64-ld-soname): Likewise.
7213         (abi-x32-ld-soname): Likewise.
7214         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7215         entry.
7216         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7218 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7220         [BZ #14138]
7221         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7222         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7223         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7224         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7225         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7226         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7227         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7228         syscall entry for GLIBC_2.2 symbol version.
7229         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7230         Likewise.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7232         (setrlimit): Likewise.
7233         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7234         Likewise.
7236 2014-09-23  Will Newton  <will.newton@linaro.org>
7238         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7239         _LINUX_ARM_SYSDEP_H include guard too.
7240         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7241         define.
7243 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7245         * sysdeps/unix/sysv/linux/eventfd.c:
7246         Make first argument unsigned.
7247         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7248         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7250 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7252         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7253         * socket/sys/socket.h: Likewise
7254         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7256 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7258         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7260 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7262         * time/tst-ftime.c: New test.
7263         * time/Makefile (tests): Add tst-ftime.
7265 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7267         * soft-fp/extended.h: Fix comment formatting.
7268         * soft-fp/op-1.h: Likewise.
7269         * soft-fp/op-2.h: Likewise.
7270         * soft-fp/op-4.h: Likewise.
7271         * soft-fp/op-8.h: Likewise.
7272         * soft-fp/op-common.h: Likewise.
7273         * soft-fp/soft-fp.h: Likewise.
7275         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7277 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7279         [BZ #6652]
7280         * Makeconfig (soversions-default-setname): Remove variable.
7281         ($(common-objpfx)soversions.i): Don't pass default_setname to
7282         soversions.awk.
7283         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7284         oldest_abi to abi-versions.awk.
7285         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7286         * config.make.in (oldest-abi): Remove variable.
7287         * configure.ac (--enable-oldest-abi): Remove configure option.
7288         * configure: Regenerated.
7289         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7290         text.
7291         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7292         * scripts/soversions.awk: Do not handle default_setname variable.
7293         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7294         variable.
7295         * sysdeps/mach/hurd/configure: Regenerated.
7296         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7297         variable.
7298         * sysdeps/unix/sysv/linux/configure: Regenerated.
7300 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7302         * elf/Makefile (CFLAGS-interp.c): Remove.
7303         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7304         path string.
7305         * elf/interp.c: Include generated runtime-linker.h
7307         * Makerules (lib%.so): Don't include $(+interp) in
7308         prerequisites.
7309         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7310         * dlfcn/eval.c: Remove file.
7312         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7313         macros.
7315         [BZ #17266]
7316         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7317         4.2 and newer.
7319         [BZ #17370]
7320         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7322 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7323             Jakub Jelinek  <jakub@redhat.com>
7325         [BZ #17266]
7326         * libio/stdio.h: Check definition of __fortify_function
7327         instead of __extern_always_inline to include bits/stdio2.h.
7328         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7329         check if __extern_always_inline is defined.
7330         [__USE_MISC || __USE_XOPEN]: Likewise.
7331         [__USE_ISOC99] Likewise.
7332         * misc/sys/cdefs.h (__fortify_function): Define only if
7333         __extern_always_inline is defined.
7334         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7335         __extern_always_inline and __extern_inline only for g++-4.3
7336         and newer or a compatible gcc.
7338 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7340         [BZ #17371]
7341         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7342         last change to handle zero prefix length.
7344 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7346         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7347         _SC_REGEX_VERSION.
7349         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7350         _POSIX_RAW_SOCKETS.
7352 2014-09-13  Allan McRae  <allan@archlinux.org>
7354         * po/ru.po: Update Russian translation from translation project.
7356 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7358         * locale/programs/locale.c (show_locale_vars): Inline local function
7359         into its sole call site.  Clean up some style nits.
7360         (print_item): New function, broken out of ...
7361         (show_info): ... local function here.  Clean up style nits.
7363         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7364         out of ...
7365         (set_class_defaults): ... local function set_default here.
7366         Define set_default as a macro locally to pass constant parameters.
7367         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7368         rather than a shared local.
7370         * stdlib/rpmatch.c (try): New function, broken out of ...
7371         (rpmatch): ... local function here.  Also, prototypify definition.
7373 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7375         * scripts/soversions.awk: Do not handle configuration names.
7376         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7377         vendor and os variables to soversions.awk.
7378         * configure.ac: Do not modify gnu-* host_os.
7379         * configure: Regenerated
7380         * shlib-versions: Remove first column with configuration names.
7381         * nptl/shlib-versions: Likewise.
7382         * nptl_db/shlib-versions: Likewise.
7383         * sysdeps/hppa/shlib-versions: Likewise.
7384         * sysdeps/m68k/shlib-versions: Likewise.
7385         * sysdeps/mach/hurd/shlib-versions: Likewise.
7386         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7387         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7388         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7389         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7390         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7391         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7392         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7393         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7395         Likewise.
7396         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7397         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7398         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7399         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7400         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7401         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7402         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7403         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7406         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7408         Regenerated.
7409         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7411         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7413         * shlib-versions: Remove OS-specific entries.  Moved to files in
7414         sysdeps.
7415         * sysdeps/mach/hurd/shlib-versions: New file.
7416         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7418         * nptl/shlib-versions: Remove architecture-specific entries.
7419         Moved to files in sysdeps.
7420         * shlib-versions: Likewise.
7421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7422         file.
7423         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7424         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7425         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7426         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7428         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7429         (UDP_NO_CHECK6_RX): Likewise.
7431 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7433         * sysdeps/posix/sysconf.c (__sysconf): Spell
7434         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7436 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7438         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7439         loading.
7440         * iconv/Versions (__gconv_transliterate): Export for use from
7441         gconv modules.
7442         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7443         (struct __gconv_trans_data, __gconv_trans_fct,
7444         __gconv_trans_context_fct, __gconv_trans_query_fct,
7445         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7446         definitions.
7447         (struct __gconv_step_data): Remove __trans member.
7448         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7449         longer hidden.  Remove unused trans_data argument.
7450         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7451         (__gconv_translit_find): Remove declaration.
7452         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7453         prototype.
7454         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7455         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7456         trans_data argument.  Add hidden definition.
7457         (__gconv_translit_find): Remove.
7458         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7459         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7460         * iconv/skeleton.c: Remove transliteration initialization.
7461         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7462         __gconv_step_data initialization.
7463         * libio/iofwide.c (__libio_translit_): Remove.
7464         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7465         * wcsmbs/btowc.c (__btowc): Likewise.
7466         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7467         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7468         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7469         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7470         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7471         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7472         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7473         * wcsmbs/wctob.c (wctob): Likewise.
7475 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7477         [BZ #16194]
7478         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7479         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7480         register usage.
7481         * sysdeps/x86/Makefile: Adjust.
7483 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7484             Roland McGrath  <roland@hack.frob.com>
7486         * locale/weight.h: Add include guard.
7487         (findidx): Make static rather than auto; take new parameters
7488         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7489         * locale/weightwc.h: Likewise.
7490         * posix/fnmatch_loop.c
7491         (FCT): Change type of EXTRA from int32_t to wint_t.
7492         Don't include either header inside the function.
7493         Call FINDIDX rather than findidx, and pass new arguments.
7494         #undef FINDIDX at the end of the file.
7495         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7496         FINDIDX before including fnmatch_loop.c for the non-wide version.
7497         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7498         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7499         for the wide version.
7500         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7501         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7502         Pass new arguments to findidx.
7503         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7504         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7505         Don't #include it inside the function.  Pass new arguments to findidx.
7506         * posix/regex_internal.h
7507         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7508         (re_string_elem_size_at): Don't #include it inside the function.
7509         Pass new arguments to findidx.
7510         * string/strcoll_l.c: #include WEIGHT_H at top level.
7511         (get_next_seq): Don't #include it inside the function.
7512         Pass new arguments to findidx.
7513         (get_next_seq_nocache): Likewise.
7514         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7515         (STRXFRM): Don't #include it inside the function.
7516         Pass new arguments to findidx.
7518 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7520         [BZ #17344]
7521         * malloc/malloc.c (unlink): Turn asserts into a call to
7522         malloc_printerr.
7524 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7526         [BZ #17370]
7527         * libio/wfileops (do_ftell_wide): Free OUT.
7529 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7531         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7533 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7535         [BZ #17363]
7536         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7537         group if the current group is empty.
7539 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7541         * benchtests/bench-memset.c (test_main): Add more test from size
7542         from 32 to 512 bytes.
7543         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7544         Add POWER8 memset object.
7545         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7546         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7547         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7548         implementation.
7549         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7550         Likewise.
7551         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7552         multiarch POWER8 memset optimization.
7553         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7554         POWER8 memset optimization.
7556         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7557         Remove bzero multiarch objects.
7558         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7559         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7560         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7561         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7562         Remove define.
7563         [__bzero]: Redefine to specific name.
7564         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7565         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7566         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7567         define.
7568         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7569         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7571 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7573         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7574         warnings into errors.
7576         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7577         __cxa_thread_atexit_impl prototype.
7579 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7581         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7582         Fix capitalization of error message.
7584 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7586         * sysdeps/mips/preconfigure: Modify ABI tests.
7588 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7590         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7592 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7593             Carlos O'Donell  <carlos@systemhalted.org>
7595         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7596         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7597         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7598         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7599         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7600         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7601         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7602         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7603         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7604         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7605         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7606         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7607         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7608         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7609         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7610         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7611         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7612         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7613         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7614         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7615         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7616         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7617         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7618         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7619         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7620         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7621         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7622         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7623         Deconditionalize the code that was previously under [RESET_PID].
7624         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7625         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7626         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7627         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7628         include sysdep.h.
7630 2014-09-08  Allan McRae  <allan@archlinux.org>
7632         * version.h (RELEASE): Set to "development".
7633         (VERSION): Set to "2.20.90"
7635 2014-09-07  Allan McRae  <allan@archlinux.org
7637         * version.h (RELEASE): Set to "stable".
7638         (VERSION): Set to "2.20"
7639         * include/features.h (__GLIBC_MINOR__): Set to 20.
7641         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7642         Liebler.
7644         * po/ko.po: Update Korean translation from translation project.
7646 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7648         [BZ #17354]
7649         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7650         macro for handling signed relocations.
7652 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7654         [BZ #17325]
7655         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7656         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7657         assert.
7658         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7659         * iconvdata/ibm935.c (BODY): Likewise.
7660         * iconvdata/ibm937.c (BODY): Likewise.
7661         * iconvdata/ibm939.c (BODY): Likewise.
7662         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7663         assert.
7664         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7665         script.
7666         * iconvdata/run-iconv-test.sh: New test loop for checking for
7667         decoder crashers.
7669 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7671         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7672         libm_hidden_ver.
7674 2014-09-01  Allan McRae  <allan@archlinux.org>
7676         * po/eo.po: Update Esperanto translation from translation project.
7678         * po/ca.po: Update Catalan translation from translation project.
7680 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7682         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7683         __proc_dostop call.
7685 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7687         [BZ #17319]
7688         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7689         to call set_thread_area instead of hand written asm.
7690         (__NR_set_thread_area): Removed define.
7691         (TLS_FLAG_WRITABLE): Likewise.
7692         (__ASSUME_SET_THREAD_AREA): Remove check.
7693         (TLS_EBX_ARG): Remove define.
7694         (TLS_LOAD_EBX): Likewise.
7696 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7698         Simplify atomicity of socket creation in bind.
7700         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7701         looking up the name after linking the file.
7703 2014-08-27  Allan McRae  <allan@archlinux.org>
7705         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7707 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7709         [BZ #17187]
7710         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7711         trans_compare, open_translit, __gconv_translit_find):
7712         Remove module loading code.
7714 2014-08-26  Allan McRae  <allan@archlinux.org>
7716         * po/vi.po: Update Vietnamese translation from translation project.
7718         * po/uk.po: Update Ukrainian translation from translation project.
7720         * po/fr.po: Update French translation from translation project.
7722         * po/ru.po: Update Russian translation from translation project.
7724         * po/pl.po: Update Polish translation from translation project.
7726         * po/cs.po: Update Czech translation from translation project.
7728         * po/de.po: Update German translation from translation project.
7730         * po/bg.po: Update Bulgarian translation from translation project.
7732         * po/sv.po: Update Sweedish translation from translation project.
7734         * po/nl.po: Update Dutch translation from translation project.
7736         * po/es.po: Update Spanish translation from translation project.
7738 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7740         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7742         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7743         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7744         (CPPFLAGS-iconvconfig): Likewise.
7745         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7747         * include/libc-symbols.h: Remove unnecessary check for
7748         NOT_IN_libc.
7749         * nptl/pthreadP.h: Likewise.
7750         * sysdeps/aarch64/setjmp.S: Likewise.
7751         * sysdeps/alpha/setjmp.S: Likewise.
7752         * sysdeps/arm/sysdep.h: Likewise.
7753         * sysdeps/i386/setjmp.S: Likewise.
7754         * sysdeps/m68k/setjmp.c: Likewise.
7755         * sysdeps/posix/getcwd.c: Likewise.
7756         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7757         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7758         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7759         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7760         * sysdeps/sh/sh3/setjmp.S: Likewise.
7761         * sysdeps/sh/sh4/setjmp.S: Likewise.
7762         * sysdeps/unix/alpha/sysdep.h: Likewise.
7763         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7764         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7765         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7766         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7769         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7770         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7771         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7772         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7773         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7774         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7775         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7776         * sysdeps/x86_64/setjmp.S: Likewise.
7778 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7780         [BZ #17263]
7781         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7782         <stdint.h>.
7783         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7784         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7786 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7788         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7790         [BZ #17262]
7791         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7792         and __x86_64__ when disabling x87 inline functions.
7794 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7796         [BZ #17259]
7797         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7798         asm statement with __cpuid_count.
7800 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7802         * configure.ac: Change __ehdr_start code to dereference the struct.
7803         Run readelf on the output to look for relocations.
7804         * configure: Regenerated.
7806 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7808         [BZ #17261]
7809         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7810         value to 0.
7811         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7813 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7815         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7817 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7819         [BZ #16892]
7820         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7821         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7823 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7825         * malloc/malloc.c: Fix typo in comment.
7827 2014-08-09  Allan McRae  <allan@archlinux.org>
7829         * Regenerate libc.po.
7831 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7833         * intl/tst-gettext2.sh: Check every lang file for creation.
7835 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7837         * sysdeps/aarch64/fpu/math_private.h
7838         (libc_feholdsetround_noex_aarch64_ctx): New function.
7840 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7842         * sysdeps/arm/armv6/strcpy.S (strcpy):
7843         Fix performance issue in misaligned cases.
7845 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7847         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7848         Move definition from termios.h.
7849         (struct termio): Likewise.
7850         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7851         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7852         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7853         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7854         Likewise.
7855         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7856         Move definition to ioctl-types.h
7857         (struct termio): Likewise.
7858         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7859         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7860         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7861         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7862         Likewise.
7864 2014-08-05  Richard Henderson  <rth@redhat.com>
7866         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7867         exceptions.
7868         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7869         Add fraiseexcpt.
7870         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7871         Use __feraiseexcept.
7872         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7873         Protect libm symbols with IS_IN_libm.
7875         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7877 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7879         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7881 2014-08-04  Will Newton  <will.newton@linaro.org>
7883         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7884         file.
7886 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7888         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7889         variants for each function.
7891 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7893         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7894         appended ...
7895         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7896         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7897         appended ...
7898         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7899         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7900         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7901         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7902         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7903         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7904         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7905         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7906         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7907         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7908         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7909         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7910         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7911         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7912         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7913         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7914         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7915         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7916         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7917         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7918         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7919         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7920         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7921         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7922         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7923         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7924         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7925         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7926         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7927         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7928         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7929         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7930         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7931         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7932         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7933         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7934         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7935         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7936         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7937         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7938         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7939         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7940         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7941         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7942         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7943         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7944         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7945         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7946         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7947         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7948         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7949         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7950         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7951         Update #include.
7952         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7953         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7955 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7957         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7958         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7959         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7960         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7961         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7962         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7964 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7966         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7967         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7968         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7969         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7971 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7973         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7974         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7975         (__libc_vfork): Define function under this name.
7976         (__vfork): Define as an alias.
7977         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7978         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7980 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7982         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7983         that was previously under [RESET_PID].
7984         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7986 2014-08-04  Andreas Schwab  <schwab@suse.de>
7988         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7990 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7992         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7993         (main): Likewise.
7995 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7997         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7999 2014-08-01  Richard Henderon  <rth@redhat.com>
8001         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8002         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8003         typo in exact zero test.
8004         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8005         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8006         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8008 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8010         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8011         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8012         * sysdeps/arm/sysdep.h: ... here.
8013         [!__ASSEMBLER__]: Include <stdint.h>.
8015 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8017         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8018         (HAVE_WCTYPE_H): Likewise.
8019         (HAVE_ISWCTYPE): Likewise.
8020         (ENABLE_NLS): Likewise.
8021         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8022         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8024         * posix/regex_internal.c: Check if DEBUG is defined and is
8025         set.
8027         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8028         (HAVE_MBSRTOWCS): Likewise.
8029         * posix/fnmatch.c: Include string.h unconditionally.
8031 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8033         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8034         reversal.
8036 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8038         * sysdeps/generic/safe-fatal.h: New file.
8039         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8040         * nptl/forward.c: Include it.
8041         (__pthread_unwind): Use __safe_fatal as default action, rather
8042         than a bogus use of INTERNAL_SYSCALL that could never work.
8044         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8045         * configure.ac (libc_cv_builtin_trap): New test.
8046         * configure: Regenerated.
8047         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8048         (ABORT_INSTRUCTION): Define using __builtin_trap.
8050         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8051         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8052         * sysdeps/nptl/nptl-signals.h: New file.
8053         * nptl/pthreadP.h: Include <nptl-signals.h>.
8055 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8057         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8058         (ONE_DIRECTION): Define.
8059         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8060         (ONE_DIRECTION): Define.
8061         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8062         (ONE_DIRECTION): Define.
8064 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8066         * sysdeps/s390/Makefile: Delete file.
8067         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8068         * sysdeps/s390/__longjmp.c: Delete file.
8069         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8070         Remove fields __flags and __reserved.
8071         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8072         and add versioning.
8073         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8074         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8075         * sysdeps/s390/rtld-setjmp.S: Likewise.
8076         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8077         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8078         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8079         * sysdeps/s390/s390-32/setjmp.S: ... here.
8080         Add versioning.
8081         (__sigsetjmp): Remove setting __flags field.
8082         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8083         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8084         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8085         * sysdeps/s390/s390-64/setjmp.S: ... here.
8086         Add versioning.
8087         (__sigsetjmp): Remove setting __flags field.
8088         * sysdeps/s390/setjmp.S: Delete file.
8089         * sysdeps/s390/sigjmp.c: Likewise.
8090         * sysdeps/s390/v1-longjmp.c: Likewise.
8091         * sysdeps/s390/v1-setjmp.h: Likewise.
8092         * sysdeps/s390/v1-sigjmp.c: Likewise.
8093         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8094         Remove v1-longjmp_chk.
8095         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8096         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8097         Include debug/longjmp_chk.c and add versioning.
8098         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8099         Include nptl/pt-longjmp.c and add versioning.
8100         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8101         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8102         Include __longjmp.c.
8103         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8104         Move to ...
8105         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8106         (__getcontext): Remove setting __flags field.
8107         Add versioning.
8108         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8109         Don't restore upper high grps.
8110         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8111         Likewise.
8112         (__swapcontext): Remove setting uc_flags field.
8113         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8114         Delete file.
8115         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8116         Include __longjmp.c.
8117         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8118         Move to ...
8119         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8120         (__getcontext): Remove setting __flags field.
8121         Add versioning.
8122         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8123         (__swapcontext): Remove setting uc_flags field.
8124         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8125         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8126         Remove fields uc_high_gprs and __reserved.
8127         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8128         New file with reverted content.
8129         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8130         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8131         Regenerated.
8132         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8133         Regenerated.
8135 2014-07-31  Andreas Schwab  <schwab@suse.de>
8137         * config.h.in (HAVE_IFUNC): Define to 0.
8138         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8139         definedness.
8141 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8143         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8144         memmove-avx-unaligned, memcpy-avx-unaligned and
8145         mempcpy-avx-unaligned.
8146         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8147         Add tests for AVX memcpy functions.
8148         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8149         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8150         memcpy_chk.
8151         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8152         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8153         memmove_chk.
8154         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8155         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8156         mempcpy_chk.
8157         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8158         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8159         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8161 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8163         [BZ #17213]
8164         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8165         powerpc64le.
8167 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8169         [BZ #16839]
8170         * manual/llio.texi: Add section about open file description locks.
8171         * manual/examples/ofdlocks.c: Example of open file description
8172         lock usage.
8173         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8174         F_OFD_SETLK, and F_OFD_SETLKW.
8176 2014-07-23  Allan McRae  <allan@archlinux.org>
8178         * po/es.po: Update Spanish translation from translation project.
8180 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8182         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8184 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8186         [BZ #17078]
8187         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8188         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8189         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8191 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8193         [BZ #17088]
8194         * math/fesetenv.c (__fesetenv)
8195         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8196         * math/feupdateenv.c (__feupdateenv)
8197         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8199         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8200         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8201         (__ASSUME_SOCKETCALL): Do not define.
8203         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8204         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8205         (__ASSUME_SOCKETCALL): Do not define.
8206         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8207         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8208         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8209         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8210         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8211         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8212         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8213         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8215         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8216         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8217         (__ASSUME_SOCKETCALL): Do not define.
8218         (__ASSUME_IPC64): Define unconditionally.
8219         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8220         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8221         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8222         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8223         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8224         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8225         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8226         Likewise.
8228         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8229         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8230         (__ASSUME_SOCKETCALL): Do not define.
8231         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8232         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8233         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8234         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8235         (__ASSUME_REQUEUE_PI): Define unconditionally.
8236         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8237         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8238         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8239         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8240         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8241         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8243         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8244         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8245         (__ASSUME_SOCKETCALL): Do not define.
8246         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8247         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8248         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8249         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8250         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8251         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8253         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8254         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8255         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8256         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8257         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8258         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8259         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8260         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8261         (__ASSUME_GETCPU_SYSCALL): Likewise.
8263         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8264         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8265         cases for individual architectures.
8266         * sysdeps/gnu/configure: Regenerated.
8267         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8268         LIBC_SLIBDIR_RTLDDIR.
8269         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8270         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8271         LIBC_SLIBDIR_RTLDDIR.
8272         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8274         LIBC_SLIBDIR_RTLDDIR.
8275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8276         Regenerated.
8277         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8278         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8279         file.
8280         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8281         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8282         file.
8283         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8284         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8285         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8286         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8288         * sysdeps/aarch64/shlib-versions: Move to ...
8289         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8290         * sysdeps/alpha/shlib-versions: Move to ...
8291         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8292         * sysdeps/arm/shlib-versions: Move to ...
8293         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8294         * sysdeps/hppa/shlib-versions: Move all contents except for
8295         libgcc_s entry to ...
8296         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8297         entry from ...
8298         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8299         * sysdeps/ia64/shlib-versions: Move to ...
8300         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8301         entry from ...
8302         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8303         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8304         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8305         * sysdeps/microblaze/shlib-versions: Move to ...
8306         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8307         * sysdeps/mips/shlib-versions: Move to ...
8308         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8309         entry from ...
8310         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8311         * sysdeps/tile/shlib-versions: Move to ...
8312         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8313         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8314         from ...
8315         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8316         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8317         entry from ...
8318         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8320 2014-07-17  Will Newton  <will.newton@linaro.org>
8322         * sysdeps/arm/bits/atomic.h
8323         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8324         (__arch_compare_and_exchange_bool_16_int): Likewise.
8325         (__arch_compare_and_exchange_bool_64_int): Likewise.
8327         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8328         into an #else block.
8330 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8332         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8333         just Linux configurations.  Test empirically that the compiler sets
8334         __ARM_EABI__, rather than using the tuple to decide.
8335         * sysdeps/arm/preconfigure: Regenerated.
8336         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8337         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8338         contents appended ...
8339         * sysdeps/arm/configure.ac: ... here.
8340         * sysdeps/arm/configure: Regenerated.
8342 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8344         * nptl/pthread_kill.c: New file.
8345         * nptl/pthread_sigmask.c: New file.
8346         * nptl/pthread_sigqueue.c: New file.
8348         * sysdeps/nptl/lowlevellock.h: New file.
8349         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8350         * sysdeps/nptl/lowlevellock-futex.h: New file.
8352         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8353         Remove dead declarations.
8355 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8357         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8358         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8359         config-cflags-avx2.
8360         * sysdeps/x86_64/configure.ac: Likewise.
8361         * sysdeps/i386/configure: Regenerated.
8362         * sysdeps/x86_64/configure: Likewise.
8363         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8364         memset-avx2 only if config-cflags-avx2 is yes.
8365         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8366         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8367         defined.
8368         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8369         only if HAVE_AVX2_SUPPORT is defined.
8370         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8372 2014-07-14  Alan Modra  <amodra@gmail.com>
8374         [BZ #17153]
8375         * elf/elf.h (DT_PPC64_NUM): Correct value.
8376         * NEWS: Add to fixed bug list.
8378 2014-07-13  Jim Meyering  <meyering@fb.com>
8380         [BZ 17150]
8381         regex: don't deref NULL upon heap allocation failure
8382         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8383         failure in one more place.
8384         To trigger the segfault, configure grep -with-included-regex,
8385         build it, and run these commands:
8386         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8388 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8390         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8392 2014-07-11  Richard Henderson  <rth@redhat.com>
8394         * sysdeps/aarch64/libm-test-ulps: Update.
8396 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8398         [BZ #17135]
8399         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8400         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8401         (__nptl_setxid): Initialize error member.  Call
8402         __nptl_setxid_error.
8403         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8404         * nptl/descr.h (struct xid_command): Add error member.
8405         * nptl/tst-setuid3.c: New file.
8406         * nptl/Makefile (tests): Add it.
8408 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8410         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8411         New define.
8412         (__lll_trylock): Use __lll_base_trylock.
8413         (__lll_cond_trylock): Likewise.
8415 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8417         * nptl/pthread_create.c (start_thread): Use atomic_or and
8418         lll_futex_wake directly rather than lll_robust_dead.
8419         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8420         (lll_robust_dead): Macro removed.
8421         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8422         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8423         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8424         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8425         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8426         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8427         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8428         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8429         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8430         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8431         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8432         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8433         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8434         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8435         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8437         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8438         Use atomic_compare_and_exchange_val_acq directly rather than
8439         lll_robust_trylock.
8440         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8441         (__lll_robust_trylock, lll_robust_trylock): Removed.
8442         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8443         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8444         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8445         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8446         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8447         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8448         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8449         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8450         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8451         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8452         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8453         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8454         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8455         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8457 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8459         * manual/locale.texi (Locale Names): New section documenting
8460         locale name syntax.  Adjust menu and node chaining accordingly.
8461         (Choosing Locale): Reference Locale Names, Locale Categories.
8462         Mention setting LC_ALL=C.  Reflect that name syntax is now
8463         documented.
8464         (Locale Categories): New section title.  Reference Locale Names.
8465         LC_ALL is an environment variable, but not a category.
8466         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8467         description, now in Locale Name.  Reference that section.  Locale
8468         name syntax is now documented.
8470 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8472         [BZ #17137]
8473         * locale/findlocale.c (name_present, valid_locale_name): New
8474         functions.
8475         (_nl_find_locale): Use the loc_name variable to store name
8476         candidates.  Call name_present and valid_locale_name to check and
8477         validate locale names.  Return an error if the locale is invalid.
8479 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8481         * locale/setlocale.c (setlocale): Use strdup for allocating
8482         composite name copy.
8484 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8486         Sync up with gnulib.
8487         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8488         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8489         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8490         and _GL_ARG_NONNULL.
8491         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8492         [!_LIBC]: Include code for Windows and Cygwin.
8493         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8494         Include prototype for int strerror_r.
8495         [!_LIBC] (is_open): New function.
8496         (flush_stdout): New function.
8497         (print_errno_message): Use it.
8498         (error): Likewise.
8499         (error_at_line): Likewise.
8500         (error_tail) Add function attribute macros.  Use
8501         __builtin_expect.
8503         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8505         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8507         * io/ftw.c: Include sys/param.h unconditionally.
8509         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8511         [BZ #17125]
8512         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8513         libc_freeres_ptr.
8514         (freecache): New function to free CACHE on exit.
8516         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8517         initialization.
8519 2014-07-09  David S. Miller  <davem@davemloft.net>
8521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8523         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8524         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8525         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8526         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8527         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8528         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8529         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8530         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8531         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8532         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8533         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8534         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8535         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8537 2014-07-09  Andreas Schwab  <schwab@suse.de>
8539         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8540         output.
8541         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8542         (do_test): Likewise.
8544         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8546 2014-07-09  Will Newton  <will.newton@linaro.org>
8548         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8549         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8550         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8551         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8552         * sysdeps/hppa/start.S (_start): Likewise.
8554 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8556         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8558         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8559         defined.
8561 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8563         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8564         after checking that it is non-NULL.
8566         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8568 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8570         * sysdeps/powerpc/memmove.c: Remove file.
8571         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8572         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8573         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8574         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8575         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8576         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8577         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8578         string memmove instead of removed powerpc one.
8580         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8581         [weak_alias]: Fix compiler warning due trailing data.
8582         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8583         [weak_alias]: Likewise.
8584         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8585         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8587         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8588         (__libc_ifunc_impl_list): Add memmove functions.
8590 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8592         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8593         Remove code.
8594         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8595         Likewise
8596         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8597         Likewise
8598         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8599         Likewise
8600         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8601         Likewise
8602         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8603         Likewise
8604         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8605         Likewise
8606         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8607         Likewise
8608         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8609         Likewise
8610         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8611         Likewise
8612         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8613         Likewise
8614         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8615         Likewise
8616         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8617         Likewise
8618         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8619         Likewise
8620         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8621         Likewise
8622         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8623         Likewise
8624         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8625         Likewise
8627 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8629         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8630         to avoid alignment traps in non-cacheable memory.
8631         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8633         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8634         multiarch objects.
8635         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8636         file: multiarch power7 memmove.
8637         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8638         multiarch default memmove.
8639         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8640         multiarch memove for powerpc32/power4.
8642         * string/bcopy.c: Use full path to include memmove.c.
8643         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8644         multiarch objects.
8645         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8646         bcopy for powerpc64.
8647         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8648         bcopy for powerpc64.
8649         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8650         and memmove implementations.
8651         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8652         optimized multiarch memmove for POWER7/powerpc64.
8653         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8654         default multiarch memmove for powerpc64.
8655         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8656         multiarch for powerpc64.
8657         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8658         for POWER7/powerpc64.
8659         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8660         memmove for POWER7/powerpc64.
8662         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8663         glibc default one.
8665         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8666         __ELF_NATIVE_CLASS equal to 64.
8668 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8670         * sysdeps/nptl/lowlevellock.h: File removed.
8672         * NEWS: NPTL is no longer an add-on!
8673         * nptl/internaltypes.h: Moved ...
8674         * sysdeps/nptl/internaltypes.h: ... here.
8675         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8676         * sysdeps/nptl/fork.c: Likewise.
8677         * sysdeps/nptl/gai_misc.h: Likewise.
8678         * sysdeps/nptl/librt-cancellation.c: Likewise.
8679         * sysdeps/nptl/jmp-unwind.c: Likewise.
8680         * sysdeps/nptl/setxid.h: Likewise.
8681         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8682         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8683         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8684         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8685         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8686         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8687         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8688         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8689         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8690         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8691         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8692         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8693         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8694         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8695         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8696         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8697         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8698         * nptl/Makeconfig: Moved ...
8699         * sysdeps/nptl/Makeconfig: ... here.
8700         * nptl/configure: File removed.
8701         * nptl/ANNOUNCE: File removed.
8702         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8703         * sysdeps/unix/sysv/linux/configure: Regenerated.
8705         * nptl/Makefile (routines): Add libc_pthread_init,
8706         libc_multiple_threads, register-atfork and unregister-atfork.
8707         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8708         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8709         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8710         pthread-pi-defines.sym, structsem.sym.
8711         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8712         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8713         [$(subdir) = nptl] (tests): Add tst-setgetname.
8714         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8715         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8716         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8717         [!LIBC_SIGACTION]: Remove aliases.
8718         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8719         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8720         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8721         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8722         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8723         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8724         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8725         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8726         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8727         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8728         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8729         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8730         __libc_allocate_rtsig_private.
8731         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8732         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8733         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8734         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8735         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8736         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8737         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8738         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8739         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8740         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8741         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8742         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8743         * nptl/internaltypes.h: ... here.
8744         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8745         * sysdeps/nptl/jmp-unwind.c: ... here.
8746         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8747         * nptl/libc-lowlevellock.c: ... here.
8748         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8749         * nptl/libc_multiple_threads.c: ... here.
8750         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8751         * nptl/libc_pthread_init.c: ... here.
8752         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8753         * nptl/lowlevelbarrier.sym: ... here.
8754         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8755         * nptl/lowlevelcond.sym: ... here.
8756         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8757         * nptl/lowlevellock.c: ... here.
8758         * nptl/lowlevellock.h: Moved ...
8759         * sysdeps/nptl/lowlevellock.h: ... here.
8760         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8761         * nptl/lowlevelrobustlock.c: ... here.
8762         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8763         * nptl/lowlevelrobustlock.sym: ... here.
8764         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8765         * nptl/lowlevelrwlock.sym: ... here.
8766         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8767         * nptl/pt-fork.c: ... here.
8768         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8769         * nptl/pthread-pi-defines.sym: ... here.
8770         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8771         * nptl/pthread_attr_getaffinity.c: ... here.
8772         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8773         * nptl/pthread_attr_setaffinity.c: ... here.
8774         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8775         * nptl/pthread_mutex_cond_lock.c: ... here.
8776         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8777         Update #include.
8778         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8779         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8780         * nptl/pthread_once.c: ... here, replacing old file.
8781         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8782         * nptl/pthread_yield.c: ... here.
8783         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8784         * nptl/register-atfork.c: ... here.
8785         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8786         * nptl/sem_post.c: ... here.
8787         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8788         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8789         * nptl/sem_timedwait.c: ... here.
8790         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8791         * nptl/sem_trywait.c: ... here.
8792         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8793         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8794         * nptl/sem_wait.c: ... here.
8795         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8796         * nptl/structsem.sym: ... here.
8797         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8798         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8799         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8800         * nptl/unregister-atfork.c: ... here.
8801         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8802         * nptl/unwindbuf.sym: ... here.
8803         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8804         * sysdeps/nptl/fork.c: ... here.
8805         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8806         * sysdeps/nptl/fork.h: ... here.
8807         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8808         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8809         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8810         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8811         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8812         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8813         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8814         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8815         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8816         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8817         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8818         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8819         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8820         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8821         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8822         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8823         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8824         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8825         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8826         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8827         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8828         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8829         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8830         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8831         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8832         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8833         * sysdeps/unix/sysv/linux/raise.c: ... here.
8834         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8835         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8836         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8837         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8838         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8839         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8840         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8841         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8842         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8843         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8844         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8845         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8846         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8847         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8848         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8850 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8852         * sysdeps/generic/memcopy.h: Add comment for
8853         MEMCPY_OK_FOR_FWD_MEMMOVE.
8855 2014-07-04  Will Newton  <will.newton@linaro.org>
8857         * string/memchr.c: Merge from gnulib.
8858         [_LIBC]: Remove conditionals.
8859         (__ptr_t): Remove define.
8860         (LONG_MAX_32_BITS): Likewise.
8861         (LONG_MAX): Likewise.
8862         (MEMCHR): Use ANSI prototype and optimize algorithm.
8864         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8866 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8868         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8869         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8871         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8872         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8873         in a bare environment with no <stdlib.h> installed.
8874         * sysdeps/nptl/configure: Regenerated.
8876         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8878         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8879         AC_EGREP_CPP for kernel header checks, so they only succeed if
8880         including <linux/version.h> actually works right.
8881         * sysdeps/unix/sysv/linux/configure: Regenerated.
8883         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8884         value so it's not diagnosed as unused.
8886         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8887         thing) with "ifeq ($(subdir),rt)".
8889 2014-07-03  Richard Henderson  <rth@redhat.com>
8891         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8892         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8893         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8895         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8896         (math_force_eval): New.
8898         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8899         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8901         * sysdeps/alpha/fpu/s_round.c: Remove file.
8902         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8904         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8905         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8906         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8907         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8908         (_dl_start, print_statistics): Likewise.
8909         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8910         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8912         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8913         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8914         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8915         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8916         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8917         (HP_SMALL_TIMING_AVAIL): Define.
8918         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8919         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8920         (HP_SMALL_TIMING_AVAIL): Define.
8921         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8922         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8924         * sysdeps/aarch64/hp-timing.h: New file.
8926         * sysdeps/generic/hp-timing.h: Remove dead comment.
8927         * sysdeps/generic/hp-timing-common.h: New file.
8928         * sysdeps/alpha/hp-timing.h: Include it.
8929         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8930         * sysdeps/i386/i686/hp-timing.h: Likewise.
8931         * sysdeps/ia64/hp-timing.h: Likewise.
8932         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8933         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8934         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8935         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8936         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8937         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8938         (hp_timing_t): New.
8940         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8941         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8942         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8943         * elf/rtld.c (_dl_start_final): Likewise.
8944         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8945         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8946         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8947         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8948         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8949         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8950         (HP_TIMING_DIFF_INIT): Remove.
8951         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8952         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8953         (HP_TIMING_DIFF_INIT): Remove.
8954         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8955         * sysdeps/i386/i686/hp-timing.c: Remove file.
8956         * sysdeps/x86_64/hp-timing.c: Remove file.
8957         * sysdeps/ia64/hp-timing.c: Remove file.
8958         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8959         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8960         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8961         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8963         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8964         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8965         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8966         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8967         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8968         (HP_TIMING_ACCUM): Remove.
8969         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8970         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8971         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8973         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8974         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8975         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8976         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8977         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8978         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8979         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8980         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8982         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8984 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8986         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8988 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8990         Sync up with gettext.
8991         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8992         [_MSC_VER]: Include malloc.h
8993         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8994         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8995         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8996         TEMP_FAILURE_RETRY.  Cast return of alloca.
8997         [!_LIBC] Call gl_rwlock_init.
8998         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9000 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9002         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9003         before checking its value.
9005 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9007         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9009         * debug/memcpy_chk.c: Don't include pagecopy.h.
9010         * debug/mempcpy_chk.c: Likewise.
9011         * string/memcpy.c: Likewise.
9012         * string/memmove.c: Likewise.
9013         * sysdeps/powerpc/memmove.c: Likewise.
9014         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9015         definition of PAGE_COPY_FWD_MAYBE here...
9016         * sysdeps/generic/pagecopy.h: ... from here.
9017         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9019 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9020             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9022         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9023         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9024         optimizations.
9025         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9026         (__libc_ifunc_impl_list): Likewise.
9027         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9028         multiarch strcat for PPC64.
9029         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9030         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9032 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9034         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9036 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9038         * intl/loadmsgcat.c: Remove declaration of
9039         get_sysdep_segment_value.
9040         (get_sysdep_segment_value): Use ISO C style.
9041         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9042         semicolon.  Fix typo and formatting in comment.
9043         (_nl_unload_domain): Use ISO C style.
9045         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9047 2014-07-02  Will Newton  <will.newton@linaro.org>
9049         * malloc/obstack.c: Merge from gnulib master.
9050         [HAVE_CONFIG_H]: Remove conditional code.
9051         [!_LIBC]: Include config.h.
9052         [!ELIDE_CODE]: Don't include inttypes.h, include
9053         stdint.h unconditionally.
9054         (print_and_abort): Mark as _Noreturn.
9055         (_obstack_allocated_p): Mark as __attribute_pure__.
9056         (obstack_free): Rename to __obstack_free.
9057         [!__attribute__]: Remove conditional code.
9058         * malloc/obstack.h: Merge from gnulib master.
9059         [__cplusplus]: Move conditional down.
9060         [!__attribute_pure__]: Define __attribute_pure__ here
9061         if it is not already defined.
9062         (_obstack_memory_used): Mark as __attribute_pure__.
9063         [!__obstack_free]: Define as obstack_free.
9064         [__GNUC__]: Remove check for ancient NeXT gcc.
9066 2014-07-02  Will Newton  <will.newton@linaro.org>
9067             Paul Eggert  <eggert@cs.ucla.edu>
9069         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9071 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9073         * resolv/gethnamaddr.c: Add comment warning that the file is
9074         not maintained.
9076 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9078         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9079         entries.
9081         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9082         entry for aio_cancel and aio_cancel64.
9083         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9084         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9085         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9086         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9087         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9088         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9089         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9090         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9091         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9092         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9093         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9094         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9095         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9097 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9099         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9100         * nptl/pthread_mutex_lock.c: Likewise.
9101         * nptl/pthread_mutex_timedlock.c: Likewise.
9102         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9104 2014-07-01  Richard henderson  <rth@redhat.com>
9106         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9107         (__isnan, __isnanl): Remove.
9108         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9110         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9112 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9114         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9116 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9118         * resolv/nss_dns/dns-host.c (getanswer_r)
9119         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9121 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9123         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9124         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9125         undefine.
9126         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9127         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9129 2014-07-01  Roland McGrath <roland@hack.frob.com>
9131         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9132         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9134         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9135         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9137         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9138         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9139         ... here.
9140         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9141         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9143         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9144         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9145         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9146         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9148         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9149         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9150         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9151         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9152         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9153         Moved ...
9154         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9155         ... here.
9156         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9157         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9159         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9160         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9161         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9163         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9164         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9165         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9166         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9169         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9170         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9171         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9172         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9173         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9174         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9175         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9176         ... here.
9177         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9178         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9180         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9181         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9182         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9183         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9184         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9186 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9188         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9189         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9190         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9191         Add sysdep.
9193 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9195         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9197 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9199         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9200         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9202         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9204         * sysdeps/arm/libm-test-ulps: Regenerated.
9206 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9207             Roland McGrath <roland@hack.frob.com>
9209         * test-skeleton.c (signal_handler): Kill the whole process group
9210         before killing the child individually.
9211         (main): Report any failure on `setpgid'.
9213 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9215         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9216         from _TLS_H to _ARM_NPTL_TLS_H.
9217         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9218         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9220 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9222         [BZ #16539]
9223         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9224         (__expm1l): Return argument unchanged when small but not
9225         subnormal.
9227         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9228         include macro name.
9229         (_FP_UNPACK_RAW_1_P): Likewise.
9230         (_FP_PACK_RAW_1): Likewise.
9231         (_FP_PACK_RAW_1_P): Likewise.
9232         (_FP_MUL_MEAT_1_wide): Likewise.
9233         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9234         (_FP_MUL_MEAT_1_hard): Likewise.
9235         (_FP_DIV_MEAT_1_imm): Likewise.
9236         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9237         (_FP_DIV_MEAT_1_udiv): Likewise.
9238         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9239         (_FP_UNPACK_RAW_2): Likewise.
9240         (_FP_UNPACK_RAW_2_P): Likewise.
9241         (_FP_PACK_RAW_2): Likewise.
9242         (_FP_PACK_RAW_2_P): Likewise.
9243         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9244         (_FP_MUL_MEAT_2_wide): Likewise.
9245         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9246         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9247         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9248         (_FP_MUL_MEAT_2_gmp): Likewise.
9249         (_FP_DIV_MEAT_2_udiv): Likewise.
9250         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9251         (_FP_FRAC_SRL_4): Likewise.
9252         (_FP_FRAC_SRST_4): Likewise.
9253         (_FP_FRAC_SRS_4): Likewise.
9254         (_FP_UNPACK_RAW_4): Likewise.
9255         (_FP_UNPACK_RAW_4_P): Likewise.
9256         (_FP_PACK_RAW_4): Likewise.
9257         (_FP_PACK_RAW_4_P): Likewise.
9258         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9259         (_FP_MUL_MEAT_4_wide): Likewise.
9260         (_FP_MUL_MEAT_4_gmp): Likewise.
9261         (umul_ppppmnnn): Likewise.
9262         (_FP_DIV_MEAT_4_udiv): Likewise.
9263         (__FP_FRAC_ADD_4): Likewise.
9264         (__FP_FRAC_SUB_3): Likewise.
9265         (__FP_FRAC_SUB_4): Likewise.
9266         (__FP_FRAC_DEC_3): Likewise.
9267         (__FP_FRAC_DEC_4): Likewise.
9268         (__FP_FRAC_ADDI_4): Likewise.
9269         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9270         (_FP_FRAC_SRL_8): Likewise.
9271         (_FP_FRAC_SRS_8): Likewise.
9273         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9274         include macro name.
9275         (FP_UNPACK_RAW_EP): Likewise.
9276         (FP_PACK_RAW_E): Likewise.
9277         (FP_PACK_RAW_EP): Likewise.
9278         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9279         (_FP_ISSIGNAN): Likewise.
9280         (_FP_ADD_INTERNAL): Likewise.
9281         (_FP_FMA): Likewise.
9282         (_FP_CMP): Likewise.
9283         (_FP_SQRT): Likewise.
9284         (_FP_TO_INT): Likewise.
9285         (_FP_FROM_INT): Likewise.
9286         (FP_EXTEND): Likewise.
9287         (_FP_DIV_MEAT_N_loop): Likewise.
9289 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9291         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9292         throughout.
9294 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9296         [BZ #17097]
9297         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9298         result with correct sign in case of exponents that produce
9299         overflow except for X very close to 1.
9301 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9303         mktime: merge #if/#ifdef usage from glibc
9304         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9305         as that works with both Glibc's and Gnulib's style.
9306         See thread starting at Siddhesh Poyarekar's bug report at:
9307         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9309 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9311         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9312         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9313         * sysdeps/tile/tilegx/memmove.c: Remove file.
9315 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9317         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9318         abi-name definition.
9319         * scripts/soversions.awk: Do not handle or generate ABI lines.
9320         * shlib-versions: Remove ABI entries.
9321         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9322         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9324 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9326         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9327         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9328         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9329         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9330         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9331         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9332         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9333         Moved ...
9334         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9335         ... here.
9336         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9337         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9338         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9339         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9340         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9341         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9342         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9343         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9344         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9345         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9347         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9349         Moved ...
9350         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9352         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9354         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9355         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9356         Moved ...
9357         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9362         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9364         Moved ...
9365         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9366         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9367         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9371         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9373         Moved ...
9374         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9375         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9376         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9377         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9378         Moved ...
9379         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9380         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9381         Moved ...
9382         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9383         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9384         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9385         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9386         Moved ...
9387         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9388         ... here.
9389         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9390         Identical file removed.
9391         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9392         Moved ...
9393         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9394         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9395         Identical file removed.
9396         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9397         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9398         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9399         Moved ...
9400         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9401         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9402         Identical file removed.
9403         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9404         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9405         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9406         Identical file removed.
9407         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9408         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9409         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9410         Identical file removed.
9411         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9412         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9413         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9414         Identical file removed.
9415         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9416         Moved ...
9417         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9418         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9419         Identical file removed.
9420         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9421         Moved ...
9422         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9423         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9424         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9425         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9426         Identical file removed.
9427         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9428         Moved ...
9429         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9430         ... here.
9431         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9432         Identical file removed.
9433         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9434         Moved ...
9435         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9436         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9437         Identical file removed.
9438         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9439         Moved ...
9440         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9441         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9442         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9444         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9445         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9446         Moved ...
9447         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9448         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9449         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9451         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9452         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9453         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9454         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9455         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9457 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9459         [BZ #17092]
9460         * nscd/nscd.c (monitor_child): Return exit status of child
9461         instead of return value from wait syscall.
9463 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9465         * configure.ac (libc_commonpagesize): Remove variable.
9466         (libc_relro_required): Likewise.
9467         (libc_cv_z_relro): Remove configure test.
9468         * configure: Regenerated.
9469         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9470         variable.
9471         (libc_relro_required): Likewise.
9472         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9473         (libc_relro_required): Likewise.
9474         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9475         (libc_relro_required): Likewise.
9476         * sysdeps/arm/preconfigure: Regenerated.
9477         * sysdeps/ia64/preconfigure: Remove file.
9478         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9479         variable.
9480         (libc_relro_required): Likewise.
9482         [BZ #16561]
9483         [BZ #16562]
9484         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9485         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9486         recompute overflowing results in original rounding mode.
9487         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9488         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9489         recompute overflowing results in original rounding mode.
9490         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9491         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9492         recompute overflowing results in original rounding mode.
9493         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9494         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9495         recompute overflowing results in original rounding mode.
9496         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9497         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9498         recompute overflowing results in original rounding mode.
9499         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9500         (libc_feholdsetround_ctx): New macro.
9501         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9502         * sysdeps/i386/fpu/libm-test-ulps: Update.
9503         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9505 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9507         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9508         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9509         corresponding .cpsetup call.
9511 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9513         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9514         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9515         * sysdeps/arm/Makefile [$(subdir) = csu]
9516         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9517         (static-only-routines): Add aeabi_read_tp here.
9518         (shared-only-routines): Add libc-aeabi_read_tp here.
9519         (CFLAGS-libc-start.c): Add -fexceptions here.
9520         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9521         (sysdep_routines, static-only-routines, shared-only-routines):
9522         Don't add to these here.
9523         (CFLAGS-libc-start.c): Likewise.
9525         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9526         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9527         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9528         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9529         * sysdeps/arm/Makefile [$(subdir) = rt]
9530         (librt-sysdep_routines, librt-shared-only-routines):
9531         Append rt-aeabi_unwind_cpp_pr1 here.
9532         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9533         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9534         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9535         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9536         Append nptl-aeabi_unwind_cpp_pr1 here.
9537         (tests): Filter out tst-cleanupx4 here.
9538         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9539         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9540         Don't do those here.
9542 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9544         * scripts/list-sources.sh: Do not handle ports specially.
9546 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9548         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9549         * sysdeps/arm/feupdateenv.c: Likewise.
9551         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9553 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9555         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9556         trailing whitespace removed.
9557         * scripts/config.guess: Update to version 2014-03-23.
9558         * scripts/config.sub: Update to version 2014-05-01
9559         * scripts/install-sh: Update to version 2013-12-25.23.
9560         * scripts/move-if-change: Update from gnulib.
9562 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9564         * debug/memmove_chk.c: Remove pagecopy.h include.
9566 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9568         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9569         identical to gnulib mktime.
9571 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9573         * configure.ac: Do not test for machine being rs6000.  Do not test
9574         for powerpc*-*soft.
9575         * configure: Regenerated.
9577         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9578         test.
9579         * configure: Regenerated.
9580         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9581         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9582         Remove configure test.
9583         * sysdeps/arm/configure: Regenerated.
9584         * sysdeps/nptl/configure.ac: Do not check
9585         libc_cv_asm_cfi_directives.
9586         * sysdeps/nptl/configure: Regenerated.
9587         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9588         * sysdeps/x86_64/nptl/configure: Remove generated file.
9589         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9590         unconditional.
9591         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9593 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9595         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9596         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9597         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9598         it is defined.
9600         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9601         instead of whether it is defined.
9602         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9603         * sysdeps/hppa/dl-machine.h: Likewise.
9604         * sysdeps/ia64/dl-machine.h: Likewise.
9605         * sysdeps/m68k/dl-machine.h: Likewise.
9606         * sysdeps/microblaze/dl-machine.h: Likewise.
9607         * sysdeps/mips/dl-machine.: Likewise.
9608         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9609         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9610         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9611         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9612         * sysdeps/sh/dl-machine.h: Likewise.
9613         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9614         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9615         * sysdeps/tile/dl-machine.h: Likewise.
9616         * sysdeps/x86_64/dl-machine.h: Likewise.
9618         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9619         code.
9620         (verify_persistent_db): Likewise.
9622 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9624         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9625         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9626         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9627         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9628         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9629         Moved ...
9630         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9631         ... here.
9632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9633         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9635         Identical file removed.
9636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9637         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9639         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9641         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9643         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9645         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9647         Moved ...
9648         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9650         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9651         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9652         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9654         Moved ...
9655         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9657         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9659         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9660         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9661         Identical file removed.
9662         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9663         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9665         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9667         Moved ...
9668         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9669         ... here.
9670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9671         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9673         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9675         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9677         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9679         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9681         Moved ...
9682         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9684         Moved ...
9685         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9687         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9688         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9689         Moved ...
9690         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9692         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9694         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9695         folded into ...
9696         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9697         * sysdeps/unix/sysv/linux/s390/Versions
9698         (libpthread: GLIBC_2.19): New version set.
9699         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9700         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9701         (librt: GLIBC_2.3.3): New version set.
9702         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9703         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9704         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9705         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9706         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9707         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9708         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9709         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9710         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9711         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9712         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9713         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9714         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9715         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9716         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9717         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9718         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9719         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9720         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9721         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9722         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9723         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9724         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9725         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9726         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9727         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9728         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9730         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9731         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9732         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9733         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9734         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9736         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9737         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9738         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9739         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9740         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9741         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9742         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9743         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9744         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9745         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9746         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9748         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9749         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9750         (__libc_vfork): Define the function under this name.
9751         [!NOT_IN_libc] (__vfork): Make this an alias.
9752         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9753         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9754         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9755         (__libc_vfork): Define the function under this name.
9756         [!NOT_IN_libc] (__vfork): Make this an alias.
9757         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9758         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9759         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9760         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9761         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9762         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9764         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9765         code that was previously under [RESET_PID].
9766         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9767         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9768         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9770         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9771         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9772         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9773         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9774         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9775         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9776         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9777         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9778         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9781         Moved ...
9782         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9783         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9784         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9785         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9786         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9787         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9788         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9790         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9794         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9795         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9796         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9797         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9798         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9799         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9800         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9801         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9802         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9803         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9804         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9805         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9806         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9807         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9808         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9809         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9810         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9812 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9814         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9815         that was previously under [RESET_PID].
9816         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9818 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9820         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9821         not undefine and redefine.
9822         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9823         [O_CLOEXEC]: Make code unconditional.
9824         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9825         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9826         <kernel-features.h>.
9827         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9828         conditional variable definition.
9829         (shm_open) [O_CLOEXEC]: Make code unconditional.
9830         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9831         code.
9833         * configure.ac (USE_REGPARMS): Don't define here.
9834         * configure: Regenerated.
9835         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9836         * sysdeps/i386/configure: Regenerated.
9838         * nptl/createthread.c: Don't include kernel-features.h.
9839         * nptl/pthread_cancel.c: Likewise.
9840         * nptl/pthread_condattr_setclock.c: Likewise.
9841         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9842         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9843         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9844         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9845         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9846         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9847         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9848         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9849         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9850         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9851         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9852         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9853         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9854         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9855         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9856         * nscd/gai.c: Likewise.
9857         * nss/nss_db/db-open.c: Likewise.
9858         * sysdeps/generic/ldsodefs.h: Likewise.
9859         * sysdeps/sh/nptl/tls.h: Likewise.
9860         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9861         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9862         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9863         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9864         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9865         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9866         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9867         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9868         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9869         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9870         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9871         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9872         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9873         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9874         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9875         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9876         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9877         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9878         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9879         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9880         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9881         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9882         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9883         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9884         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9885         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9886         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9888         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9889         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9890         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9891         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9892         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9893         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9894         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9895         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9896         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9897         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9898         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9899         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9900         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9901         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9902         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9903         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9904         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9905         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9906         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9907         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9908         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9909         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9910         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9911         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9912         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9913         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9914         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9915         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9916         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9917         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9919         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9940         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9941         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9942         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9943         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9944         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9945         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9946         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9947         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9948         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9949         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9950         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9951         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9952         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9953         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9954         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9955         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9956         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9957         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9958         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9959         * sysdeps/unix/sysv/linux/system.c: Likewise.
9960         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9961         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9962         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9963         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9964         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9965         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9966         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9968         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9969         * configure: Regenerated.
9970         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9972         * configure.ac (base_machine): Do not set specially for particular
9973         machines here.
9974         * configure: Regenerated.
9975         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9976         settings from configure.ac.
9977         * sysdeps/i386/preconfigure: New file.
9978         * sysdeps/s390/preconfigure: Likewise.
9979         * sysdeps/sh/preconfigure: Likewise.
9980         * sysdeps/sparc/preconfigure: Likewise.
9982 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9984         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9985         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9986         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9987         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9988         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9989         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9990         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9991         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9992         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9993         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9994         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9995         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9996         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9997         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9998         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9999         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10000         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10001         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10002         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10004         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10005         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10006         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10007         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10008         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10009         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10010         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10011         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10012         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10013         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10014         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10015         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10016         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10017         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10018         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10019         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10020         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10021         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10022         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10023         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10024         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10025         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10026         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10027         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10028         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10029         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10030         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10031         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10032         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10033         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10034         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10035         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10036         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10037         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10038         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10039         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10040         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10041         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10043         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10044         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10045         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10048         Moved ...
10049         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10050         ... here.
10051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10052         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10054         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10056         Moved ...
10057         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10059         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10063         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10065         Moved ...
10066         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10068         Moved ...
10069         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10071         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10073         Moved ...
10074         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10078         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10079         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10080         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10081         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10086         ... here.
10087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10088         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10090         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10092         Moved ...
10093         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10095         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10097         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10099         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10101         Moved ...
10102         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10103         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10104         Moved ...
10105         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10107         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10112         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10113         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10114         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10116 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10118         * timezone/checktab.awk: Update from tzcode 2014e.
10119         * timezone/private.h: Likewise.
10120         * timezone/tzfile.h: Likewise.
10121         * timezone/zdump.c: Likewise.
10122         * timezone/zic.c: Likewise.
10124         * sysdeps/unix/sysv/linux/kernel-features.h
10125         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10126         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10127         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10128         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10129         Remove conditional code.
10131 2014-06-25  Will Newton  <will.newton@linaro.org>
10133         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10134         (_dl_arm_cap_flags): Add HWCAP2 values.
10135         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10136         (_DL_HWCAP_COUNT): Increase to 37.
10137         (_DL_HWCAP_LAST): New define.
10138         (_DL_HWCAP2_LAST): New define.
10139         (_dl_procinfo): Add support for printing
10140         AT_HWCAP2 entries.
10141         (_dl_string_hwcap): Use _dl_hwcap_string.
10143 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10147 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10149         * README: Do not mention ports directory.
10151         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10152         Remove macro.
10153         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10154         <kernel-features.h>.
10155         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10156         conditional variable definition.
10157         (__futimes): Update comment.
10158         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10159         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10161         [BZ #16560]
10162         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10163         arguments close to 0.
10164         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10165         Likewise.
10166         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10167         Likewise.
10168         * math/auto-libm-test-in: Add more tests of exp10.
10169         * math/auto-libm-test-out: Regenerated.
10170         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10172         * sysdeps/unix/sysv/linux/kernel-features.h
10173         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10174         * sysdeps/unix/sysv/linux/readv.c: Do not include
10175         <kernel-features.h>.
10176         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10177         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10178         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10179         unconditional.
10180         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10181         conditional code.
10182         * sysdeps/unix/sysv/linux/writev.c: Do not include
10183         <kernel-features.h>.
10184         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10185         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10186         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10187         unconditional.
10188         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10189         conditional code.
10191 2014-06-25  Will Newton  <will.newton@linaro.org>
10193         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10194         comment changes throughout the file.  Remove checks
10195         for HAVE_*_H definitions that are not required.
10196         (__gen_tempname): Call abort if an unknown kind value is
10197         passed.
10199 2014-06-25  Andreas Schwab  <schwab@suse.de>
10201         [BZ #17086]
10202         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10203         scalbln, scalblnf, scalblnl in libc.
10205 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10207         [BZ #17086]
10208         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10209         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10210         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10212 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10214         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10215         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10216         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10217         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10218         Update #include.
10219         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10220         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10221         Update #include.
10222         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10223         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10224         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10225         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10226         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10227         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10228         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10229         * sysdeps/x86/bits/semaphore.h: ... here.
10230         * sysdeps/x86/nptl/elide.h: Moved ...
10231         * sysdeps/x86/elide.h: ... here.
10232         * sysdeps/x86_64/nptl/Implies: File removed.
10233         * sysdeps/i386/nptl/Implies: File removed.
10235 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10237         [BZ #16539]
10238         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10239         return the argument for normal arguments with exponent below -64.
10240         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10241         Likewise.
10242         * math/auto-libm-test-in: Add another test of expm1.
10243         * math/auto-libm-test-out: Regenerated.
10245         [BZ #16287]
10246         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10247         calling __erfcl for arguments at least 16.
10248         * math/auto-libm-test-in: Add more tests of erf.
10249         * math/auto-libm-test-out: Regenerated.
10251         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10252         individual architectures.
10253         * sysdeps/unix/sysv/linux/configure: Regenerated.
10254         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10255         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10256         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10257         (ldd_rewrite_script): Define variable.
10258         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10260         file.
10261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10262         generated file.
10263         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10264         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10265         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10266         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10267         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10268         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10269         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10270         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10272 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10274         [BZ #17084]
10275         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10276         Rename member __data.d to __data.__elision_data.
10278 2014-06-24  Wilco  <wdijkstr@arm.com>
10280         * NEWS: Add 16918 to fixed bug list.
10282 2014-06-24  Wilco  <wdijkstr@arm.com>
10284         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10286 2014-06-24  Wilco  <wdijkstr@arm.com>
10288         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10289         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10290         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10291         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10292         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10293         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10294         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10295         Use _FPU_MASK_RM.
10297 2014-06-24  Wilco  <wdijkstr@arm.com>
10299         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10301 2014-06-24  Wilco  <wdijkstr@arm.com>
10303         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10304         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10305         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10306         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10308 2014-06-24  Wilco  <wdijkstr@arm.com>
10310         [BZ #16918]
10311         * sysdeps/arm/feupdateenv.c (feupdateenv):
10312         Rewrite to reduce FPSCR accesses and fix return value.
10314 2014-06-24  Wilco  <wdijkstr@arm.com>
10316         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10317         Optimize to avoid unnecessary FPSCR writes.
10318         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10319         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10320         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10321         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10323 2014-06-24  Wilco  <wdijkstr@arm.com>
10325         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10326         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10327         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10328         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10329         Call libc_fetestexcept_vfp.
10330         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10331         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10332         __SOFTFP__ ifdef so that they can be built for softfp.
10334 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10336         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10337         argument type signed char.
10339         * Makerules (check-abi): Dump diff of symlist if the test
10340         fails.
10342 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10344         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10345         using abort.
10347         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10348         Remove unused variable ST.
10350 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10352         [BZ #16354]
10353         [BZ #17061]
10354         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10355         small arguments before calling __expm1.
10356         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10357         small arguments before calling __expm1f.
10358         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10359         small arguments before calling __expm1l.
10360         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10361         Likewise.
10362         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10363         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10364         spurious underflow for some cosh tests.
10365         * math/auto-libm-test-out: Regenerated.
10366         * sysdeps/i386/fpu/libm-test-ulps: Update.
10368         [BZ #17050]
10369         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10370         (__ieee754_y1): Set errno if return value overflows.
10371         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10372         (__ieee754_y1f): Set errno if return value overflows.
10373         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10374         (__ieee754_y1l): Set errno if return value overflows.
10375         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10376         (__ieee754_y1l): Set errno if return value overflows.
10377         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10378         * math/auto-libm-test-out: Regenerated.
10380         * math/gen-auto-libm-tests.c: Document use of
10381         ignore-zero-inf-sign.
10382         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10383         (input_flags): Add ignore-zero-inf-sign.
10384         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10385         * math/gen-libm-test.pl (generate_testfile): Handle
10386         ignore-zero-inf-sign.
10387         * math/auto-libm-test-in: Mark some cpow tests with
10388         ignore-zero-inf-sign and some with xfail-rounding.
10389         * math/auto-libm-test-out: Regenerated.
10390         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10391         * sysdeps/i386/fpu/libm-test-ulps: Update.
10392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10394         [BZ #16315]
10395         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10396         overflowing or underflowing operations take place with sign of
10397         result.
10398         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10399         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10400         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10401         (__ieee754_pow): Recompute overflowing and underflowing results in
10402         original rounding mode.
10403         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10404         (__powl_helper): Allow negative argument X and scale negated value
10405         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10406         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10407         overflowing or underflowing operations take place with sign of
10408         result.
10409         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10410         Include <math.h>.
10411         * math/auto-libm-test-in: Add more tests of pow.
10412         * math/auto-libm-test-out: Regenerated.
10413         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10414         (pow_tonearest_test_data): Remove.
10415         (pow_test_tonearest): Likewise.
10416         (pow_towardzero_test_data): Likewise.
10417         (pow_test_towardzero): Likewise.
10418         (pow_downward_test_data): Likewise.
10419         (pow_test_downward): Likewise.
10420         (pow_upward_test_data): Likewise.
10421         (pow_test_upward): Likewise.
10422         (main): Don't call removed functions.
10423         * sysdeps/i386/fpu/libm-test-ulps: Update.
10424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10426 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10429         Moved ...
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10432         Moved ...
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10435         Moved ...
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10438         Moved ...
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10441         File removed.
10442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10443         File removed.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10445         File removed.
10446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10447         File removed.
10448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10449         File removed.
10450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10451         File removed.
10452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10453         File removed.
10454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10455         File removed.
10456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10457         File removed.
10458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10459         File removed.
10460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10461         File removed.
10462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10463         File removed.
10464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10465         Moved ...
10466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10468         Moved ...
10469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10470         ... here.
10471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10472         Moved ...
10473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10478         Moved ...
10479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10481         Moved ...
10482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10484         Moved ...
10485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10487         Moved ...
10488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10490         Moved ...
10491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10494         ... here.
10495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10496         Moved ...
10497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10499         Moved ...
10500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10501         ... here.
10502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10503         Moved ...
10504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10505         ... here.
10506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10507         Moved ...
10508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10509         ... here.
10510         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10511         Moved ...
10512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10514         Moved ...
10515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10519         Moved ...
10520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10521         ... here.
10522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10523         Moved ...
10524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10525         ... here.
10526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10527         Moved ...
10528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10530         Moved ...
10531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10536         Moved ...
10537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10539         Moved ...
10540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10541         ... here.
10542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10543         Moved ...
10544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10546         Moved ...
10547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10549         Moved ...
10550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10552         Moved ...
10553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10557         Moved ...
10558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10560         Moved ...
10561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10563         Moved ...
10564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10565         ... here.
10566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10567         Moved ...
10568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10569         ... here.
10570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10571         Moved ...
10572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10573         ... here.
10574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10575         Moved ...
10576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10578         Moved ...
10579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10581         Moved ...
10582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10584         Moved ...
10585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10586         ... here.
10587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10588         Moved ...
10589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10590         ... here.
10591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10592         Moved ...
10593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10594         ... here.
10595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10596         Moved ...
10597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10599         Moved ...
10600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10602 2014-06-23  Will Newton  <will.newton@linaro.org>
10603             Wilco  <wdijkstr@arm.com>
10605         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10606         implementation.  Include get-rounding-mode.h.
10607         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10608         [!libc_feholdsetround_noex_ctx]: Define
10609         libc_feholdsetround_noex_ctx.
10610         [!libc_feholdsetround_noexf_ctx]: Define
10611         libc_feholdsetround_noexf_ctx.
10612         [!libc_feholdsetround_noexl_ctx]: Define
10613         libc_feholdsetround_noexl_ctx.
10614         (libc_feholdsetround_ctx): New function.
10615         (libc_feresetround_ctx): New function.
10616         (libc_feholdsetround_noex_ctx): New function.
10617         (libc_feresetround_noex_ctx): New function.
10619 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10621         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10622         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10623         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10624         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10625         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10626         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10628         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10629         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10630         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10631         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10632         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10633         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10634         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10635         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10636         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10637         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10638         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10639         Moved ...
10640         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10641         ... here.
10642         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10643         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10644         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10645         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10646         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10647         Moved ...
10648         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10649         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10650         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10651         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10652         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10654         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10656         Moved ...
10657         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10658         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10659         Moved ...
10660         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10661         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10662         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10663         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10664         Moved ...
10665         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10667         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10668         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10669         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10670         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10671         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10672         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10673         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10674         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10675         Moved ...
10676         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10677         ... here.
10678         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10679         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10680         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10681         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10683         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10684         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10685         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10686         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10687         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10688         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10689         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10690         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10691         Moved ...
10692         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10694         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10696         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10698         Moved ...
10699         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10700         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10701         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10702         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10703         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10705         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10706         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10707         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10712         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10713         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10714         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10715         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10716         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10717         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10718         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10719         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10720         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10721         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10722         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10723         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10724         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10725         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10726         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10727         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10728         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10729         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10730         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10731         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10732         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10734 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10736         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10737         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10738         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10739         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10740         (IPV6_PMTUDISC_INTERFACE): Likewise.
10741         (IPV6_PMTUDISC_OMIT): Likewise.
10743 2014-06-23  Andreas Schwab  <schwab@suse.de>
10745         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10746         Remove unused errout label.
10748 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10750         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10751         macro: hardware supports Vector Crypto instructions.
10753 2014-06-23  Will Newton  <will.newton@linaro.org>
10755         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10756         rather than __builtin_expect.
10758         * elf/dl-lookup.c (undefined_msg): Remove variable.
10759         (_dl_lookup_symbol_x): Replace undefined_msg with string
10760         literal.
10762         * elf/dl-lookup.c (do_lookup_unique): New function.
10763         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10764         to a separate function.
10766 2014-06-23  Andreas Schwab  <schwab@suse.de>
10768         [BZ #17079]
10769         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10770         before reading the next line.
10772 2014-06-23  Will Newton  <will.newton@linaro.org>
10774         * test-skeleton.c (signal_handler): Use printf and %m
10775         rather than perror.  Use printf rather than fprintf to
10776         stderr.  Use puts rather than fputs to stderr.
10777         (main): Likewise.
10779 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10781         * nscd/nscd.c (thread_info_t): Remove typedef.
10782         (thread_info): Remove variable.
10784 2014-06-21  Allan McRae  <allan@archlinux.org>
10786         * NEWS: Mention CVE-2014-4043.
10788 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10790         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10791         * nptl/smp.h: ... here.
10793         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10795         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10796         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10797         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10798         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10800         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10801         * nptl/stack-aliasing.h: New file.
10802         * sysdeps/i386/i686/stack-aliasing.h: New file.
10803         * sysdeps/i386/i686/nptl/Makefile: File removed.
10804         * sysdeps/x86_64/stack-aliasing.h: New file.
10805         * sysdeps/x86_64/nptl/Makefile
10806         (CFLAGS-pthread_create.c): Variable removed.
10808         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10809         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10810         old file.
10811         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10812         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10813         old file.
10815 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10817         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10818         (__ASSUME_SIGFRAME_V2): Remove macro.
10819         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10820         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10821         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10822         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10823         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10824         Declare as function.  Remove conditional macro definitions.
10825         (__default_rt_sa_restorer): Likewise.
10826         (__default_sa_restorer_v1): Remove declaration.
10827         (__default_sa_restorer_v2): Likewise.
10828         (__default_rt_sa_restorer_v1): Likewise.
10829         (__default_rt_sa_restorer_v2): Likewise.
10830         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10831         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10832         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10834 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10836         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10837         (libpthread-routines): Add sysdep.
10838         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10839         * sysdeps/unix/sysv/linux/sparc/Versions
10840         (libpthread: GLIBC_2.3.3): New version set.
10841         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10842         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10843         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10844         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10845         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10846         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10847         Moved ...
10848         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10849         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10850         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10851         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10852         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10853         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10854         * sysdeps/sparc/nptl/sem_init.c: ... here.
10855         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10856         * sysdeps/sparc/nptl/sem_post.c: ... here.
10857         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10858         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10859         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10860         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10861         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10862         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10863         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10864         (libpthread-routines): Add cpu_relax.
10865         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10866         File removed.
10867         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10868         (librt: GLIBC_2.3.3): New version set.
10869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10870         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10871         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10872         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10875         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10877         Moved ...
10878         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10880         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10881         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10882         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10884         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10886         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10888         Moved ...
10889         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10890         Update #include.
10891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10892         Moved ...
10893         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10894         Update #include.
10895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10896         Moved ...
10897         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10898         Update #include.
10899         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10900         Moved ...
10901         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10902         Update #include.
10903         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10904         Moved ...
10905         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10906         Update #include.
10907         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10908         Moved ...
10909         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10910         Update #include.
10911         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10912         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10913         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10914         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10916         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10918         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10920         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10922         Moved ...
10923         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10925         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10927         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10929 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10931         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10932         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10933         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10934         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10935         * nscd/nscd.c: Likewise.
10936         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10937         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10938         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10939         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10941         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10942         <kernel-features.h>.
10943         (init_mq_netlink): Remove conditional have_sock_cloexec
10944         definitions.  Remove code conditional on have_sock_cloexec < 0.
10945         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10946         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10947         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10948         <kernel-features.h>.
10949         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10950         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10952 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10954         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10955         Add tests for memset_chk and memset.
10957         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10958         with AVX2_Usable.
10960 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10962         [BZ #16046]
10963         * elf/tst-dl-iter-static.c: New file.
10964         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10966         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10967         error.
10969 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10971         * sysdeps/unix/sysv/linux/kernel-features.h
10972         (__ASSUME_F_GETOWN_EX): Remove macro.
10973         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10974         <kernel-features.h>.
10975         (miss_F_GETOWN_EX): Remove variable or macro.
10976         (do_fcntl): Do not check miss_F_GETOWN_EX.
10977         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10979         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10980         Remove macro.
10981         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10982         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10983         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10985         * sysdeps/unix/sysv/linux/kernel-features.h
10986         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10987         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10988         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10989         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10991 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10993         [BZ #17075]
10994         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10995         Fix calculation of the symbol's value.
10996         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10997         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10998         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10999         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11000         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11001         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11002         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11003         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11004         (modules-names): Add `tst-armtlsdescmod',
11005         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11006         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11007         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11008         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11009         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11010         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11011         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11012         ($(objpfx)tst-armtlsdescloc): New dependency.
11013         ($(objpfx)tst-armtlsdescextnow): Likewise.
11014         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11015         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11016         TLS scheme support.
11017         * sysdeps/arm/configure: Regenerate.
11019 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11021         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11022         (__atfct_seterrno_2): Likewise.
11023         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11024         <kernel-features.h>.
11025         (__ASSUME_ATFCTS): Do not undefine and redefine.
11026         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11027         (__have_atfcts): Remove conditional definition.
11028         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11029         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11030         unreachable if [__ASSUME_ATFCTS].
11031         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11032         not undefine and redefine.
11033         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11034         <kernel-features.h>.
11035         (faccessat) [__NR_faccessat]: Make code unconditional.
11036         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11037         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11038         <kernel-features.h>.
11039         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11040         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11041         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11042         <kernel-features.h>.
11043         (fchownat) [__NR_fchownat]: Make code unconditional.
11044         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11045         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11046         <kernel-features.h>.
11047         (futimesat) [__NR_futimesat]: Make code unconditional.
11048         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11049         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11050         <kernel-features.h>.
11051         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11052         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11053         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11054         <kernel-features.h>.
11055         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11056         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11057         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11058         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11059         <kernel-features.h>.
11060         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11061         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11062         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11063         <kernel-features.h>.
11064         (linkat) [__NR_linkat]: Make code unconditional.
11065         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11066         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11067         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11068         <kernel-features.h>.
11069         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11070         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11071         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11072         <kernel-features.h>.
11073         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11074         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11075         * sysdeps/unix/sysv/linux/openat.c: Do not include
11076         <kernel-features.h>.
11077         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11078         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11079         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11080         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11081         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11082         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11083         <kernel-features.h>.
11084         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11085         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11086         result of INLINE_SYSCALL directly, not via int variable.
11087         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11088         <kernel-features.h>.
11089         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11090         (renameat) [__NR_renameat]: Make code unconditional.
11091         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11092         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11093         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11094         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11095         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11096         (__ASSUME_ATFCTS): Do not undefine and redefine.
11097         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11098         <kernel-features.h>.
11099         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11100         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11101         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11102         <kernel-features.h>.
11103         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11104         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11105         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11106         (__ASSUME_ATFCTS): Do not undefine and redefine.
11107         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11108         <kernel-features.h>.
11109         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11110         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11111         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11112         <kernel-features.h>.
11113         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11114         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11116 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11118         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11120 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11122         [BZ #17069]
11123         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11124         constructed tree before returning error.
11125         * posix/bug-regexp36.c: Expand test case.
11127 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11129         [BZ #6803]
11130         * math/libm-test.inc (scalbln_test_date):
11131         Add errno expectations.
11132         * math/w_scalblnf.c: New File.
11133         Add wrapper which checks for setting errno to ERANGE.
11134         Add weak_alias for corresponding scalbln function.
11135         * math/w_scalbln.c: Likewise.
11136         * math/w_scalblnl.c: Likewise.
11137         * math/Makefile (libm-calls): Add w_scalbln.
11138         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11139         Remove weak_alias for corresponding scalbln function.
11140         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11141         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11142         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11143         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11144         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11145         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11146         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11147         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11148         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11149         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11150         Remove long_double_symbol for scalblnl function in libm, libc.
11151         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11152         Add wrapper which checks for setting errno to ERANGE.
11153         Add long_double_symbol for scalblnl function in libm, libc.
11154         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11155         Remove long_double_symbol for scalblnl in libm.
11156         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11157         Add wrapper which checks for setting errno to ERANGE.
11158         Add long_double_symbol for scalblnl function in libm.
11159         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11160         Do not use wrapper because of own implementation.
11162 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11164         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11165         3 bytes for __pad1 for x32.
11166         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11168 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11169             H.J. Lu  <hongjiu.lu@intel.com>
11171         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11172         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11173         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11174         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11175         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11177 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11179         [BZ #17069]
11180         * posix/regcomp.c (parse_expression): Deallocate partially
11181         constructed tree before returning error.
11182         * posix/Makefile.c (tests): Add bug-regex36.
11183         (generated): Add bug-regex36.mtrace.
11184         (tests-special): Add $(objpfx)bug-regex36-mem.out
11185         (bug-regex36-ENV): New variable.
11186         ($(objpfx)bug-regex36-mem.out): New rule.
11187         * posix/bug-regex36.c: New file.
11189 2014-06-19  Will Newton  <will.newton@linaro.org>
11191         * malloc/malloc.c (systrim): If extra is zero then return
11192         early.
11194 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11196         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11198 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11200         * sysdeps/aarch64/strchr.S: New file.
11202 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11204         [BZ #17022]
11205         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11206         from arguments -2 or below.
11207         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11208         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11210 2014-06-18  Andreas Schwab  <schwab@suse.de>
11212         [BZ #17062]
11213         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11214         of a bracket expr not to run off the end of the string.
11215         * posix/Makefile (tests): Add tst-fnmatch3.
11216         * posix/tst-fnmatch3.c: New file.
11218 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11220         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11221         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11222         [$(cross-compiling) = no]: Likewise.
11223         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11224         [$(cross-compiling) = no]: Likewise.
11226 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11228         [BZ #17031]
11229         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11230         double, adjusted for any remainder from the high double.
11231         * math/libm-test.inc (nearbyint): Add tests.
11232         (rint): Likewise.
11234 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11236         * nptl/sysdeps/powerpc/Makefile: Moved ...
11237         * sysdeps/powerpc/nptl/Makefile: ... here.
11238         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11239         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11240         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11241         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11242         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11243         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11244         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11245         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11246         * nptl/sysdeps/powerpc/tls.h: Moved ...
11247         * sysdeps/powerpc/nptl/tls.h: ... here.
11249 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11251         [BZ #16681]
11252         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11253         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11254         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11255         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11256         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11257         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11258         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11259         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11260         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11262 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11264         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11266 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11268         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11269         defined operator.
11271         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11272         $TIMEOUTFACTOR.
11274 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11276         [BZ #17058]
11277         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11278         non-executed part of the test.
11280 2014-06-16  Andreas Schwab  <schwab@suse.de>
11282         * string/bits/string2.h (strdup, strndup): Update feature guard.
11284 2014-06-14  David S. Miller  <davem@davemloft.net>
11286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11288 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11290         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11291         that was previously under [RESET_PID].
11292         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11294         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11295         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11296         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11297         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11298         (__libc_vfork): New strong alias.
11299         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11301 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11303         * sysdeps/generic/elide.h: New file.
11305 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11307         * Makefile (installed-headers): Adjust path of pthread.h header.
11309 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11311         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11312         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11313         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11314         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11316         * nptl/sysdeps/s390/Makefile: Moved ...
11317         * sysdeps/s390/nptl/Makefile: ... here.
11318         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11319         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11320         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11321         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11322         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11323         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11324         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11325         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11326         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11327         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11328         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11329         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11330         * nptl/sysdeps/s390/tls.h: Moved ...
11331         * sysdeps/s390/nptl/tls.h: ... here.
11333         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11334         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11336 2014-06-13  David S. Miller  <davem@davemloft.net>
11338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11339         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11341         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11345         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11346         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11347         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11348         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11349         Remove RESET_PID cpp guards.
11350         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11351         Remove RESET_PID cpp guards.
11352         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11354 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11356         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11357         __sp to uintptr_t.
11359 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11361         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11362         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11363         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11364         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11366         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11367         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11368         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11369         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11370         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11371         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11372         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11373         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11374         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11375         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11376         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11377         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11378         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11379         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11380         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11382         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11383         (pthread_rwlock_rdlock): Add elision.
11384         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11385         (pthread_rwlock_wrlock): Add elision.
11386         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11387         (pthread_rwlock_trywrlock): Add elision.
11388         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11389         (pthread_rwlock_tryrdlock): Add elision.
11390         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11391         (pthread_rwlock_tryrdlock): Add elision unlock.
11392         * nptl/sysdeps/pthread/pthread.h:
11393         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11394         (PTHREAD_RWLOCK_INITIALIZER,
11395         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11396         Handle new elision field.
11397         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11398         * sysdeps/arm/nptl/bits/pthreadtypes.h
11399         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11400         * sysdeps/sh/nptl/bits/pthreadtypes.h
11401         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11402         * sysdeps/tile/nptl/bits/pthreadtypes.h
11403         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11404         * sysdeps/a/nptl/bits/pthreadtypes.h
11405         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11406         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11407         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11408         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11409         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11410         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11411         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11412         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11413         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11414         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11415         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11416         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11417         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11418         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11419         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11420         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11421         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11422         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11423         (elision_init): Set try_xbegin to zero when no RTM.
11424         * sysdeps/x86/nptl/bits/pthreadtypes.h
11425         (pthread_rwlock_t): Change __pad1 to __rwelision.
11426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11428 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11430         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11431         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11432         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11433         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11435 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11437         [BZ #16996]
11438         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11439         that the cached result has been set before returning it.
11441 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11443         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11444         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11445         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11446         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11447         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11448         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11450         * nptl/sysdeps/sparc/Makefile: Moved ...
11451         * sysdeps/sparc/nptl/Makefile: ... here.
11452         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11453         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11454         * nptl/sysdeps/sparc/tls.h: Moved ...
11455         * sysdeps/sparc/nptl/tls.h: ... here.
11456         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11457         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11458         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11459         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11460         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11461         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11462         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11463         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11464         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11465         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11466         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11467         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11468         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11469         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11470         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11471         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11472         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11473         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11474         Update #include.
11475         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11476         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11477         Update #include.
11478         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11479         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11480         Update #include.
11481         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11482         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11483         Update #include.
11485         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11487         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11488         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11490         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11491         (struct list_links): Type removed.
11492         (struct thread_node, struct timer_node): Replace struct list_links
11493         with struct list_head.
11494         (list_unlink_ip): Likewise.
11495         * sysdeps/pthread/timer_routines.c
11496         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11497         (list_append, list_insbefore): Likewise.
11498         (list_init): Function removed.
11499         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11500         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11501         * sysdeps/pthread/Makefile: ... here, new file.
11503         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11504         * sysdeps/nptl/Implies: ... here.
11505         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11506         * nptl/sysdeps/pthread/list.h: Moved ...
11507         * include/list.h: ... here.
11508         * nptl/sysdeps/pthread/createthread.c: Moved ...
11509         * nptl/createthread.c: ... here.
11510         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11511         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11512         * nptl/pt-longjmp.c: ... here.
11513         * nptl/sysdeps/pthread/Makefile: Moved ...
11514         * sysdeps/nptl/Makefile: ... here.
11515         * nptl/sysdeps/pthread/Subdirs: Moved ...
11516         * sysdeps/nptl/Subdirs: ... here.
11517         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11518         * sysdeps/nptl/aio_misc.h: ... here.
11519         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11520         * sysdeps/nptl/bits/libc-lock.h: ... here.
11521         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11522         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11523         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11524         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11525         * nptl/sysdeps/pthread/configure: Moved ...
11526         * sysdeps/nptl/configure: ... here.
11527         * nptl/sysdeps/pthread/configure.ac: Moved ...
11528         * sysdeps/nptl/configure.ac: ... here.
11529         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11530         * sysdeps/nptl/gai_misc.h: ... here.
11531         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11532         * sysdeps/nptl/librt-cancellation.c: ... here.
11533         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11534         * sysdeps/nptl/malloc-machine.h: ... here.
11535         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11536         * sysdeps/nptl/pthread-functions.h: ... here.
11537         * nptl/sysdeps/pthread/pthread.h: Moved ...
11538         * sysdeps/nptl/pthread.h: ... here.
11539         * nptl/sysdeps/pthread/setxid.h: Moved ...
11540         * sysdeps/nptl/setxid.h: ... here.
11541         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11542         * sysdeps/nptl/sigfillset.c: ... here.
11543         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11544         * sysdeps/nptl/tcb-offsets.h: ... here.
11545         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11546         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11547         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11548         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11549         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11550         * sysdeps/pthread/allocalim.h: ... here.
11551         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11552         * sysdeps/pthread/bits/sigthread.h: ... here.
11553         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11554         * sysdeps/pthread/flockfile.c: ... here.
11555         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11556         * sysdeps/pthread/ftrylockfile.c: ... here.
11557         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11558         * sysdeps/pthread/funlockfile.c: ... here.
11559         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11560         * sysdeps/pthread/posix-timer.h: ... here.
11561         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11562         * sysdeps/pthread/timer_create.c: ... here.
11563         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11564         * sysdeps/pthread/timer_delete.c: ... here.
11565         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11566         * sysdeps/pthread/timer_getoverr.c: ... here.
11567         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11568         * sysdeps/pthread/timer_gettime.c: ... here.
11569         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11570         * sysdeps/pthread/timer_routines.c: ... here.
11571         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11572         * sysdeps/pthread/timer_settime.c: ... here.
11573         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11574         * sysdeps/pthread/tst-timer.c: ... here.
11575         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11576         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11578         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11579         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11581         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11582         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11583         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11584         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11585         Update #include target.
11586         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11587         * sysdeps/i386/i686/nptl/Makefile: ... here.
11588         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11589         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11590         Update #include target.
11591         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11592         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11593         * nptl/sysdeps/i386/Makefile: Moved ...
11594         * sysdeps/i386/nptl/Makefile: ... here.
11595         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11596         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11597         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11598         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11599         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11600         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11601         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11602         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11603         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11604         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11605         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11606         * nptl/sysdeps/i386/tls.h: Moved ...
11607         * sysdeps/i386/nptl/tls.h: ... here.
11609         * sysdeps/sh/Makefile [$(subdir) = csu]
11610         (gen-as-const-headers): Add tcb-offsets.sym.
11611         * nptl/sysdeps/sh/Makefile: File removed.
11612         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11613         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11614         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11615         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11616         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11617         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11618         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11619         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11620         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11621         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11622         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11623         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11624         * nptl/sysdeps/sh/tls.h: Moved ...
11625         * sysdeps/sh/nptl/tls.h: ... here.
11626         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11627         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11628         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11629         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11630         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11631         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11632         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11633         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11634         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11635         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11636         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11637         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11638         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11639         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11640         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11641         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11642         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11643         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11644         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11645         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11646         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11647         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11648         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11649         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11650         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11653         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11654         Moved ...
11655         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11656         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11657         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11658         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11659         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11660         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11661         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11662         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11663         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11664         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11665         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11666         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11667         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11668         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11669         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11670         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11671         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11672         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11673         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11675 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11677         * posix/spawn_faction_addopen.c: Include string.h.
11679 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11681         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11682         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11683         * nptl/sysdeps/x86_64/Makefile: Moved ...
11684         * sysdeps/x86_64/nptl/Makefile: ... here.
11685         * nptl/sysdeps/x86_64/configure: Moved ...
11686         * sysdeps/x86_64/nptl/configure: ... here.
11687         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11688         * sysdeps/x86_64/nptl/configure.ac: ... here.
11689         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11690         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11691         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11692         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11693         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11694         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11695         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11696         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11697         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11698         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11699         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11700         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11701         * nptl/sysdeps/x86_64/tls.h: Moved ...
11702         * sysdeps/x86_64/nptl/tls.h: ... here.
11703         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11704         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11705         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11706         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11708         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11710 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11714 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11716         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11717         type.
11718         [POSIX] (off_t): Likewise.
11719         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11720         [POSIX] (S_ISBLK): Require macro.
11721         [POSIX] (S_ISCHR): Likewise.
11722         [POSIX] (S_ISDIR): Likewise.
11723         [POSIX] (S_ISFIFO): Likewise.
11724         [POSIX] (S_ISREG): Likewise.
11725         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11726         optional-macro.
11727         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11728         type.
11729         [POSIX] (time_t): Likewise.
11730         [POSIX] (timer_t): Likewise.
11732 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11734         [BZ #17048]
11735         * posix/spawn_int.h (struct __spawn_action): Make the path string
11736         non-const to support deallocation.
11737         * posix/spawn_faction_addopen.c
11738         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11739         * posix/spawn_faction_destroy.c
11740         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11741         path in all spawn_do_open actions.
11742         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11743         posix_spawn_file_actions_addopen.
11745 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11747         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11748         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11749         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11750         conditional code always true.
11751         (__libc_vfork): New alias.
11753 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11755         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11756         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11758         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11760         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11761         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11763         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11764         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11766         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11767         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11769 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11771         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11772         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11773         multiarch strcmp for PPC64.
11774         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11775         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11776         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11777         multiarch optimizations.
11778         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11779         (__libc_ifunc_impl_list): Likewise.
11781 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11783         * benchtests/scripts/validate_benchout.py: New script.
11784         * benchtests/Makefile (bench-func): Call it.
11785         * benchtests/scripts/benchout.schema.json: New file.
11787 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11789         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11790         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11791         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11792         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11793         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11794         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11795         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11796         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11797         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11798         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11799         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11800         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11801         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11802         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11803         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11804         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11805         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11806         Moved ...
11807         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11808         ... here.
11809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11810         Moved ...
11811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11812         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11813         Moved ...
11814         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11815         ... here.
11816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11817         Moved ...
11818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11819         ... here.
11820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11821         Moved ...
11822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11823         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11824         Moved ...
11825         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11826         ... here.
11827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11828         Moved ...
11829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11830         ... here.
11831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11832         Moved ...
11833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11834         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11835         Moved ...
11836         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11837         ... here.
11838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11839         Moved ...
11840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11841         ... here.
11842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11843         Moved ...
11844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11845         ... here.
11846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11847         Moved ...
11848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11850         Moved ...
11851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11852         ... here.
11853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11854         Moved ...
11855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11856         ... here.
11857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11858         Moved ...
11859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11860         ... here.
11861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11862         Moved ...
11863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11865         Moved ...
11866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11867         ... here.
11868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11869         Moved ...
11870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11871         ... here.
11872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11873         Moved ...
11874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11876         Moved ...
11877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11878         ... here.
11879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11880         Moved ...
11881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11883         Moved ...
11884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11886         Moved ...
11887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11888         ... here.
11889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11890         Moved ...
11891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11892         ... here.
11893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11894         Moved ...
11895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11896         ... here.
11897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11898         Moved ...
11899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11901         Moved ...
11902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11903         ... here.
11904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11905         Moved ...
11906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11907         ... here.
11908         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11909         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11910         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11911         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11912         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11913         Moved ...
11914         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11915         ... here.
11916         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11917         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11918         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11919         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11920         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11921         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11922         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11923         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11924         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11925         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11926         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11927         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11928         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11929         Moved ...
11930         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11932         Moved ...
11933         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11934         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11935         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11936         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11937         Moved ...
11938         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11939         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11940         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11941         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11942         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11943         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11944         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11946 2014-06-10  Wilco  <wdijkstr@arm.com>
11948         * math/test-fenv-return.c: New file.
11949         * math/Makefile: Add new test test-fenv-return.
11951 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11953         [BZ #17042]
11954         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11955         when x - 1 is zero.
11956         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11957         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11958         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11959         0.0L for an argument of 1.0L.
11960         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11961         Likewise.
11962         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11963         value when x - 1 is zero.
11964         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11965         * sysdeps/i386/fpu/libm-test-ulps: Update.
11966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11968 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11970         [BZ #15119]
11971         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11973 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11975         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11976         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11978 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11980         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11981         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11983         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11984         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11986         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11987         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11989         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11990         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11992         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11993         if not already defined.
11994         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11995         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11996         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11997         (TLS_INIT_TP): Use it.
11998         (TLS_DEFINE_INIT_TP): New macro.
11999         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12001 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12003         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12004         constant.
12005         [POSIX] (IXANY): Likewise.
12006         [POSIX] (OLCUC): Likewise.
12007         [POSIX || POSIX2008] (CBAUD): Do not allow.
12008         [POSIX || POSIX2008] (DEFECHO): Likewise.
12009         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12010         [POSIX || POSIX2008] (ECHOKE): Likewise.
12011         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12012         [POSIX || POSIX2008] (EXTA): Likewise.
12013         [POSIX || POSIX2008] (EXTB): Likewise.
12014         [POSIX || POSIX2008] (FLUSHO): Likewise.
12015         [POSIX || POSIX2008] (LOBLK): Likewise.
12016         [POSIX || POSIX2008] (PENDIN): Likewise.
12017         [POSIX || POSIX2008] (SWTCH): Likewise.
12018         [POSIX || POSIX2008] (VDISCARD): Likewise.
12019         [POSIX || POSIX2008] (VDSUSP): Likewise.
12020         [POSIX || POSIX2008] (VLNEXT): Likewise.
12021         [POSIX || POSIX2008] (VREPRINT): Likewise.
12022         [POSIX || POSIX2008] (VSTATUS): Likewise.
12023         [POSIX || POSIX2008] (VWERASE): Likewise.
12024         (B*): Change to B[0123456789]*.
12025         * conform/data/time.h-data [POSIX || UNIX98]
12026         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12027         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12028         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12029         [POSIX] (tm_*): Do not allow.
12031 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12033         * Makefile (install): Don't set LANGUAGE.
12034         * Makefile.in (install): Likewise.
12035         * assert/Makefile (test-assert-ENV): Remove variable.
12036         (test-assert-perr-ENV): Likewise.
12037         * elf/Makefile (neededtest4-ENV): Likewise.
12038         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12039         [$(cross-compiling) = no]: Don't set LANGUAGE.
12040         * io/ftwtest-sh (LANG): Remove variable.
12041         * libio/Makefile (tst-widetext-ENV): Likewise.
12042         * manual/install.texi (Running make install): Don't refer to
12043         environment settings for make install.
12044         * INSTALL: Regenerated.
12045         * nptl/tst-tls6.sh: Don't set LANG.
12046         * posix/globtest.sh (LANG): Remove variable.
12047         * string/Makefile (tester-ENV): Likewise.
12048         (inl-tester-ENV): Likewise.
12049         (noinl-tester-ENV): Likewise.
12050         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12051         [$(cross-compiling) = no]: Don't set LANGUAGE.
12052         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12053         without explicit environment settings.
12055 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12057         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12058         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12059         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12060         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12062 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12064         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12065         other files in the crypt directory.
12066         * crypt/crypt.c: Remove duplicate includes.
12067         * crypt/crypt-entry.c: Likewise.
12068         * crypt/crypt_util.c: Likewise.
12070 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12072         * Makeconfig (run-program-env): New variable.
12073         (run-program-prefix-before-env): Likewise.
12074         (run-program-prefix-after-env): Likewise.
12075         (run-program-prefix): Define in terms of new variables.
12076         (built-program-cmd-before-env): New variable.
12077         (built-program-cmd-after-env): Likewise.
12078         (built-program-cmd): Define in terms of new variables.
12079         (test-program-prefix-before-env): New variable.
12080         (test-program-prefix-after-env): Likewise.
12081         (test-program-prefix): Define in terms of new variables.
12082         (test-program-cmd-before-env): New variable.
12083         (test-program-cmd-after-env): Likewise.
12084         (test-program-cmd): Define in terms of new variables.
12085         * Rules (make-test-out): Use $(run-program-env).
12086         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12087         (help): Do not mention environment variables.  Mention
12088         --timeoutfactor option.
12089         (timeoutfactor): New variable.
12090         (blacklist_exports): Remove function.
12091         (exports): Remove variable.
12092         (command): Do not include ${exports}.
12093         * manual/install.texi (Configuring and compiling): Do not mention
12094         test wrappers preserving environment variables.  Mention that last
12095         assignment to a variable must take precedence.
12096         * INSTALL: Regenerated.
12097         * benchtests/Makefile (run-bench): Use $(run-program-env).
12098         * catgets/Makefile ($(objpfx)test1.cat): Use
12099         $(built-program-cmd-before-env), $(run-program-env) and
12100         $(built-program-cmd-after-env).
12101         ($(objpfx)test2.cat): Do not specify environment variables
12102         explicitly.
12103         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12104         $(run-program-env) and $(built-program-cmd-after-env).
12105         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12106         $(run-program-env) and $(test-program-cmd-after-env).
12107         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12108         explicitly.
12109         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12110         run_program_env and test_program_cmd_after_env arguments.
12111         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12112         * elf/tst-pathopt.sh: Use run_program_env argument.
12113         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12114         $(test-wrapper-env) and $(run-program-env).
12115         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12116         run_program_env arguments.
12117         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12118         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12119         $(test-program-prefix-before-env), $(run-program-env) and
12120         $(test-program-prefix-after-env).
12121         ($(objpfx)tst-gettext2.out): Likewise.
12122         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12123         run_program_env and test_program_prefix_after_env arguments.
12124         * intl/tst-gettext2.sh: Likewise.
12125         * intl/tst-gettext4.sh: Do not set environment variables
12126         explicitly.
12127         * intl/tst-gettext6.sh: Likewise.
12128         * intl/tst-translit.sh: Likewise.
12129         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12130         $(test-program-prefix-before-env), $(run-program-env) and
12131         $(test-program-prefix-after-env).
12132         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12133         run_program_env and test_program_prefix_after_env arguments.
12134         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12135         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12136         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12137         explicitly with each use of ${test_wrapper_env}.
12138         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12139         $(test-program-prefix-before-env), $(run-program-env) and
12140         $(test-program-prefix-after-env).
12141         * posix/tst-getconf.sh: Do not set environment variables
12142         explicitly.
12143         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12144         run_program_env and test_program_prefix_after_env arguments.
12145         * stdio-common/tst-printf.sh: Do not set environment variables
12146         explicitly.
12147         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12148         $(test-program-prefix-before-env), $(run-program-env) and
12149         $(test-program-prefix-after-env).
12150         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12151         run_program_env and test_program_prefix_after_env arguments.
12152         Split $test calls into $test_pre and $test.
12153         * timezone/Makefile (build-testdata): Use
12154         $(built-program-cmd-before-env), $(run-program-env) and
12155         $(built-program-cmd-after-env).
12157 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12159         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12160         strlen for non SHARED builds.
12162 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12164         * nptl/allocatestack.c (check_list): Inlined function...
12165         (__reclaim_stacks): ... here.
12167 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12169         [BZ #15698]
12170         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12171         memory overrun.
12173 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12175         * Rules (make-test-out): Include
12176         LOCPATH=$(common-objpfx)localedata in default environment.
12177         * debug/Makefile (tst-chk1-ENV): Remove variable.
12178         (tst-chk2-ENV): Likewise.
12179         (tst-chk3-ENV): Likewise.
12180         (tst-chk4-ENV): Likewise.
12181         (tst-chk5-ENV): Likewise.
12182         (tst-chk6-ENV): Likewise.
12183         (tst-lfschk1-ENV): Likewise.
12184         (tst-lfschk2-ENV): Likewise.
12185         (tst-lfschk3-ENV): Likewise.
12186         (tst-lfschk4-ENV): Likewise.
12187         (tst-lfschk5-ENV): Likewise.
12188         (tst-lfschk6-ENV): Likewise.
12189         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12190         (tst-iconv7-ENV): Likewise.
12191         * intl/Makefile (LOCPATH-ENV): Likewise.
12192         (tst-codeset-ENV): Likewise.
12193         (tst-gettext3-ENV): Likewise.
12194         (tst-gettext5-ENV): Likewise.
12195         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12196         (tst-fopenloc-ENV): Likewise.
12197         (tst-fgetws-ENV): Remove variable.
12198         (tst-ungetwc1-ENV): Likewise.
12199         (tst-ungetwc2-ENV): Likewise.
12200         (bug-ungetwc2-ENV): Likewise.
12201         (tst-swscanf-ENV): Likewise.
12202         (bug-ftell-ENV): Likewise.
12203         (tst-fgetwc-ENV): Likewise.
12204         (tst-fseek-ENV): Likewise.
12205         (tst-ftell-partial-wide-ENV): Likewise.
12206         (tst-ftell-active-handler-ENV): Likewise.
12207         (tst-ftell-append-ENV): Likewise.
12208         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12209         (tst-regexloc-ENV): Likewise.
12210         (bug-regex1-ENV): Likewise.
12211         (tst-regex-ENV): Likewise.
12212         (tst-regex2-ENV): Likewise.
12213         (bug-regex5-ENV): Likewise.
12214         (bug-regex6-ENV): Likewise.
12215         (bug-regex17-ENV): Likewise.
12216         (bug-regex18-ENV): Likewise.
12217         (bug-regex19-ENV): Likewise.
12218         (bug-regex20-ENV): Likewise.
12219         (bug-regex22-ENV): Likewise.
12220         (bug-regex23-ENV): Likewise.
12221         (bug-regex25-ENV): Likewise.
12222         (bug-regex26-ENV): Likewise.
12223         (bug-regex30-ENV): Likewise.
12224         (bug-regex32-ENV): Likewise.
12225         (bug-regex33-ENV): Likewise.
12226         (bug-regex34-ENV): Likewise.
12227         (bug-regex35-ENV): Likewise.
12228         (tst-rxspencer-ENV): Likewise.
12229         (tst-rxspencer-no-utf8-ENV): Likewise.
12230         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12231         (tst-sscanf-ENV): Likewise.
12232         (tst-swprintf-ENV): Likewise.
12233         (tst-swscanf-ENV): Likewise.
12234         (test-vfprintf-ENV): Likewise.
12235         (scanf13-ENV): Likewise.
12236         (bug14-ENV): Likewise.
12237         (tst-grouping-ENV): Likewise.
12238         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12239         (tst-strtod3-ENV): Likewise.
12240         (tst-strtod4-ENV): Likewise.
12241         (tst-strtod5-ENV): Likewise.
12242         (testmb2-ENV): Likewise./
12243         * string/Makefile (tst-strxfrm-ENV): Likewise.
12244         (tst-strxfrm2-ENV): Likewise.
12245         (bug-strcoll1-ENV): Likewise.
12246         (test-strcasecmp-ENV): Likewise.
12247         (test-strncasecmp-ENV): Likewise.
12248         * time/Makefile (tst-strptime-ENV): Likewise.
12249         (tst-ftime_l-ENV): Likewise.
12250         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12251         (tst-mbrtowc-ENV): Likewise.
12252         (tst-wcrtomb-ENV): Likewise.
12253         (tst-mbrtowc2-ENV): Likewise.
12254         (tst-c16c32-1-ENV): Likewise.
12255         (tst-mbsnrtowcs-ENV): Likewise.
12257 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12259         * manual/resource.texi (How to get information about the memory
12260         subsystem?): Fix typo.
12261         Reported by Peon de la Parra Ivan <peon@keba.com>
12263 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12265         [BZ #16882]
12266         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12267         (pthread_spin_lock): Branch out of spin loop to proper location.
12268         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12269         (pthread_spin_lock): Likewise.
12271         * nptl/tst-spin4.c: New test.
12272         * nptl/Makefile (tests): Add tst-spin4.
12274 2014-06-03  Andreas Schwab  <schwab@suse.de>
12276         [BZ #15946]
12277         * resolv/res_send.c (send_dg): Reload file descriptor after
12278         calling reopen.
12280 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12282         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12284 2014-06-03  Richard Henderson  <rth@redhat.com>
12286         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12287         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12288         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12289         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12290         in the SAVE_PID block.
12291         (__libc_vfork): New alias.
12292         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12294         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12295         child in registers, not on the stack.  Remove RESET_PID conditionals.
12296         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12298 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12300         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12302 2014-06-03  Wilco  <wdijkstr@arm.com>
12304         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12305         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12306         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12307         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12308         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12309         Likewise.
12311 2014-06-03  Wilco  <wdijkstr@arm.com>
12313         * sysdeps/aarch64/fpu/math_private.h
12314         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12315         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12316         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12317         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12318         Fix declarations.
12320 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12322         * crypt/crypt-private.h: Include ufc-crypt.h.
12323         (__b64_from_24bit): Declare extern.
12324         * crypt/crypt_util.c(__b64_from_24bit): New function.
12325         (b64t): New static const variable.
12326         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12327         (b64t): Remove variable.
12328         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12329         * crypt/sha256-crypt.c: Include crypt-private.h.
12330         (b64t): Remove variable.
12331         (__sha256_crypt_r): Remove b64_from_24bit and replace
12332         with __b64_from_24bit.
12333         * crypt/sha512-crypt.c: Likewise.
12335 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12337         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12338         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12339         Label the code __libc_vfork rather than __vfork.
12340         [!NOT_IN_libc] (vfork): Define as weak alias.
12341         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12342         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12343         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12345 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12347         * malloc/malloc.c (malloc_info): Fix format specifier for
12348         n_mmaps.
12350 2014-06-02  Wilco  <wdijkstr@arm.com>
12352         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12353         FPCR write.
12355 2014-06-02  Wilco  <wdijkstr@arm.com>
12357         [BZ #17009]
12358         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12359         Rewrite to reduce FPCR/FPSR accesses.
12361 2014-06-01  David S. Miller  <davem@davemloft.net>
12363         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12365 2014-05-31  David S. Miller  <davem@davemloft.net>
12367         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12368         to occur in round to nearest mode when |x| >= 2.0
12370 2014-05-30  Richard Henderson  <rth@twiddle.net>
12372         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12373         (PSEUDO_RET_NOERRNO): Remove.
12374         (ret): Don't redefine.
12375         (ret_NOERRNO): Define in terms of ret.
12376         (ret_ERRVAL): Likewise.
12378         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12379         use of PSEUDO_RET; perform the error check directly.
12381 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12383         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12384         with __int128_t.
12386 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12388         * malloc/malloc (malloc_info): Fix formatting.
12390 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12391             Roland McGrath  <roland@hack.frob.com>
12393         * malloc/malloc (malloc_info): Also print mmapped statistics.
12395 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12397         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12398         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12400 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12402         * malloc/malloc.c (malloc_info): Inline mi_arena.
12404 2014-05-29  Richard Henderson  <rth@twiddle.net>
12406         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12407         Remove comma before expanding ASM_ARGS_##nr.
12408         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12409         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12410         of ASM_ARGS_##nr.
12411         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12412         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12413         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12414         (ASM_ARGS_1): Add leading comma.
12416         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12417         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12418         to __errno_location.
12419         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12420         Remove the expected plt for __errno_location.
12422         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12423         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12424         call to __read_tp.
12426         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12427         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12428         it and break it down.
12429         (DOCARGS_0, DOCARGS_1): Do nothing.
12430         (DOCARGS_2): Update to store into the new stack frame.
12431         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12432         (UNDOCARGS_1): Update to restore from the new stack frame.
12433         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12434         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12436         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12437         (SINGLE_THREAD_P): New parameter for result regno.
12438         (PSEUDO): Update to match; use cbz instead of beq.
12440         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12441         Use ENTRY to define the _nocancel entry point.  Share the syscall
12442         and syscall error check paths with the cancel path.
12443         (PSEUDO_END): New.
12445         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12446         whitespace; tabs before and after asm mnemonics.
12448 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12450         [BZ #15132]
12451         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12452         Call fstat64 or stat64 internally, depending on arguments passed.
12453         Replace stat buffer argument with file descriptor argument.
12454         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12455         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12456         Pass fd to __internal_statvfs instead of calling fstat64.
12457         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12458         Pass fd to __internal_statvfs64 instead of calling fstat64.
12459         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12460         Pass -1 to __internal_statvfs instead of calling stat64.
12461         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12462         Pass -1 to __internal_statvfs64 instead of calling stat64.
12464 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12466         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12467         that was previously under [RESET_PID].
12468         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12470         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12471         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12473 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12475         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12477         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12478         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12480 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12482         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12484 2014-05-27  Andreas Schwab  <schwab@suse.de>
12486         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12487         TLS_INIT_TP macro.
12488         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12489         * elf/rtld.c (init_tls, dl_main): Likewise.
12490         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12491         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12492         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12493         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12494         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12495         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12496         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12497         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12498         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12499         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12500         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12501         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12502         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12503         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12504         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12505         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12506         * sysdeps/generic/tls.h: Update description.
12508 2014-05-27  Will Newton  <will.newton@linaro.org>
12510         [BZ #16990]
12511         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12512         and restore r2 rather than just restoring.
12514 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12516         [BZ #16724]
12517         * libio/tst-ftell-append.c: New test case.
12518         * libio/Makefile (tests): Add test case.
12519         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12520         append mode.
12521         * libio/wfileops.c (do_ftell_wide): Likewise.
12523 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12527         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12528         ...
12529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12531         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12532         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12533         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12534         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12535         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12536         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12537         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12538         Moved ...
12539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12540         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12541         Moved ...
12542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12543         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12544         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12545         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12546         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12547         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12548         ...
12549         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12550         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12551         Moved ...
12552         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12553         here.
12554         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12555         ...
12556         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12557         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12558         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12560         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12561         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12562         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12563         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12565         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12566         merge into ...
12567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12568         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12569         ...
12570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12571         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12572         ...
12573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12574         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12575         Moved ...
12576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12577         here.
12578         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12579         Moved ...
12580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12581         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12582         Moved ...
12583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12586         conditional [RESET_PID].
12587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12588         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12589         removed.
12590         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12591         removed.
12593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12594         <tcb-offsets.h>.
12595         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12596         (__libc_vfork): New strong alias.
12597         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12598         removed.
12599         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12600         Removed.
12602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12603         <tcb-offsets.h>.
12604         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12605         (__libc_vfork): New strong alias.
12606         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12607         removed.
12608         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12609         removed.
12611 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12613         * malloc/malloc.c (mi_arena): New function.
12614         (malloc_info): Remove nested function mi_arena. Call non-nosted
12615         function mi_arena.
12617 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12619         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12620         by insrwi.
12621         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12622         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12623         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12624         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12625         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12626         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12627         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12629 2014-05-26  Andreas Schwab  <schwab@suse.de>
12631         [BZ #16984]
12632         * locale/programs/repertoire.c (repertoire_read): Add slash
12633         between I18NPATH element and file name.
12634         * locale/programs/locfile.c (locfile_read): Likewise.
12636 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12638         * nptl/pthread_mutexattr_settype.c
12639         (__pthread_mutexattr_settype):
12640         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12642 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12644         * nptl/tst-mutex5 (do_test):
12645         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12647 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12649         * benchtests/README: Document 'init' directive.
12650         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12651         BENCH_INIT.
12652         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12653         (parse_file): Recognize 'init' directive.
12655 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12657         [BZ #16796]
12658         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12659         alignment of struct pthread.
12661 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12663         [BZ #16878]
12664         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12665         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12666         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12667         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12669 2014-05-25  Richard Henderson  <rth@twiddle.net>
12671         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12672         (SINGLE_THREAD_P_PIC): Remove.
12673         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12674         (SINGLE_THREAD_P_PIC): Remove.
12676         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12677         branch to syscall error ...
12678         (PSEUDO): ... here.
12679         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12680         from __local_syscall_error to .Lsyscall_error.
12681         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12682         (SYSCALL_ERROR): Update label name.
12684         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12685         Do not use DOARGS/UNDOARGS.
12686         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12687         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12688         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12689         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12690         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12692         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12693         block comment.
12695         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12696         define if !NOT_IN_libc.
12697         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12698         define with non-default symbol versions.
12700 2014-05-23  Richard Henderson  <rth@twiddle.net>
12702         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12703         (vfork, __vfork): Define via compat_symbol.
12705         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12706         [!HAVE_IFUNC] (vfork_compat): Remove.
12707         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12709 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12711         [BZ #16978]
12712         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12713         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12714         variable.
12716 2014-05-23  Richard Henderson  <rth@twiddle.net>
12718         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12719         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12720         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12721         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12723         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12724         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12725         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12726         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12727         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12728         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12729         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12730         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12731         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12732         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12733         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12734         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12735         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12736         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12737         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12738         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12739         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12740         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12741         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12742         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12743         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12744         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12745         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12746         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12747         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12748         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12749         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12750         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12751         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12752         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12753         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12754         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12755         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12756         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12757         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12758         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12759         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12760         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12761         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12762         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12763         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12764         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12765         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12766         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12767         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12768         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12769         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12770         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12771         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12772         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12773         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12774         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12775         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12776         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12777         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12778         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12780         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12781         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12782         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12783         before exiting on error.
12784         (__libc_vfork): New strong alias.
12785         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12786         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12788         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12789         that was previously under [RESET_PID].
12790         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12792         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12794 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12796         [BZ #16977]
12797         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12798         value when x - 1 is zero.
12799         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12800         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12801         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12802         0.0L for an argument of 1.0L.
12803         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12804         Likewise.
12805         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12806         value when x - 1 is zero.
12807         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12808         * sysdeps/i386/fpu/libm-test-ulps: Update.
12809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12811 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12813         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12814         alphasort and versionsort.
12816 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12818         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12819         macro.
12820         [copysignf]: Likewise.
12822 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12824         * crypt/md5-crypt.c: Fix formatting.
12826 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12828         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12829         (b64_from_24bit): New function.
12831 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12833         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12834         libc_hidden_builtin_def to ifunc.
12835         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12836         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12838 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12840         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12841         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12843 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12845         * nscd/Depend (linuxthreads): Remove.
12846         (nptl): Add.
12847         * resolv/Depend (linuxthreads): Remove.
12848         * rt/Depend (linuxthreads): Remove.
12850         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12851         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12852         $(common-objpfx)elf/.
12853         (link-libc-before-gnulib): Likewise.
12854         (elfobjdir): Remove variable.
12855         * Makefile (install): Use $(elf-objpfx) instead of
12856         $(common-objpfx)elf/.
12857         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12858         $(elfobjdir)/.
12859         (link-libc-deps): Likewise.
12860         ($(common-objpfx)libc.so): Likewise.
12861         ($(common-objpfx)linkobj/libc.so): Likewise.
12862         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12863         instead of $(common-objpfx)elf/.
12864         (symbolic-link-list): Likewise.
12865         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12866         [$(cross-compiling) = no]: Likewise.
12867         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12868         $(elfobjdir)/.
12869         (static-gnulib-arch): Likewise.
12870         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12871         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12872         $(common-objpfx)elf/.
12874 2014-05-21  Richard Henderson  <rth@redhat.com>
12876         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12877         (SINGLE_THREAD_P): Use the correct width load.  Fold
12878         into the ldr offset.
12880         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12881         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12883 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12885         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12886         (libgcc_s_resume): Use __attribute_used__.
12887         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12888         Likewise.
12890 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12892         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12893         optimization when used with float constants.
12895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12897 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12899         [BZ #16915]
12900         * locale/nl_langinfo_l.c: Make direct reference to every
12901         _nl_current_CATEGORY symbol.
12902         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12903         (tests-static): Add tst-langinfo-static.
12904         (tests-special): Add tst-langinfo-static.out.
12905         ($(objpfx)tst-langinfo.out): Redirect output.
12906         ($(objpfx)tst-langinfo-static.out): New.
12907         * localedata/tst-langinfo.sh: Send output to stdout.
12908         * localedata/tst-langinfo-static.c: New file.
12910         [BZ #16965]
12911         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12912         when the shift amount is modulo the limb size.
12914 2014-05-20  Richard Henderson  <rth@redhat.com>
12916         [BZ #16967]
12917         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12918         Change type of sa_flags from unsigned int to int.
12920         [BZ #16966]
12921         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12923         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12925 2014-05-20  Will Newton  <will.newton@linaro.org>
12927         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12928         Test the return value of the system call in the nocancel case.
12930 2014-05-20  Will Newton  <will.newton@linaro.org>
12931             Yvan Roux  <yvan.roux@linaro.org>
12933         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12934         #include of asm/ptrace.h.
12935         (PTRACE_GET_THREAD_AREA): Remove #undef.
12936         (PTRACE_GETHBPREGS): Likewise.
12937         (PTRACE_SETHBPREGS): Likewise.
12938         (struct user_regs_struct): New structure.
12939         (struct user_fpsimd_struct): New structure.
12940         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12941         #include of asm/ptrace.h and second #include of sys/user.h.
12942         (PTRACE_GET_THREAD_AREA): Remove #undef.
12943         (PTRACE_GETHBPREGS): Likewise.
12944         (PTRACE_SETHBPREGS): Likewise.
12945         (ELF_NGREG): Use new struct user_regs_struct.
12946         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12948 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12950         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12951         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12953 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12955         [BZ #16958]
12956         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12957         membar to avoid block loads/stores to overlap previous stores.
12959 2014-05-17  Richard Henderson  <rth@redhat.com>
12961         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12962         Create the __##syscall_name##_nocancel entry point.
12963         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12964         Remove; let the sysdep-cancel.h code create it.
12966 2014-05-17  David S. Miller  <davem@davemloft.net>
12968         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12969         Protect with __USE_GNU.
12970         (TIOCSET_TEMPT): Likewise.
12971         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12972         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12973         these are already provided in bits/ioctl-types.h
12975 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12977         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12978         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12980         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12981         Use wait4 regardless of [__NR_waitpid].
12983 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12985         PR libgcc/60166
12986         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12987         (_FP_NANSIGN_Q): Set the quiet bit.
12989 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12991         * benchtests/Makefile
12992         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12993         not $(common-objpfx)math/libm.so.
12994         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12995         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12996         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12997         $(common-objpfx)dlfcn/libdl.so.
12998         ($(objpfx)tst-audit8): Depend on $(libm), not
12999         $(common-objpfx)math/libm.so.
13000         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13001         not $(common-objpfx)dlfcn/libdl.so.
13002         * math/Makefile
13003         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13004         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13005         [$(build-shared) = yes].
13006         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13007         $(common-objpfx)nptl/libpthread.so.
13008         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13009         $(common-objpfx)math/libm.so$(libm.so-version) or
13010         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13011         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13012         $(common-objpfx)dlfcn/libdl.so.
13013         * setjmp/Makefile (link-libm): Remove variable.
13014         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13015         * stdio-common/Makefile (link-libm): Remove variable.
13016         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13017         * stdlib/Makefile (link-libm): Remove variable.
13018         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13019         ($(objpfx)tst-strtod-round): Likewise.
13020         ($(objpfx)tst-tininess): Likewise.
13021         ($(objpfx)tst-strtod-underflow): Likewise.
13022         ($(objpfx)tst-strtod6): Likewise.
13023         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13024         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13025         $(common-objpfx)dlfcn/libdl.so.
13027 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13029         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13030         BSD terminal modes definitions.
13032 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13034         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13035         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13037         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13038         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13039         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13040         Don't do #include_next.
13041         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13042         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13043         Don't do #include_next.
13044         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13045         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13046         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13047         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13049 2014-05-16  Allan McRae  <allan@archlinux.org>
13051         * po/sv.po: Update Swedish translation from translation project.
13053         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13054         in sed expression.
13056 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13058         [BZ #16917]
13059         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13060         errno if the TIOCGPTN ioctl fails with an error different than
13061         EINVAL.
13062         * login/tst-ptsname.c: New file.
13063         * login/Makefile (tests): Add tst-ptsname.
13065         [BZ #16943]
13066         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13067         and prlimit64.
13069 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13071         [BZ #16849]
13072         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13073         herrno to return EAI_AGAIN.
13075 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13077         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13078         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13079         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13080         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13081         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13082         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13083         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13084         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13085         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13086         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13087         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13088         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13089         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13090         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13091         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13092         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13093         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13094         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13095         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13096         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13097         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13098         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13099         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13100         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13101         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13102         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13103         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13104         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13105         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13106         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13107         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13108         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13110         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13114         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13115         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13116         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13117         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13119         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13121         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13123         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13125         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13127         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13129         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13131         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13133         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13135         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13136         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13137         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13138         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13139         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13141         Moved ...
13142         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13143         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13144         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13145         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13146         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13148         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13150         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13152         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13154         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13155         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13156         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13158         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13160         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13162         Moved ...
13163         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13165         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13167         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13168         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13169         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13170         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13171         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13172         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13173         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13175         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13176         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13177         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13178         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13179         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13180         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13181         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13182         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13183         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13184         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13185         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13186         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13187         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13188         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13189         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13190         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13191         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13192         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13193         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13194         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13195         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13196         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13197         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13199         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13200         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13202         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13203         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13204         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13205         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13206         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13207         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13208         Moved ...
13209         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13210         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13211         Moved ...
13212         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13213         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13214         Moved ...
13215         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13216         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13217         Moved ...
13218         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13219         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13220         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13221         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13222         Moved ...
13223         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13224         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13225         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13226         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13227         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13228         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13229         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13230         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13231         Moved ...
13232         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13233         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13234         Moved ...
13235         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13236         ... here.
13237         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13238         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13239         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13240         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13241         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13242         Moved ...
13243         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13244         ... here.
13245         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13246         Moved ...
13247         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13248         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13249         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13250         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13251         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13252         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13253         Moved ...
13254         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13255         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13256         Moved ...
13257         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13258         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13259         Moved ...
13260         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13261         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13262         Moved ...
13263         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13264         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13265         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13266         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13267         Moved ...
13268         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13269         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13270         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13271         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13272         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13273         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13274         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13275         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13276         Moved ...
13277         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13278         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13279         Moved ...
13280         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13281         ... here.
13282         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13283         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13284         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13285         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13286         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13287         Moved ...
13288         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13289         ... here.
13290         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13291         Moved ...
13292         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13293         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13294         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13295         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13296         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13297         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13298         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13299         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13300         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13301         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13302         Moved ...
13303         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13304         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13305         Moved ...
13306         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13307         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13308         Moved ...
13309         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13310         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13311         Moved ...
13312         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13313         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13314         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13315         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13316         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13317         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13318         Moved ...
13319         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13320         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13321         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13322         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13323         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13324         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13325         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13326         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13327         Moved ...
13328         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13329         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13330         Moved ...
13331         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13332         ... here.
13333         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13334         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13335         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13336         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13337         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13338         Moved ...
13339         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13340         ... here.
13341         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13342         Moved ...
13343         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13344         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13345         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13346         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13347         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13348         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13349         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13350         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13351         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13352         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13353         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13355         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13356         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13358         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13359         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13361         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13362         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13363         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13364         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13365         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13366         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13367         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13368         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13369         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13370         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13371         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13372         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13373         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13374         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13375         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13376         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13377         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13378         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13379         Moved ...
13380         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13381         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13382         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13383         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13384         Moved ...
13385         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13386         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13387         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13388         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13389         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13390         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13391         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13392         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13393         Moved ...
13394         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13395         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13396         Moved ...
13397         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13398         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13399         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13400         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13401         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13402         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13403         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13404         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13405         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13406         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13407         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13408         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13409         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13410         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13411         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13412         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13413         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13415         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13416         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13417         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13418         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13419         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13421         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13422         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13423         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13424         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13425         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13426         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13427         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13428         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13429         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13430         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13432         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13435         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13436         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13437         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13438         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13439         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13440         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13441         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13442         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13443         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13444         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13445         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13446         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13447         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13448         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13449         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13450         Update #include.
13451         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13452         Likewise.
13453         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13454         Likewise.
13455         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13456         Likewise.
13457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13458         Likewise.
13459         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13460         Likewise.
13461         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13462         Likewise.
13463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13464         Likewise.
13465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13466         Likewise.
13467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13468         Likewise.
13469         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13470         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13471         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13472         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13474         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13475         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13476         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13477         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13479         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13480         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13481         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13482         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13483         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13485         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13486         that was previously under [RESET_PID].
13487         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13488         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13489         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13491         * sysdeps/i386/nptl/Implies: New file.
13492         * sysdeps/x86_64/nptl/Implies: New file.
13493         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13494         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13495         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13496         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13498         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13499         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13500         (__libc_vfork): New strong alias.
13501         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13502         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13504         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13505         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13506         (__libc_vfork): New strong alias.
13507         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13508         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13510         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13511         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13512         (__libc_vfork): New strong alias.
13513         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13514         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13515         * nptl/pt-vfork.c: New file.
13516         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13517         (libpthread: GLIBC_2.20): New version set (empty).
13519 2014-05-14  Will Newton  <will.newton@linaro.org>
13521         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13522         rather than #if.
13524 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13526         [BZ #16564]
13527         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13528         arguments with exponent 65 or above.
13529         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13530         arguments 0x1p113L or above.
13531         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13532         to arguments 0x1p107L or above.
13533         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13534         positive arguments with exponent 65 or above.
13535         * math/auto-libm-test-in: Add more tests of log1p.
13536         * math/auto-libm-test-out: Regenerated.
13538         [BZ #16928]
13539         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13540         non-finite arguments is +0.
13541         * math/s_cacosf.c (__cacosf): Likewise.
13542         * math/s_cacosl.c (__cacosl): Likewise.
13543         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13544         * sysdeps/i386/fpu/libm-test-ulps: Update.
13545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13547         [BZ #16927]
13548         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13549         value.
13550         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13551         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13552         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13553         for explicit high bit of mantissa when testing for argument equal
13554         to 1.
13555         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13556         * sysdeps/i386/fpu/libm-test-ulps: Update.
13557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13559         [BZ #16516]
13560         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13561         (__erf): Scale by 16 instead of 8 in potentially underflowing
13562         case.  Ensure exception if result actually underflows.
13563         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13564         (__erff): Scale by 16 instead of 8 in potentially underflowing
13565         case.  Ensure exception if result actually underflows.
13566         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13567         (efx8): Remove variable.
13568         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13569         case.  Ensure exception if result actually underflows.
13570         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13571         (efx8): Remove variable.
13572         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13573         case.  Ensure exception if result actually underflows.
13574         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13575         (efx8): Remove variable.
13576         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13577         case.  Ensure exception if result actually underflows.
13578         * math/auto-libm-test-in: Add more tests of erf.
13579         * math/auto-libm-test-out: Regenerated.
13581 2014-05-14  Andreas Schwab  <schwab@suse.de>
13583         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13584         Remove code conditionalized on USE___THREAD.
13586         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13587         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13588         not definedness.
13590 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13592         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13593         Define unconditionally.
13594         (__ASSUME_O_CLOEXEC): Likewise.
13595         (__ASSUME_SOCK_CLOEXEC): Likewise.
13596         (__ASSUME_IN_NONBLOCK): Likewise.
13597         (__ASSUME_PIPE2): Likewise.
13598         (__ASSUME_EVENTFD2): Likewise.
13599         (__ASSUME_SIGNALFD4): Likewise.
13600         (__ASSUME_DUP3): Likewise.
13601         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13602         (__ASSUME_DUP3): Do not define.
13603         (__ASSUME_EVENTFD2): Likewise.
13604         (__ASSUME_IN_NONBLOCK): Likewise.
13605         (__ASSUME_O_CLOEXEC): Likewise.
13606         (__ASSUME_PIPE2): Likewise.
13607         (__ASSUME_SIGNALFD4): Likewise.
13608         (__ASSUME_SOCK_CLOEXEC): Likewise.
13609         (__ASSUME_UTIMES): Undefine.
13610         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13611         (__ASSUME_UTIMES): Do not define.
13612         (__ASSUME_O_CLOEXEC): Likewise.
13613         (__ASSUME_SOCK_CLOEXEC): Likewise.
13614         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13615         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13616         0x020621].
13617         (__ASSUME_PIPE2): Likewise.
13618         (__ASSUME_EVENTFD2): Likewise.
13619         (__ASSUME_SIGNALFD4): Likewise.
13620         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13621         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13622         Do not define.
13623         (__ASSUME_EVENTFD2): Likewise.
13624         (__ASSUME_SIGNALFD4): Likewise.
13625         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13626         (__ASSUME_32BITUIDS): Likewise.
13627         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13628         (__ASSUME_IPC64): Likewise.
13629         (__ASSUME_ST_INO_64_BIT): Likewise.
13630         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13631         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13632         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13633         (__ASSUME_UTIMES): Do not define.
13634         (__ASSUME_PSELECT): Likewise.
13635         (__ASSUME_PPOLL): Likewise.
13636         (__ASSUME_O_CLOEXEC): Likewise.
13637         (__ASSUME_SOCK_CLOEXEC): Likewise.
13638         (__ASSUME_IN_NONBLOCK): Likewise.
13639         (__ASSUME_PIPE2): Likewise.
13640         (__ASSUME_EVENTFD2): Likewise.
13641         (__ASSUME_SIGNALFD4): Likewise.
13642         (__ASSUME_DUP3): Likewise.
13643         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13644         (__ASSUME_UTIMES): Likewise.
13645         (__ASSUME_O_CLOEXEC): Likewise.
13646         (__ASSUME_SOCK_CLOEXEC): Likewise.
13647         (__ASSUME_IN_NONBLOCK): Likewise.
13648         (__ASSUME_PIPE2): Likewise.
13649         (__ASSUME_EVENTFD2): Likewise.
13650         (__ASSUME_SIGNALFD4): Likewise.
13651         (__ASSUME_DUP3): Likewise.
13652         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13653         (__ASSUME_UTIMES): Likewise.
13654         (__ASSUME_O_CLOEXEC): Likewise.
13655         (__ASSUME_SOCK_CLOEXEC): Likewise.
13656         (__ASSUME_IN_NONBLOCK): Likewise.
13657         (__ASSUME_PIPE2): Likewise.
13658         (__ASSUME_EVENTFD2): Likewise.
13659         (__ASSUME_SIGNALFD4): Likewise.
13660         (__ASSUME_DUP3): Likewise.
13661         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13662         Likewise.
13663         (__ASSUME_UTIMES): Likewise.
13664         (__ASSUME_EVENTFD2): Likewise.
13665         (__ASSUME_SIGNALFD4): Likewise.
13666         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13667         (__ASSUME_O_CLOEXEC): Likewise.
13668         (__ASSUME_SOCK_CLOEXEC): Likewise.
13669         (__ASSUME_IN_NONBLOCK): Likewise.
13670         (__ASSUME_PIPE2): Likewise.
13671         (__ASSUME_EVENTFD2): Likewise.
13672         (__ASSUME_SIGNALFD4): Likewise.
13673         (__ASSUME_DUP3): Likewise.
13674         (__ASSUME_UTIMES): Undefine.
13676         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13677         feclearexcept.  Remove symbol versioning code.
13678         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13679         symbol versioning code.
13680         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13681         symbol versioning code.
13682         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13683         feupdateenv.  Remove symbol versioning code.
13684         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13685         fegetexceptflag.  Remove symbol versioning code.
13686         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13687         fesetexceptflag.  Remove symbol versioning code.
13688         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13689         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13690         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13691         (__posix_fadvise64_l32): Remove prototype.
13692         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13693         code.
13695 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13697         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13698         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13699         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13700         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13702 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13704         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13705         current working directory
13707 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13709         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13710         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13711         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13712         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13713         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13714         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13715         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13716         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13717         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13718         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13719         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13720         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13721         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13722         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13723         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13724         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13725         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13726         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13727         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13728         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13729         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13730         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13731         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13732         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13733         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13734         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13735         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13736         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13737         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13738         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13739         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13740         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13741         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13742         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13743         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13744         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13745         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13746         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13747         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13748         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13749         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13750         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13752         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13753         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13755         * sysdeps/unix/sysv/linux/arm/Makefile
13756         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13757         Add rt-aeabi_unwind_cpp_pr1.
13758         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13759         Add nptl-aeabi_unwind_cpp_pr1.
13760         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13761         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13762         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13763         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13764         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13765         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13767         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13768         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13769         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13770         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13772         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13773         Deconditionalize the code that was previously under [RESET_PID].
13774         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13776         * sysdeps/generic/exit-thread.h: New file.
13777         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13778         * include/unistd.h (__exit_thread): Remove declaration.
13779         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13780         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13781         * csu/libc-start.c: Include <exit-thread.h>.
13782         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13783         * nptl/pthread_create.c: Include <exit-thread.h>.
13784         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13785         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13786         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13787         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13788         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13789         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13790         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13791         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13792         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13793         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13794         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13795         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13796         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13797         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13798         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13799         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13800         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13802 2014-05-13  Andreas Schwab  <schwab@suse.de>
13804         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13806 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13808         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13809         (__ASSUME_UTIMES): Do not condition on kernel version.
13810         (__ASSUME_PSELECT): Define unconditionally.
13811         (__ASSUME_PPOLL): Likewise.
13812         (__ASSUME_ATFCTS): Likewise.
13813         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13814         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13815         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13816         (__ASSUME_UTIMENSAT): Define unconditionally.
13817         (__ASSUME_PRIVATE_FUTEX): Likewise.
13818         (__ASSUME_FALLOCATE): Likewise.
13819         (__ASSUME_O_CLOEXEC): Likewise.
13820         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13821         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13822         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13823         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13824         (__ASSUME_IN_NONBLOCK): Likewise.
13825         (__ASSUME_PIPE2): Likewise.
13826         (__ASSUME_EVENTFD2): Likewise.
13827         (__ASSUME_SIGNALFD4): Likewise.
13828         (__ASSUME_DUP3): Likewise.
13829         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13830         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13831         (__ASSUME_AT_RANDOM): Likewise.
13832         (__ASSUME_PREADV): Likewise.
13833         (__ASSUME_PWRITEV): Likewise.
13834         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13835         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13836         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13837         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13838         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13839         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13840         (__ASSUME_O_CLOEXEC): Define unconditionally.
13841         (__ASSUME_PSELECT): Do not undefine conditionally.
13842         (__ASSUME_PPOLL): Likewise.
13843         (__ASSUME_ATFCTS): Likewise.
13844         (__ASSUME_SET_ROBUST_LIST): Likewise.
13845         (__ASSUME_UTIMENSAT): Likewise.
13846         (__ASSUME_FDATASYNC): Define unconditionally.
13847         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13848         (__ASSUME_SIGFRAME_V2): Likewise.
13849         )__ASSUME_EVENTFD2): Likewise.
13850         (__ASSUME_SIGNALFD4): Likewise.
13851         (__ASSUME_PSELECT): Do not undefine conditionally.
13852         (__ASSUME_PPOLL): Likewise.
13853         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13854         (__ASSUME_PSELECT): Define unconditionally.
13855         (__ASSUME_PPOLL): Likewise.
13856         (__ASSUME_O_CLOEXEC): Likewise.
13857         (__ASSUME_SOCK_CLOEXEC): Likewise.
13858         (__ASSUME_IN_NONBLOCK): Likewise.
13859         (__ASSUME_PIPE2): Likewise.
13860         (__ASSUME_EVENTFD2): Likewise.
13861         (__ASSUME_SIGNALFD4): Likewise.
13862         (__ASSUME_DUP3): Likewise.
13863         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13864         (__ASSUME_O_CLOEXEC): Likewise.
13865         (__ASSUME_SOCK_CLOEXEC): Likewise.
13866         (__ASSUME_IN_NONBLOCK): Likewise.
13867         (__ASSUME_PIPE2): Likewise.
13868         (__ASSUME_EVENTFD2): Likewise.
13869         (__ASSUME_SIGNALFD4): Likewise.
13870         (__ASSUME_DUP3): Likewise.
13871         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13872         (__ASSUME_EVENTFD2): Likewise.
13873         (__ASSUME_SIGNALFD4): Likewise.
13874         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13876 2014-05-12  Andreas Schwab  <schwab@suse.de>
13878         [BZ #16932]
13879         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13880         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13881         than maximum RPC packet size.
13882         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13883         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13884         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13885         (_nss_nis_getservbyport_r): Likewise.
13887 2014-05-12  Will Newton  <will.newton@linaro.org>
13889         * malloc/Makefile (tests): Add tst-mallopt.
13890         * malloc/tst-mallopt.c: New file.
13892 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13894         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13895         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13897 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13899         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13900         (tst-tlsmod6.so): Likewise.
13902 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13904         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13906 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13908         [BZ #16064]
13909         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13910         and <dl-procinfo.h>.
13911         (__fegetenv): Save SSE state in envp->__eip if supported.
13912         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13913         envp->__eip if supported.
13914         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13915         and <dl-procinfo.h>.
13916         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13917         __data_offset and __data_selector in environment to 0.  Set SSE
13918         state if supported.
13919         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13920         test-fenv-sse.
13921         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13922         -mfpmath=sse.
13923         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13925 2014-05-09  Will Newton  <will.newton@linaro.org>
13927         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13928         and libc_relro_required for ARM.
13929         * sysdeps/arm/preconfigure: Regenerate.
13931 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13932             Stefan Liebler  <stli@linux.vnet.ibm.com>
13934         * config.make.in (enable-lock-elision): New Makefile variable.
13935         * configure.ac: Likewise.
13936         * configure: Regenerate.
13937         * sysdeps/s390/configure.ac:
13938         Add check for gcc transactions support.
13939         * sysdeps/s390/configure: Regenerate.
13940         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13941         Build elision files if enabled.
13942         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13943         Add lock elision support for s390.
13944         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13945         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13946         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13947         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13948         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13949         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13950         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13951         Likewise.
13952         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13953         Likewise.
13954         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13955         Likewise.
13956         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13957         Likewise.
13958         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13959         (__lll_timedlock_elision, __lll_lock_elision)
13960         (__lll_unlock_elision, __lll_trylock_elision)
13961         (lll_timedlock_elision, lll_lock_elision)
13962         (lll_unlock_elision, lll_trylock_elision): Add.
13963         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13964         (pthread_mutex_t): Add lock elision support for s390.
13966 2014-05-14  Wilco  <wdijkstr@arm.com>
13968         * sysdeps/arm/fclrexcpt.c: Cleanup.
13969         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13970         * sysdeps/arm/feenablxcpt.c: Cleanup.
13971         * sysdeps/arm/fegetenv.c: Cleanup.
13972         * sysdeps/arm/fegetexcept.c: Cleanup.
13973         * sysdeps/arm/fegetround.c: Cleanup.
13974         * sysdeps/arm/feholdexcpt.c: Cleanup.
13975         * sysdeps/arm/fesetenv.c: Cleanup.
13976         * sysdeps/arm/fesetround.c: Cleanup.
13977         * sysdeps/arm/feupdateenv.c: Cleanup.
13978         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13979         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13980         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13981         * sysdeps/arm/ftestexcept.c: Cleanup.
13982         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13983         * sysdeps/arm/setfpucw.c: Cleanup.
13985 2014-05-09  Will Newton  <will.newton@linaro.org>
13987         * sysdeps/arm/armv7/strcmp.S: New file.
13988         * NEWS: Mention addition of ARMv7 optimized strcmp.
13990 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13992         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13993         look for %.ac rather than %.in.
13995         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13996         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13997         * sysdeps/mach/hurd/configure: Regenerated.
13998         * sysdeps/unix/sysv/linux/configure: Regenerated.
14000         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14002 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14004         [BZ# 16922]
14005         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14006         (LONG_SUB): Ditto.
14007         (PTR_SUB): Ditto.
14009 2014-05-07  Andreas Schwab  <schwab@suse.de>
14011         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14012         when skipping over non-matching result from nscd.
14014 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14016         [BZ #16876]
14017         * nptl/sockperf.c (client): Check socket return value.
14019         [BZ #16877]
14020         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14021         nscd security class.
14023 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14025         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14026         * sysdeps/arm/unwind.h: ... here.
14028 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14030         [BZ# 16916]
14031         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14032         Define.
14034 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14036         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14037         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14038         multiarch strncpy for PPC64.
14039         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14040         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14041         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14042         multiarch optimizations.
14043         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14044         (__libc_ifunc_impl_list): Likewise.
14045         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14046         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14047         multiarch stpncpy for PPC64.
14048         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14049         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14051 2014-05-06  Andreas Schwab  <schwab@suse.de>
14053         [BZ #16912]
14054         * gmon/mcount.c (_MCOUNT_DECL): Use
14055         atomic_compare_and_exchange_bool_acq instead of
14056         catomic_compare_and_exchange_bool_acq.
14058 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14060         * elf/Makefile (others, install-bin): Remove pldd.
14061         (pldd-modules): Variable removed.
14062         ($(objpfx)pldd): Target removed.
14063         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14064         (others, install-bin): Append pldd here.
14065         ($(objpfx)pldd): New target.
14067         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14068         to 0, so the first #if test emitted later doesn't see it undefined.
14069         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14070         * sysdeps/gnu/errlist.c: Regenerated.
14072 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14074         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14075         [libc_hidden_builtin_def]: Define to empty value.
14076         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14077         [libc_hidden_builtin_def]: Likewise.
14078         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14079         [libc_hidden_builtin_def]: Likewise.
14080         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14081         [libc_hidden_builtin_def]: Likewise.
14082         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14083         __redirect_memcpy and define ifunc as default hidden symbol.
14084         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14085         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14087 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14089         * locale/iso-4217.def: Reintroduce XDR currency.
14091 2014-05-04  Allan McRae  <allan@archlinux.org>
14093         * po/eo.po: Update Esperanto translation from translation project.
14095 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14097         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14098         and FEATURE_INDEX_MAX to 1.
14099         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14101 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14103         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14104         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14105         * iconvdata/big5.c (ONE_DIRECTION): Define.
14106         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14107         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14108         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14109         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14110         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14111         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14112         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14113         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14114         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14115         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14116         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14117         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14118         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14119         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14120         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14121         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14122         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14123         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14124         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14125         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14126         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14127         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14128         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14129         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14130         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14131         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14132         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14133         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14134         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14135         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14136         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14137         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14138         * iconvdata/johab.c (ONE_DIRECTION): Define.
14139         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14140         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14141         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14142         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14143         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14144         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14145         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14146         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14147         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14148         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14150 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14152         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14153         (_IO_JUMPS_OFFSET): Define to 0.
14155         * nptl/sysdeps/pthread/bits/libc-lock.h
14156         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14157         (__libc_lock_define_initialized_recursive): Always define using
14158         initializer.  Modern compilers treat uninitialized (implicit zero) and
14159         explicit zero initializers the same (i.e. put the datum in bss).
14161 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14163         * nscd/nscd-client.h: Include <string.h>.
14165 2014-05-01  David S. Miller  <davem@davemloft.net>
14167         [BZ #16885]
14168         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14169         multiple zero bytes exist at the end of a string.
14170         Reported by Aurelien Jarno <aurelien@aurel32.net>
14172         * string/test-strcmp.c (check): Add explicit test for situations where
14173         there are multiple zero bytes after the first.
14175 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14177         [BZ #16890]
14178         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14179         when compiling wprintf.
14180         * stdio-common/tstdiomisc.c (t3): New function.
14181         (main): Call it.
14183 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14185         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14186         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14187         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14188         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14190 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14192         * stdlib/longlong.h: Updated from GCC.
14194 2014-05-01  Will Newton  <will.newton@linaro.org>
14195             Bernard Ogden  <bernie.ogden@linaro.org>
14197         * NEWS: Update fixed bug list.
14199         [BZ #15119]
14200         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14202 2014-04-30  David S. Miller  <davem@davemloft.net>
14204         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14205         (libc_feholdexcept_setround_sparc_ctx): New function.
14206         (libc_fesetenv_sparc_ctx): Likewise.
14207         (libc_feupdateenv_sparc_ctx): Likewise.
14208         (libc_feholdsetround_sparc_ctx): Likewise.
14209         (libc_feholdexcept_setround_ctx): Define.
14210         (libc_feholdexcept_setroundf_ctx): Likewise.
14211         (libc_feholdexcept_setroundl_ctx): Likewise.
14212         (libc_fesetenv_ctx): Likewise.
14213         (libc_fesetenvf_ctx): Likewise.
14214         (libc_fesetenvl_ctx): Likewise.
14215         (libc_feupdateenv_ctx): Likewise.
14216         (libc_feupdateenvf_ctx): Likewise.
14217         (libc_feupdateenvl_ctx): Likewise.
14218         (libc_feresetround_ctx): Likewise.
14219         (libc_feresetroundf_ctx): Likewise.
14220         (libc_feresetroundl_ctx): Likewise.
14221         (libc_feholdsetround_ctx): Likewise.
14222         (libc_feholdsetroundf_ctx): Likewise.
14223         (libc_feholdsetroundl_ctx): Likewise.
14225         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14226         with __USE_GNU instead of XOPEN cpp guards.
14228         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14229         0.
14231         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14232         with XOPEN cpp guards.
14234 2014-04-30  Julian Brown  <julian@codesourcery.com>
14236         [BZ #16888]
14237         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14238         handling.
14240 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14242         [BZ #9894]
14243         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14244         Change to 2.6.32.
14245         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14246         * sysdeps/unix/sysv/linux/configure: Regenerated.
14247         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14248         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14249         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14250         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14251         * README: Update reference to required Linux kernel version.
14252         * manual/install.texi (Linux): Update reference to required Linux
14253         kernel headers version.
14254         * INSTALL: Regenerated.
14256         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14257         header inclusion.
14258         [POSIX] (limits.h): Likewise.
14259         [POSIX] (math.h): Likewise.
14260         [POSIX] (sys/wait.h): Likewise.
14261         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14262         function.
14263         [POSIX] (stddef.h): Do not allow header inclusion.
14265 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14267         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14269 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14271         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14272         Return immediately after lll_futex_wake.
14274 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14276         [BZ #16791]
14277         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14278         structure.
14279         (datahead_init_pos): Call datahead_init_common early.
14280         (datahead_init_neg): Likewise.
14282         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14283         datahead_init_neg): New functions.
14284         * nscd/aicache.c (addhstaiX): Use them.
14285         * nscd/grpcache.c (cache_addgr): Likewise.
14286         * nscd/hstcache.c (cache_addhst): Likewise.
14287         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14288         * nscd/netgroupcache.c (do_notfound): Likewise.
14289         (addgetnetgrentX): Likewise.
14290         (addinnetgrX): Likewise.
14291         * nscd/pwdcache.c (cache_addpw): Likewise.
14292         * nscd/servicescache.c (cache_addserv): Likewise.
14294 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14295             Atsushi Onoe  <atsushi@onoe.org>
14297         [BZ #14308]
14298         [BZ #12994]
14299         [BZ #13651]
14300         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14301         one response is valid.
14302         * resolv/res_send.c (send_dg): Check for validity of other
14303         response if the current response is a referral.
14305 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14307         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14309 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14311         [BZ #16823]
14312         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14313         Always divide by positive zero when computing -Inf result.
14314         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14315         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14317 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14319         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14320         FPSCR if value do not change.
14321         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14322         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14323         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14324         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14325         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14326         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14327         function.
14329 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14331         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14332         * sysdeps/unix/sysv/linux/hppa: Move directory from
14333         ports/systeps/unix/sysv/linux/hppa.
14334         * README: Update listing for hppa-*-linux-gnu.
14336 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14338         [BZ #16754]
14339         * manual/stdio.texi (Hook functions): Fix types of stream hook
14340         functions.
14341         [BZ #16854]
14342         * socket/sys/socket.h: Fix typo in comment.
14344 2014-04-28  Wilco  <wdijkstr@arm.com>
14346         * sysdeps/arm/fenv_private.h: New file.
14347         * sysdeps/arm/math_private.h: New file.
14348         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14350 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14352         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14353         with __int128_t.
14354         (La_x86_64_retval): Likewise.
14356 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14358         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14359         fpsr if value didn't change.
14360         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14361         to fpcr if value didn't change.
14362         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14363         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14364         fpsr or fpcr if value didn't change.
14365         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14366         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14367         fpcr if value didn't change.
14368         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14369         to fpsr if value didn't change.
14371 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14373         * nptl/tst-sem3.c: Use test-skeleton.c
14374         (main): Rename to do_test.  Use return instead of
14375         exit.
14376         * nptl/tst-sem4.c: Use test-skeleton.c
14377         (main): Rename to do_test.
14379 2014-04-22  David S. Miller  <davem@davemloft.net>
14381         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14382         (struct sigaction): New struct member __glibc_reserved0, change
14383         type of sa_flags to int.
14385 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14387         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14388         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14390 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14392         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14393         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14395 2014-04-22  Will Newton  <will.newton@linaro.org>
14396             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14398         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14399         (__longjmp): Add longjmp and longjmp_target SystemTap
14400         probes.
14401         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14402         (__sigsetjmp): Add setjmp SystemTap probe.
14404 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14406         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14407         match manual order.
14409 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14411         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14413         * sysdeps/powerpc/fpu/fenv_private.h
14414         (libc_feholdexcept_setroundl_ctx): Define to
14415         libc_feholdexcept_setround_ppc_ctx.
14416         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14417         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14418         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14419         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14421 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14423         * sysdeps/aarch64/math-tests.h: New file.
14425 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14427         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14428         New.
14429         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14430         Check and set bit_AVX2_Usable.
14431         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14432         macro.
14433         (bit_AVX2): Likewise.
14434         (index_AVX2_Usable): Likewise.
14435         (CPUID_AVX2): Likewise.
14436         (HAS_AVX2): Likewise.
14438 2014-04-17  Will Newton  <will.newton@linaro.org>
14440         * manual/setjmp.texi (System V contexts): Add note that
14441         calling setcontext on a context created by a call to a
14442         signal handler is undefined.  Update text to note that
14443         setcontext from a signal handler is possible but not
14444         recommended.
14446         [BZ #16629]
14447         * stdlib/tst-setcontext.c: Include signal.h.
14448         (main): Check that the signal stack before and
14449         after swapcontext is the same.
14451         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14452         Re-implement to restore registers in user code and avoid
14453         rt_sigreturn system call.
14455 2014-04-17  Wilco  <wdijkstr@arm.com>
14457         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14458         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14459         * math/test-fenv.c: Skip exception trap tests on targets which only
14460         support non-stop mode.
14462 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14463             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14465         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14466         (libc_feholdsetround_aarch64_ctx)
14467         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14468         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14469         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14470         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14471         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14472         (libc_feresetround_noexl_ctx): Define.
14474 2014-04-16  Richard Henderson  <rth@redhat.com>
14476         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14478         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14479         unwind tables.
14481         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14482         const from the non-libc, non-ldso copy.
14484         * sysdeps/alpha/libm-test-ulps: Regenerate.
14486 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14487             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14489         * sysdeps/aarch64/fpu/math_private.h: New file.
14491 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14493         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14495 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14497         [BZ #16275]
14498         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14499         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14500         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14501         Intel MPX bound registers before _dl_profile_fixup.
14502         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14503         registers after _dl_profile_fixup.  Save and restore bound
14504         registers bnd0/bnd1 when calling _dl_call_pltexit.
14505         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14506         (LR_BND_OFFSET): Likewise.
14507         (LRV_BND0_OFFSET): Likewise.
14508         (LRV_BND1_OFFSET): Likewise.
14510 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14512         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14513         to...
14514         * sysdeps/mach/hurd/i386/tls.h: ... here.
14515         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14516         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14517         fields.
14519 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14521         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14523 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14525         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14527 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14529         [BZ #14770]
14530         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14531         * sysdeps/s390/configure: Regenerate.
14533         [BZ #16824]
14534         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14535         Set round-to-nearest internally to reduce error accumulation.
14537 2014-04-16  Alan Modra  <amodra@gmail.com>
14539         [BZ #16740]
14540         [BZ #16619]
14541         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14542         * math/libm-test.inc (frexp_test_data): Add tests.
14543         * NEWS: Update fixed bug list.
14545 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14547         * benchtests/Makefile: Depend on libraries in build directory.
14548         (bench-math): Separate out math tests.
14549         (bench-pthread): Separate out pthread tests.
14550         (bench): Include math and pthread tests.
14552 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14554         [BZ #16831]
14555         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14556         _dl_debug_initialize.
14558         * configure.ac: Remove SELinux header check.
14559         * configure: Regenerate.
14560         * nscd/selinux.c (perms): Array of const char* to permission names.
14561         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14562         default policy. Call string_to_security_class and string_to_av_perm to
14563         translate strings. Enforce default policy and call avs_has_perm with
14564         results of translated strings.
14566 2014-04-13  David S. Miller  <davem@davemloft.net>
14568         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14570 2014-04-12  Allan McRae  <allan@archlinux.org>
14572         [BZ #16838]
14573         * manual/string.texi (Collation Functions): Fix qsort argument
14574         order in example.
14575         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14577 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14579         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14580         Make the test a no-op if there are no exceptions defined.
14582 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14584         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14585         enable-hardcoded-path-in-tests
14587 2014-04-11  Will Newton  <will.newton@linaro.org>
14589         * benchtests/Makefile (extra-objs): Add json-lib.o.
14590         (bench-func): Tidy up JSON output.
14591         * benchtests/bench-skeleton.c: Include json-lib.h.
14592         (main): Use JSON library functions to do output of
14593         benchmark results.
14594         * benchtests/bench-timing-type.c (main): Output the
14595         timing type simply, leaving formatting to the user.
14596         * benchtests/json-lib.c: New file.
14597         * benchtests/json-lib.h: Likewise.
14599 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14601         [BZ #15215]
14602         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14603         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14604         memory barriers.  Add comments.
14605         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14606         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14607         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14608         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14609         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14610         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14612 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14614         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14615         * sysdeps/s390/s390-64/configure.ac: ... this ...
14616         * sysdeps/s390/configure.ac: ... to here.
14617         * sysdeps/s390/s390-32/configure: Delete file.
14618         * sysdeps/s390/s390-64/configure: Delete file.
14619         * sysdeps/s390/configure: Regenerate.
14621 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14623         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14625 2014-04-11  Will Newton  <will.newton@linaro.org>
14627         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14628         to zero if it is not defined elsewhere.  (mtrim): Test
14629         the value of MALLOC_DEBUG with #if rather than #ifdef.
14631 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14633         * benchtests/pthread_once-inputs: New file.
14634         * benchtests/pthread_once-source.c: New file.
14635         * benchtests/README: Update documentation.
14637 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14638             H.J. Lu  <hongjiu.lu@intel.com>
14640         [BZ #16275]
14641         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14642         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14643         * sysdeps/x86_64/configure: Regenerated.
14644         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14645         macro.
14646         (REGISTER_SAVE_RAX): Likewise.
14647         (REGISTER_SAVE_RCX): Likewise.
14648         (REGISTER_SAVE_RDX): Likewise.
14649         (REGISTER_SAVE_RSI): Likewise.
14650         (REGISTER_SAVE_RDI): Likewise.
14651         (REGISTER_SAVE_R8): Likewise.
14652         (REGISTER_SAVE_R9): Likewise.
14653         (REGISTER_SAVE_BND0): Likewise.
14654         (REGISTER_SAVE_BND1): Likewise.
14655         (REGISTER_SAVE_BND2): Likewise.
14656         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14657         bound registers when calling _dl_fixup.
14659 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14661         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14662         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14663         of its definition.
14664         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14665         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14666         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14667         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14668         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14669         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14670         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14672 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14674         [BZ #15514]
14675         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14676         pathconf(_PC_NAME_MAX).
14678 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14680         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14681         Remove macro usage.
14682         (__PTHREAD_SPINS): Move definition to ...
14683         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14684         (__PTHREAD_SPINS): ... here.
14685         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14686         (__PTHREAD_SPIN): Likewise.
14687         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14688         (__PTHREAD_SPIN): Likewise.
14689         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14690         (__PTHREAD_SPIN): Likewise.
14691         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14692         (__PTHREAD_SPIN): Likewise.
14693         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14694         (__PTHREAD_SPIN): Likewise.
14695         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14696         (__PTHREAD_SPIN): Likewise.
14697         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14698         (__PTHREAD_SPIN): Likewise.
14699         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14700         (__PTHREAD_SPIN): Likewise.
14701         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14702         (__PTHREAD_SPIN): Likewise.
14703         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14704         (__PTHREAD_SPIN): Likewise.
14705         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14706         (__PTHREAD_SPIN): Likewise.
14707         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14708         (__PTHREAD_SPIN): Likewise.
14710         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14711         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14712         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14713         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14714         imply folder.
14715         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14716         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14717         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14718         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14719         correct imply path.
14720         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14721         strlen symbol for non multi-arch builds.
14722         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14723         missing hidden_def and weak_alias.
14725 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14727         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14729 2014-04-07  Will Newton  <will.newton@linaro.org>
14731         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14732         and contents.  [!_LIBC] Remove #ifndef and contents.
14733         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14734         * string/memccpy.c (__memccpy): Use ANSI prototype.
14735         * string/memfrob.c (memfrob): Likewise.
14736         * string/strcoll.c (STRCOLL): Likewise.
14737         * string/strlen.c (strlen): Likewise.
14738         * string/strtok.c (STRTOK): Likewise.
14739         * string/strcat.c: Remove unused #include of memcopy.h.
14740         (strcat): Use ANSI prototype.
14741         * string/strchr.c: Remove unused #include of memcopy.h.
14742         (strchr): Use ANSI prototype.
14743         * string/strcmp.c: Remove unused #include of memcopy.h.
14744         (strcmp): Use ANSI prototype.
14745         * string/strcpy.c: Remove unused #include of memcopy.h.
14746         (strcpy): Use ANSI prototype.
14748 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14750         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14751         * config.make.in (config-extra-cppflags): Set it from
14752         libc_extra_cppflags.
14753         * configure.ac (libc_extra_cflags): Make it accumulate over
14754         configure fragments.
14755         (libc_extra_cppflags): New flag.
14756         * configure. Regenerate.
14757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14758         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14759         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14762         [BZ #16815]
14763         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14764         result for FE_DOWNWARD rounding mode.
14765         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14766         Likewise.
14767         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14769 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14771         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14772         in function argument name.
14774 2014-04-03  David Svoboda  <svoboda@cert.org>
14776         [BZ #5666]
14777         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14778         explicitly.
14780 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14782         * elf/dl-unmap-segments.h: New file.
14783         * sysdeps/generic/ldsodefs.h
14784         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14785         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14786         * elf/dl-fptr.c: Likewise.
14787         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14788         * sysdeps/aarch64/tlsdesc.c: Likewise.
14789         * sysdeps/arm/tlsdesc.c: Likewise.
14790         * sysdeps/i386/tlsdesc.c: Likewise.
14791         * sysdeps/tile/dl-runtime.c: Likewise.
14792         * sysdeps/x86_64/tlsdesc.c: Likewise.
14793         * elf/dl-load.h: New file.
14794         * elf/dl-load.c: Include it.
14795         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14796         Macros moved to dl-load.h.
14797         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14798         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14799         Use _dl_unmap_segments in place of __munmap.
14800         Break out segment-mapping loop into ...
14801         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14803 2014-04-03  Will Newton  <will.newton@linaro.org>
14805         * elf/dl-lookup.c (do_lookup_x): Remove comment
14806         referring to nested function and move variable
14807         declarations down to before first use.
14809 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14811         [BZ #16799]
14812         [BZ #16800]
14813         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14814         with 0 numerator.
14815         * math/s_catanf.c (__catanf): Likewise.
14816         * math/s_catanh.c (__catanh): Likewise.
14817         * math/s_catanhf.c (__catanhf): Likewise.
14818         * math/s_catanhl.c (__catanhl): Likewise.
14819         * math/s_catanl.c (__catanl): Likewise.
14820         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14821         by positive zero when computing -Inf result.
14822         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14823         (catanh_test): Likewise.
14824         * sysdeps/i386/fpu/libm-test-ulps: Update.
14825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14827         [BZ #16789]
14828         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14829         instead of using underflowing value in computing result.
14830         * math/s_clog10.c (__clog10): Likewise.
14831         * math/s_clog10f.c (__clog10f): Likewise.
14832         * math/s_clog10l.c (__clog10l): Likewise.
14833         * math/s_clogf.c (__clogf): Likewise.
14834         * math/s_clogl.c (__clogl): Likewise.
14835         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14836         (clog10_test): Likewise.
14837         * sysdeps/i386/fpu/libm-test-ulps: Update.
14838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14840 2014-04-02  Alan Modra  <amodra@gmail.com>
14842         [BZ #16739]
14843         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14844         output when value is near a power of two.  Use int64_t for lx and
14845         remove casts.  Use decimal rather than hex exponent constants.
14846         Don't use long double multiplication when double will suffice.
14847         * math/libm-test.inc (nextafter_test_data): Add tests.
14848         * NEWS: Add 16739 and 16786 to bug list.
14850         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14852         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14854 2014-04-01  Will Newton  <will.newton@linaro.org>
14856         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14857         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14859 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14861         [BZ #13347]
14862         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14863         * nptl/tst-setuid2.c: New file.
14864         * nptl/Makefile (xtests): Add tst-setuid2.
14866 2014-04-01  Alan Modra  <amodra@gmail.com>
14868         [BZ #16786]
14869         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14871 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14873         [BZ #6803]
14874         [BZ #6804]
14875         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14876         set errno as appropriate.
14877         * math/w_scalbf.c (__scalbf): Likewise.
14878         * math/w_scalbl.c (__scalbl): Likewise.
14879         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14880         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14881         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14882         Add more NaN tests.
14884         [BZ #16349]
14885         * math/w_atan2.c: Include <errno.h>.
14886         (__atan2): Set errno for result underflowing to zero.
14887         * math/w_atan2f.c: Include <errno.h>.
14888         (__atan2f): Set errno for result underflowing to zero.
14889         * math/w_atan2l.c: Include <errno.h>.
14890         (__atan2l): Set errno for result underflowing to zero.
14891         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14892         tests.
14893         * math/auto-libm-test-out: Regenerated.
14895 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14897         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14898         Encode instruction correctly in little endian.
14899         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14900         Likewise.
14901         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14902         Likewise.
14903         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14904         Likewise.
14905         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14906         Likewise.
14908 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14910         [BZ #9894]
14911         * sysdeps/unix/sysv/linux/kernel-features.h
14912         [__sparc__ && !__arch64__ && !__sparc_v9__]
14913         (__ASSUME_SET_ROBUST_LIST): Do not define.
14914         [__sparc__ && !__arch64__ && !__sparc_v9__]
14915         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14916         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14917         Likewise.
14918         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14919         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14920         (__ASSUME_REQUEUE_PI): Likewise.
14921         (__ASSUME_SET_ROBUST_LIST): Likewise.
14922         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14923         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14924         Undefine.
14925         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14926         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14927         Likewise.
14928         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14929         Likewise.
14930         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14931         Likewise.
14932         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14933         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14934         Undefine.
14935         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14936         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14937         Likewise.
14939         [BZ #16648]
14940         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14941         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14942         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14944 2014-03-31  Will Newton  <will.newton@linaro.org>
14946         * benchtests/Makefile (bench): Add ffs and ffsll to list
14947         of tests.
14948         * benchtests/ffs-inputs: New file.
14949         * benchtests/ffsll-inputs: Likewise.
14951 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14953         [BZ #16770]
14954         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14955         too large before casting to int.
14956         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14957         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14958         * math/libm-test.inc (scalb_test_data): Add more tests.
14960 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14962         * benchtests/Makefile (DETAILED_OPT): New make option.
14963         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14964         set.
14965         * benchtests/bench-skeleton.c: Include stdbool.h.
14966         (main): Store and print timings per input.
14967         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14968         member to each argument value.
14969         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14970         (_print_arg_data): Initialize per-input timing to 0.
14972         * benchtests/Makefile (timing-type): New binary.
14973         (bench-clean): Also remove bench-timing-type.
14974         (bench): New target for timing-type.
14975         (bench-func): Print output in JSON format.
14976         * benchtests/bench-skeleton.c (main): Print output in JSON
14977         format.
14978         * benchtests/bench-timing-type.c: New file.
14979         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14980         (TIMING_PRINT_STATS): Remove.
14981         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14982         name separately.
14984         * benchtests/bench-modf.c: Remove.
14985         * benchtests/modf-inputs: New inputs file.
14987 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14989         [BZ #16362]
14990         * math/s_clog10.c (M_PI_LOG10E): New macro.
14991         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14992         imaginary parts are 0.
14993         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14994         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14995         imaginary parts are 0.
14996         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14997         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14998         imaginary parts are 0.
14999         * math/libm-test.inc (clog10_test_data): Update expected results
15000         for when real and imaginary parts are 0.
15002 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15004         * elf/dl-load.c: Finish conversion of __builtin_expect into
15005         __glibc_{un}likely.
15007 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15009         [BZ #16348]
15010         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15011         1+x for argument with exponent below -67.
15012         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15013         Likewise.
15014         * math/auto-libm-test-in: Add more tests of exp.
15015         * math/auto-libm-test-out: Regenerated.
15017 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15019         [BZ #16759]
15020         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15021         (nscd_getnetgrent): Use it.
15023         [BZ #16760]
15024         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15025         of stpcpy.
15027 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15029         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15030         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15031         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15032         (lll_robust_unlock): Remove out of line section. Use cfi
15033         intrinsics.
15034         (LLL_STUB_UNWIND_INFO*): Remove.
15035         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15036         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15037         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15038         (lll_robust_unlock): Remove out of line section. Use cfi
15039         intrinsics.
15040         (LLL_STUB_UNWIND_INFO*): Remove.
15042 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15044         [BZ #16758]
15045         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15046         blank values.
15048 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15050         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15052 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15054         [BZ #16198]
15055         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15056         fnstenv.
15057         * math/test-fenv-preserve.c: New file.
15058         * math/Makefile (tests): Add test-fenv-preserve.
15060 2014-03-26  Will Newton <will.newton@linaro.org>
15062         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15064 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15066         * scripts/versionlist.awk: Partition the version sets and emit all
15067         GLIBC_* (sorted) before all others (sorted).
15069 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15071         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15072         GLIBC_2.2.5 version.
15074 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15076         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15077         calls.
15079         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15080         previous change.
15082         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15084 2014-03-25  Andreas Schwab  <schwab@suse.de>
15086         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15087         label to be used after in6ailist is initialized.
15089 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15091         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15092         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15094 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15096         [BZ #16357]
15097         [BZ #16599]
15098         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15099         min_plus_half.
15100         (fp_formats): Update initializers.
15101         (init_fp_formats): Initialize new field.
15102         (output_for_one_input_case): Allow underflow for results up to
15103         min_plus_half.
15104         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15105         * math/auto-libm-test-in: Don't mark some underflows from asin and
15106         atanh as spurious.
15107         * math/auto-libm-test-out: Regenerated.
15108         * sysdeps/i386/fpu/libm-test-ulps: Update.
15109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15111 2014-03-25  Andreas Schwab  <schwab@suse.de>
15113         * libio/Makefile (tst-ftell-partial-wide-ENV)
15114         (tst-ftell-active-handler-ENV): Define.
15116 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15118         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15120 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15122         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15124 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15126         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15127         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15128         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15130 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15132         [BZ #16634]
15133         * elf/dl-load.c (open_verify): Add mode parameter.
15134         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15135         (open_path): Change from boolean 'secure' to complete flag 'mode'
15136         (_dl_map_object): Adjust.
15137         * elf/Makefile (tests): Add tst-dlopen-aout.
15138         * elf/tst-dlopen-aout.c: New test.
15140 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15142         [BZ #16714]
15143         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15144         (struct stat): Rename member pad0 to __glibc_reserved0.
15146         [BZ #16712]
15147         * sysdeps/s390/s390-32/bits/wordsize.h
15148         (__WORDSIZE32_SIZE_ULONG): New define.
15149         * sysdeps/s390/s390-64/bits/wordsize.h
15150         (__WORDSIZE32_SIZE_ULONG): Likewise.
15151         * sysdeps/generic/stdint.h (SIZE_MAX):
15152         Define as UL if __WORDSIZE32_SIZE_ULONG.
15154         [BZ #16713]
15155         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15156         (__glibc_reserved0): New variable.
15157         (sa_flags): Change type to int.
15159         * posix/Makefile (before-compile): Use += before-compile instead
15160         of a :=.
15162         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15163         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15165 2014-03-20  Andreas Schwab  <schwab@suse.de>
15167         [BZ #16743]
15168         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15169         non-matching result from nscd.
15171 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15173         * scripts/bench.py: Moved to ...
15174         * benchtests/scripts/bench.py: ... here.
15175         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15177 2014-03-24  Andreas Schwab  <schwab@suse.de>
15179         [BZ #16002]
15180         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15181         alloca_account and account alloca use for struct in6ailist.
15183 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15185         [BZ #16284]
15186         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15187         rounding mode to recompute results that overflow to infinity or
15188         underflow to zero.
15189         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15190         bug 16284.
15191         * math/auto-libm-test-out: Regenerated.
15192         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15193         (ccosh_test): Likewise.
15194         (csin_test_data): Use plus_oflow.
15195         (csin_test): Use ALL_RM_TEST.
15196         (csinh_test_data): Use plus_oflow.
15197         (csinh_test): Use ALL_RM_TEST.
15198         * sysdeps/i386/fpu/libm-test-ulps: Update.
15199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15201 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15203         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15204         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15205         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15207         [BZ #16731]
15208         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15209         when x - 1 is zero.
15210         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15211         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15212         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15213         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15214         argument is 1.
15215         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15216         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15217         zero.
15218         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15219         * sysdeps/i386/fpu/libm-test-ulps: Update.
15220         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15222 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15224         * scripts/bench.pl: Remove file.
15225         * scripts/bench.py: New benchmark script.
15226         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15227         * benchtests/README: Mention python dependency.
15228         * scripts/pylintrc: New file.
15229         * scripts/pylint: New file.
15231         * bits/mathdef.h: Use #ifdef instead of #if.
15232         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15233         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15234         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15235         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15236         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15237         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15239 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15240             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15242         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15244         and strpbrk-ppc64 objects.
15245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15246         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15247         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15248         multiarch strpbrk for POWER7.
15249         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15250         multiarch strpbrk for PPC64.
15251         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15252         ifunc selector.
15253         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15254         strpbrk for POWER7.
15256 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15258         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15259         (atan_test): Likewise.
15260         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15261         (atanh_test): Use ALL_RM_TEST.
15262         (atan2_test_data): Likewise.
15263         (cabs_test): Likewise.
15264         (cacosh_test): Likewise.
15265         (carg_test): Likewise.
15266         (casin_test): Likewise.
15267         (casinh_test): Likewise.
15268         (cbrt_test): Likewise.
15269         (csqrt_test): Likewise.
15270         (erf_test): Likewise.
15271         (erfc_test): Likewise.
15272         (pow10_test): Likewise.
15273         (exp2_test): Likewise.
15274         (hypot_test): Likewise.
15275         (j0_test): Likewise.
15276         (j1_test): Likewise.
15277         (lgamma_test): Likewise.
15278         (gamma_test): Likewise.
15279         (sincos_test): Likewise.
15280         (tanh_test): Likewise.
15281         (y0_test): Likewise.
15282         (y1_test): Likewise.
15283         * sysdeps/i386/fpu/libm-test-ulps: Update.
15284         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15286 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15288         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15289         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15290         and strcspn-ppc64 objects.
15291         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15292         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15293         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15294         multiarch strcspn for POWER7.
15295         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15296         multiarch strcspn for PPC64.
15297         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15298         ifunc selector.
15299         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15300         strcspn for POWER7.
15302 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15304         * math/gen-libm-test.pl (generate_testfile): Expect only function
15305         name as argument to AUTO_TESTS_* and pass results for all rounding
15306         modes to parse_args.
15307         (parse_auto_input): Separate inputs of automatic tests from
15308         outputs before storing in %auto_tests.
15309         * math/libm-test.inc (acos_test_data): Update call to
15310         AUTO_TESTS_f_f.
15311         (acos_test): Use ALL_RM_TEST.
15312         (acos_tonearest_test_data): Remove.
15313         (acos_test_tonearest): Likewise.
15314         (acos_towardzero_test_data): Likewise.
15315         (acos_test_towardzero): Likewise.
15316         (acos_downward_test_data): Likewise.
15317         (acos_test_downward): Likewise.
15318         (acos_upward_test_data): Likewise.
15319         (acos_test_upward): Likewise.
15320         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15321         (asin_test_data): Likewise.
15322         (asin_test): Use ALL_RM_TEST.
15323         (asin_tonearest_test_data): Remove.
15324         (asin_test_tonearest): Likewise.
15325         (asin_towardzero_test_data): Likewise.
15326         (asin_test_towardzero): Likewise.
15327         (asin_downward_test_data): Likewise.
15328         (asin_test_downward): Likewise.
15329         (asin_upward_test_data): Likewise.
15330         (asin_test_upward): Likewise.
15331         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15332         (atan_test_data): Likewise.
15333         (atanh_test_data): Likewise.
15334         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15335         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15336         (carg_test_data): Likewise.
15337         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15338         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15339         (ccosh_test_data): Likewise.
15340         (cexp_test_data): Likewise.
15341         (clog_test_data): Likewise.
15342         (clog10_test_data): Likewise.
15343         (cos_test_data): Update call to AUTO_TESTS_f_f.
15344         (cos_test): Use ALL_RM_TEST.
15345         (cos_tonearest_test_data): Remove.
15346         (cos_test_tonearest): Likewise.
15347         (cos_towardzero_test_data): Likewise.
15348         (cos_test_towardzero): Likewise.
15349         (cos_downward_test_data): Likewise.
15350         (cos_test_downward): Likewise.
15351         (cos_upward_test_data): Likewise.
15352         (cos_test_upward): Likewise.
15353         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15354         (cosh_test): Use ALL_RM_TEST.
15355         (cosh_tonearest_test_data): Remove.
15356         (cosh_test_tonearest): Likewise.
15357         (cosh_towardzero_test_data): Likewise.
15358         (cosh_test_towardzero): Likewise.
15359         (cosh_downward_test_data): Likewise.
15360         (cosh_test_downward): Likewise.
15361         (cosh_upward_test_data): Likewise.
15362         (cosh_test_upward): Likewise.
15363         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15364         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15365         (ctan_test_data): Likewise.
15366         (ctan_test): Use ALL_RM_TEST.
15367         (ctan_tonearest_test_data): Remove.
15368         (ctan_test_tonearest): Likewise.
15369         (ctan_towardzero_test_data): Likewise.
15370         (ctan_test_towardzero): Likewise.
15371         (ctan_downward_test_data): Likewise.
15372         (ctan_test_downward): Likewise.
15373         (ctan_upward_test_data): Likewise.
15374         (ctan_test_upward): Likewise.
15375         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15376         (ctanh_test): Use ALL_RM_TEST.
15377         (ctanh_tonearest_test_data): Remove.
15378         (ctanh_test_tonearest): Likewise.
15379         (ctanh_towardzero_test_data): Likewise.
15380         (ctanh_test_towardzero): Likewise.
15381         (ctanh_downward_test_data): Likewise.
15382         (ctanh_test_downward): Likewise.
15383         (ctanh_upward_test_data): Likewise.
15384         (ctanh_test_upward): Likewise.
15385         (erf_test_data): Update call to AUTO_TESTS_f_f.
15386         (erfc_test_data): Likewise.
15387         (exp_test_data): Likewise.
15388         (exp_test): Use ALL_RM_TEST.
15389         (exp_tonearest_test_data): Remove.
15390         (exp_test_tonearest): Likewise.
15391         (exp_towardzero_test_data): Likewise.
15392         (exp_test_towardzero): Likewise.
15393         (exp_downward_test_data): Likewise.
15394         (exp_test_downward): Likewise.
15395         (exp_upward_test_data): Likewise.
15396         (exp_test_upward): Likewise.
15397         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15398         (exp10_test): Use ALL_RM_TEST.
15399         (exp10_tonearest_test_data): Remove.
15400         (exp10_test_tonearest): Likewise.
15401         (exp10_towardzero_test_data): Likewise.
15402         (exp10_test_towardzero): Likewise.
15403         (exp10_downward_test_data): Likewise.
15404         (exp10_test_downward): Likewise.
15405         (exp10_upward_test_data): Likewise.
15406         (exp10_test_upward): Likewise.
15407         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15408         (expm1_test_data): Likewise.
15409         (expm1_test): Use ALL_RM_TEST.
15410         (expm1_tonearest_test_data): Remove.
15411         (expm1_test_tonearest): Likewise.
15412         (expm1_towardzero_test_data): Likewise.
15413         (expm1_test_towardzero): Likewise.
15414         (expm1_downward_test_data): Likewise.
15415         (expm1_test_downward): Likewise.
15416         (expm1_upward_test_data): Likewise.
15417         (expm1_test_upward): Likewise.
15418         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15419         (fma_test): Use ALL_RM_TEST.
15420         (fma_towardzero_test_data): Remove.
15421         (fma_test_towardzero): Likewise.
15422         (fma_downward_test_data): Likewise.
15423         (fma_test_downward): Likewise.
15424         (fma_upward_test_data): Likewise.
15425         (fma_test_upward): Likewise.
15426         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15427         (j0_test_data): Update call to AUTO_TESTS_f_f.
15428         (j1_test_data): Likewise.
15429         (jn_test_data): Update call to AUTO_TESTS_if_f.
15430         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15431         (log_test_data): Update call to AUTO_TESTS_f_f.
15432         (log10_test_data): Likewise.
15433         (log1p_test_data): Likewise.
15434         (log2_test_data): Likewise.
15435         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15436         (pow_tonearest_test_data): Likewise.
15437         (sin_test_data): Update call to AUTO_TESTS_f_f.
15438         (sin_test): Use ALL_RM_TEST.
15439         (sin_tonearest_test_data): Remove.
15440         (sin_test_tonearest): Likewise.
15441         (sin_towardzero_test_data): Likewise.
15442         (sin_test_towardzero): Likewise.
15443         (sin_downward_test_data): Likewise.
15444         (sin_test_downward): Likewise.
15445         (sin_upward_test_data): Likewise.
15446         (sin_test_upward): Likewise.
15447         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15448         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15449         (sinh_test): Use ALL_RM_TEST.
15450         (sinh_tonearest_test_data): Remove.
15451         (sinh_test_tonearest): Likewise.
15452         (sinh_towardzero_test_data): Likewise.
15453         (sinh_test_towardzero): Likewise.
15454         (sinh_downward_test_data): Likewise.
15455         (sinh_test_downward): Likewise.
15456         (sinh_upward_test_data): Likewise.
15457         (sinh_test_upward): Likewise.
15458         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15459         (sqrt_test): Use ALL_RM_TEST.
15460         (sqrt_tonearest_test_data): Remove.
15461         (sqrt_test_tonearest): Likewise.
15462         (sqrt_towardzero_test_data): Likewise.
15463         (sqrt_test_towardzero): Likewise.
15464         (sqrt_downward_test_data): Likewise.
15465         (sqrt_test_downward): Likewise.
15466         (sqrt_upward_test_data): Likewise.
15467         (sqrt_test_upward): Likewise.
15468         (tan_test_data): Update call to AUTO_TESTS_f_f.
15469         (tan_test): Use ALL_RM_TEST.
15470         (tan_tonearest_test_data): Remove.
15471         (tan_test_tonearest): Likewise.
15472         (tan_towardzero_test_data): Likewise.
15473         (tan_test_towardzero): Likewise.
15474         (tan_downward_test_data): Likewise.
15475         (tan_test_downward): Likewise.
15476         (tan_upward_test_data): Likewise.
15477         (tan_test_upward): Likewise.
15478         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15479         (tgamma_test_data): Likewise.
15480         (y0_test_data): Likewise.
15481         (y1_test_data): Likewise.
15482         (yn_test_data): Update call to AUTO_TESTS_if_f.
15483         (main): Do not call removed functions.
15485 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15487         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15488         (ldexp_test_data): Remove.
15489         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15490         scalbn_test_data.
15491         (scalb_test): Use ALL_RM_TEST.
15493 2014-03-19  Andreas Schwab  <schwab@suse.de>
15495         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15497 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15499         [BZ #16649]
15500         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15501         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15502         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15503         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15504         (__ASSUME_PREADV): Undefine.
15505         (__ASSUME_PWRITEV): Likewise.
15507 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15509         * bits/mman-linux.h: Add comment about non-Linux use.
15510         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15511         bits/mman-linux.h resting place.
15513         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15514         * bits/mman-linux.h: ... here.
15516 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15518         * conform/conformtest.pl: Add standard definition when calling C
15519         preprocessor on data files.
15520         (checknamespace): Remove unused variable.
15522 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15524         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15525         minus_oflow, plus_uflow and minus_uflow in expected results.
15526         * math/libm-test.inc (scalbn_test_data): Add more tests of
15527         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15528         minus_uflow.
15529         (scalbn_test): Use ALL_RM_TEST.
15530         (scalbln_test_data): Add more tests of negative arguments.  Use
15531         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15532         (scalbln_test): Use ALL_RM_TEST.
15534 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15536         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15538 2014-03-18  Will Newton  <will.newton@linaro.org>
15540         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15541         inaccurate comment.
15543 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15545         * Makerules [!subdir] (check-abi): Exit with error status if a
15546         test failed.
15548 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15550         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15551         for rint.  Include results for all rounding modes.
15552         (nearbyint_test): Use ALL_RM_TEST.
15553         (rint_test_data): Include all tests used for nearbyint.
15555 2014-03-17  Will Newton  <will.newton@linaro.org>
15557         * nptl/sysdeps/pthread/pthread.h: Revert previous
15558         change.
15560         * sysdeps/generic/ldsodefs.h: Revert previous
15561         change.
15563         * libio/genops.c: Revert previous change.
15564         * libio/libioP.h: Likewise.
15565         * stdio-common/vfprintf.c: Likewise.
15567         * sysdeps/generic/math_private.h: Revert previous
15568         change.
15570         * sysdeps/generic/math_private.h: Check whether
15571         HAVE_RM_CTX is defined with #ifdef rather
15572         than #if.
15574         * argp/argp-fmtstream.h: Check whether
15575         __STRICT_ANSI__ is defined with #ifdef rather
15576         than #if.
15577         * argp/argp.h: Likewise.
15579         * libio/genops.c: Check whether
15580         _IO_JUMPS_OFFSET is defined with #ifdef rather
15581         than #if.
15582         * libio/libioP.h: Likewise.
15583         * stdio-common/vfprintf.c: Likewise.
15585         * sysdeps/generic/ldsodefs.h: Check whether
15586         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15587         than #if.
15589         * nptl/sysdeps/pthread/pthread.h: Check
15590         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15591         its value.
15593 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15595         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15596         setting O_APPEND.
15597         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15598         test case.
15600         [BZ #16680]
15601         * libio/fileops.c (_IO_file_open): Seek to end of file but
15602         don't cache the offset.
15603         (get_file_offset): Remove function.
15604         (do_ftell): Use cached offset when available.
15605         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15606         don't cache the offset.
15607         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15608         case.
15609         (do_one_test): Call it.
15610         (do_ftell_test): Fix up expected old offset for a+ mode.
15611         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15612         available.
15614         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15615         up test status with function return status.
15616         (do_write_test): Likewise.
15617         (do_append_test): Likewise.
15619         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15620         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15621         Remove.
15623 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15625         * math/gen-libm-test.pl (parse_args): Handle results specified for
15626         each rounding mode separately.
15627         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15628         tests and results from lrint_tonearest_test_data,
15629         lrint_towardzero_test_data, lrint_downward_test_data and
15630         lrint_upward_test_data.
15631         (lrint_test): Use ALL_RM_TEST.
15632         (lrint_tonearest_test_data): Remove.
15633         (lrint_test_tonearest): Likewise.
15634         (lrint_towardzero_test_data): Likewise.
15635         (lrint_test_towardzero): Likewise.
15636         (lrint_downward_test_data): Likewise.
15637         (lrint_test_downward): Likewise.
15638         (lrint_upward_test_data): Likewise.
15639         (lrint_test_upward): Likewise.
15640         (llrint_test_data): Merge in per-rounding-mode tests and results
15641         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15642         llrint_downward_test_data and llrint_upward_test_data.
15643         (llrint_test): Use ALL_RM_TEST.
15644         (llrint_tonearest_test_data): Remove.
15645         (llrint_test_tonearest): Likewise.
15646         (llrint_towardzero_test_data): Likewise.
15647         (llrint_test_towardzero): Likewise.
15648         (llrint_downward_test_data): Likewise.
15649         (llrint_test_downward): Likewise.
15650         (llrint_upward_test_data): Likewise.
15651         (llrint_test_upward): Likewise.
15652         (rint_test_data): Merge in per-rounding-mode tests and results
15653         from rint_tonearest_test_data, rint_towardzero_test_data,
15654         rint_downward_test_data and rint_upward_test_data.  Add
15655         per-rounding-mode results for tests not in those arrays.
15656         (rint_test): Use ALL_RM_TEST.
15657         (rint_tonearest_test_data): Remove.
15658         (rint_test_tonearest): Likewise.
15659         (rint_towardzero_test_data): Likewise.
15660         (rint_test_towardzero): Likewise.
15661         (rint_downward_test_data): Likewise.
15662         (rint_test_downward): Likewise.
15663         (rint_upward_test_data): Likewise.
15664         (rint_test_upward): Likewise.
15665         (main): Don't call removed functions.
15667 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15669         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15670         "Compiled on ..." crapola.  It is anti-useful.
15672 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15674         * scripts/evaluate-test.sh: Handle fourth argument to determine
15675         whether test run should stop on failure.
15676         * Makeconfig (stop-on-test-failure): New variable.
15677         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15678         $(stop-on-test-failure).
15679         * Makefile (tests): Give a summary of results from testing and
15680         exit with failure status if they include an ERROR or FAIL.
15681         (xtests): Likewise.
15682         * manual/install.texi (Configuring and compiling): Mention
15683         stop-on-test-failure=y.
15684         * INSTALL: Regenerated.
15686 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15688         * scripts/versionlist.awk: New file.
15689         * Makerules [$(build-shared) = yes]
15690         (postclean-generated): Add Versions.def, not Versions.def.v and
15691         Versions.def.v.i.
15692         ($(common-objpfx)Versions.def.v.i): Target removed.
15693         ($(common-objpfx)Versions.def): New target.
15694         ($(common-objpfx)Versions.all): Depend on that rather that
15695         $(common-objpfx)Versions.def.v.
15696         * Versions.def: File removed.
15698         * Makeconfig (+gccwarn): Add -Wundef.
15699         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15700         a dl-sysdep.h breaking its contract.
15701         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15702         * include/stackinfo.h: New file.
15703         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15704         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15705         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15706         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15707         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15708         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15709         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15710         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15711         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15712         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15713         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15714         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15715         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15716         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15717         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15719 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15721         [BZ #16707]
15722         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15723         implementation.
15724         * math/libm-test.inc (round_test_data): Add more tests.
15726         [BZ #16706]
15727         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15728         implementation.
15729         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15731         [BZ #16701]
15732         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15733         implementation.
15734         * math/libm-test.inc (ceil_test_data): Add more tests.
15736         * math/libm-test.inc (trunc_test_data): Add more tests related to
15737         BZ#16414.
15739 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15741         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15742         with #if rather than #ifdef.
15743         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15745 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15747         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15748         first.  Disable AVX-512 GCC support if assembler doesn't support
15749         it.
15750         * sysdeps/x86_64/configure: Regenerated.
15752 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15754         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15755         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15756         (__old_pthread_attr_setstack): Likewise.
15757         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15758         [!_STACK_GROWS_DOWN]: Likewise.
15760 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15762         * config.make.in (have-bash2): Delete.
15763         * configure.ac (libc_cv_have_bash2): Delete.
15764         * configure: Regenerate.
15765         * elf/Makefile (common-ldd-rewrite): Rename to ...
15766         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15767         (sh-ldd-rewrite): Delete.
15768         (bash-ldd-rewrite): Delete.
15769         (have-bash2): Delete checks.
15770         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15771         ldd-rewrite.
15773         * config.make.in (have-ksh): Delete.
15774         (KSH): Delete.
15775         * configure.ac (libc_cv_have_ksh): Delete.
15776         * configure: Regenerate.
15778         * elf/Makefile: Delete $(have-ksh) check.
15779         ($(objpfx)sotruss): Change KSH to BASH.
15780         * elf/sotruss.ksh: Rename to ...
15781         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15782         function style to match POSIX.  Drop ksh vim mode setting.
15784         * manual/time.texi (Specifying the Time Zone with TZ): Change
15785         Tuesday to Thursday.
15787         * debug/tst-longjmp_chk2.c: Update header comment.
15788         (stackoverflow_handler): Add comment.  Call assert on pass value.
15790 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15792         [BZ #16194]
15793         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15794         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15795         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15796         (La_x86_64_vector): Add zmm.
15797         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15798         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15799         ($(objpfx)tst-audit10): New target.
15800         ($(objpfx)tst-audit10.out): Likewise.
15801         (tst-audit10-ENV): New.
15802         (AVX512-CFLAGS): Likewise.
15803         (CFLAGS-tst-audit10.c): Likewise.
15804         (CFLAGS-tst-auditmod10a.c): Likewise.
15805         (CFLAGS-tst-auditmod10b.c): Likewise.
15806         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15807         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15808         * sysdeps/x86_64/configure: Regenerated.
15809         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15810         AVX-512 zmm register support.
15811         (_dl_x86_64_save_sse): Likewise.
15812         (_dl_x86_64_restore_sse): Likewise.
15813         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15814         size vector registers.
15815         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15816         (ZMM_SIZE): Likewise.
15817         * sysdeps/x86_64/tst-audit10.c: New file.
15818         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15819         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15821 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15823         * configure.ac (HAVE_EHDR_START): New check.
15824         * configure: Regenerated.
15825         * config.h.in (HAVE_EHDR_START): New #undef.
15826         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15827         assuming the lowest-addressed segment maps the start of the file.
15829 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15831         * INSTALL: Regenerated.
15833 2014-03-13  Will Newton  <will.newton@linaro.org>
15835         * manual/setjmp.texi (System V contexts): Improve
15836         clarity and grammar of documentation.
15838 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15840         [BZ #16381]
15841         * elf/Makefile (tests): Add tst-pie2.
15842         (tests-pie): Add tst-pie2.
15843         * elf/tst-pie2.c: New file.
15844         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15845         for ET_EXEC.
15846         * elf/rtld.c (map_doit): Load executable as lt_executable.
15847         (dl_main): Likewise.
15849 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15851         [BZ #16642]
15852         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15853         (__ASSUME_PSELECT): Undefine.
15855 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15857         [BZ #16689]
15858         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15859         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15860         static build.
15861         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15862         selector for static builds.
15864 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15866         [BZ #16695]
15867         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15868         key in the buffer.
15870 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15872         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15873         IFUNC selector for static builds.
15875 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15877         * sysdeps/mips/math_private.h [__mips_hard_float]
15878         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15879         libc_feresetround_mips_ctx.
15880         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15881         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15882         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15884         [BZ #16677]
15885         * math/s_nextafter.c (__nextafter): Do not return value from
15886         overflowing computation.
15887         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15888         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15889         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15890         Likewise.
15891         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15892         Likewise.
15893         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15894         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15896 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15898         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15899         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15900         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15901         the new mov targetting sp.
15903 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15905         [BZ #16683]
15906         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15907         Define it for static builds as well.
15908         (NO_BZERO_IMPL): Likewise.
15910 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15912         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15913         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15914         multiarch strspn for PPC64.
15915         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15916         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15917         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15918         (__libc_ifunc_impl_list): Likewise.
15919         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15920         multiarch optimizations
15921         * string/strspn.c (strspn): Using macro to redefine symbol name.
15923 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15924             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15926         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15927         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15928         multiarch strncat for PPC64.
15929         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15930         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15932         (__libc_ifunc_impl_list): Likewise.
15933         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15934         multiarch optimizations
15936 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15938         [BZ #16639]
15939         * nscd/nscd.service: Make service type forking.
15941 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15943         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15944         sign in non default rounding modes.
15945         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15947 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15949         * math/libm-test.inc (ALL_RM_TEST): New macro.
15950         (ceil_test): Use ALL_RM_TEST.
15951         (cimag_test): Likewise.
15952         (conj_test): Likewise.
15953         (copysign_test): Likewise.
15954         (cproj_test): Likewise.
15955         (creal_test): Likewise.
15956         (fabs_test): Likewise.
15957         (floor_test): Likewise.
15958         (fmax_test): Likewise.
15959         (fmin_test): Likewise.
15960         (fmod_test): Likewise.
15961         (fpclassify_test): Likewise.
15962         (frexp_test): Likewise.
15963         (ilogb_test): Likewise.
15964         (isfinite_test): Likewise.
15965         (finite_test): Likewise.
15966         (isgreater_test): Likewise.
15967         (isgreaterequal_test): Likewise.
15968         (isinf_test): Likewise.
15969         (isless_test): Likewise.
15970         (islessequal_test): Likewise.
15971         (islessgreater_test): Likewise.
15972         (isnan_test): Likewise.
15973         (isnormal_test): Likewise.
15974         (issignaling_test): Likewise.
15975         (isunordered_test): Likewise.
15976         (logb_test): Likewise.
15977         (logb_downward_test_data): Remove.
15978         (logb_test_downward): Likewise.
15979         (lround_test): Use ALL_RM_TEST.
15980         (llround_test): Likewise.
15981         (modf_test): Likewise.
15982         (nexttoward_test): Likewise.
15983         (remainder_test): Likewise.
15984         (drem_test): Likewise.
15985         (remainder_tonearest_test_data): Likewise.
15986         (remainder_test_tonearest): Likewise.
15987         (drem_test_tonearest): Likewise.
15988         (remainder_towardzero_test_data): Likewise.
15989         (remainder_test_towardzero): Likewise.
15990         (drem_test_towardzero): Likewise.
15991         (remainder_downward_test_data): Likewise.
15992         (remainder_test_downward): Likewise.
15993         (drem_test_downward): Likewise.
15994         (remainder_upward_test_data): Likewise.
15995         (remainder_test_upward): Likewise.
15996         (drem_test_upward): Likewise.
15997         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15998         (round_test): Use ALL_RM_TEST.
15999         (signbit_test): Likewise.
16000         (trunc_test): Likewise.
16001         (significand_test): Likewise.
16002         (main): Don't call removed functions.
16004 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16006         [BZ #16674]
16007         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16008         || __USE_XOPEN2K8].
16009         (ILL_ILLOPN): Likewise.
16010         (ILL_ILLADR): Likewise.
16011         (ILL_ILLTRP): Likewise.
16012         (ILL_PRVOPC): Likewise.
16013         (ILL_PRVREG): Likewise.
16014         (ILL_COPROC): Likewise.
16015         (ILL_BADSTK): Likewise.
16016         (FPE_INTDIV): Likewise.
16017         (FPE_INTOVF): Likewise.
16018         (FPE_FLTDIV): Likewise.
16019         (FPE_FLTOVF): Likewise.
16020         (FPE_FLTUND): Likewise.
16021         (FPE_FLTRES): Likewise.
16022         (FPE_FLTINV): Likewise.
16023         (FPE_FLTSUB): Likewise.
16024         (SEGV_MAPERR): Likewise.
16025         (SEGV_ACCERR): Likewise.
16026         (BUS_ADRALN): Likewise.
16027         (BUS_ADRERR): Likewise.
16028         (BUS_OBJERR): Likewise.
16029         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16030         (TRAP_TRACE): Likewise.
16031         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16032         __USE_XOPEN2K8].
16033         (CLD_KILLED): Likewise.
16034         (CLD_DUMPED): Likewise.
16035         (CLD_TRAPPED): Likewise.
16036         (CLD_STOPPED): Likewise.
16037         (CLD_CONTINUED): Likewise.
16038         (POLL_IN): Likewise.
16039         (POLL_OUT): Likewise.
16040         (POLL_MSG): Likewise.
16041         (POLL_ERR): Likewise.
16042         (POLL_PRI): Likewise.
16043         (POLL_HUP): Likewise.
16044         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16045         Likewise.
16046         (ILL_ILLOPN): Likewise.
16047         (ILL_ILLADR): Likewise.
16048         (ILL_ILLTRP): Likewise.
16049         (ILL_PRVOPC): Likewise.
16050         (ILL_PRVREG): Likewise.
16051         (ILL_COPROC): Likewise.
16052         (ILL_BADSTK): Likewise.
16053         (FPE_INTDIV): Likewise.
16054         (FPE_INTOVF): Likewise.
16055         (FPE_FLTDIV): Likewise.
16056         (FPE_FLTOVF): Likewise.
16057         (FPE_FLTUND): Likewise.
16058         (FPE_FLTRES): Likewise.
16059         (FPE_FLTINV): Likewise.
16060         (FPE_FLTSUB): Likewise.
16061         (SEGV_MAPERR): Likewise.
16062         (SEGV_ACCERR): Likewise.
16063         (BUS_ADRALN): Likewise.
16064         (BUS_ADRERR): Likewise.
16065         (BUS_OBJERR): Likewise.
16066         (BUS_MCEERR_AR): Likewise.
16067         (BUS_MCEERR_AO): Likewise.
16068         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16069         (TRAP_TRACE): Likewise.
16070         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16071         __USE_XOPEN2K8].
16072         (CLD_KILLED): Likewise.
16073         (CLD_DUMPED): Likewise.
16074         (CLD_TRAPPED): Likewise.
16075         (CLD_STOPPED): Likewise.
16076         (CLD_CONTINUED): Likewise.
16077         (POLL_IN): Likewise.
16078         (POLL_OUT): Likewise.
16079         (POLL_MSG): Likewise.
16080         (POLL_ERR): Likewise.
16081         (POLL_PRI): Likewise.
16082         (POLL_HUP): Likewise.
16083         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16084         (ILL_ILLOPN): Likewise.
16085         (ILL_ILLADR): Likewise.
16086         (ILL_ILLTRP): Likewise.
16087         (ILL_PRVOPC): Likewise.
16088         (ILL_PRVREG): Likewise.
16089         (ILL_COPROC): Likewise.
16090         (ILL_BADSTK): Likewise.
16091         (FPE_INTDIV): Likewise.
16092         (FPE_INTOVF): Likewise.
16093         (FPE_FLTDIV): Likewise.
16094         (FPE_FLTOVF): Likewise.
16095         (FPE_FLTUND): Likewise.
16096         (FPE_FLTRES): Likewise.
16097         (FPE_FLTINV): Likewise.
16098         (FPE_FLTSUB): Likewise.
16099         (SEGV_MAPERR): Likewise.
16100         (SEGV_ACCERR): Likewise.
16101         (BUS_ADRALN): Likewise.
16102         (BUS_ADRERR): Likewise.
16103         (BUS_OBJERR): Likewise.
16104         (BUS_MCEERR_AR): Likewise.
16105         (BUS_MCEERR_AO): Likewise.
16106         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16107         (TRAP_TRACE): Likewise.
16108         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16109         __USE_XOPEN2K8].
16110         (CLD_KILLED): Likewise.
16111         (CLD_DUMPED): Likewise.
16112         (CLD_TRAPPED): Likewise.
16113         (CLD_STOPPED): Likewise.
16114         (CLD_CONTINUED): Likewise.
16115         (POLL_IN): Likewise.
16116         (POLL_OUT): Likewise.
16117         (POLL_MSG): Likewise.
16118         (POLL_ERR): Likewise.
16119         (POLL_PRI): Likewise.
16120         (POLL_HUP): Likewise.
16121         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16122         Likewise.
16123         (ILL_ILLOPN): Likewise.
16124         (ILL_ILLADR): Likewise.
16125         (ILL_ILLTRP): Likewise.
16126         (ILL_PRVOPC): Likewise.
16127         (ILL_PRVREG): Likewise.
16128         (ILL_COPROC): Likewise.
16129         (ILL_BADSTK): Likewise.
16130         (ILL_BADIADDR): Likewise.
16131         (ILL_BREAK): Likewise.
16132         (FPE_INTDIV): Likewise.
16133         (FPE_INTOVF): Likewise.
16134         (FPE_FLTDIV): Likewise.
16135         (FPE_FLTOVF): Likewise.
16136         (FPE_FLTUND): Likewise.
16137         (FPE_FLTRES): Likewise.
16138         (FPE_FLTINV): Likewise.
16139         (FPE_FLTSUB): Likewise.
16140         (FPE_DECOVF): Likewise.
16141         (FPE_DECDIV): Likewise.
16142         (FPE_DECERR): Likewise.
16143         (FPE_INVASC): Likewise.
16144         (FPE_INVDEC): Likewise.
16145         (SEGV_MAPERR): Likewise.
16146         (SEGV_ACCERR): Likewise.
16147         (SEGV_PSTKOVF): Likewise.
16148         (BUS_ADRALN): Likewise.
16149         (BUS_ADRERR): Likewise.
16150         (BUS_OBJERR): Likewise.
16151         (BUS_MCEERR_AR): Likewise.
16152         (BUS_MCEERR_AO): Likewise.
16153         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16154         (TRAP_TRACE): Likewise.
16155         (TRAP_BRANCH): Likewise.
16156         (TRAP_HWBKPT): Likewise.
16157         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16158         __USE_XOPEN2K8].
16159         (CLD_KILLED): Likewise.
16160         (CLD_DUMPED): Likewise.
16161         (CLD_TRAPPED): Likewise.
16162         (CLD_STOPPED): Likewise.
16163         (CLD_CONTINUED): Likewise.
16164         (POLL_IN): Likewise.
16165         (POLL_OUT): Likewise.
16166         (POLL_MSG): Likewise.
16167         (POLL_ERR): Likewise.
16168         (POLL_PRI): Likewise.
16169         (POLL_HUP): Likewise.
16170         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16171         (ILL_ILLOPN): Likewise.
16172         (ILL_ILLADR): Likewise.
16173         (ILL_ILLTRP): Likewise.
16174         (ILL_PRVOPC): Likewise.
16175         (ILL_PRVREG): Likewise.
16176         (ILL_COPROC): Likewise.
16177         (ILL_BADSTK): Likewise.
16178         (FPE_INTDIV): Likewise.
16179         (FPE_INTOVF): Likewise.
16180         (FPE_FLTDIV): Likewise.
16181         (FPE_FLTOVF): Likewise.
16182         (FPE_FLTUND): Likewise.
16183         (FPE_FLTRES): Likewise.
16184         (FPE_FLTINV): Likewise.
16185         (FPE_FLTSUB): Likewise.
16186         (SEGV_MAPERR): Likewise.
16187         (SEGV_ACCERR): Likewise.
16188         (BUS_ADRALN): Likewise.
16189         (BUS_ADRERR): Likewise.
16190         (BUS_OBJERR): Likewise.
16191         (BUS_MCEERR_AR): Likewise.
16192         (BUS_MCEERR_AO): Likewise.
16193         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16194         (TRAP_TRACE): Likewise.
16195         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16196         __USE_XOPEN2K8].
16197         (CLD_KILLED): Likewise.
16198         (CLD_DUMPED): Likewise.
16199         (CLD_TRAPPED): Likewise.
16200         (CLD_STOPPED): Likewise.
16201         (CLD_CONTINUED): Likewise.
16202         (POLL_IN): Likewise.
16203         (POLL_OUT): Likewise.
16204         (POLL_MSG): Likewise.
16205         (POLL_ERR): Likewise.
16206         (POLL_PRI): Likewise.
16207         (POLL_HUP): Likewise.
16208         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16209         (ILL_ILLOPN): Likewise.
16210         (ILL_ILLADR): Likewise.
16211         (ILL_ILLTRP): Likewise.
16212         (ILL_PRVOPC): Likewise.
16213         (ILL_PRVREG): Likewise.
16214         (ILL_COPROC): Likewise.
16215         (ILL_BADSTK): Likewise.
16216         (FPE_INTDIV): Likewise.
16217         (FPE_INTOVF): Likewise.
16218         (FPE_FLTDIV): Likewise.
16219         (FPE_FLTOVF): Likewise.
16220         (FPE_FLTUND): Likewise.
16221         (FPE_FLTRES): Likewise.
16222         (FPE_FLTINV): Likewise.
16223         (FPE_FLTSUB): Likewise.
16224         (SEGV_MAPERR): Likewise.
16225         (SEGV_ACCERR): Likewise.
16226         (BUS_ADRALN): Likewise.
16227         (BUS_ADRERR): Likewise.
16228         (BUS_OBJERR): Likewise.
16229         (BUS_MCEERR_AR): Likewise.
16230         (BUS_MCEERR_AO): Likewise.
16231         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16232         (TRAP_TRACE): Likewise.
16233         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16234         __USE_XOPEN2K8].
16235         (CLD_KILLED): Likewise.
16236         (CLD_DUMPED): Likewise.
16237         (CLD_TRAPPED): Likewise.
16238         (CLD_STOPPED): Likewise.
16239         (CLD_CONTINUED): Likewise.
16240         (POLL_IN): Likewise.
16241         (POLL_OUT): Likewise.
16242         (POLL_MSG): Likewise.
16243         (POLL_ERR): Likewise.
16244         (POLL_PRI): Likewise.
16245         (POLL_HUP): Likewise.
16246         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16247         (ILL_ILLOPN): Likewise.
16248         (ILL_ILLADR): Likewise.
16249         (ILL_ILLTRP): Likewise.
16250         (ILL_PRVOPC): Likewise.
16251         (ILL_PRVREG): Likewise.
16252         (ILL_COPROC): Likewise.
16253         (ILL_BADSTK): Likewise.
16254         (FPE_INTDIV): Likewise.
16255         (FPE_INTOVF): Likewise.
16256         (FPE_FLTDIV): Likewise.
16257         (FPE_FLTOVF): Likewise.
16258         (FPE_FLTUND): Likewise.
16259         (FPE_FLTRES): Likewise.
16260         (FPE_FLTINV): Likewise.
16261         (FPE_FLTSUB): Likewise.
16262         (SEGV_MAPERR): Likewise.
16263         (SEGV_ACCERR): Likewise.
16264         (BUS_ADRALN): Likewise.
16265         (BUS_ADRERR): Likewise.
16266         (BUS_OBJERR): Likewise.
16267         (BUS_MCEERR_AR): Likewise.
16268         (BUS_MCEERR_AO): Likewise.
16269         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16270         (TRAP_TRACE): Likewise.
16271         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16272         __USE_XOPEN2K8].
16273         (CLD_KILLED): Likewise.
16274         (CLD_DUMPED): Likewise.
16275         (CLD_TRAPPED): Likewise.
16276         (CLD_STOPPED): Likewise.
16277         (CLD_CONTINUED): Likewise.
16278         (POLL_IN): Likewise.
16279         (POLL_OUT): Likewise.
16280         (POLL_MSG): Likewise.
16281         (POLL_ERR): Likewise.
16282         (POLL_PRI): Likewise.
16283         (POLL_HUP): Likewise.
16284         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16285         (ILL_ILLOPN): Likewise.
16286         (ILL_ILLADR): Likewise.
16287         (ILL_ILLTRP): Likewise.
16288         (ILL_PRVOPC): Likewise.
16289         (ILL_PRVREG): Likewise.
16290         (ILL_COPROC): Likewise.
16291         (ILL_BADSTK): Likewise.
16292         (ILL_DBLFLT): Likewise.
16293         (ILL_HARDWALL): Likewise.
16294         (FPE_INTDIV): Likewise.
16295         (FPE_INTOVF): Likewise.
16296         (FPE_FLTDIV): Likewise.
16297         (FPE_FLTOVF): Likewise.
16298         (FPE_FLTUND): Likewise.
16299         (FPE_FLTRES): Likewise.
16300         (FPE_FLTINV): Likewise.
16301         (FPE_FLTSUB): Likewise.
16302         (SEGV_MAPERR): Likewise.
16303         (SEGV_ACCERR): Likewise.
16304         (BUS_ADRALN): Likewise.
16305         (BUS_ADRERR): Likewise.
16306         (BUS_OBJERR): Likewise.
16307         (BUS_MCEERR_AR): Likewise.
16308         (BUS_MCEERR_AO): Likewise.
16309         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16310         (TRAP_TRACE): Likewise.
16311         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16312         __USE_XOPEN2K8].
16313         (CLD_KILLED): Likewise.
16314         (CLD_DUMPED): Likewise.
16315         (CLD_TRAPPED): Likewise.
16316         (CLD_STOPPED): Likewise.
16317         (CLD_CONTINUED): Likewise.
16318         (POLL_IN): Likewise.
16319         (POLL_OUT): Likewise.
16320         (POLL_MSG): Likewise.
16321         (POLL_ERR): Likewise.
16322         (POLL_PRI): Likewise.
16323         (POLL_HUP): Likewise.
16324         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16325         (ILL_ILLOPN): Likewise.
16326         (ILL_ILLADR): Likewise.
16327         (ILL_ILLTRP): Likewise.
16328         (ILL_PRVOPC): Likewise.
16329         (ILL_PRVREG): Likewise.
16330         (ILL_COPROC): Likewise.
16331         (ILL_BADSTK): Likewise.
16332         (FPE_INTDIV): Likewise.
16333         (FPE_INTOVF): Likewise.
16334         (FPE_FLTDIV): Likewise.
16335         (FPE_FLTOVF): Likewise.
16336         (FPE_FLTUND): Likewise.
16337         (FPE_FLTRES): Likewise.
16338         (FPE_FLTINV): Likewise.
16339         (FPE_FLTSUB): Likewise.
16340         (SEGV_MAPERR): Likewise.
16341         (SEGV_ACCERR): Likewise.
16342         (BUS_ADRALN): Likewise.
16343         (BUS_ADRERR): Likewise.
16344         (BUS_OBJERR): Likewise.
16345         (BUS_MCEERR_AR): Likewise.
16346         (BUS_MCEERR_AO): Likewise.
16347         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16348         (TRAP_TRACE): Likewise.
16349         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16350         __USE_XOPEN2K8].
16351         (CLD_KILLED): Likewise.
16352         (CLD_DUMPED): Likewise.
16353         (CLD_TRAPPED): Likewise.
16354         (CLD_STOPPED): Likewise.
16355         (CLD_CONTINUED): Likewise.
16356         (POLL_IN): Likewise.
16357         (POLL_OUT): Likewise.
16358         (POLL_MSG): Likewise.
16359         (POLL_ERR): Likewise.
16360         (POLL_PRI): Likewise.
16361         (POLL_HUP): Likewise.
16362         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16363         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16365         [BZ #16670]
16366         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16367         before #include of <time.h>.
16368         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16369         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16370         (test-xfail-UNIX98/sched.h/conform): Likewise.
16372 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16374         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16375         error absence of trapping exception support.
16376         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16378 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16380         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16381         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16382         * timezone/Makefile (testdata): Move definition above include of
16383         Rules.
16384         (test-zones): New variable.
16385         (tests-special): Add zone files.
16386         (build-testdata): Use $(evaluate-test).
16388         * elf/Makefile (tests-special): Rename tests to end with .out.
16389         ($(objpfx)noload-mem): Likewise.
16390         ($(objpfx)tst-leaks1-mem): Likewise.
16391         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16392         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16393         $(objpfx)test-iconvconfig.out.
16394         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16395         set -e inside subshell and redirect output to file.
16396         * iconvdata/Makefile (generated): Rename tests to end with .out.
16397         Correct type.
16398         (tests-special): Rename tests to end with .out.
16399         ($(objpfx)mtrace-tst-loading): Likewise.
16400         * intl/Makefile (generated): Likewise.
16401         (tests-special): Likewise.
16402         ($(objpfx)mtrace-tst-gettext): Likewise.
16403         * misc/Makefile (generated): Likewise.
16404         (tests-special): Likewise.
16405         ($(objpfx)tst-error1-mem): Likewise.
16406         * nptl/Makefile (tests-special): Likewise.
16407         ($(objpfx)tst-stack3-mem): Likewise.
16408         (generated): Likewise.
16409         * posix/Makefile (generated): Likewise.
16410         (tests-special): Likewise.
16411         (xtests-special): Likewise.
16412         ($(objpfx)tst-fnmatch-mem): Likewise.
16413         ($(objpfx)bug-regex2-mem): Likewise.
16414         ($(objpfx)bug-regex14-mem): Likewise.
16415         ($(objpfx)bug-regex21-mem): Likewise.
16416         ($(objpfx)bug-regex31-mem): Likewise.
16417         ($(objpfx)tst-vfork3-mem): Likewise.
16418         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16419         ($(objpfx)tst-pcre-mem): Likewise.
16420         ($(objpfx)tst-boost-mem): Likewise.
16421         ($(objpfx)bug-ga2-mem): Likewise.
16422         ($(objpfx)bug-glob2-mem): Likewise.
16423         * resolv/Makefile (generate): Likewise.
16424         (tests-special): Likewise.
16425         (xtests-special): Likewise.
16426         (generated): Likewise.
16427         ($(objpfx)mtrace-tst-leaks): Likewise.
16428         ($(objpfx)mtrace-tst-leaks2): Likewise.
16430         * scripts/merge-test-results.sh: New file.
16431         * Makefile (tests-special-notdir): New variable.
16432         (tests): Run merge-test-results.sh.
16433         (xtests): Likewise.
16434         * Rules (tests-special-notdir): New variable.
16435         (xtests-special-notdir): Likewise.
16436         (tests): Run merge-test-results.sh
16437         (xtests): Likewise.
16439         * Makeconfig (test-xfail-name): New variable.
16440         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16441         compute variable name for expected failures.
16442         * conform/Makefile (conformtest-headers-data): New variable.
16443         (conformtest-standards): Likewise.
16444         (conformtest-headers-ISO): Likewise.
16445         (conformtest-headers-ISO99): Likewise.
16446         (conformtest-headers-ISO11): Likewise.
16447         (conformtest-headers-POSIX): Likewise.
16448         (conformtest-headers-XPG3): Likewise.
16449         (conformtest-headers-XPG4): Likewise.
16450         (conformtest-headers-UNIX98): Likewise.
16451         (conformtest-headers-XOPEN2K): Likewise.
16452         (conformtest-headers-POSIX2008): Likewise.
16453         (conformtest-headers-XOPEN2K8): Likewise.
16454         (conformtest-header-list-base): Likewise.
16455         (conformtest-header-list-tests): Likewise.
16456         (conformtest-header-base): Likewise.
16457         (conformtest-header-tests): Likewise.
16458         (tests-special): Add $(conformtest-header-list-tests).  If
16459         [$(fast-check) && !$(cross-compiling)], add
16460         $(conformtest-header-tests) instead of
16461         $(objpfx)run-conformtest.out.
16462         (generated): Add $(conformtest-header-list-base).  If
16463         [$(fast-check) && !$(cross-compiling)], add
16464         $(conformtest-header-base).  Remove previous setting.
16465         ($(conformtest-header-list-tests)): New target.
16466         (test-xfail-run-conformtest): Remove variable.
16467         ($(objpfx)run-conformtest.out): Remove target.
16468         (test-xfail-ISO11/complex.h/conform): New variable.
16469         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16470         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16471         (test-xfail-XPG3/varargs.h/conform): Likewise.
16472         (test-xfail-XPG4/varargs.h/conform): Likewise.
16473         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16474         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16475         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16476         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16477         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16478         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16479         (test-xfail-XPG3/ftw.h/conform): Likewise.
16480         (test-xfail-XPG3/grp.h/conform): Likewise.
16481         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16482         (test-xfail-XPG3/limits.h/conform): Likewise.
16483         (test-xfail-XPG3/pwd.h/conform): Likewise.
16484         (test-xfail-XPG3/search.h/conform): Likewise.
16485         (test-xfail-XPG3/signal.h/conform): Likewise.
16486         (test-xfail-XPG3/stdio.h/conform): Likewise.
16487         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16488         (test-xfail-XPG3/string.h/conform): Likewise.
16489         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16490         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16491         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16492         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16493         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16494         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16495         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16496         (test-xfail-XPG3/termios.h/conform): Likewise.
16497         (test-xfail-XPG3/time.h/conform): Likewise.
16498         (test-xfail-XPG3/unistd.h/conform): Likewise.
16499         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16500         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16501         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16502         (test-xfail-XPG4/netdb.h/conform): Likewise.
16503         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16504         (test-xfail-XPG4/signal.h/conform): Likewise.
16505         (test-xfail-XPG4/stdio.h/conform): Likewise.
16506         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16507         (test-xfail-XPG4/stropts.h/conform): Likewise.
16508         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16509         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16510         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16511         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16512         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16513         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16514         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16515         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16516         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16517         (test-xfail-XPG4/termios.h/conform): Likewise.
16518         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16519         (test-xfail-XPG4/unistd.h/conform): Likewise.
16520         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16521         (test-xfail-POSIX/sched.h/conform): Likewise.
16522         (test-xfail-POSIX/signal.h/conform): Likewise.
16523         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16524         (test-xfail-POSIX/tar.h/conform): Likewise.
16525         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16526         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16527         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16528         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16529         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16530         (test-xfail-UNIX98/sched.h/conform): Likewise.
16531         (test-xfail-UNIX98/signal.h/conform): Likewise.
16532         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16533         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16534         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16535         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16536         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16537         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16538         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16539         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16540         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16541         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16542         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16543         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16544         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16545         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16546         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16547         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16548         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16549         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16550         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16551         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16552         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16553         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16554         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16555         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16556         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16557         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16558         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16559         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16560         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16561         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16562         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16563         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16564         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16565         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16566         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16567         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16568         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16569         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16570         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16571         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16572         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16573         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16574         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16575         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16576         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16577         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16578         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16579         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16580         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16581         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16582         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16583         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16584         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16585         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16586         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16587         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16588         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16589         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16590         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16591         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16592         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16593         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16594         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16595         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16596         (conformtest-cc-flags): Likewise.
16597         ($(conformtest-header-tests): New target.
16598         * conform/check-header-lists.sh: New file.
16599         * conform/run-conformtest.sh: Remove.
16601         * conform/conformtest.pl: Allow ' and \ in values given for
16602         constants.
16603         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16604         inclusion.
16605         [POSIX] (sys/types.h): Likewise.
16606         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16607         inclusion.
16608         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16609         inclusion.
16610         * conform/data/signal.h-data (SIGIO): Remove expectation.
16611         [XPG3] (SIGBUS): Do not expect.
16612         [POSIX || XPG3] (SIGPOLL): Likewise.
16613         [POSIX || XPG3] (SIGPROF): Likewise.
16614         [POSIX || XPG3] (SIGSYS): Likewise.
16615         [XPG3] (SIGTRAP): Likewise.
16616         [POSIX || XPG3] (SIGURG): Likewise.
16617         [POSIX || XPG3] (SIGVTALRM): Likewise.
16618         [POSIX || XPG3] (SIGXCPU): Likewise.
16619         [POSIX || XPG3] (SIGXFSZ): Likewise.
16620         [POSIX] (SA_SIGINFO): Expect.
16621         [XPG3] (siginfo_t): Do not expect type or contents.
16622         [POSIX] (si_pid): Do not expect element.
16623         [POSIX] (si_uid): Likewise.
16624         [POSIX] (si_addr): Likewise.
16625         [POSIX] (si_status): Likewise.
16626         [POSIX] (si_band): Likewise.
16627         [XPG4] (si_value): Likewise.
16628         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16629         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16630         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16631         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16632         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16633         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16634         [POSIX || XPG3] (ILL_COPROC): Likewise.
16635         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16636         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16637         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16638         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16639         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16640         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16641         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16642         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16643         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16644         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16645         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16646         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16647         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16648         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16649         [POSIX || XPG3] (CLD_EXITED): Likewise.
16650         [POSIX || XPG3] (CLD_KILLED): Likewise.
16651         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16652         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16653         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16654         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16655         [POSIX || XPG3] (POLL_IN): Likewise.
16656         [POSIX || XPG3] (POLL_OUT): Likewise.
16657         [POSIX || XPG3] (POLL_MSG): Likewise.
16658         [POSIX || XPG3] (POLL_ERR): Likewise.
16659         [POSIX || XPG3] (POLL_PRI): Likewise.
16660         [POSIX || XPG3] (POLL_HUP): Likewise.
16661         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16662         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16663         (SIG*): Do not allow.
16664         [XPG3] (si_*): Likewise.
16665         [XPG3] (SI_*): Likewise.
16666         [XPG3 || XPG4] (sigev_*): Likewise.
16667         [XPG3 || XPG4] (SIGEV_*): Likewise.
16668         [XPG3 || XPG4] (sival_*): Likewise.
16669         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16670         [POSIX || XPG3] (BUS_*): Likewise.
16671         [POSIX || XPG3] (CLD_*): Likewise.
16672         [POSIX || XPG3] (FPE_*): Likewise.
16673         [POSIX || XPG3] (ILL_*): Likewise.
16674         [POSIX || XPG3] (POLL_*): Likewise.
16675         [POSIX || XPG3] (SEGV_*): Likewise.
16676         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16677         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16678         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16679         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16680         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16681         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16682         Specify type and value.
16683         (TVERSLEN): Likewise.
16684         (REGTYPE): Likewise.
16685         (AREGTYPE): Likewise.
16686         (LNKTYPE): Likewise.
16687         (SYMTYPE): Likewise.
16688         (CHRTYPE): Likewise.
16689         (BLKTYPE): Likewise.
16690         (DIRTYPE): Likewise.
16691         (FIFOTYPE): Likewise.
16692         (CONTTYPE): Likewise.
16693         (TSUID): Likewise.
16694         (TSGID): Likewise.
16695         (TSVTX): Likewise.
16696         (TUREAD): Likewise.
16697         (TUWRITE): Likewise.
16698         (TUEXEC): Likewise.
16699         (TGREAD): Likewise.
16700         (TGWRITE): Likewise.
16701         (TGEXEC): Likewise.
16702         (TOREAD): Likewise.
16703         (TOWRITE): Likewise.
16704         (TOEXEC): Likewise.
16705         [POSIX] (TSVTX): Expect constant.
16707 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16709         * Makefile (tests): Change dependencies to ....
16710         (tests-special): ... additions to this variable.
16711         (tests): Depend on $(tests-special).
16712         * Makerules (check-abi-list): New variable.
16713         (check-abi): Depend on $(check-abi-list).
16714         [$(subdir) = elf] (tests-special): Add
16715         $(objpfx)check-abi-libc.out.
16716         [$(build-shared) = yes && subdir] (tests-special): Add
16717         $(check-abi-list).
16718         [$(build-shared) = yes && subdir] (tests): Do not depend on
16719         check-abi.
16720         * Rules (tests): Depend on $(tests-special).
16721         (xtests): Depend on $(xtests-special).
16722         * catgets/Makefile (tests): Change dependencies to ....
16723         (tests-special): ... additions to this variable.
16724         * conform/Makefile (tests): Change dependencies to ....
16725         (tests-special): ... additions to this variable.
16726         * elf/Makefile (tests): Change dependencies to ....
16727         (tests-special): ... additions to this variable.
16728         * grp/Makefile (tests): Change dependencies to ....
16729         (tests-special): ... additions to this variable.
16730         * iconv/Makefile (xtests): Change dependencies to ....
16731         (xtests-special): ... additions to this variable.
16732         * iconvdata/Makefile (tests): Change dependencies to ....
16733         (tests-special): ... additions to this variable.
16734         * intl/Makefile (tests): Change dependencies to ....
16735         (tests-special): ... additions to this variable.  Also add
16736         $(objpfx)tst-gettext.out.
16737         * io/Makefile (tests): Change dependencies to ....
16738         (tests-special): ... additions to this variable.
16739         * libio/Makefile (tests): Change dependencies to ....
16740         (tests-special): ... additions to this variable.
16741         * malloc/Makefile (tests): Change dependencies to ....
16742         (tests-special): ... additions to this variable.
16743         * misc/Makefile (tests): Change dependencies to ....
16744         (tests-special): ... additions to this variable.
16745         * nptl/Makefile (tests): Change dependencies to ....
16746         (tests-special): ... additions to this variable.
16747         * nptl_db/Makefile (tests): Change dependencies to ....
16748         (tests-special): ... additions to this variable.
16749         * posix/Makefile (tests): Change dependencies to ....
16750         (tests-special): ... additions to this variable.
16751         (xtests): Change dependencies to ....
16752         (xtests-special): ... additions to this variable.
16753         * resolv/Makefile (tests): Change dependencies to ....
16754         (tests-special): ... additions to this variable.
16755         (xtests): Change dependencies to ....
16756         (xtests-special): ... additions to this variable.
16757         * stdio-common/Makefile (tests): Change dependencies to ....
16758         (tests-special): ... additions to this variable.
16759         (do-tst-unbputc): Remove target.
16760         (do-tst-printf): Likewise.
16761         * stdlib/Makefile (tests): Change dependencies to ....
16762         (tests-special): ... additions to this variable.
16763         * string/Makefile (tests): Change dependencies to ....
16764         (tests-special): ... additions to this variable.
16765         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16766         (tests-special): ... additions to this variable.
16768         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16769         whole file.
16770         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16771         whole file.
16772         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16773         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16775         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16776         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16777         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16778         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16779         * conform/data/libgen.h-data [XPG3]: Likewise.
16780         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16781         * conform/data/ndbm.h-data [XPG3]: Likewise.
16782         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16783         * conform/data/netdb.h-data [XPG3]: Likewise.
16784         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16785         * conform/data/poll.h-data [XPG3]: Likewise.
16786         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16787         * conform/data/strings.h-data [XPG3]: Likewise.
16788         * conform/data/stropts.h-data [XPG3]: Likewise.
16789         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16790         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16791         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16792         Likewise.
16793         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16794         * conform/data/sys/time.h-data [XPG3]: Likewise.
16795         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16796         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16797         * conform/data/sys/un.h-data [XPG3]: Likewise.
16798         * conform/data/syslog.h-data [XPG3]: Likewise.
16799         * conform/data/ucontext.h-data [XPG3]: Likewise.
16800         * conform/data/utmpx.h-data [XPG3]: Likewise.
16801         * conform/data/varargs.h-data [UNIX98]: Enable file.
16803         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16805         * math/libm-test.inc (struct test_f_f_data): Move expected results
16806         into structure for each rounding mode.
16807         (struct test_ff_f_data): Likewise.
16808         (struct test_ff_f_data_nexttoward): Likewise.
16809         (struct test_fi_f_data): Likewise.
16810         (struct test_fl_f_data): Likewise.
16811         (struct test_if_f_data): Likewise.
16812         (struct test_fff_f_data): Likewise.
16813         (struct test_c_f_data): Likewise.
16814         (struct test_f_f1_data): Likewise.
16815         (struct test_fF_f1_data): Likewise.
16816         (struct test_ffI_f1_data): Likewise.
16817         (struct test_c_c_data): Likewise.
16818         (struct test_cc_c_data): Likewise.
16819         (struct test_f_i_data): Likewise.
16820         (struct test_ff_i_data): Likewise.
16821         (struct test_f_l_data): Likewise.
16822         (struct test_f_L_data): Likewise.
16823         (struct test_fFF_11_data): Likewise.
16824         (RM_): New macro.
16825         (RM_FE_DOWNWARD): Likewise.
16826         (RM_FE_TONEAREST): Likewise.
16827         (RM_FE_TOWARDZERO): Likewise.
16828         (RM_FE_UPWARD): Likewise.
16829         (RUN_TEST_LOOP_f_f): Update references to expected results.
16830         (RUN_TEST_LOOP_2_f): Likewise.
16831         (RUN_TEST_LOOP_fff_f): Likewise.
16832         (RUN_TEST_LOOP_c_f): Likewise.
16833         (RUN_TEST_LOOP_f_f1): Likewise.
16834         (RUN_TEST_LOOP_fF_f1): Likewise.
16835         (RUN_TEST_LOOP_fI_f1): Likewise.
16836         (RUN_TEST_LOOP_ffI_f1): Likewise.
16837         (RUN_TEST_LOOP_c_c): Likewise.
16838         (RUN_TEST_LOOP_cc_c): Likewise.
16839         (RUN_TEST_LOOP_f_i): Likewise.
16840         (RUN_TEST_LOOP_f_i_tg): Likewise.
16841         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16842         (RUN_TEST_LOOP_f_b): Likewise.
16843         (RUN_TEST_LOOP_f_b_tg): Likewise.
16844         (RUN_TEST_LOOP_f_l): Likewise.
16845         (RUN_TEST_LOOP_f_L): Likewise.
16846         (RUN_TEST_LOOP_fFF_11): Likewise.
16847         * math/gen-libm-test.pl (parse_args): Output four copies of
16848         expected results for each test.
16850         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16851         (__ASSUME_UTIMES): Remove.
16852         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16853         (__ASSUME_UTIMES): Likewise.
16855         * math/gen-auto-libm-tests.c: Update comment on output format.
16856         (output_for_one_input_case): Generate before-rounding and
16857         after-rounding information as conditions on output flags not
16858         floating-point format.
16859         * math/auto-libm-test-out: Regenerated.
16860         * math/gen-libm-test.pl (cond_value): New function.
16861         (or_cond_value): Use cond_value.
16862         (generate_testfile): Handle conditional exceptions.
16864 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16866         * math/libm-test.inc (max_valid_error): New variable.
16867         (init_max_error): Take new argument specifying whether function
16868         results are exactly determined.  Set max_valid_error and bound
16869         other variables for errors based on this argument.
16870         (set_max_error): Do not record results above max_valid_error.
16871         (check_float_internal): Only accept errors of up to 0.5ulps if
16872         also at most max_valid_error.
16873         (START): Take new argument EXACT and pass it to init_max_error.
16874         (acos_test): Update call to START.
16875         (acos_test_tonearest): Likewise.
16876         (acos_test_towardzero): Likewise.
16877         (acos_test_downward): Likewise.
16878         (acos_test_upward): Likewise.
16879         (acosh_test): Likewise.
16880         (asin_test): Likewise.
16881         (asin_test_tonearest): Likewise.
16882         (asin_test_towardzero): Likewise.
16883         (asin_test_downward): Likewise.
16884         (asin_test_upward): Likewise.
16885         (asinh_test): Likewise.
16886         (atan_test): Likewise.
16887         (atanh_test): Likewise.
16888         (atan2_test): Likewise.
16889         (cabs_test): Likewise.
16890         (cacos_test): Likewise.
16891         (cacosh_test): Likewise.
16892         (carg_test): Likewise.
16893         (casin_test): Likewise.
16894         (casinh_test): Likewise.
16895         (catan_test): Likewise.
16896         (catanh_test): Likewise.
16897         (cbrt_test): Likewise.
16898         (ccos_test): Likewise.
16899         (ccosh_test): Likewise.
16900         (ceil_test): Likewise.
16901         (cexp_test): Likewise.
16902         (cimag_test): Likewise.
16903         (clog_test): Likewise.
16904         (clog10_test): Likewise.
16905         (conj_test): Likewise.
16906         (copysign_test): Likewise.
16907         (cos_test): Likewise.
16908         (cos_test_tonearest): Likewise.
16909         (cos_test_towardzero): Likewise.
16910         (cos_test_downward): Likewise.
16911         (cos_test_upward): Likewise.
16912         (cosh_test): Likewise.
16913         (cosh_test_tonearest): Likewise.
16914         (cosh_test_towardzero): Likewise.
16915         (cosh_test_downward): Likewise.
16916         (cosh_test_upward): Likewise.
16917         (cpow_test): Likewise.
16918         (cproj_test): Likewise.
16919         (creal_test): Likewise.
16920         (csin_test): Likewise.
16921         (csinh_test): Likewise.
16922         (csqrt_test): Likewise.
16923         (ctan_test): Likewise.
16924         (ctan_test_tonearest): Likewise.
16925         (ctan_test_towardzero): Likewise.
16926         (ctan_test_downward): Likewise.
16927         (ctan_test_upward): Likewise.
16928         (ctanh_test): Likewise.
16929         (ctanh_test_tonearest): Likewise.
16930         (ctanh_test_towardzero): Likewise.
16931         (ctanh_test_downward): Likewise.
16932         (ctanh_test_upward): Likewise.
16933         (erf_test): Likewise.
16934         (erfc_test): Likewise.
16935         (exp_test): Likewise.
16936         (exp_test_tonearest): Likewise.
16937         (exp_test_towardzero): Likewise.
16938         (exp_test_downward): Likewise.
16939         (exp_test_upward): Likewise.
16940         (exp10_test): Likewise.
16941         (exp10_test_tonearest): Likewise.
16942         (exp10_test_towardzero): Likewise.
16943         (exp10_test_downward): Likewise.
16944         (exp10_test_upward): Likewise.
16945         (pow10_test): Likewise.
16946         (exp2_test): Likewise.
16947         (expm1_test): Likewise.
16948         (expm1_test_tonearest): Likewise.
16949         (expm1_test_towardzero): Likewise.
16950         (expm1_test_downward): Likewise.
16951         (expm1_test_upward): Likewise.
16952         (fabs_test): Likewise.
16953         (fdim_test): Likewise.
16954         (floor_test): Likewise.
16955         (fma_test): Likewise.
16956         (fma_test_towardzero): Likewise.
16957         (fma_test_downward): Likewise.
16958         (fma_test_upward): Likewise.
16959         (fmax_test): Likewise.
16960         (fmin_test): Likewise.
16961         (fmod_test): Likewise.
16962         (fpclassify_test): Likewise.
16963         (frexp_test): Likewise.
16964         (hypot_test): Likewise.
16965         (ilogb_test): Likewise.
16966         (isfinite_test): Likewise.
16967         (finite_test): Likewise.
16968         (isgreater_test): Likewise.
16969         (isgreaterequal_test): Likewise.
16970         (isinf_test): Likewise.
16971         (isless_test): Likewise.
16972         (islessequal_test): Likewise.
16973         (islessgreater_test): Likewise.
16974         (isnan_test): Likewise.
16975         (isnormal_test): Likewise.
16976         (issignaling_test): Likewise.
16977         (isunordered_test): Likewise.
16978         (j0_test): Likewise.
16979         (j1_test): Likewise.
16980         (jn_test): Likewise.
16981         (ldexp_test): Likewise.
16982         (lgamma_test): Likewise.
16983         (gamma_test): Likewise.
16984         (lrint_test): Likewise.
16985         (lrint_test_tonearest): Likewise.
16986         (lrint_test_towardzero): Likewise.
16987         (lrint_test_downward): Likewise.
16988         (lrint_test_upward): Likewise.
16989         (llrint_test): Likewise.
16990         (llrint_test_tonearest): Likewise.
16991         (llrint_test_towardzero): Likewise.
16992         (llrint_test_downward): Likewise.
16993         (llrint_test_upward): Likewise.
16994         (log_test): Likewise.
16995         (log10_test): Likewise.
16996         (log1p_test): Likewise.
16997         (log2_test): Likewise.
16998         (logb_test): Likewise.
16999         (logb_test_downward): Likewise.
17000         (lround_test): Likewise.
17001         (llround_test): Likewise.
17002         (modf_test): Likewise.
17003         (nearbyint_test): Likewise.
17004         (nextafter_test): Likewise.
17005         (nexttoward_test): Likewise.
17006         (pow_test): Likewise.
17007         (pow_test_tonearest): Likewise.
17008         (pow_test_towardzero): Likewise.
17009         (pow_test_downward): Likewise.
17010         (pow_test_upward): Likewise.
17011         (remainder_test): Likewise.
17012         (drem_test): Likewise.
17013         (remainder_test_tonearest): Likewise.
17014         (drem_test_tonearest): Likewise.
17015         (remainder_test_towardzero): Likewise.
17016         (drem_test_towardzero): Likewise.
17017         (remainder_test_downward): Likewise.
17018         (drem_test_downward): Likewise.
17019         (remainder_test_upward): Likewise.
17020         (drem_test_upward): Likewise.
17021         (remquo_test): Likewise.
17022         (rint_test): Likewise.
17023         (rint_test_tonearest): Likewise.
17024         (rint_test_towardzero): Likewise.
17025         (rint_test_downward): Likewise.
17026         (rint_test_upward): Likewise.
17027         (round_test): Likewise.
17028         (scalb_test): Likewise.
17029         (scalbn_test): Likewise.
17030         (scalbln_test): Likewise.
17031         (signbit_test): Likewise.
17032         (sin_test): Likewise.
17033         (sin_test_tonearest): Likewise.
17034         (sin_test_towardzero): Likewise.
17035         (sin_test_downward): Likewise.
17036         (sin_test_upward): Likewise.
17037         (sincos_test): Likewise.
17038         (sinh_test): Likewise.
17039         (sinh_test_tonearest): Likewise.
17040         (sinh_test_towardzero): Likewise.
17041         (sinh_test_downward): Likewise.
17042         (sinh_test_upward): Likewise.
17043         (sqrt_test): Likewise.
17044         (sqrt_test_tonearest): Likewise.
17045         (sqrt_test_towardzero): Likewise.
17046         (sqrt_test_downward): Likewise.
17047         (sqrt_test_upward): Likewise.
17048         (tan_test): Likewise.
17049         (tan_test_tonearest): Likewise.
17050         (tan_test_towardzero): Likewise.
17051         (tan_test_downward): Likewise.
17052         (tan_test_upward): Likewise.
17053         (tanh_test): Likewise.
17054         (tgamma_test): Likewise.
17055         (trunc_test): Likewise.
17056         (y0_test): Likewise.
17057         (y1_test): Likewise.
17058         (yn_test): Likewise.
17059         (significand_test): Likewise.
17061         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17062         individual tests in comment.
17063         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17064         (prev_max_error): New variable.
17065         (prev_real_max_error): Likewise.
17066         (prev_imag_max_error): Likewise.
17067         (compare_ulp_data): Don't refer to test names in comment.
17068         (find_test_ulps): Remove function.
17069         (find_function_ulps): Likewise.
17070         (find_complex_function_ulps): Likewise.
17071         (init_max_error): Take function name as argument.  Look up ulps
17072         for that function.
17073         (print_ulps): Remove function.
17074         (print_max_error): Use prev_max_error instead of calling
17075         find_function_ulps.
17076         (print_complex_max_error): Use prev_real_max_error and
17077         prev_imag_max_error instead of calling find_complex_function_ulps.
17078         (check_float_internal): Take max_ulp parameter instead of calling
17079         find_test_ulps.  Don't call print_ulps.
17080         (check_float): Update call to check_float_internal.
17081         (check_complex): Update calls to check_float_internal.
17082         (START): Pass argument to init_max_error.
17083         * math/gen-libm-test.pl (%results): Don't include "kind"
17084         information.
17085         (parse_ulps): Don't handle ulps of individual tests.
17086         (print_ulps_file): Likewise.
17087         (output_ulps): Likewise.
17088         * math/README.libm-test: Update.
17089         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17090         individual tests.
17091         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17092         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17093         * sysdeps/arm/libm-test-ulps: Likewise.
17094         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17095         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17096         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17097         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17098         * sysdeps/microblaze/libm-test-ulps: Likewise.
17099         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17100         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17101         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17102         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17103         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17104         * sysdeps/sh/libm-test-ulps: Likewise.
17105         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17106         * sysdeps/tile/libm-test-ulps: Likewise.
17107         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17109 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17111         * math/libm-test.inc (print_complex_max_error): Check separately
17112         whether real and imaginary errors are within allowed range and
17113         pass 0 to print_complex_function_ulps instead of value within
17114         allowed range.
17116 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17118         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17119         formatting.
17120         (get_handles_fopen): Likewise.
17121         (do_write_test): Likewise.
17123         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17125         * libio/fileops.c (do_ftell): Use cached offset when
17126         available.
17127         * libio/iofwide.c (do_ftell_wide): Likewise.
17128         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17129         _IO_file_attach.
17130         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17132         [BZ #16532]
17133         * libio/libioP.h (get_file_offset): New function.
17134         * libio/fileops.c (get_file_offset): Likewise.
17135         (do_ftell): Likewise.
17136         (_IO_new_file_seekoff): Split out ftell logic.
17137         * libio/wfileops.c (do_ftell_wide): Likewise.
17138         (_IO_wfile_seekoff): Split out ftell logic.
17139         * libio/tst-ftell-active-handler.c: New test case.
17140         * libio/Makefile (tests): Add it.
17142 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17144         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17145         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17147 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17149         [BZ #16639]
17150         * nscd/connections.c (nscd_init): Call do_exit.
17151         (start_threads): Call do_exit and notify_parent.
17152         (begin_drop_privileges): Call do_exit.
17153         (finish_drop_privileges): Likewise.
17154         * nscd/selinux.c (preserve_capabilities): Likewise.
17155         (install_real_capabilities): Likewise.
17156         (nscd_selinux_enabled): Likewise.
17157         (avc_create_thread): Likewise.
17158         (avc_alloc_lock): Likewise.
17159         (nscd_avc_init): Likewise.
17160         * nscd/nscd.c (parent_fd): New static variable.
17161         (main): Create a pipe between parent and child processes.
17162         Skip closing parent_fd.
17163         (monitor_child): New function.
17164         (do_exit): Likewise.
17165         (notify_parent): Likewise.
17166         * nscd/nscd.h (notify_parent): Likewise.
17167         (do_exit): Likewise.
17169 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17171         * malloc/malloc.c (__libc_calloc): Revert last change.
17173 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17175         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17177 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17179         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17180         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17181         implementation.
17182         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17183         (__libc_ifunc_impl_list): Likewise.
17184         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17185         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17186         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17187         * string/strrchr.c: Define STRRCHR.
17189 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17191         * benchtest/bench-strtok.c (simple_strtok): Delete.
17192         (strtok_string): Use as benchmark.
17193         * string/strtok (STRTOK): New macro.
17195 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17197         * manual/threads.texi: Add header and standard comments to all
17198         functions.
17200         * elf/dl-lookup.c (check_match): New function.
17201         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17202         (do_lookup_x): Remove nested function check_match. Use non-nested
17203         function check_match.
17205 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17207         * csu/Makefile (generated, before-compile): Use += rather than =.
17208         * catgets/Makefile (generated, generated-dirs): Likewise.
17209         * debug/Makefile (generated): Likewise.
17210         * dlfcn/Makefile (generated): Likewise.
17211         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17212         * iconvdata/Makefile (before-compile, generated): Likewise.
17213         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17214         * libio/Makefile (generated): Likewise.
17215         * malloc/Makefile (generated): Likewise.
17216         * manual/Makefile (generated, generated-dirs): Likewise.
17217         * misc/Makefile (generated): Likewise.
17218         * posix/Makefile (generated): Likewise.
17219         * resolv/Makefile (generated): Likewise.
17220         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17221         * timezone/Makefile (generated, generated-dirs): Likewise.
17223         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17225 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17227         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17228         power8 implementation.
17229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17230         file: POWER8 llround ifunc implementation.
17231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17232         (__lllround): Add POWER8 implementation.
17233         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17234         POWER8 llround implementation.
17236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17237         power8 implementation.
17238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17239         file: POWER8 llrint ifunc implementation.
17240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17241         Add POWER8 implementation.
17242         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17243         POWER8 llrint implementation.
17245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17246         power8 implementation.
17247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17248         file: POWER8 finite ifunc implementation.
17249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17250         Add POWER8 implementation.
17251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17252         Likewise.
17253         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17254         POWER8 finite implementation.
17255         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17257         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17258         power8 implementation.
17259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17260         file: POWER8 isinf ifunc implementation.
17261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17262         POWER8 implementation.
17263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17264         Likewise.
17265         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17266         isinf implementation.
17267         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17269         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17270         (INIT_ARCH): Add hwcap2 initialization.
17271         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17272         power8 implementation.
17273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17274         file: POWER8 isnan ifunc implementation.
17275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17276         POWER8 implementation.
17277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17278         Likewise.
17279         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17280         isnan implementation.
17281         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17283 2014-02-27  Joey Ye  <joey.ye@arm.com>
17285         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17286         (_FP_NANFRAC_Q): Set to zero.
17288 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17290         [BZ #16623]
17291         * math/auto-libm-test-in: New test inputs.
17292         * math/auto-libm-test-out: Regenerate.
17293         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17294         and DA.
17295         (__cos): Likewise.
17296         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17298 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17300         * scripts/evaluate-test.sh: Take new argument indicating whether
17301         failure is expected.
17302         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17303         indicating whether failure is expected.
17304         * conform/Makefile (test-xfail-run-conformtest): New variable.
17305         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17306         level.
17307         * posix/Makefile (test-xfail-annexc): New variable.
17308         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17310 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17312         * argp/Makefile: Include Makeconfig immediately after defining
17313         subdir.
17314         * assert/Makefile: Likewise.
17315         * benchtests/Makefile: Likewise.
17316         * catgets/Makefile: Likewise.
17317         * conform/Makefile: Likewise.
17318         * crypt/Makefile: Likewise.
17319         * csu/Makefile: Likewise.
17320         (all): Remove target.
17321         * ctype/Makefile: Include Makeconfig immediately after defining
17322         subdir.
17323         * debug/Makefile: Likewise.
17324         * dirent/Makefile: Likewise.
17325         * dlfcn/Makefile: Likewise.
17326         * gmon/Makefile: Likewise.
17327         * gnulib/Makefile: Likewise.
17328         * grp/Makefile: Likewise.
17329         * gshadow/Makefile: Likewise.
17330         * hesiod/Makefile: Likewise.
17331         * hurd/Makefile: Likewise.
17332         (all): Remove target.
17333         * iconvdata/Makefile: Include Makeconfig immediately after
17334         defining subdir.
17335         * inet/Makefile: Likewise.
17336         * intl/Makefile: Likewise.
17337         * io/Makefile: Likewise.
17338         * libio/Makefile: Likewise.
17339         (all): Remove target.
17340         * locale/Makefile: Include Makeconfig immediately after defining
17341         subdir.
17342         * login/Makefile: Likewise.
17343         * mach/Makefile: Likewise.
17344         (all): Remove target.
17345         * malloc/Makefile: Include Makeconfig immediately after defining
17346         subdir.
17347         (all): Remove target.
17348         * manual/Makefile: Include Makeconfig immediately after defining
17349         subdir.
17350         * math/Makefile: Likewise.
17351         * misc/Makefile: Likewise.
17352         * nis/Makefile: Likewise.
17353         * nss/Makefile: Likewise.
17354         * po/Makefile: Likewise.
17355         (all): Remove target.
17356         * posix/Makefile: Include Makeconfig immediately after defining
17357         subdir.
17358         * pwd/Makefile: Likewise.
17359         * resolv/Makefile: Likewise.
17360         * resource/Makefile: Likewise.
17361         * rt/Makefile: Likewise.
17362         * setjmp/Makefile: Likewise.
17363         * shadow/Makefile: Likewise.
17364         * signal/Makefile: Likewise.
17365         * socket/Makefile: Likewise.
17366         * soft-fp/Makefile: Likewise.
17367         * stdio-common/Makefile: Likewise.
17368         * stdlib/Makefile: Likewise.
17369         * streams/Makefile: Likewise.
17370         * string/Makefile: Likewise.
17371         * sunrpc/Makefile: Likewise.
17372         (all): Remove target.
17373         * sysvipc/Makefile: Include Makeconfig immediately after defining
17374         subdir.
17375         * termios/Makefile: Likewise.
17376         * time/Makefile: Likewise.
17377         * timezone/Makefile: Likewise.
17378         (all): Remove target.
17379         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17380         subdir.
17381         * wctype/Makefile: Likewise.
17383 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17385         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17386         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17387         (libc_feholdexcept_setround_mips): Ditto.
17388         (libc_feholdsetround): New.
17389         (libc_feholdsetroundf): New.
17390         (libc_feholdsetroundl): New.
17391         (libc_feupdateenv_test_mips): New.
17392         (libc_feupdateenv_test): New.
17393         (libc_feupdateenv_testf): New.
17394         (libc_feupdateenv_testl): New.
17395         (libc_feresetround): New.
17396         (libc_feresetroundf): New.
17397         (libc_feresetroundl): New.
17398         (libc_fetestexcept_mips): New.
17399         (libc_fetestexcept): New.
17400         (libc_fetestexceptf): New.
17401         (libc_fetestexceptl): New.
17402         (HAVE_RM_CTX): New.
17403         (libc_feholdexcept_setround_mips_ctx): New.
17404         (libc_feholdexcept_setround_ctx): New.
17405         (libc_feholdexcept_setroundf_ctx): New.
17406         (libc_feholdexcept_setroundl_ctx): New.
17407         (libc_fesetenv_mips_ctx): New.
17408         (libc_fesetenv_ctx): New.
17409         (libc_fesetenv_ctxf): New.
17410         (libc_fesetenv_ctxl): New.
17411         (libc_feupdateenv_mips_ctx): New.
17412         (libc_feupdateenv_ctx): New.
17413         (libc_feupdateenvf_ctx): New.
17414         (libc_feupdateenvl_ctx): New.
17415         (libc_feholdsetround_mips_ctx): New.
17416         (libc_feholdsetround_ctx): New.
17417         (libc_feholdsetroundf_ctx): New.
17418         (libc_feholdsetroundl_ctx): New.
17419         (libc_feresetround_mips_ctx): New.
17420         (libc_feresetround_ctx): New.
17421         (libc_feresetroundf_ctx): New.
17422         (libc_feresetroundl_ctx): New.
17424 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17426         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17428         * manual/ipc.texi: New file.
17429         * manual/Makefile (chapters): Add ipc.
17430         * manual/job.texi: Add "Inter-Process Communication" to next.
17431         * manual/process.texi: Add "Inter-Process Communication" to prev.
17433 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17437 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17439         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17441         * manual/arith.texi: Fix spaces after sentences.
17442         * manual/charset.texi: Likewise.
17443         * manual/errno.texi: Likewise.
17444         * manual/install.texi: Likewise.
17445         * manual/llio.texi: Likewise.
17446         * manual/locale.texi: Likewise.
17447         * manual/maint.texi: Likewise.
17448         * manual/math.texi: Likewise.
17449         * manual/memory.texi: Likewise.
17450         * manual/message.texi: Likewise.
17451         * manual/probes.texi: Likewise.
17452         * manual/resource.texi: Likewise.
17453         * manual/signal.texi: Likewise.
17454         * manual/socket.texi: Likewise.
17455         * manual/stdio.texi: Likewise.
17456         * manual/string.texi: Likewise.
17457         * manual/time.texi: Likewise.
17458         * manual/users.texi: Likewise.
17460 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17462         [BZ #16632]
17463         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17464         _DEFAULT_SOURCE is defined.
17466 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17467             Carlos O'Donell  <carlos@redhat.com>
17469         [BZ #16613]
17470         * elf/dl-tls.c (_dl_count_modids): New function.
17471         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17472         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17473         audit library and increment generation counter.
17474         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17475         * elf/tst-audit9.c: New file.
17476         * elf/tst-auditmod9a.c: New file.
17477         * elf/tst-auditmod9b.c: New file.
17478         * elf/Makefile: Add rules to build and run tst-audit9.
17480 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17482         [BZ #15347]
17483         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17485 2014-02-25  Will Newton  <will.newton@linaro.org>
17487         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17488         (__longjmp): Restore sp and lr before restoring callee
17489         saved registers.  Add longjmp and longjmp_target
17490         SystemTap probe point.
17491         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17492         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17493         Define to zero to match jmpbuf layout.
17494         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17495         (__sigsetjmp): Save sp and lr before saving callee
17496         saved registers.  Add setjmp SystemTap probe point.
17498 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17500         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17502 2014-02-24  Andreas Schwab  <schwab@suse.de>
17504         [BZ #15804]
17505         * elf/pldd.c (wait_for_ptrace_stop): New function.
17506         (main): Call it after attaching.
17508 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17510         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17511         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17512         Versions files is now verboten.
17513         * hurd/Versions (libc: GLIBC_2.0):
17514         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17515         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17516         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17517         * mach/Versions: Likewise.
17519         * csu/Versions: Remove unused %include.
17520         * resolv/Versions: Likewise.
17522 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17524         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17525         ($(objpfx)check-local-headers.out): Likewise.
17526         ($(objpfx)begin-end-check.out): Likewise.
17527         * Makerules (check-abi-%.out): Likewise.
17528         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17529         ($(objpfx)test2.cat): Likewise.
17530         ($(objpfx)de/libc.cat): Likewise.
17531         ($(objpfx)test-gencat.out): Likewise.
17532         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17533         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17534         ($(objpfx)noload-mem): Likewise.
17535         ($(objpfx)tst-pathopt.out): Likewise.
17536         ($(objpfx)tst-rtld-load-self.out): Likewise.
17537         ($(objpfx)tst-array1-cmp.out): Likewise.
17538         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17539         ($(objpfx)tst-array2-cmp.out): Likewise.
17540         ($(objpfx)tst-array3-cmp.out): Likewise.
17541         ($(objpfx)tst-array4-cmp.out): Likewise.
17542         ($(objpfx)tst-array5-cmp.out): Likewise.
17543         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17544         ($(objpfx)check-textrel.out): Likewise.
17545         ($(objpfx)check-execstack.out): Likewise.
17546         ($(objpfx)check-localplt.out): Likewise.
17547         ($(objpfx)order2-cmp.out): Likewise.
17548         ($(objpfx)tst-leaks1-mem): Likewise.
17549         ($(objpfx)tst-leaks1-static-mem): Likewise.
17550         ($(objpfx)tst-initorder-cmp.out): Likewise.
17551         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17552         ($(objpfx)tst-unused-dep.out): Likewise.
17553         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17554         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17555         * iconv/Makefile (test-iconvconfig): Likewise.
17556         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17557         ($(objpfx)iconv-test.out): Likewise.
17558         ($(objpfx)tst-tables.out): Likewise.
17559         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17560         ($(objpfx)tst-gettext.out): Likewise.
17561         ($(objpfx)tst-translit.out): Likewise.
17562         ($(objpfx)tst-gettext2.out): Likewise.
17563         ($(objpfx)tst-gettext4.out): Likewise.
17564         ($(objpfx)tst-gettext6.out): Likewise.
17565         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17566         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17567         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17568         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17569         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17570         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17571         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17572         ($(objpfx)wordexp-tst.out): Likewise.
17573         ($(objpfx)annexc.out): Likewise.
17574         ($(objpfx)tst-fnmatch-mem): Likewise.
17575         ($(objpfx)bug-regex2-mem): Likewise.
17576         ($(objpfx)bug-regex14-mem): Likewise.
17577         ($(objpfx)bug-regex21-mem): Likewise.
17578         ($(objpfx)bug-regex31-mem): Likewise.
17579         ($(objpfx)tst-vfork3-mem): Likewise.
17580         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17581         ($(objpfx)tst-pcre-mem): Likewise.
17582         ($(objpfx)tst-boost-mem): Likewise.
17583         ($(objpfx)tst-getconf.out): Likewise.
17584         ($(objpfx)bug-ga2-mem): Likewise.
17585         ($(objpfx)bug-glob2-mem): Likewise.
17586         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17587         ($(objpfx)mtrace-tst-leaks2): Likewise.
17588         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17589         ($(objpfx)tst-printf.out): Likewise.
17590         ($(objpfx)tst-setvbuf1.out): Likewise.
17591         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17592         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17593         ($(objpfx)tst-fmtmsg.out): Likewise.
17594         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17595         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17597         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17598         * bits/sigaction.h [__USE_MISC]: Likewise.
17599         * bits/waitstatus.h: Update #endif comments.
17600         * ctype/ctype.h: Likewise.
17601         * dirent/dirent.h: Likewise.
17602         [__USE_MISC]: Remove redundant conditionals.
17603         * grp/grp.h: Update #endif comments.
17604         [__USE_GNU]: Remove redundant conditionals.
17605         [__USE_MISC]: Likewise.
17606         * inet/netinet/in.h [__USE_GNU]: Likewise.
17607         * io/sys/stat.h [__USE_MISC]: Likewise.
17608         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17609         * libio/bits/stdio.h: Update #endif comments.
17610         [__USE_MISC]: Remove redundant conditionals.
17611         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17612         * libio/stdio.h: Update #endif comments.
17613         [__USE_MISC]: Remove redundant conditionals.
17614         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17615         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17616         * math/math.h: Update #else and #endif comments.
17617         [__USE_MISC]: Remove redundant conditionals.
17618         * misc/sys/uio.h: Update #endif comments.
17619         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17620         * posix/glob.h [__USE_MISC]: Likewise.
17621         * posix/sys/types.h: Update #endif comments.
17622         [__USE_MISC]: Remove redundant conditionals.
17623         * posix/sys/wait.h: Update #endif comments.
17624         [__USE_MISC]: Remove redundant conditionals.
17625         * posix/unistd.h: Update #endif comments.
17626         [__USE_MISC]: Remove redundant conditionals.
17627         * pwd/pwd.h [__USE_GNU]: Likewise.
17628         [__USE_MISC]: Likewise.
17629         * resolv/netdb.h [__USE_GNU]: Likewise.
17630         * signal/signal.h: Update #endif comments.
17631         [__USE_MISC]: Remove redundant conditionals.
17632         * stdlib/stdlib.h: Update #else and #endif comments.
17633         [__USE_MISC]: Remove redundant conditionals.
17634         [__USE_GNU]: Likewise.
17635         * string/bits/string2.h [__USE_MISC]: Likewise.
17636         * string/string.h: Update #endif comments.
17637         [__USE_MISC]: Remove redundant conditionals.
17638         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17639         Likewise.
17640         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17641         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17642         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17643         Likewise.
17644         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17645         Likewise.
17646         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17647         comments.
17648         [__USE_MISC]: Remove redundant conditionals.
17649         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17650         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17651         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17652         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17653         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17654         Likewise.
17655         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17656         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17657         Likewise.
17658         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17659         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17660         Likewise.
17661         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17662         Likewise.
17663         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17664         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17665         Likewise.
17666         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17667         Likewise.
17668         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17669         * sysdeps/x86/bits/string.h: Update #endif comments.
17670         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17671         conditionals.
17672         * time/sys/time.h: Update #endif comments.
17673         * time/time.h: Likewise.
17674         [__USE_MISC]: Remove redundant conditionals.
17676 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17678         [BZ #16600]
17679         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17681 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17683         * Versions.def (librt): Add GLIBC_2.17.
17685 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17687         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17688         synonym for _SYS_AUXV_H to allow direct inclusion.
17689         * sysdeps/sparc/bits/hwcap.h: Likewise.
17690         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17691         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17692         * sysdeps/sparc/sysdep.h: Likewise.
17694 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17696         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17698 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17700         * benchtests/bench-strrchr.c: Print length instead of position.
17702 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17704         [BZ #16611]
17705         * sysdeps/unix/sysv/linux/kernel-features.h
17706         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17707         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17708         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17709         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17710         Likewise.
17711         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17712         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17713         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17714         (__ASSUME_SENDMMSG): Define instead of using previous
17715         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17716         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17717         (__ASSUME_SENDMMSG_SYSCALL): Define.
17718         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17719         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17720         Likewise.
17721         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17722         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17723         Likewise.
17724         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17725         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17726         Likewise.
17727         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17728         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17729         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17730         [__ASSUME_SENDMMSG]: Change conditionals to
17731         [__ASSUME_SENDMMSG_SOCKETCALL].
17732         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17733         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17734         Define.
17735         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17736         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17737         Likewise.
17738         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17739         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17740         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17741         [!__ASSUME_SENDMMSG]: Change conditional to
17742         [!__ASSUME_SENDMMSG_SOCKETCALL].
17743         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17744         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17745         Define.
17747         [BZ #16610]
17748         * sysdeps/unix/sysv/linux/kernel-features.h
17749         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17750         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17751         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17752         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17753         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17754         [__i386__ || __sparc__]
17755         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17756         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17757         (__ASSUME_RECVMMSG): Define instead of using previous
17758         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17759         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17760         (__ASSUME_RECVMMSG_SYSCALL): Define.
17761         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17762         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17763         Likewise.
17764         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17765         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17766         Likewise.
17767         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17768         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17769         Likewise.
17770         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17771         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17772         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17773         [__ASSUME_RECVMMSG]: Change condition to
17774         [__ASSUME_RECVMMSG_SOCKETCALL].
17775         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17776         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17777         Define.
17778         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17779         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17780         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17781         Likewise.
17782         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17783         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17784         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17785         [!__ASSUME_RECVMMSG]: Change condition to
17786         [!__ASSUME_RECVMMSG_SOCKETCALL].
17787         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17788         (__ASSUME_RECVMMSG_SYSCALL): Define.
17790         [BZ #16609]
17791         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17792         __powerpc__ || __s390__ || __sh__ || __sparc__]
17793         (__ASSUME_SOCKETCALL): Define.
17794         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17795         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17796         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17797         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17798         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17799         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17800         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17801         (__ASSUME_ACCEPT4): Define instead of using previous
17802         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17803         __powerpc__ || __sparc__ || __s390__)] condition.
17804         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17805         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17806         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17807         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17808         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17809         [!__ASSUME_ACCEPT4]: Change condition to
17810         [!__ASSUME_ACCEPT4_SOCKETCALL].
17811         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17812         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17813         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17814         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17815         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17816         __ASSUME_ACCEPT4_SYSCALL.
17817         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17818         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17819         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17820         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17821         __ASSUME_ACCEPT4_SYSCALL.
17822         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17823         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17824         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17825         [__ASSUME_ACCEPT4]: Change condition to
17826         [__ASSUME_ACCEPT4_SOCKETCALL].
17827         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17828         (__ASSUME_SOCKETCALL): Define.
17829         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17830         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17831         (__ASSUME_SOCKETCALL): Define.
17832         (__ASSUME_ACCEPT4): Remove.
17833         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17834         Define.
17835         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17836         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17837         Likewise.
17838         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17839         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17841         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17842         macro.
17843         (HWCAP_ARM_LPAE): Likewise.
17844         (HWCAP_ARM_EVTSTRM): Likewise.
17845         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17846         Add vpfd32, lpae and evtstrm.
17847         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17848         Increase to 22.
17850 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17852         * math/auto-libm-test-in: Add tests of clog10.
17853         * math/auto-libm-test-out: Regenerated.
17854         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17855         * sysdeps/i386/fpu/libm-test-ulps: Update.
17856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17858 2014-02-18  Andreas Schwab  <schwab@suse.de>
17860         [BZ #16574]
17861         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17862         Store non-zero if the second buffer was newly allocated.
17863         (send_dg): Likewise.
17864         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17865         to send_vc and send_dg.
17866         (res_nsend): Pass NULL for ansp2_malloced.
17867         * resolv/res_query.c (__libc_res_nquery): Add parameter
17868         answerp2_malloced and pass it down to __libc_res_nsend.
17869         (res_nquery): Pass additional NULL to __libc_res_nquery.
17870         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17871         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17872         second answer buffer if answerp2_malloced was set.
17873         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17874         (__libc_res_nquerydomain): Add parameter
17875         answerp2_malloced and pass it down to __libc_res_nquery.
17876         (res_nquerydomain): Pass additional NULL to
17877         __libc_res_nquerydomain.
17878         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17879         additional NULL to __libc_res_nsend and __libc_res_nquery.
17880         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17881         additional NULL to __libc_res_nsearch.
17882         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17883         parameter of __libc_res_nsearch to check for separately allocated
17884         second buffer.
17885         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17886         __libc_res_nquery.
17887         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17888         additional NULL to __libc_res_nquery.
17889         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17890         __libc_res_nsearch.
17891         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17892         * include/resolv.h: Update prototypes of __libc_res_nquery,
17893         __libc_res_nsearch, __libc_res_nsend.
17895 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17897         * math/auto-libm-test-in: Add tests of fma.
17898         * math/auto-libm-test-out: Regenerated.
17899         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17900         (fma_towardzero_test_data): Likewise.
17901         (fma_downward_test_data): Likewise.
17902         (fma_upward_test_data): Likewise.
17903         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17904         mpc_mode.
17905         (rounding_modes): Add values for new field.
17906         (func_calc_method): Add value mpfr_fff_f.
17907         (func_calc_desc): Add mpfr_fff_f union field.
17908         (test_function): Add field exact_args.
17909         (FUNC): Add macro argument EXACT_ARGS.
17910         (FUNC_mpfr_f_f): Update call to FUNC.
17911         (FUNC_mpfr_f_f): Likewise.
17912         (FUNC_mpfr_ff_f): Likewise.
17913         (FUNC_mpfr_if_f): Likewise.
17914         (FUNC_mpc_c_f): Likewise.
17915         (FUNC_mpc_c_c): Likewise.
17916         (test_functions): Add fma.  Update calls to FUNC.
17917         (handle_input_arg): Add argument exact_args.
17918         (add_test): Update call to handle_input_arg.
17919         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17920         (output_for_one_input_case): Update call to calc_generic_results.
17921         Recalculate exact zero results in each rounding mode.
17923         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17924         non-negative before setting low bit.
17925         * math/auto-libm-test-in: Mark one asin test possibly having
17926         spurious underflow.
17927         * math/auto-libm-test-out: Regenerated.
17928         * sysdeps/i386/fpu/libm-test-ulps: Update.
17929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17931 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17933         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17934         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17935         ports/sysdeps/unix/sysv/linux/microblaze.
17936         * README: Add missing listing for microblaze*-*-linux-gnu.
17938 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17940         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17941         duplicate code
17943 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17945         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17946         * sysdeps/unix/sysv/linux/ia64: Move directory from
17947         ports/sysdeps/unix/sysv/linux/ia64.
17948         * README: Update listing for ia64-*-linux-gnu.
17950 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17951             Joseph Myers  <joseph@codesourcery.com>
17953         * Makeconfig (test-name): New variable.
17954         (evaluate-test): Likewise.
17955         * Makerules (do-test-clean): Remove .test-result files.
17956         (common-mostlyclean): Likewise.
17957         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17958         * scripts/evaluate-test.sh: New file.
17960 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17962         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17963         separate $(objpfx)tst-fopenloc-cmp.out and
17964         $(objpfx)tst-fopenloc-mem.out targets.
17965         (tests): Update dependencies.
17966         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17967         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17968         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17969         (tst-rxspencer-no-utf8-ARGS): New variable.
17970         (tst-rxspencer-no-utf8-ENV): Likewise.
17971         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17972         instead of $(objpfx)tst-rxspencer-mem.
17973         ($(objpfx)tst-rxspencer-mem): Change target to
17974         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17975         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17976         * posix/tst-rxspencer-no-utf8.c: New file.
17978         * elf/Makefile ($(objpfx)order.out): Remove rule.
17979         [$(run-built-tests) = yes] (tests): Depend on
17980         $(objpfx)order-cmp.out.
17981         ($(objpfx)order-cmp.out): New rule.
17982         [$(run-built-tests) = yes] (tests): Depend on
17983         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17984         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17985         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17986         $(objpfx)tst-array5-static-cmp.out.
17987         ($(objpfx)tst-array1.out): Remove rule.
17988         ($(objpfx)tst-array1-cmp.out): New rule.
17989         ($(objpfx)tst-array1-static.out): Remove rule.
17990         ($(objpfx)tst-array1-static-cmp.out): New rule.
17991         ($(objpfx)tst-array2.out): Remove rule.
17992         ($(objpfx)tst-array2-cmp.out): New rule.
17993         ($(objpfx)tst-array3.out): Remove rule.
17994         ($(objpfx)tst-array3-cmp.out): New rule.
17995         ($(objpfx)tst-array4.out): Remove rule.
17996         ($(objpfx)tst-array4-cmp.out): New rule.
17997         ($(objpfx)tst-array5.out): Remove rule.
17998         ($(objpfx)tst-array5-cmp.out): New rule.
17999         ($(objpfx)tst-array5-static.out): Remove rule.
18000         ($(objpfx)tst-array5-static-cmp.out): New rule.
18001         [$(run-built-tests) = yes] (tests): Depend on
18002         $(objpfx)order2-cmp.out.
18003         ($(objpfx)order2.out): Remove rule.
18004         ($(objpfx)order2-cmp.out): New rule.
18005         ($(objpfx)tst-initorder.out): Remove rule.
18006         [$(run-built-tests) = yes] (tests): Depend on
18007         $(objpfx)tst-initorder-cmp.out.
18008         ($(objpfx)tst-initorder-cmp.out): New rule.
18009         ($(objpfx)tst-initorder2.out): Remove rule.
18010         [$(run-built-tests) = yes] (tests): Depend on
18011         $(objpfx)tst-initorder2-cmp.out.
18012         ($(objpfx)tst-initorder2-cmp.out): New rule.
18013         [$(run-built-tests) = yes] (tests): Depend on
18014         $(objpfx)tst-unused-dep-cmp.out.
18015         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18016         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18017         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18018         on $(objpfx)tst-setvbuf1-cmp.out.
18019         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18020         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18021         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18022         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18023         ($(objpfx)tst-svc.out): Remove rule.
18024         ($(objpfx)tst-svc-cmp.out): New rule.
18026 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18028         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18029         * ctype/ctype.h [__USE_MISC]: Likewise.
18030         * dirent/dirent.h [__USE_MISC]: Likewise.
18031         * grp/grp.h [__USE_MISC]: Likewise.
18032         * io/fcntl.h [__USE_MISC]: Likewise.
18033         * io/sys/stat.h [__USE_MISC]: Likewise.
18034         * libio/stdio.h [__USE_MISC]: Likewise.
18035         * posix/unistd.h [__USE_MISC]: Likewise.
18036         * pwd/pwd.h [__USE_MISC]: Likewise.
18037         * stdlib.h [__USE_MISC]: Likewise.
18038         * string/bits/string2.h [__USE_MISC]: Likewise.
18039         * string/string.h [__USE_MISC]: Likewise.
18040         * time/time.h [__USE_MISC]: Likewise.
18042 2014-02-13  Andreas Schwab  <schwab@suse.de>
18044         [BZ #16574]
18045         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18046         second answer buffer if it was separately allocated.
18048 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18050         * sysdeps/mips/math-tests.h: Include <features.h>.
18051         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18052         (ROUNDING_TESTS_long_double): Do not define.
18053         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18054         (EXCEPTION_TESTS_long_double): Likewise.
18055         * sysdeps/mips/mips64/libm-test-ulps: Update.
18057         * include/features.h (__USE_BSD): Remove macro definitions.
18058         (__USE_SVID): Likewise.
18059         (_BSD_SOURCE): Likewise.
18060         (_SVID_SOURCE): Likewise.
18061         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18062         from definition of _DEFAULT_SOURCE.
18063         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18064         [_DEFAULT_SOURCE].
18065         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18066         * bits/mman.h [__USE_BSD]: Likewise.
18067         * bits/termios.h [__USE_BSD]: Likewise.
18068         * bits/waitstatus.h [__USE_BSD]: Likewise.
18069         * ctype/ctype.h [__USE_SVID]: Likewise.
18070         * dirent/dirent.h [__USE_BSD]: Likewise.
18071         * grp/grp.h [__USE_SVID]: Likewise.
18072         [__USE_BSD]: Likewise.
18073         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18074         * io/fcntl.h [__USE_BSD]: Likewise.
18075         * io/ftw.h [__USE_BSD]: Likewise.
18076         * io/sys/stat.h [__USE_BSD]: Likewise.
18077         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18078         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18079         * libio/stdio.h [__USE_SVID]: Likewise.
18080         [__USE_BSD]: Likewise.
18081         * math/math.h [__USE_SVID]: Likewise.
18082         [__USE_BSD]: Likewise.
18083         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18084         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18085         * misc/search.h [__USE_SVID]: Likewise.
18086         * misc/sys/mman.h [__USE_BSD]: Likewise.
18087         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18088         * misc/sys/uio.h [__USE_BSD]: Likewise.
18089         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18090         * posix/glob.h [__USE_BSD]: Likewise.
18091         * posix/regex.h [__USE_BSD]: Likewise.
18092         * posix/sys/types.h [__USE_BSD]: Likewise.
18093         [__USE_SVID]: Likewise.
18094         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18095         * posix/sys/wait.h [__USE_BSD]: Likewise.
18096         [__USE_SVID]: Likewise.
18097         * posix/unistd.h [__USE_BSD]: Likewise.
18098         [__USE_SVID]: Likewise.
18099         * pwd/pwd.h [__USE_SVID]: Likewise.
18100         * resolv/netdb.h [__USE_BSD]: Likewise.
18101         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18102         * signal/signal.h [__USE_BSD]: Likewise.
18103         [__USE_SVID]: Likewise.
18104         * socket/sys/socket.h [__USE_BSD]: Likewise.
18105         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18106         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18107         [__USE_SVID]: Likewise.
18108         * string/bits/string2.h [__USE_BSD]: Likewise.
18109         [__USE_SVID]: Likewise.
18110         * string/bits/string3.h [__USE_BSD]: Likewise.
18111         * string/endian.h [__USE_BSD]: Likewise.
18112         * string/string.h [__USE_SVID]: Likewise.
18113         [__USE_BSD]: Likewise.
18114         * string/strings.h [__USE_BSD]: Likewise.
18115         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18116         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18117         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18118         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18119         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18120         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18121         Likewise.
18122         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18123         Likewise.
18124         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18125         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18126         Likewise.
18127         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18128         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18129         Likewise.
18130         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18131         Likewise.
18132         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18133         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18134         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18135         Likewise.
18136         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18137         Likewise.
18138         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18139         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18140         * termios/termios.h [__USE_BSD]: Likewise.
18141         * time/sys/time.h [__USE_BSD]: Likewise.
18142         * time/time.h [__USE_BSD]: Likewise.
18143         [__USE_SVID]: Likewise.
18145         * Makefile (subdir_targets): Remove subdir_lint.out.
18147         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18148         (do-tst-printf): Likewise.
18149         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18150         $(objpfx)tst-printf.out.
18152         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18154         * Makerules (check-abi-%): Change target to
18155         $(objpfx)check-abi-%.out.
18156         (check-abi target): Update dependencies.
18157         (check-abi-pattern variable): Redirect output of diff to $@.
18158         (check-abi variable): Likewise.
18159         * elf/Makefile (check-abi): Update dependencies.
18161         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18162         unused.
18163         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18164         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18165         subnormal range.
18166         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18167         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18168         value has largest subnormal exponent.
18169         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18170         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18171         * sysdeps/aarch64/soft-fp/sfp-machine.h
18172         (_FP_TININESS_AFTER_ROUNDING): New macro.
18173         * sysdeps/alpha/soft-fp/sfp-machine.h
18174         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18175         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18176         Likewise.
18177         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18178         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18179         * sysdeps/mips/soft-fp/sfp-machine.h
18180         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18181         * sysdeps/powerpc/soft-fp/sfp-machine.h
18182         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18183         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18184         Likewise.
18185         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18186         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18187         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18188         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18189         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18190         Likewise.
18192 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18194         [BZ #16545]
18195         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18196         model 1.
18198 2014-02-12  Richard Henderson  <rth@redhat.com>
18200         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18201         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18202         * sysdeps/unix/sysv/linux/alpha: Move directory from
18203         ports/sysdeps/unix/sysv/linux/alpha.
18204         * README: Update listing for alpha-*-linux-gnu.
18206 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18208         * include/features.h: Update comment documenting feature test
18209         macros.
18210         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18211         _DEFAULT_SOURCE.
18212         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18213         (_SVID_SOURCE): Likewise.
18214         (_DEFAULT_SOURCE): Update description of default features.
18215         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18216         with _GNU_SOURCE.
18217         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18218         (S_ISVTX): Likewise.
18219         * manual/math.texi (Mathematical Constants): Likewise.
18220         * manual/signal.texi (Interrupted Primitives): Likewise.
18221         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18222         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18223         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18224         Don't refer to _SVID_SOURCE in warning text.
18226         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18228         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18229         already defined.
18230         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18231         * sysdeps/mips/dl-lookup.c: Remove.
18232         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18234 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18236         [BZ #16447]
18237         * math/auto-libm-test-in: Add testcase for expl.
18238         * math/auto-libm-test-out: Regenerate.
18239         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18240         calculation of unsafe.
18241         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18243 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18245         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18246         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18247         ports/sysdeps/unix/sysv/linux/aarch64.
18248         * README: Update listing for aarch64*-*-linux-gnu.
18250 2014-02-11  Will Newton  <will.newton@linaro.org>
18252         * manual/probes.texi (Mathematical Function Probes): Use
18253         "triggered" instead of "hit".
18255         * manual/probes.texi (Internal Probes): Add documentation
18256         of setjmp, longjmp and longjmp_target probes.
18258         * include/stap-probe.h: Add comment about probe argument
18259         format.
18261         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18262         definition.  (tr_where, tr_freehook, tr_mallochook,
18263         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18265 2014-02-11  David S. Miller  <davem@davemloft.net>
18267         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18268         processing int_tests.
18270 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18272         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18273         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18274         * sysdeps/unix/sysv/linux/mips: Move directory from
18275         ports/sysdeps/unix/sysv/linux/mips.
18276         * README: Update listing for mips-*-linux-gnu and
18277         mips64-*-linux-gnu.
18279 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18281         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18282         * sysdeps/unix/sysv/linux/m68k: Move directory from
18283         ports/sysdeps/unix/sysv/linux/m68k.
18284         * README: Update listing for m68k-*-linux-gnu.
18286 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18288         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18289         * sysdeps/unix/sysv/linux/generic: Move directory from
18290         ports/sysdeps/unix/sysv/linux/generic.
18291         * sysdeps/unix/sysv/linux/tile: Move directory from
18292         ports/sysdeps/unix/sysv/linux/tile.
18293         * README: Update listing for tile*-*-linux-gnu.
18295 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18297         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18298         __builtin_expect.
18299         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18300         * catgets/open_catalog.c (__open_catalog): Likewise.
18301         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18302         * debug/confstr_chk.c: Likewise.
18303         * debug/fread_chk.c (__fread_chk): Likewise.
18304         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18305         * debug/getgroups_chk.c: Likewise.
18306         * debug/mbsnrtowcs_chk.c: Likewise.
18307         * debug/mbsrtowcs_chk.c: Likewise.
18308         * debug/mbstowcs_chk.c: Likewise.
18309         * debug/memcpy_chk.c: Likewise.
18310         * debug/memmove_chk.c: Likewise.
18311         * debug/mempcpy_chk.c: Likewise.
18312         * debug/memset_chk.c: Likewise.
18313         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18314         * debug/strcat_chk.c (__strcat_chk): Likewise.
18315         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18316         * debug/strncat_chk.c (__strncat_chk): Likewise.
18317         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18318         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18319         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18320         * debug/wcpncpy_chk.c: Likewise.
18321         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18322         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18323         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18324         * debug/wcsncpy_chk.c: Likewise.
18325         * debug/wcsnrtombs_chk.c: Likewise.
18326         * debug/wcsrtombs_chk.c: Likewise.
18327         * debug/wcstombs_chk.c: Likewise.
18328         * debug/wmemcpy_chk.c: Likewise.
18329         * debug/wmemmove_chk.c: Likewise.
18330         * debug/wmempcpy_chk.c: Likewise.
18331         * debug/wmemset_chk.c: Likewise.
18332         * dirent/scandirat.c (SCANDIRAT): Likewise.
18333         * dlfcn/dladdr1.c (dladdr1): Likewise.
18334         * dlfcn/dladdr.c (dladdr): Likewise.
18335         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18336         * dlfcn/dlerror.c (__dlerror): Likewise.
18337         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18338         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18339         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18340         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18341         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18342         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18343         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18344         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18345         Likewise.
18346         * elf/dl-conflict.c: Likewise.
18347         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18348         * elf/dl-dst.h: Likewise.
18349         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18350         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18351         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18352         * elf/dl-init.c (call_init, _dl_init): Likewise.
18353         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18354         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18355         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18356         Likewise.
18357         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18358         Likewise.
18359         * elf/dl-minimal.c (__libc_memalign): Likewise.
18360         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18361         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18362         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18363         * elf/dl-sym.c (do_sym): Likewise.
18364         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18365         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18366         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18367         * elf/dl-writev.h (_dl_writev): Likewise.
18368         * elf/ldconfig.c (search_dir): Likewise.
18369         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18370         (dl_main): Likewise.
18371         * elf/setup-vdso.h (setup_vdso): Likewise.
18372         * grp/compat-initgroups.c (compat_call): Likewise.
18373         * grp/fgetgrent.c (fgetgrent): Likewise.
18374         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18375         * grp/putgrent.c (putgrent): Likewise.
18376         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18377         Likewise.
18378         * hurd/hurdinit.c: Likewise.
18379         * iconvdata/8bit-gap.c (struct): Likewise.
18380         * iconvdata/ansi_x3.110.c : Likewise.
18381         * iconvdata/big5.c : Likewise.
18382         * iconvdata/big5hkscs.c : Likewise.
18383         * iconvdata/cp1255.c: Likewise.
18384         * iconvdata/cp1258.c : Likewise.
18385         * iconvdata/cp932.c : Likewise.
18386         * iconvdata/euc-cn.c: Likewise.
18387         * iconvdata/euc-jisx0213.c : Likewise.
18388         * iconvdata/euc-jp.c: Likewise.
18389         * iconvdata/euc-jp-ms.c : Likewise.
18390         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18391         * iconvdata/gb18030.c : Likewise.
18392         * iconvdata/gbbig5.c (const): Likewise.
18393         * iconvdata/gbgbk.c: Likewise.
18394         * iconvdata/gbk.c : Likewise.
18395         * iconvdata/ibm1364.c : Likewise.
18396         * iconvdata/ibm930.c : Likewise.
18397         * iconvdata/ibm932.c: Likewise.
18398         * iconvdata/ibm933.c : Likewise.
18399         * iconvdata/ibm935.c : Likewise.
18400         * iconvdata/ibm937.c : Likewise.
18401         * iconvdata/ibm939.c : Likewise.
18402         * iconvdata/ibm943.c: Likewise.
18403         * iconvdata/iso_11548-1.c: Likewise.
18404         * iconvdata/iso-2022-cn.c : Likewise.
18405         * iconvdata/iso-2022-cn-ext.c : Likewise.
18406         * iconvdata/iso-2022-jp-3.c: Likewise.
18407         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18408         * iconvdata/iso-2022-kr.c : Likewise.
18409         * iconvdata/iso646.c (gconv_end): Likewise.
18410         * iconvdata/iso_6937-2.c : Likewise.
18411         * iconvdata/iso_6937.c : Likewise.
18412         * iconvdata/iso8859-1.c: Likewise.
18413         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18414         * iconvdata/shift_jisx0213.c : Likewise.
18415         * iconvdata/sjis.c : Likewise.
18416         * iconvdata/t.61.c : Likewise.
18417         * iconvdata/tcvn5712-1.c : Likewise.
18418         * iconvdata/tscii.c: Likewise.
18419         * iconvdata/uhc.c : Likewise.
18420         * iconvdata/unicode.c (gconv_end): Likewise.
18421         * iconvdata/utf-16.c (gconv_end): Likewise.
18422         * iconvdata/utf-32.c (gconv_end): Likewise.
18423         * iconvdata/utf-7.c (base64): Likewise.
18424         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18425         * iconv/gconv_close.c (__gconv_close): Likewise.
18426         * iconv/gconv_open.c (__gconv_open): Likewise.
18427         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18428         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18429         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18430         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18431         (ucs4le_internal_loop_single): Likewise.
18432         * iconv/iconv.c (iconv): Likewise.
18433         * iconv/iconv_close.c: Likewise.
18434         * iconv/loop.c (SINGLE): Likewise.
18435         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18436         * include/atomic.h: Likewise.
18437         * inet/inet6_option.c (option_alloc): Likewise.
18438         * intl/bindtextdom.c (set_binding_values): Likewise.
18439         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18440         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18441         * intl/localealias.c (read_alias_file): Likewise.
18442         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18443         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18444         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18445         * libio/fmemopen.c (fmemopen): Likewise.
18446         * libio/iofgets.c (_IO_fgets): Likewise.
18447         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18448         * libio/iofgetws.c (fgetws): Likewise.
18449         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18450         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18451         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18452         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18453         * locale/findlocale.c (_nl_find_locale): Likewise.
18454         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18455         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18456         Likewise.
18457         * locale/setlocale.c (setlocale): Likewise.
18458         * login/programs/pt_chown.c (main): Likewise.
18459         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18460         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18461         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18462         (mmap, mmap64, mremap, munmap): Likewise.
18463         * math/e_exp2l.c: Likewise.
18464         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18465         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18466         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18467         * math/s_catan.c (__catan): Likewise.
18468         * math/s_catanf.c (__catanf): Likewise.
18469         * math/s_catanh.c (__catanh): Likewise.
18470         * math/s_catanhf.c (__catanhf): Likewise.
18471         * math/s_catanhl.c (__catanhl): Likewise.
18472         * math/s_catanl.c (__catanl): Likewise.
18473         * math/s_ccosh.c (__ccosh): Likewise.
18474         * math/s_ccoshf.c (__ccoshf): Likewise.
18475         * math/s_ccoshl.c (__ccoshl): Likewise.
18476         * math/s_cexp.c (__cexp): Likewise.
18477         * math/s_cexpf.c (__cexpf): Likewise.
18478         * math/s_cexpl.c (__cexpl): Likewise.
18479         * math/s_clog10.c (__clog10): Likewise.
18480         * math/s_clog10f.c (__clog10f): Likewise.
18481         * math/s_clog10l.c (__clog10l): Likewise.
18482         * math/s_clog.c (__clog): Likewise.
18483         * math/s_clogf.c (__clogf): Likewise.
18484         * math/s_clogl.c (__clogl): Likewise.
18485         * math/s_csin.c (__csin): Likewise.
18486         * math/s_csinf.c (__csinf): Likewise.
18487         * math/s_csinh.c (__csinh): Likewise.
18488         * math/s_csinhf.c (__csinhf): Likewise.
18489         * math/s_csinhl.c (__csinhl): Likewise.
18490         * math/s_csinl.c (__csinl): Likewise.
18491         * math/s_csqrt.c (__csqrt): Likewise.
18492         * math/s_csqrtf.c (__csqrtf): Likewise.
18493         * math/s_csqrtl.c (__csqrtl): Likewise.
18494         * math/s_ctan.c (__ctan): Likewise.
18495         * math/s_ctanf.c (__ctanf): Likewise.
18496         * math/s_ctanh.c (__ctanh): Likewise.
18497         * math/s_ctanhf.c (__ctanhf): Likewise.
18498         * math/s_ctanhl.c (__ctanhl): Likewise.
18499         * math/s_ctanl.c (__ctanl): Likewise.
18500         * math/w_pow.c: Likewise.
18501         * math/w_powf.c: Likewise.
18502         * math/w_powl.c: Likewise.
18503         * math/w_scalb.c (sysv_scalb): Likewise.
18504         * math/w_scalbf.c (sysv_scalbf): Likewise.
18505         * math/w_scalbl.c (sysv_scalbl): Likewise.
18506         * misc/error.c (error_tail): Likewise.
18507         * misc/pselect.c (__pselect): Likewise.
18508         * nis/nis_callback.c (__nis_create_callback): Likewise.
18509         * nis/nis_call.c (__nisfind_server): Likewise.
18510         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18511         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18512         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18513         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18514         * nis/nis_lookup.c (nis_lookup): Likewise.
18515         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18516         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18517         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18518         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18519         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18520         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18521         * nis/nss_compat/compat-initgroups.c (add_group)
18522         (internal_getgrent_r): Likewise.
18523         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18524         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18525         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18526         (internal_getspnam_r): Likewise.
18527         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18528         (_nss_nis_getaliasbyname_r): Likewise.
18529         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18530         (_nss_nis_getntohost_r): Likewise.
18531         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18532         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18533         (_nss_nis_getgrgid_r): Likewise.
18534         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18535         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18536         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18537         (_nss_nis_gethostbyname4_r): Likewise.
18538         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18539         (initgroups_netid): Likewise.
18540         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18541         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18542         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18543         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18544         (_nss_nis_getprotobynumber_r): Likewise.
18545         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18546         (_nss_nis_getsecretkey): Likewise.
18547         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18548         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18549         (_nss_nis_getpwuid_r): Likewise.
18550         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18551         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18552         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18553         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18554         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18555         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18556         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18557         Likewise.
18558         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18559         (_nss_nisplus_getntohost_r): Likewise.
18560         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18561         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18562         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18563         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18564         Likewise.
18565         * nis/nss_nisplus/nisplus-initgroups.c
18566         (_nss_nisplus_initgroups_dyn): Likewise.
18567         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18568         (_nss_nisplus_getnetbyaddr_r): Likewise.
18569         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18570         (_nss_nisplus_getprotobynumber_r): Likewise.
18571         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18572         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18573         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18574         Likewise.
18575         * nis/nss_nisplus/nisplus-service.c
18576         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18577         (_nss_nisplus_getservbyport_r): Likewise.
18578         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18579         (_nss_nisplus_getspnam_r): Likewise.
18580         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18581         Likewise.
18582         * nscd/aicache.c (addhstaiX): Likewise.
18583         * nscd/cache.c (cache_search, prune_cache): Likewise.
18584         * nscd/connections.c (register_traced_file, send_ro_fd)
18585         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18586         (main_loop_epoll): Likewise.
18587         * nscd/grpcache.c (addgrbyX): Likewise.
18588         * nscd/hstcache.c (addhstbyX): Likewise.
18589         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18590         * nscd/mem.c (gc, mempool_alloc): Likewise.
18591         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18592         (addinnetgrX): Likewise.
18593         * nscd/nscd-client.h (__nscd_acquire_maplock)
18594         (__nscd_drop_map_ref): Likewise.
18595         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18596         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18597         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18598         Likewise.
18599         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18600         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18601         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18602         (__nscd_get_map_ref): Likewise.
18603         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18604         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18605         Likewise.
18606         * nscd/pwdcache.c (addpwbyX): Likewise.
18607         * nscd/selinux.c (preserve_capabilities): Likewise.
18608         * nscd/servicescache.c (addservbyX): Likewise.
18609         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18610         * posix/fnmatch.c (fnmatch): Likewise.
18611         * posix/getopt.c (_getopt_internal_r): Likewise.
18612         * posix/glob.c (glob, glob_in_dir): Likewise.
18613         * posix/wordexp.c (exec_comm_child): Likewise.
18614         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18615         (getanswer_r, gaih_getanswer_slice): Likewise.
18616         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18617         * resolv/res_init.c: Likewise.
18618         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18619         * resolv/res_query.c (__libc_res_nquery): Likewise.
18620         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18621         Likewise.
18622         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18623         * stdio-common/perror.c (perror): Likewise.
18624         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18625         * stdio-common/tmpnam.c (tmpnam): Likewise.
18626         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18627         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18628         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18629         Likewise.
18630         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18631         * stdlib/putenv.c (putenv): Likewise.
18632         * stdlib/setenv.c (__add_to_environ): Likewise.
18633         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18634         * stdlib/strtol_l.c (INTERNAL): Likewise.
18635         * string/memmem.c (memmem): Likewise.
18636         * string/strerror.c (strerror): Likewise.
18637         * string/strnlen.c (__strnlen): Likewise.
18638         * string/test-memmem.c (simple_memmem): Likewise.
18639         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18640         * sunrpc/pm_getport.c (__get_socket): Likewise.
18641         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18642         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18643         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18644         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18645         Likewise.
18646         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18647         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18648         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18649         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18650         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18651         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18652         Likewise.
18653         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18654         Likewise.
18655         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18656         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18657         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18658         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18659         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18660         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18661         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18662         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18663         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18664         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18665         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18666         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18667         Likewise.
18668         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18669         Likewise.
18670         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18671         Likewise.
18672         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18673         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18674         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18675         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18676         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18677         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18678         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18679         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18680         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18681         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18682         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18683         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18684         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18685         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18686         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18687         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18688         Likewise.
18689         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18690         Likewise.
18691         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18692         Likewise.
18693         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18694         Likewise.
18695         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18696         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18697         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18698         Likewise.
18699         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18700         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18701         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18702         * sysdeps/posix/sleep.c: Likewise.
18703         * sysdeps/posix/tempname.c: Likewise.
18704         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18705         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18706         Likewise.
18707         * sysdeps/powerpc/powerpc32/dl-machine.h
18708         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18709         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18710         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18711         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18712         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18713         Likewise.
18714         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18715         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18716         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18717         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18718         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18719         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18720         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18721         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18722         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18723         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18724         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18725         (elf_machine_lazy_rel): Likewise.
18726         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18727         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18728         (elf_machine_lazy_rel): Likewise.
18729         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18730         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18731         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18732         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18733         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18734         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18735         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18736         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18737         Likewise.
18738         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18739         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18740         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18741         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18742         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18743         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18744         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18745         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18746         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18747         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18748         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18749         Likewise.
18750         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18751         (__posix_fallocate64_l64): Likewise.
18752         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18753         (posix_fallocate): Likewise.
18754         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18755         Likewise.
18756         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18757         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18758         (getifaddrs_internal): Likewise.
18759         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18760         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18761         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18762         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18763         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18764         (__posix_fallocate64_l64): Likewise.
18765         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18766         Likewise.
18767         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18768         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18769         (__get_clockfreq): Likewise.
18770         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18771         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18772         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18773         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18774         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18775         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18776         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18777         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18778         Likewise.
18779         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18780         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18781         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18782         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18783         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18784         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18785         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18786         Likewise.
18787         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18788         (posix_fallocate): Likewise.
18789         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18790         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18791         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18792         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18793         (elf_machine_rela, elf_machine_rela_relative)
18794         (elf_machine_lazy_rel): Likewise.
18795         * time/asctime.c (asctime_internal): Likewise.
18796         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18797         * time/tzset.c (__tzset_parse_tz): Likewise.
18798         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18799         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18800         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18801         * wcsmbs/wcsmbsload.h: Likewise.
18803         [BZ #15894]
18804         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18806         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18807         (arena_get2): Remove THREAD_STATS conditionals.
18808         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18809         (__malloc_stats, int): Likewise.
18811 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18813         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18814         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18816         * manual/setjmp.texi: Fix typos/grammar errors.
18818         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18819         Only return early when n is <= 0.  Delete unused return statement.
18821         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18822         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18823         * debug/tst-longjmp_chk3.c: New file.
18825         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18826         (test_main): Replace code with set_fortify_handler call.
18827         * debug/test-strcpy_chk.c: Likewise.
18828         * debug/tst-chk1.c: Likewise.
18829         * debug/tst-longjmp_chk.c: Likewise.
18830         * test-skeleton.c: Include fcntl.h & paths.h
18831         (set_fortify_handler): Define.
18833         * debug/tst-longjmp_chk.c: Add header comment and include
18834         ../test-skeleton.c.
18835         (do_test): Mark static.
18836         (TEST_FUNCTION): Define.
18838         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18839         (IP_PMTUDISC_INTERFACE): Likewise.
18840         (IP_MULTICAST_IF): Likewise.
18841         (IP_MULTICAST_TTL): Likewise.
18842         (IP_MULTICAST_LOOP): Likewise.
18843         (IP_ADD_MEMBERSHIP): Likewise.
18844         (IP_DROP_MEMBERSHIP): Likewise.
18845         (IP_UNBLOCK_SOURCE): Likewise.
18846         (IP_BLOCK_SOURCE): Likewise.
18847         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18848         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18849         (IP_MSFILTER): Likewise.
18850         (MCAST_JOIN_GROUP): Likewise.
18851         (MCAST_BLOCK_SOURCE): Likewise.
18852         (MCAST_UNBLOCK_SOURCE): Likewise.
18853         (MCAST_LEAVE_GROUP): Likewise.
18854         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18855         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18856         (MCAST_MSFILTER): Likewise.
18857         (IP_MULTICAST_ALL): Likewise.
18858         (IP_UNICAST_IF): Likewise.
18860         * timezone/Makefile: Delete $(have-ksh) check.
18861         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18862         * timezone/tzselect.ksh: Add +x mode bits.
18864         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18865         (ANON_INODE_FS_MAGIC): Likewise.
18866         (BDEVFS_MAGIC): Likewise.
18867         (BINFMTFS_MAGIC): Likewise.
18868         (BTRFS_TEST_MAGIC): Likewise.
18869         (CRAMFS_MAGIC_WEND): Likewise.
18870         (DEBUGFS_MAGIC): Likewise.
18871         (ECRYPTFS_SUPER_MAGIC): Likewise.
18872         (EXT3_SUPER_MAGIC): Likewise.
18873         (EXT4_SUPER_MAGIC): Likewise.
18874         (FUTEXFS_SUPER_MAGIC): Likewise.
18875         (HOSTFS_SUPER_MAGIC): Likewise.
18876         (HUGETLBFS_MAGIC): Likewise.
18877         (MINIX3_SUPER_MAGIC): Likewise.
18878         (MTD_INODE_FS_MAGIC): Likewise.
18879         (NILFS_SUPER_MAGIC): Likewise.
18880         (OPENPROM_SUPER_MAGIC): Likewise.
18881         (PIPEFS_MAGIC): Likewise.
18882         (PSTOREFS_MAGIC): Likewise.
18883         (QNX6_SUPER_MAGIC): Likewise.
18884         (RAMFS_MAGIC): Likewise.
18885         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18886         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18887         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18888         (SECURITYFS_MAGIC): Likewise.
18889         (SELINUX_MAGIC): Likewise.
18890         (SMACK_MAGIC): Likewise.
18891         (SOCKFS_MAGIC): Likewise.
18892         (SQUASHFS_MAGIC): Likewise.
18893         (STACK_END_MAGIC): Likewise.
18894         (TMPFS_MAGIC): Likewise.
18895         (USBDEVICE_SUPER_MAGIC): Likewise.
18896         (V9FS_MAGIC): Likewise.
18897         (XENFS_SUPER_MAGIC): Likewise.
18898         (CRAMFS_MAGIC): Fix typo in comment.
18899         (EXT2_SUPER_MAGIC): Update comment.
18900         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18902 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18904         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18905         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18906         * sysdeps/unix/sysv/linux/arm: Move directory from
18907         ports/sysdeps/unix/sysv/linux/arm.
18908         * README: Update listing for arm-*-linux-gnueabi.
18910         * README: Remove mention of am33.
18912 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18914         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18915         than the comma operator, to avoid "rhs of comma has no effect"
18916         compiler warnings.
18917         (__sigfillset, __sigandset, __sigorset): Likewise.
18918         * include/signal.h (__sigemptyset): Likewise.
18919         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18921 2014-02-07  Allan McRae  <allan@archlinux.org>
18923         * version.h (RELEASE): Set to "development".
18924         (VERSION): Set to "2.19.90"
18925         * NEWS: Add 2.20 section.
18927 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18929         [BZ #16529]
18930         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18932 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18934         * manual/contrib.texi: Update entry for Carlos O'Donell,
18935         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18937 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18939         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18941         * sysdeps/unix/sysv/linux/kernel-features.h
18942         [__LINUX_KERNEL_VERSION >= 0x020621]
18943         (__ASSUME_PROC_PID_TASK_COMM): Define.
18945 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18947         [BZ #16398]
18948         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18949         conversion when destination buffer does not have enough space.
18950         * libio/tst-ftell-partial-wide.c: New test case.
18951         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18953         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18954         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18955         Leonard and Allan McRae.
18957 2014-02-04  David S. Miller  <davem@davemloft.net>
18959         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18960         32-bit.
18962 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18965         New file
18966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18967         New file
18968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18969         New file.
18970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18971         New file.
18972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18973         New file.
18974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18975         New file.
18976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18977         New file.
18978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18979         New file.
18980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18981         New file.
18982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18983         New file.
18984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18985         New file.
18986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18987         New file.
18988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18989         New file.
18991 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18993         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18994         * shlib-versions: Likewise.
18996 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18997             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18999         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19000         (abilist-pattern): New variable, set to %-le.abilist.
19002         * Makerules (abilist-pattern): New variable.
19003         (vpath): Use $(abilist-pattern) in place of %.abilist.
19004         (check-abi-% pattern rule): Likewise.
19005         (check-abi, update-abi): Likewise.
19007 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19009         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19011 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19013         * manual/startup.texi: Add next, previous, and top entries for
19014         the `Program Arguments' and `Environment Variables' nodes.
19016 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19018         * manual/macros.texi: Add comments before MTASC-safety macros.
19020         * manual/users.texi: Document MTASC-safety properties.
19022         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19023         (pthread_getspecific, pthread_setspecific): Format with
19024         @deftypefun, and add @safety note.
19025         * manual/signal.texi: Move comments that analyze the above
19026         functions to their home place.
19028 2014-02-03  Allan McRae  <allan@archlinux.org>
19030         * po/sl.po: Update Slovenian translation from translation project.
19032 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19034         * manual/time.texi (timegm): Add missing blank after @c.
19035         Reported by Joseph Myers <joseph@codesourcery.com>.
19037 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19039         * manual/check-safety.sh: New.
19040         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19042         * manual/terminal.texi: Document MTASC-safety properties.
19044         * manual/filesys.texi: Document MTASC-safety properties.
19046         * manual/errno.texi: Document MTASC-safety properties.
19048         * manual/intro.texi: Document safety identifiers and
19049         conditionals.
19051         * manual/string.texi (wcstok): Fix prototype.
19052         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19054         * manual/time.texi: Document MTASC-safety properties.
19056         * manual/string.texi: Document MTASC-safety properties.
19058         * manual/threads.texi: Document MTASC-safety properties.
19060         * manual/stdio.texi: Document MTASC-safety properties.
19062         * manual/syslog.texi: Document MTASC-safety properties.
19064         * manual/sysinfo.texi: Document MTASC-safety properties.
19066         * manual/startup.texi: Document MTASC-safety properties.
19068         * manual/socket.texi: Document MTASC-safety properties.
19070         * manual/signal.texi: Document MTASC-safety properties.
19072 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19074         * manual/setjmp.texi: Document MTASC-safety properties.
19076         * manual/search.texi: Document MTASC-safety properties.
19078         * manual/resource.texi: Document MTASC-safety properties.
19080         * manual/process.texi: Document MTASC-safety properties.
19082         * manual/platform.texi: Document MTASC-safety properties.
19084         * manual/pipe.texi: Document MTASC-safety properties.
19086         * manual/pattern.texi: Document MTASC-safety properties.
19088         * manual/message.texi: Document MTASC-safety properties.
19090         [BZ #12751]
19091         * manual/memory.texi: Document MTASC-safety properties.
19093         * manual/math.texi: Document MTASC-safety properties.
19095         * manual/locale.texi: Document MTASC-safety properties.
19097         * manual/llio.texi: Document MTASC-safety properties.
19099         * manual/libdl.texi: New.
19101         * manual/lang.texi: Document MTASC-safety properties.
19103         * manual/job.texi: Document MTASC-safety properties.
19105         * manual/getopt.texi: Document MTASC-safety properties.
19107         * manual/ctype.texi: Document MTASC-safety properties.
19109 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19111         [BZ #16046]
19112         * csu/libc-tls.c (static_map): Remove variable.
19113         (__libc_setup_tls): Use main executable's link map for TLS data.
19114         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19115         casing for LM_ID_BASE and GL(dl_nns).
19116         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19117         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19118         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19119         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19120         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19121         member.
19122         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19123         l_phnum members.
19125 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19127         * manual/debug.texi: Document MTASC-safety properties.
19129 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19131         [BZ #16510]
19132         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19133         of __x86_64__ when disabling x87 inline functions.
19135 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19137         * manual/charset.texi: Document MTASC-safety properties.
19139         * manual/crypt.texi: Document MTASC-safety properties.
19141         * manual/conf.texi: Document MTASC-safety properties.
19143         * manual/arith.texi: Document MTASC-safety properties.
19145         * manual/argp.texi: Document MTASC-safety properties.
19147         * manual/macros.texi: Introduce macros to document multi
19148         thread, asynchronous signal and asynchronous cancellation
19149         safety properties.
19150         * manual/intro.texi: Introduce the properties themselves.
19152 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19154         * sysdeps/sh/sh4/Makefile: New file.
19156 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19158         * math/gen-libm-test.pl ($srcdir): New variable.
19159         ($auto_input): Use it.
19161 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19163         [BZ #16506]
19164         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19165         access beyond array bounds when parsing netgroups file.
19167         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19168         the old buffer before realloc.
19170 2014-01-27  Allan McRae  <allan@archlinux.org>
19172         * po/fr.po: Update French translation from translation project.
19174 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19176         * sysdeps/sh/libm-test-ulps: Regenerate.
19178 2014-01-24  David S. Miller  <davem@davemloft.net>
19180         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19182 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19184         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19185         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19187 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19189         [BZ #16474]
19190         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19191         string pointers after reallocation.
19193 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19195         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19196         __SH4A__ instead of __SH_FPU_ANY__.
19198 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19200         * sysdeps/sh/fpu_control.h: New file.
19201         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19202         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19203         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19204         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19205         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19206         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19207         * sysdeps/sh/sys/ucontext.h: Remove.
19208         * sysdeps/sh/sys: Remove directory.
19210 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19212         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19213         s390/sys/ucontext.h.
19214         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19215         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19217 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19219         [BZ #15605]
19220         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19222 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19224         [BZ#16431]
19225         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19226         Adjust the vDSO correctly for internal calls.
19227         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19229 2014-01-20  Allan McRae  <allan@archlinux.org>
19231         * po/ca.po: Update Catalan translation from translation project.
19233 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19235         * sysdeps/s390/sotruss-lib.c: New file.
19237 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19239         [BZ#16430]
19240         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19241         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19242         local calls issues by not having a PLT stub required for IFUNC calls.
19243         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19245 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19247         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19248         * math/test-fpucw-static.c: Likewise.
19250 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19252         [BZ #16453]
19253         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19255 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19257         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19258         implementation for powerpc.
19260 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19262         [BZ #14782]
19263         * sysdeps/posix/system.c (__libc_system): Do not enable
19264         asynchronous cancellation.
19266 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19268         [BZ #16427]
19269         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19270         handling only for numbers special also in the IEEE case.
19272 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19274         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19276 2014-01-11  Allan McRae  <allan@archlinux.org>
19278         * po/bg.po: Update Bulgarian translation from translation project.
19280         * po/de.po: Update German translation from translation project.
19282 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19284         * sysdeps/generic/gcc-compat.h: New file.
19286 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19288         * benchtests/asin-inputs: Correct slow inputs.
19289         * benchtests/acos-inputs: Likewise.
19291 2014-01-10  Allan McRae  <allan@archlinux.org>
19293         * po:sv.po: Update Swedish translation from translation project.
19295         * po/vi.po: Update Vietnamese translation from translation project.
19297         * po/eo.po: Update Esperanto translation from translation project.
19299         * po/cs.po: Update Czech translation from translation project.
19301         * po/nl.po: Update Dutch translation from translation project.
19303         * po/pl.po: Update Polish translation from translation project.
19305         * po/ru.po: Update Russian translation from translation project.
19307         * po/uk.po: Update Ukrainian translation from translation project.
19309 2014-01-08  Brooks Moses  <bmoses@google.com>
19311         * elf/dl-load.c: Fix comment typo.
19313 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19315         * po/header.pot: Rename to...
19316         * po/pot.header: ... this.
19317         * po/Makefile: Use pot.header.
19319 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19320             Maxim Kuvyrkov  <maxim@kugelworks.com>
19322         [BZ #16394]
19323         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19324         SRC and DEST against LEN.
19326 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19328         [BZ #16414]
19329         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19330         implementation.
19331         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19333 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19335         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19337 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19339         [BZ #16408]
19340         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19341         for large positive arguments.
19343 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19345         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19347         * math/auto-libm-test-in: Mark various tests with
19348         xfail-rounding:ldbl-128ibm.
19349         * math/auto-libm-test-out: Regenerated.
19351         [BZ #16407]
19352         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19353         Increase overflow threshold.
19355 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19357         [BZ #14286]
19358         * stdio-common/vfprintf.c: Check for integer overflow.
19360 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19362         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19363         the first argument and return value of __tls_get_addr_internal.
19365 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19367         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19368         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19370 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19372         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19373         * sysdeps/s390/rtld-global-offsets.sym: New file.
19374         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19375         GLIBC_2.19 symbol.
19376         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19377         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19378         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19379         ... this.
19380         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19381         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19382         ... this.
19383         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19384         Regenerate.
19385         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19386         Regenerate.
19387         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19388         halfs of GPRs for high_gprs contexts.
19389         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19390         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19391         field.
19392         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19393         uc_flags field.
19394         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19395         64 bit versions:
19396         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19397         for high GPRs (uc_high_gprs) and for future extensions
19398         (__reserved).
19399         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19400         for future extensions (__reserved).
19401         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19402         64 bit versions:
19403         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19404         SC_HIGHGPRS offset definition.
19405         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19406         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19408         * Versions.def: Add GLIBC_2.19 for libpthread.
19409         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19410         siglongjmp for libpthread with GLIBC_2.19 symver.
19411         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19412         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19413         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19414         * sysdeps/s390/__longjmp.c: New file.
19415         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19416         * sysdeps/s390/longjmp.c: New file.
19417         * sysdeps/s390/setjmp.S: New file.
19418         * sysdeps/s390/sigjmp.S: New file.
19419         * sysdeps/s390/v1-longjmp.c: New file.
19420         * sysdeps/s390/v1-setjmp.h: New file.
19421         * sysdeps/s390/v1-sigjmp.c: New file.
19422         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19423         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19424         GLIBC_2.19 version.
19425         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19426         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19427         versioned symbols for ____longjmp_chk.
19428         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19429         Likewise.
19430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19431         Regenerate.
19432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19433         Regenerate.
19434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19435         Regenerate.
19436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19437         Regenerate.
19438         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19439         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19440         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19441         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19442         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19443         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19444         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19445         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19446         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19447         * sysdeps/s390/rtld-__longjmp.c: New file.
19448         * sysdeps/s390/rtld-setjmp.S: New file.
19450 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19452         [BZ #16400]
19453         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19454         Return -__logl (x) for small positive arguments without evaluating
19455         a polynomial.
19457 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19459         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19460         Rename to ...
19461         (__ptrace_peeksiginfo_args): ... this.
19462         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19463         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19464         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19466 2014-01-06  Allan McRae  <allan@archlinux.org>
19468         * inet/netinet/in.h: Fix typo in comment.
19470 2014-01-05  Andreas Jaeger  <aj@suse.de>
19472         * sysdeps/i386/fpu/libm-test-ulps: Update.
19474 2014-01-05  Allan McRae  <allan@archlinux.org>
19476         * po/libc.pot: Regenerated.
19478         * malloc/memusagestat.c: Fix gettext call formatting.
19480 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19482         * nscd/nscd.c: Improve usage() output.
19484 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19486         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19487         * sysdeps/unix/sysv/linux/configure: Regenerated.
19488         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19489         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19491 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19493         [BZ #16390]
19494         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19495         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19497 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19499         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19500         extra tokens at end of #undef directive.
19501         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19502         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19503         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19505 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19507         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19509         * math/auto-libm-test-in: Mark various tests with
19510         xfail-rounding:ldbl-128ibm.
19511         * math/auto-libm-test-out: Regenerated.
19513 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19515         [BZ #16386]
19516         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19517         numbers with subnormal high part when calculating exponent.
19519         [BZ #16385]
19520         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19521         fabs.
19523         [BZ #16384]
19524         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19525         M_LN2l.
19526         (__ieee754_acoshl): Use __log1pl not __log1p.
19528 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19530         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19531         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19532         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19533         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19534         (reused_arena, arena_get2): Convert to GNU style.
19535         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19536         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19537         (memalign_check, __malloc_set_state): Likewise.
19538         * malloc/mallocbug.c (main): Likewise.
19539         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19540         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19541         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19542         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19543         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19544         (__posix_memalign, malloc_info): Likewise.
19545         * malloc/malloc.h: Likewise.
19546         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19547         (mallochook, memalignhook, reallochook, mabort): Likewise.
19548         * malloc/mcheck.h: Likewise.
19549         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19550         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19551         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19552         * malloc/morecore.c (__default_morecore): Likewise.
19553         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19554         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19555         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19556         (print_and_abort): Likewise.
19557         * malloc/obstack.h: Likewise.
19558         * malloc/set-freeres.c (__libc_freeres): Likewise.
19559         * malloc/tst-mallocstate.c (main): Likewise.
19560         * malloc/tst-mtrace.c (main): Likewise.
19561         * malloc/tst-realloc.c (do_test): Likewise.
19563 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19565         [BZ #16366]
19566         * nscd/netgroupcache.c (do_notfound): New function.
19567         (addgetnetgrentX): Use it.
19569         [BZ # 16365]
19570         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19571         NSS_STATUS_NOTFOUND.
19573 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19575         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19578 2014-01-01  Allan McRae  <allan@archlinux.org>
19580         * scripts/update-copyrights: Update configure input file suffix.
19582         * NEWS: Update copyright year.
19583         * catgets/gencat.c: Likewise.
19584         * csu/version.c: Likewise.
19585         * debug/catchsegv.sh: Likewise.
19586         * debug/pcprofiledump.c: Likewise.
19587         * debug/xtrace.sh: Likewise.
19588         * elf/ldconfig.c: Likewise.
19589         * elf/ldd.bash.in: Likewise.
19590         * elf/pldd.c: Likewise.
19591         * elf/sotruss.ksh: Likewise.
19592         * elf/sprof.c: Likewise.
19593         * iconv/iconv_prog.c: Likewise.
19594         * iconv/iconvconfig.c: Likewise.
19595         * locale/programs/locale.c: Likewise.
19596         * locale/programs/localedef.c: Likewise.
19597         * login/programs/pt_chown.c: Likewise.
19598         * malloc/memusage.sh: Likewise.
19599         * malloc/memusagestat.c: Likewise.
19600         * malloc/mtrace.pl: Likewise.
19601         * manual/libc.texinfo: Likewise.
19602         * nscd/nscd.c: Likewise.
19603         * nss/getent.c: Likewise.
19604         * nss/makedb.c: Likewise.
19605         * posix/getconf.c: Likewise.
19606         * scripts/test-installation.pl: Likewise.
19608         * All files with FSF copyright notices: Update copyright dates
19609         using scripts/update-copyrights.
19610         * intl/plural.c: Regenerated.
19611         * locale/programs/charmap-kw.h: Likewise.
19612         * locale/programs/locfile-kw.h: Likewise.
19614 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19616         * sysdeps/unix/sysv/linux/configure: Regenerated.
19617         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19618         the linux/fanotify.h header.
19619         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19620         HAVE_LINUX_FANOTIFY_H is defined.
19622 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19624         * benchtests/cos-inputs: New inputs.
19625         * benchtests/sin-inputs: Likewise.
19627         * benchtests/atan-inputs: New inputs. Fix name of multiple
19628         precision fallback inputs.
19630         * benchtests/atanh-inputs: New inputs.
19631         * benchtests/tanh-inputs: Likewise.
19633         * benchtests/acosh-inputs: New inputs.
19634         * benchtests/asinh-inputs: Likewise.
19636         * benchtests/cosh-inputs: New inputs.
19637         * benchtests/sinh-inputs: Likewise.
19639         * benchtests/acos-inputs: Add more inputs.
19640         * benchtests/asin-inputs: Likewise.
19642 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19644         [BZ #16375]
19645         * manual/arith.texi: Fix spelling.
19646         * manual/charset.texi: Likewise.
19647         * manual/errno.texi: Likewise.
19648         * manual/filesys.texi: Likewise.
19649         * manual/lang.texi: Likewise.
19650         * manual/llio.texi: Likewise.
19651         * manual/locale.texi: Likewise.
19652         * manual/message.texi: Likewise.
19653         * manual/resource.texi: Likewise.
19654         * manual/search.texi: Likewise.
19655         * manual/setjmp.texi: Likewise.
19656         * manual/stdio.texi: Likewise.
19657         * manual/string.texi: Likewise.
19658         * manual/sysinfo.texi: Likewise.
19659         * manual/time.texi: Likewise.
19661 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19663         * po/sl.po: New file.
19665 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19667         * .gitignore: Add core/.gdbinit/.gdb_history.
19669 2013-12-27  Allan McRae  <allan@archlinux.org>
19671         [BZ #16369]
19672         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19673         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19675 2013-12-24  Brooks Moses  <bmoses@google.com>
19677         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19678         all compilers that claim C++98 compliance, not just GCC.
19679         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19680         Likewise.
19682 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19684         * NEWS: Restore accidentally deleted bug-fix entries.
19686 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19687             Ondřej Bílka  <neleai@seznam.cz>
19689         [BZ #15073]
19690         * malloc/malloc.c (_int_free): Perform sanity check only if we
19691         have_lock.
19693 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19695         [BZ #12986]
19696         * manual/stdio.texi (String Input Conversions): Clarify that character
19697         classes are not supported.
19699 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19703 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19705         [BZ #16337]
19706         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19707         Calculate results for small negative arguments directly rather
19708         than using reflection formula with special underflow handling.
19710         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19711         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19712         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19713         (fchflags): Likewise.
19714         (revoke): Likewise.
19715         (setlogin): Likewise.
19716         (sigaltstack): Likewise.
19717         (wait4): Likewise.
19718         (sigblock): Remove.
19719         (sigsetmask): Likewise.
19720         (wait3): Likewise.
19721         (waitpid): Likewise.
19722         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19723         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19724         file.
19725         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19726         * sysdeps/unix/bsd/Makefile: ... here.
19727         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19728         * sysdeps/unix/bsd/Versions: ... here.
19729         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19730         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19731         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19732         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19733         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19734         * sysdeps/unix/bsd/sigblock.c: ... here.
19735         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19736         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19737         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19738         * sysdeps/unix/bsd/sigvec.c: ... here.
19739         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19740         * sysdeps/unix/bsd/tcdrain.c: ... here.
19741         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19742         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19743         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19744         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19745         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19746         * sysdeps/unix/bsd/wait.c: ... here.
19747         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19748         * sysdeps/unix/bsd/wait3.c: ... here.
19749         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19750         * sysdeps/unix/bsd/waitpid.c: ... here.
19752 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19754         [BZ #16356]
19755         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19756         round-to-nearest for [!USE_AS_EXPM1L].
19757         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19758         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19759         more tests of exp and exp10.  Expect some exp10 tests to miss
19760         exceptions or fail in directed rounding modes.
19761         * math/auto-libm-test-out: Regenerated.
19762         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19763         (exp10_test_tonearest): New function.
19764         (exp10_towardzero_test_data): New array.
19765         (exp10_test_towardzero): New function.
19766         (exp10_downward_test_data): New array.
19767         (exp10_test_downward): New function.
19768         (exp10_upward_test_data): New array.
19769         (exp10_test_upward): New function.
19770         (main): Call the new functions.
19771         * sysdeps/i386/fpu/libm-test-ulps: Update.
19772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19774 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19776         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19777         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19778         * math/auto-libm-test-out: Regenerated.
19779         * math/libm-test.inc (acosh_test_data): Add more tests.
19780         (atanh_test_data): Likewise.
19781         (ceil_test_data): Likewise.
19782         (copysign_test_data): Likewise.
19783         * sysdeps/i386/fpu/libm-test-ulps: Update.
19784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19786         * timezone/checktab.awk: Update from tzcode 2013i.
19787         * timezone/private.h: Likewise.
19788         * timezone/scheck.c: Likewise.
19789         * timezone/tzfile.h: Likewise.
19790         * timezone/tzselect.ksh: Likewise.
19791         * timezone/zdump.c: Likewise.
19792         * timezone/zic.c: Likewise.
19794         * math/auto-libm-test-in: Add tests of cpow.
19795         * math/auto-libm-test-out: Regenerated.
19796         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19797         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19798         mpc_cc_c.
19799         (func_calc_desc): Add mpc_cc_c union field.
19800         (test_functions): Add cpow.
19801         (special_fill_2pi): New function.
19802         (special_real_inputs): Add 2pi.
19803         (calc_generic_results): Handle mpc_cc_c.
19804         * sysdeps/i386/fpu/libm-test-ulps: Update.
19805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19807         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19808         csqrt, ctan and ctanh.
19809         * math/auto-libm-test-out: Regenerated.
19810         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19811         (TEST_COND_x86): Likewise.
19812         (ccos_test_data): Use AUTO_TESTS_c_c.
19813         (ccosh_test_data): Likewise.
19814         (cexp_test_data): Likewise.
19815         (clog_test_data): Likewise.
19816         (csqrt_test_data): Likewise.
19817         (ctan_test_data): Likewise.
19818         (ctan_tonearest_test_data): Likewise.
19819         (ctan_towardzero_test_data): Likewise.
19820         (ctan_downward_test_data): Likewise.
19821         (ctan_upward_test_data): Likewise.
19822         (ctanh_test_data): Likewise.
19823         (ctanh_tonearest_test_data): Likewise.
19824         (ctanh_towardzero_test_data): Likewise.
19825         (ctanh_downward_test_data): Likewise.
19826         (ctanh_upward_test_data): Likewise.
19827         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19828         mpc_c_c.
19829         (func_calc_desc): Add mpc_c_c union field.
19830         (FUNC_mpc_c_c): New macro.
19831         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19832         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19833         ctanh.
19834         (special_fill_min_subnorm_p120): New function.
19835         (special_real_inputs): Add min_subnorm_p120.
19836         (calc_generic_results): Handle mpc_c_c.
19837         * sysdeps/i386/fpu/libm-test-ulps: Update.
19838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19840 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19842         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19843         (do_sin_slow): New functions.
19844         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19845         (cslow2, csloww1, csloww2): Use the new functions.
19847         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19848         Use M to change sign of result instead of X.  Assume X is
19849         positive.
19850         (csloww1): Likewise.
19851         (__sin): Adjust.
19852         (__cos): Adjust.
19854         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19855         arguments A and DA.
19856         (__sin): Adjust.
19857         (__cos): Likewise.
19859         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19860         (__cos): Likewise.
19861         (sloww1): Don't adjust sign of DX.
19862         (csloww1): Likewise.
19863         (sloww2): Use X directly and don't adjust sign of DX.
19864         (csloww2): Likewise.
19866 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19868         * math/auto-libm-test-in: Add tests of cabs and carg.
19869         * math/auto-libm-test-out: Regenerated.
19870         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19871         (carg_test_data): Likewise.
19872         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19873         mpc_c_f.
19874         (func_calc_desc): Add mpc_c_f union field.
19875         (test_functions): Add cabs and carg.
19876         (calc_generic_results): Handle mpc_c_f.
19878         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19879         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19880         as a macro and a compat symbol.
19881         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19882         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19883         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19884         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19885         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19886         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19887         not use .hidden.
19888         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19889         Likewise.
19890         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19891         Likewise.
19892         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19893         Likewise.
19894         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19895         Likewise.
19896         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19897         Likewise.
19898         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19899         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19900         from GLIBC_2.3.2.
19902 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19904         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19906 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19908         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19909         trailing whitespace removed.
19910         * scripts/config.guess: Update to version 2013-11-29.
19911         * scripts/config.sub: Update to version 2013-10-01.
19913         * math/auto-libm-test-in: Add tests of sincos.
19914         * math/auto-libm-test-out: Regenerated.
19915         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19916         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19917         mpfr_f_11.
19918         (func_calc_desc): Add mpfr_f_11 union field.
19919         (test_functions): Add sincos.
19920         (calc_generic_results): Handle mpfr_f_11.
19921         * sysdeps/i386/fpu/libm-test-ulps: Update.
19922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19924 2013-12-19  Andreas Schwab  <schwab@suse.de>
19926         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19927         CALL_MCOUNT.
19928         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19929         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19930         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19932 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19934         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19935         * sysdeps/i386/fpu/libm-test-ulps: Update.
19936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19938         [BZ #16293]
19939         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19940         round-to-nearest mode when using frndint.
19941         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19942         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19943         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19944         Likewise.
19945         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19946         sinh test to fail.
19947         * math/auto-libm-test-out: Regenerated.
19948         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19949         (TEST_COND_x86): Likewise.
19950         (expm1_tonearest_test_data): New array.
19951         (expm1_test_tonearest): New function.
19952         (expm1_towardzero_test_data): New array.
19953         (expm1_test_towardzero): New function.
19954         (expm1_downward_test_data): New array.
19955         (expm1_test_downward): New function.
19956         (expm1_upward_test_data): New array.
19957         (expm1_test_upward): New function.
19958         (main): Run the new test functions.
19959         * sysdeps/i386/fpu/libm-test-ulps: Update.
19960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19962         * include/features.h: Update comment documenting feature test
19963         macros.  Mention _DEFAULT_SOURCE in comment.
19964         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19965         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19966         _BSD_SOURCE and _SVID_SOURCE.
19967         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19968         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19969         !_SVID_SOURCE]: Likewise.
19970         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19971         (__USE_POSIX_IMPLICITLY): Define.
19972         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19973         (_POSIX_SOURCE): Undefine and redefine.
19974         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19975         (_POSIX_C_SOURCE): Likewise.
19976         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19977         (Feature Test Macros): Update documentation of default features.
19979 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19981         * benchtests/Makefile: Add bench-strtok.
19982         * benchtests/bench-strtok.c: New file: strtok benchtest.
19984 2013-12-19  Allan McRae  <allan@archlinux.org>
19986         * manual/install.texi: Suppress menu for plain text output.
19987         * INSTALL: Regenerated.
19989 2013-12-18  Brooks Moses  <bmoses@google.com>
19991         [BZ #15846]
19992         * misc/getauxval.c: Include errno.h.
19993         (__getauxval): Set errno to ENOENT if the requested type is not
19994         found.
19995         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19996         don't declare with __attribute_const__.
19997         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19998         * manual/startup.texi: Document that getauxval sets errno.
20000 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20002         * math/auto-libm-test-in: Add tests of jn and yn.
20003         * math/auto-libm-test-out: Regenerated.
20004         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20005         (yn_test_data): Likewise.
20006         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20007         mpfr_if_f.
20008         (func_calc_desc): Add mpfr_if_f union field.
20009         (FUNC_mpfr_if_f): New macro.
20010         (test_functions): Add jn and yn.
20011         (calc_generic_results): Assert type of second input for
20012         mpfr_ff_f.  Handle mpfr_if_f.
20013         (output_for_one_input_case): Disable all checking for arguments
20014         fitting floating-point types in case of an integer argument.
20015         * sysdeps/i386/fpu/libm-test-ulps: Update.
20016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20019         Don't expect fegetround reference in libm.so.
20021 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20023         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20024         $(config-cflags-nofma).
20026 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20028         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20029         * math/auto-libm-test-out: Regenerated.
20031         [BZ #16338]
20032         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20033         to determine exponent and adjust argument to have exponent of -1.
20034         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20035         log2.
20036         * math/auto-libm-test-out: Regenerated.
20037         * sysdeps/i386/fpu/libm-test-ulps: Update.
20038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20040 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20042         * manual/probes.texi: Remove cases when per-thread arenas are
20043         disabled.
20045 2013-12-18  Andreas Schwab  <schwab@suse.de>
20047         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20048         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20049         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20050         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20051         * sysdeps/i386/i686/multiarch/Makefile: Update.
20052         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20054 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20056         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20057         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20059 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20061         [BZ #15968]
20062         Support TZ transition times < 00:00:00.
20063         This is needed for version-3 tz-format files; it supports time
20064         stamps past 2037 for America/Godthab (the only entry in the tz
20065         database for which this change is relevant).
20066         * manual/time.texi (TZ Variable): Document transition times
20067         from -167:59:59 through -00:00:01.
20068         * time/tzset.c (tz_rule): Time of day is now signed.
20069         (__tzset_parse_tz): Parse negative time of day.
20071         Document TZ transition times >= 25:00:00.
20072         * manual/time.texi (TZ Variable): Document transition times from
20073         25:00:00 through 167:59:59.  These are already supported, and this
20074         support will help with version-3 tz-format files.
20076         * manual/time.texi (TZ Variable): Modernize North America example
20077         to reflect current (i.e., 2007-and-later) daylight saving rules.
20079         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20081 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20083         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20084         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20085         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20086         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20087         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20088         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20089         * sysdeps/unix/bsd/clock.c: Likewise.
20090         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20091         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20092         * sysdeps/unix/bsd/init-posix.c: Likewise.
20093         * sysdeps/unix/bsd/poll.c: Likewise.
20094         * sysdeps/unix/bsd/ptsname.c: Likewise.
20095         * sysdeps/unix/bsd/seekdir.c: Likewise.
20096         * sysdeps/unix/bsd/setegid.c: Likewise.
20097         * sysdeps/unix/bsd/seteuid.c: Likewise.
20098         * sysdeps/unix/bsd/setgid.c: Likewise.
20099         * sysdeps/unix/bsd/setrgid.c: Likewise.
20100         * sysdeps/unix/bsd/setruid.c: Likewise.
20101         * sysdeps/unix/bsd/setsid.c: Likewise.
20102         * sysdeps/unix/bsd/setuid.c: Likewise.
20103         * sysdeps/unix/bsd/sigaction.c: Likewise.
20104         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20105         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20106         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20107         * sysdeps/unix/bsd/telldir.c: Likewise.
20108         * sysdeps/unix/bsd/times.c: Likewise.
20109         * sysdeps/unix/bsd/usleep.c: Likewise.
20111         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20112         ($(objpfx)libbsd-compat.a): Remove rule.
20114         * include/features.h (__FAVOR_BSD): Do not define.
20115         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20116         features conflicting with POSIX.
20117         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20118         (_BSD_SOURCE): Remove description of not being a subset of other
20119         feature test macros.
20120         * manual/job.texi (getpgrp): Do not document BSD version.
20121         (getpgid): Do not document by reference to BSD getpgrp.
20122         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20123         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20124         * signal/signal.h [__FAVOR_BSD]: Likewise.
20125         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20126         instead of making contents conditional on [__FAVOR_BSD].
20127         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20129 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20133 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20135         [BZ #16314]
20136         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20137         values below 2**-450, not 2**-500.
20138         * math/auto-libm-test-in: Don't allow spurious underflow from
20139         hypot.
20140         * math/auto-libm-test-out: Regenerated.
20142         [BZ #16316]
20143         [BZ #16330]
20144         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20145         values of ha and hb and sort them after adjusting subnormal
20146         arguments.
20147         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20148         Likewise.
20149         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20150         values of ea and eb and sort them after adjusting subnormal
20151         arguments.
20152         * math/auto-libm-test-in: Do not expect some hypot tests of
20153         subnormals to fail.  Add more hypot tests.
20154         * math/auto-libm-test-out: Regenerated.
20156 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20158         [BZ #13304]
20159         * sysdeps/sh/s_fma.c: New file.
20160         * sysdeps/sh/s_fmaf.c: New file.
20161         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20162         version.
20163         * sysdeps/sh/Implies: Add sh/soft-fp.
20165 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20167         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20168         level of indirection to members `objname', `errstring', `malloced'.
20169         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20170         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20171         it as the __longjmp argument (just pass 1 instead).
20172         (_dl_catch_error): Initialize C with argument pointers and address of
20173         volatile local ERRCODE rather than copying values out of C at return.
20175 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20177         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20178         * math/auto-libm-test-out: Regenerated.
20179         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20180         (hypot_test_data): Likewise.
20181         (pow_test_data): Likewise.
20182         (pow_tonearest_test_data): Likewise.
20183         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20184         mpfr_ff_f.
20185         (func_calc_desc): Add mpfr_ff_f union field.
20186         (FUNC_mpfr_ff_f): New macro.
20187         (test_functions): Add atan2, hypot and pow.
20188         (special_fill_min): New function.
20189         (special_fill_minus_min): Likewise.
20190         (special_fill_min_subnorm): Likewise.
20191         (special_fill_minus_min_subnorm): Likewise.
20192         (special_real_inputs): Add min, -min, min_subnorm and
20193         -min_subnorm.
20194         (calc_generic_results): Handle mpfr_ff_f.
20195         * sysdeps/i386/fpu/libm-test-ulps: Update.
20196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20198 2013-12-16  Will Newton  <will.newton@linaro.org>
20200         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20201         (Aligned Memory Blocks): Add documentation for aligned_alloc
20202         and suggest it as an alternative to posix_memalign.
20203         (Hooks for Malloc): Document __memalign_hook is also called
20204         for aligned_alloc.  (Summary of Malloc): Add summary for
20205         aligned alloc.  Document __memalign_hook is also called
20206         for aligned_alloc.
20208 2013-12-16  Will Newton  <will.newton@linaro.org>
20210         * manual/memory.texi (Malloc Examples): Clarify default
20211         alignment documentation.  Suggest posix_memalign rather
20212         than memalign or valloc.
20213         (Aligned Memory Blocks): Remove suggestion to use memalign
20214         or valloc.  Remove obsolete comment about BSD.
20215         Document memalign errno values and mark the function obsolete.
20216         Document posix_memalign returned error codes.  Mark valloc
20217         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20218         called for posix_memalign and valloc.
20219         (Summary of Malloc): Add posix_memalign to function summary.
20220         __memalign_hook is also called for posix_memalign and valloc.
20222 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20224         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20225         TAYLOR_SIN.
20226         (__sin): Adjust.
20227         (__cos): Likewise.
20228         (sloww): Use mynumber union.  Expand ternary operator into
20229         if-else statements.
20230         (cslow): use mynumber union.
20232 2013-12-16  Allan McRae  <allan@archlinux.org>
20234         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20235         * configure: Regenerated.
20237         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20239         [BZ #14120]
20240         * configure.ac: Added --enable-maintainer-mode. Check for
20241         autoconf when enabled.
20242         * configure: Regenerated.
20244         * nscd/nscd.service: New file.
20245         * nscd/nscd.tmpfiles: New file.
20247 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20249         [BZ #12100]
20250         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20251         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20252         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20253         (strstr): Add __strstr_sse2_unaligned ifunc.
20254         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20255         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20256         (strcasestr): Remove __strcasestr_sse42 ifunc.
20257         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20258         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20259         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20261 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20263         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20264         * sysdeps/sh/bits/fenv.h: ... here.
20265         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20267 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20269         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20271         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20272         hypotf multiarch implementations.
20273         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20274         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20275         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20276         multiarch hypot for PPC64.
20277         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20278         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20279         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20280         multiarch hypotf for PPC64.
20282         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20283         modff multiarch implementations.
20284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20285         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20287         multiarch modf for PPC64.
20288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20291         multiarch modff for PPC64.
20293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20294         and logl multiarch implementations.
20295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20298         multiarch logb for PPC64.
20299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20302         multiarch logb for PPC64.
20303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20306         multiarch logb for PPC64.
20308         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20309         isinff multiarch implementation.
20310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20311         file.
20312         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20314         multiarch isinf for PPC64.
20315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20316         file.
20317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20318         multiarch isinff for PPC64.
20320         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20321         finitef multiarch implementation.
20322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20323         file.
20324         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20326         multiarch finite for PPC64.
20327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20328         file.
20329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20330         multiarch finitef for PPC64.
20332         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20333         lrint multiarch implementation.
20334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20335         file.
20336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20338         multiarch llrint for PPC64.
20339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20340         multiarch lrint for PPC64.
20342         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20343         copysignf multiarch implementation.
20344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20345         file.
20346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20347         file.
20348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20349         multiarch copysign for PPC64.
20350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20351         multiarch copysignf for PPC64.
20353         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20354         multiarch implementation.
20355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20356         file.
20357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20358         file.
20359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20360         file.
20361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20362         file.
20363         multiarch llround for PPC64.
20364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20365         multiarch trunc for PPC64.
20366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20367         multiarch truncf for PPC64.
20369         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20370         multiarch implementation.
20371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20372         file.
20373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20374         file.
20375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20376         file.
20377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20378         file.
20379         multiarch llround for PPC64.
20380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20381         multiarch round for PPC64.
20382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20383         multiarch roundf for PPC64.
20385         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20386         multiarch implementation.
20387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20388         file.
20389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20390         file.
20391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20392         file.
20393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20394         file.
20395         multiarch llround for PPC64.
20396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20397         multiarch floor for PPC64.
20398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20399         multiarch floorf for PPC64.
20401         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20402         multiarch implementation.
20403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20404         file.
20405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20406         file.
20407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20408         file.
20409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20410         file.
20411         multiarch llround for PPC64.
20412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20413         multiarch ceil for PPC64.
20414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20415         multiarch ceilf for PPC64.
20417         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20418         multiarch implementation.
20419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20420         file.
20421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20422         file.
20423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20424         file.
20425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20426         multiarch llround for PPC64.
20427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20428         multiarch lround for PPC64.
20430         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20431         multiarch implementation.
20432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20435         file.
20436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20439         multiarch isnan for PPC64.
20440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20441         multiarch isnanf for PPC64.
20443         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20444         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20445         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20446         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20447         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20450         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20451         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20452         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20453         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20455         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20456         multiarch implementations.
20457         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20458         (__libc_ifunc_impl_list): Likewise.
20459         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20460         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20461         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20462         multiarch stpcpy for PPC64.
20464         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20465         multiarch implementations.
20466         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20467         (__libc_ifunc_impl_list): Likewise.
20468         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20469         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20470         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20471         multiarch strcpy for PPC64.
20473         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20474         redefine function name.
20475         (_wordcopy_fwd_dest_aligned): Likewise.
20476         (_wordcopy_bwd_aligned): Likewise.
20477         (_wordcopy_bwd_dest_aligned): Likewise.
20478         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20479         multiarch implementations.
20480         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20481         (__libc_ifunc_impl_list): Likewise.
20482         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20483         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20484         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20485         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20486         multiarch wcscpy for PPC64.
20488         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20489         multiarch implementations.
20490         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20491         (__libc_ifunc_impl_list): Likewise.
20492         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20493         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20494         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20495         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20496         multiarch wcscpy for PPC64.
20498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20499         multiarch implementations.
20500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20501         (__libc_ifunc_impl_list): Likewise.
20502         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20503         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20504         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20505         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20506         multiarch wcsrchr for PPC64.
20508         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20509         multiarch implementations.
20510         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20511         (__libc_ifunc_impl_list): Likewise.
20512         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20513         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20514         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20515         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20516         multiarch wcschr for PPC64.
20518         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20519         multiarch implementations.
20520         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20521         (__libc_ifunc_impl_list): Likewise.
20522         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20523         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20524         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20525         multiarch strchrnul for PPC64.
20527         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20528         implementations.
20529         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20530         (__libc_ifunc_impl_list): Likewise.
20531         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20532         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20533         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20534         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20535         strchr for PPC64.
20537         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20538         implementations.
20539         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20540         (__libc_ifunc_impl_list): Likewise.
20541         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20542         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20543         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20544         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20545         strncmp for PPC64.
20547         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20548         multiarch implementations.
20549         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20550         (__libc_ifunc_impl_list): Likewise.
20551         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20552         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20553         strncasecmp for PPC64.
20554         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20555         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20556         multiarch strncasecmp_l for PPC64.
20558         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20559         multiarch implementations.
20560         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20561         (__libc_ifunc_impl_list): Likewise.
20562         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20563         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20564         multiarch strcasecmp for PPC64.
20565         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20566         file.
20567         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20568         multiarch strcasecmp_l for PPC64.
20570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20571         implementations.
20572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20573         (__libc_ifunc_impl_list): Likewise.
20574         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20575         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20576         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20577         strnlen for PPC64.
20579         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20580         implementations.
20581         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20582         (__libc_ifunc_impl_list): Likewise.
20583         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20584         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20585         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20586         strlen for PPC64.
20588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20589         implementations.
20590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20591         (__libc_ifunc_impl_list): Likewise.
20592         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20593         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20594         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20595         rawmemrchr for PPC64.
20597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20598         implementation.
20599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20600         (__libc_ifunc_impl_list): Likewise.
20601         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20602         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20603         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20604         memrchr for PPC64.
20606         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20607         implementation.
20608         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20609         (__libc_ifunc_impl_list): Likewise.
20610         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20611         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20612         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20613         memchr for PPC64.
20615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20616         implementation.
20617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20618         (__libc_ifunc_impl_list): Likewise.
20619         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20620         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20621         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20622         mempcpy for PPC64.
20624         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20625         avoid cretion of __bzero symbol.
20626         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20627         Likewise.
20628         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20629         Likewise.
20630         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20631         Likewise.
20632         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20633         multiarch implementations.
20634         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20635         (__libc_ifunc_impl_list): Likewise.
20636         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20637         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20638         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20639         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20640         bzero for PPC32.
20641         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20642         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20643         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20644         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20645         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20646         memset for PPC64.
20647         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20649         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20651         implementations.
20652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20653         (__libc_ifunc_impl_list): Likewise.
20654         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20655         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20656         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20657         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20658         memcmp for PPC64.
20660         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20661         multiarch for POWER/PPC64.
20662         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20663         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20664         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20665         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20666         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20667         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20668         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20670         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20671         memcpy for PPC64.
20673         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20674         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20675         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20676         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20677         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20678         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20679         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20680         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20681         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20682         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20683         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20684         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20685         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20686         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20687         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20696 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20698         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20700 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20702         * benchtests/Makefile (bench): Add exp2 and log2.
20703         (LDLIBS-bench-exp2): Add -lm.
20704         (LDLIBS-bench-log2): Likewise.
20705         * benchtests/exp2-inputs: New inputs file.
20706         * benchtests/log2-inputs: New inputs file.
20707         * benchtests/log-inputs: Add new inputs.
20708         * benchtests/tan-inputs: Likewise.
20710 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20712         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20713         definition...
20714         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20715         (csloww2): ... from here.
20717         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20718         instead of structures.
20719         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20720         (POLYNOMIAL): Likewise.
20721         (TAYLOR_SLOW): Likewise.
20722         (__sin): Likewise.
20723         (__cos): Likewise.
20724         (slow1): Likewise.
20725         (slow2): Likewise.
20726         (sloww): Likewise.
20727         (sloww1); Likewise.
20728         (sloww2): Likewise.
20729         (bsloww1): Likewise.
20730         (bsloww2): Likewise.
20731         (cslow2): Likewise.
20732         (csloww): Likewise.
20733         (csloww1): Likewise.
20734         (csloww2): Likewise.
20736 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20738         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20739         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20740         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20741         * malloc/hooks.c (realloc_check): Likewise.
20743         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20744         * malloc/arena.c: Remove PER_THREAD conditional.
20745         [!PER_THREAD]: Remove code.
20746         (ptmalloc_unlock_all2): Likewise.
20747         (ptmalloc_init): Likewise.
20748         (_int_new_arena): Likewise.
20749         (arena_get2): Likewise.
20750         * malloc/hooks.c (__malloc_get_state): Likewise.
20751         (__malloc_set_state): Likewise.
20752         * malloc/malloc.c: Likewise.
20753         (struct malloc_state): Likewise.
20754         (struct malloc_par): Likewise.
20755         (__libc_realloc): Likewise.
20756         (__libc_mallopt): Likewise.
20758 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20760         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20762 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20764         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20765         macro to a function.  Check for zero perturb_byte.
20766         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20768         * malloc/malloc.c: (force_reg): Remove.
20769         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20770         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20771         force_reg by atomic_forced_read.
20772         * malloc/arena.c (ptmalloc_init): Likewise.
20773         * malloc/hooks.c (top_check): Likewise.
20775 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20777         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20779 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20781         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20783 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20785         * math/auto-libm-test-in: Add tests of lgamma.
20786         * math/auto-libm-test-out: Regenerated.
20787         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20788         (M_LOG_2_SQRT_PIl): Likewise.
20789         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20790         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20791         mpfr_f_f1.
20792         (func_calc_desc): Add mpfr_f_f1 union field.
20793         (ARGS1): New macro.
20794         (ARGS2): Likewise.
20795         (ARGS3): Likewise.
20796         (ARGS4): Likewise.
20797         (RET1): Likewise.
20798         (RET2): Likewise.
20799         (CALC): Likewise.
20800         (FUNC): Likewise.
20801         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20802         (test_functions): Add lgamma.
20803         (calc_generic_results): Handle mpfr_f_f1.
20804         * sysdeps/i386/fpu/libm-test-ulps: Update.
20805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20807 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20809         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20810         __mpn_add_n for PowerPC64/POWER7.
20811         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20812         __mpn_sub_n for PowerPC64/POWER7.
20814         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20815         __mpn_addmul_1 for PowerPC64.
20816         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20817         __mpn_submul_1 for PowerPC64.
20818         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20819         for PowerPC64.
20820         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20821         for PowerPC64.
20823 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20825         [BZ #15089]
20826         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20828 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20830         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20832         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20833         add multiarch folders.
20834         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20835         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20836         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20837         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20838         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20839         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20840         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20841         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20842         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20843         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20844         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20852         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20853         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20855         New file.
20856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20857         New file.
20858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20859         multiarch __ieee754_hypot for PowerPC32.
20860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20861         New file.
20862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20863         New file.
20864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20865         multiarch __ieee754_hypotf for PowerPC32.
20867         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20868         long_double_symbol only if __logbl is defined.
20869         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20870         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20871         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20872         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20873         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20874         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20875         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20876         path for implementation.
20877         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20880         logb, and logbl multiarch implementations for PowerPC32.
20881         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20882         file.
20883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20884         file.
20885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20886         multiarch logb for PowerPC32.
20887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20888         file.
20889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20890         file.
20891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20892         multiarch logbf for PowerPC32.
20893         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20895         file.
20896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20897         multiarch logbl implementation for PowerPC32.
20899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20900         and modff multiarch implementations.
20901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20902         New file.
20903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20904         New file.
20905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20906         multiarch modf for PowerPC32.
20907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20908         New file.
20909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20910         New file.
20911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20912         multiarch modff for PowerPC32.
20914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20915         and lrintf multiarch implementations.
20916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20917         New file.
20918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20919         New file.
20920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20921         multiarch lrint for PowerPC32.
20922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20923         file: multiarch lrintf for PowerPC32.
20925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20926         and lroundf multiarch implementations.
20927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20928         New file.
20929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20930         New file.
20931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20932         New file.
20933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20934         multiarch lround for PowerPC32.
20935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20936         file: multiarch lroundf for PowerPC32.
20938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20939         copysign and copysignf multiarch implementations.
20940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20941         New file.
20942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20943         New file.
20944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20945         file: multiarch copysign for PowerPC32.
20946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20947         file: multiarch copysignf for PowerPC32.
20949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20950         and truncf multiarch implementations.
20951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20952         New file.
20953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20954         file.
20955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20956         multiarch trunc for PowerPC32.
20957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20958         New file.
20959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20960         New file.
20961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20962         multiarch truncf for PowerPC32.
20964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20965         and roundf multiarch implementations.
20966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20967         New file.
20968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20969         file.
20970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20971         multiarch round for PowerPC32.
20972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20973         New file.
20974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20975         New file.
20976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20977         multiarch roundf for PowerPC32.
20979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20980         and floorf multiarch implementations.
20981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20982         New file.
20983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20984         file.
20985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20986         multiarch floor for PowerPC32.
20987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20988         New file.
20989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20990         New file.
20991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20992         multiarch floorf for PowerPC32.
20994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20995         and ceilf multiarch implementations.
20996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20997         New file.
20998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20999         file.
21000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21001         multiarch ceil for PowerPC32.
21002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21003         New file.
21004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21005         file.
21006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21007         multiarch ceilf for PowerPC32.
21009         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21010         is defined.
21011         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21012         FINITEF is defined.
21013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21014         and finitef multiarch implementations.
21015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21016         New file.
21017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21018         file.
21019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21020         multiarch finite for PowerPC32.
21021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21022         New file.
21023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21024         file: multiarch finitef for PowerPC32.
21026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21027         and isinff multiarch implementations.
21028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21029         file.
21030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21031         file.
21032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21033         multiarch isinf for PowerPC32.
21034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21035         New file.
21036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21037         multiarch isinff for PowerPC32.
21039         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21040         alias when __isnan is defined.
21041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21042         and isnanf multiarch implementations.
21043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21044         file.
21045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21046         file.
21047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21048         file.
21049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21050         file.
21051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21052         multiarch isnan for PowerPC32.
21053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21054         New file.
21055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21056         New file.
21057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21058         multiarch isnanf for PowerPC32.
21060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21061         and sqrtf multiarch implementations.
21062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21063         file.
21064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21065         file.
21066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21067         multiarch sqrt for PowerPC32.
21068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21069         file.
21070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21071         file.
21072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21073         multiarch sqrtf for PowerPC32.
21075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21076         and llroundf multiarch implementations.
21077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21078         New file.
21079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21080         New file.
21081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21082         New file.
21083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21084         file: multiarch llround for PowerPC32.
21085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21086         file: multiarch llroundf for PowerPC32.
21088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21089         multiarch PowerPC32 fpu implementations.
21090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21091         New file.
21092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21093         New file.
21094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21095         multiarch llrint for PowerPC32.
21096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21097         New file.
21098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21099         New file.
21100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21101         file.
21103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21105         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21106         file.
21107         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21108         file.
21109         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21110         file.
21111         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21112         multiarch wordcopy for PPC32.
21113         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21114         wordcopy objects.
21115         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21116         (__libc_ifunc_impl_list): Likewise.
21117         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21118         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21119         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21120         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21121         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21122         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21124         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21125         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21126         file.
21127         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21128         file.
21129         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21130         file.
21131         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21132         multiarch wcscpy for PPC32.
21133         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21134         multiarch objects.
21135         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21136         (__libc_ifunc_impl_list): Likewise.
21137         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21138         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21139         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21140         sysdeps/powerpc/power6/wcscpy.c.
21142         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21143         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21144         file.
21145         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21146         file.
21147         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21148         file.
21149         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21150         multiarch wcsrchr for PPC32.
21151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21152         multiarch objects.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21154         (__libc_ifunc_impl_list): Likewise.
21155         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21156         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21157         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21158         sysdeps/powerpc/power6/wcsrchr.c.
21160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21161         file.
21162         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21163         file.
21164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21166         multiarch wcschr for PPc32.
21167         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21168         multiarch objects.
21169         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21170         (__libc_ifunc_impl_list): Likewise.
21171         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21172         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21173         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21174         sysdeps/powerpc/power6/wcschr.c.
21176         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21177         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21178         file.
21179         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21180         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21181         file: multiarch strchr for PPC32.
21182         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21183         multiarch objects.
21184         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21185         (__libc_ifunc_impl_list): Likewise.
21187         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21188         name.
21189         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21190         file.
21191         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21192         file.
21193         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21194         multiarch strchrnul for PPC32.
21195         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21196         multiarch objects.
21197         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21198         (__libc_ifunc_impl_list): Likewise.
21200         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21201         file.
21202         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21203         multiarch strncasecmp for PPC32.
21204         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21205         file.
21206         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21207         multiarch strncasecmp_l for PPC32.
21208         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21209         strncasecmp multiarch objects.
21210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21211         (__libc_ifunc_impl_list): Likewise.
21213         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21214         file.
21215         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21216         multiarch strncasecmp for PPC32.
21217         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21218         New file.
21219         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21220         multiarch strcasecmp_l for PPC32.
21221         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21222         multiarch objects.
21223         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21224         (__libc_ifunc_impl_list): Likewise.
21226         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21227         file.
21228         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21229         file.
21230         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21231         multiarch strncmp for PPC32.
21232         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21233         multiarch objects.
21234         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21235         (__libc_ifunc_impl_list): Likewise.
21237         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21238         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21239         file.
21240         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21241         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21242         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21243         multiarch objects.
21244         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21245         (__libc_ifunc_impl_list): Likewise.
21247         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21248         file.
21249         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21250         file.
21251         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21253         multiarch objects.
21254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21255         (__libc_ifunc_impl_list): Likewise.
21257         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21258         file.
21259         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21260         file.
21261         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21262         multiarch rawmemchr for PPC32.
21263         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21264         multiarch objects.
21265         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21266         (__libc_ifunc_impl_list): Likewise.
21268         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21269         file.
21270         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21271         file.
21272         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21273         file: memrchr multiarch for PPC32.
21274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21275         multiarch objects.
21276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21277         (__libc_ifunc_impl_list): Likewise.
21279         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21280         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21281         file.
21282         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21283         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21284         multiarch memchr for PPC32.
21285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21286         multiarch objects.
21287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21288         (__libc_ifunc_impl_list): Likewise.
21290         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21291         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21292         file.
21293         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21294         file.
21295         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21296         file: multiarch mempcpy for PPC32.
21297         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21298         multiarch objects.
21299         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21300         (__libc_ifunc_impl_list): Likewise.
21302         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21303         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21304         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21305         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21306         multiarch bzero for PPC32.
21307         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21308         file.
21309         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21310         file.
21311         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21312         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21313         file: multiarch memset for PPC32.
21314         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21315         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21316         memset multiarch objects.
21317         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21318         (__libc_ifunc_impl_list): Likewise.
21320         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21321         file.
21322         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21323         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21324         memcmp for PPC32.
21325         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21326         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21327         multiarch objects.
21328         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21329         (__libc_ifunc_impl_list): Likewise.
21331         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21332         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21333         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21334         file.
21335         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21336         file.
21337         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21338         file.
21339         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21340         multiarch memcpy for PPC32.
21341         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21342         multiarch objects.
21343         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21344         (__libc_ifunc_impl_list): Likewise.
21346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21347         support multiarch for POWER/PPC32.
21348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21349         Likewise.
21350         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21351         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21352         Implies file to make multiarch folder appers before the fpu and
21353         default folder for power4 configuration.
21355 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21357         * scripts/bench.pl: Append volatile keyword to type.
21359 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21361         * sysdeps/sh/sotruss-lib.c: New file.
21362         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21364 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21366         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21368 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21370         [BZ #6810]
21371         * math/w_tgamma.c: Include <errno.h>.
21372         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21373         * math/w_tgammaf.c: Include <errno.h>.
21374         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21375         * math/w_tgammal.c: Include <errno.h>.
21376         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21377         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21378         underflow.  Add more tgamma tests.
21379         * math/auto-libm-test-out: Regenerated.
21380         * sysdeps/i386/fpu/libm-test-ulps: Update.
21381         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21383         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21384         sin, sinh, tan, tanh, tgamma, y0 and y1.
21385         * math/auto-libm-test-out: Regenerated.
21386         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21387         (TEST_COND_x86): Likewise.
21388         (M_E2l): Remove macro.
21389         (M_E3l): Likewise.
21390         (M_2_SQRT_PIl): Likewise.
21391         (M_SQRT_PIl): Likewise.
21392         (M_1_DIV_El): Likewise.
21393         (log_test_data): Use AUTO_TESTS_f_f.
21394         (log10_test_data): Likewise.
21395         (log1p_test_data): Likewise.
21396         (log2_test_data): Likewise.
21397         (sin_test_data): Likewise.
21398         (sin_tonearest_test_data): Likewise.
21399         (sin_towardzero_test_data): Likewise.
21400         (sin_downward_test_data): Likewise.
21401         (sin_upward_test_data): Likewise.
21402         (sinh_test_data): Likewise.
21403         (sinh_tonearest_test_data): Likewise.
21404         (sinh_towardzero_test_data): Likewise.
21405         (sinh_downward_test_data): Likewise.
21406         (sinh_upward_test_data): Likewise.
21407         (tan_test_data): Likewise.
21408         (tan_tonearest_test_data): Likewise.
21409         (tan_towardzero_test_data): Likewise.
21410         (tan_downward_test_data): Likewise.
21411         (tan_upward_test_data): Likewise.
21412         (tanh_test_data): Likewise.
21413         (tgamma_test_data): Likewise.
21414         (y0_test_data): Likewise.
21415         (y1_test_data): Likewise.
21416         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21417         (special_real_inputs): Add pi/4.
21418         * sysdeps/i386/fpu/libm-test-ulps: Update.
21419         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21421 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21423         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21424         "longjmp_target" static probes.
21425         (__longjmp): Rename to __longjmp_symbol.
21426         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21427         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21428         on which longjmp to generate.
21429         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21430         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21431         probe.
21432         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21433         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21434         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21435         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21436         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21437         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21439         __longjmp_symbol based on which __longjmp to generate.
21440         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21441         probe.
21442         (setjmp): Rename to setjmp_symbol.
21443         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21444         (_setjmp): Rename to _setjmp_symbol.
21445         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21446         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21447         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21448         which setjmp to generate.
21449         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21450         "longjmp_target" static probes.
21452 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21454         * benchtests/README: Add note about output arguments.
21455         * benchtests/bench-sincos.c: Remove file.
21456         * benchtests/sincos-inputs: New file.
21457         * scripts/bench.pl: Identify output arguments and define
21458         static variables for them.
21460         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21462         [BZ #15941]
21463         * Makefile (INSTALL): Add install-plain.texi as the primary
21464         dependency.
21465         * manual/install-plain.texi: New file.
21466         * manual/install.texi: Include node directive only for
21467         non-plaintext output.
21469 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21471         * stdlib/longlong.h: Update from GCC.
21473         [BZ #6807]
21474         [BZ #15901]
21475         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21476         * math/w_j0f.c (y0f): Likewise.
21477         * math/w_j0l.c (__y0l): Likewise.
21478         * math/w_j1.c (y1): Likewise.
21479         * math/w_j1f.c (y1f): Likewise.
21480         * math/w_j1l.c (__y1l): Likewise
21481         * math/w_jn.c (yn): Likewise.
21482         * math/w_jnf.c (ynf): Likewise.
21483         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21484         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21485         value for Bessel function domain errors outside _SVID_ mode.
21486         Adjust sign of return value for yn (negative integer, 0).
21487         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21488         by zero in return for negative x and set sign appropriately for
21489         negative n.
21490         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21491         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21492         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21493         expectations in error cases.
21494         (y1_test_data): Likewise.
21495         (yn_test_data): Likewise.
21496         * sysdeps/i386/fpu/libm-test-ulps: Update.
21497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21499 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21501         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21502         "64" to "64-v1".  Add "64-v2".
21503         (abi-64-options): Rename to ...
21504         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21505         (abi-64-condition): Rename to ...
21506         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21507         (abi-64-ld-soname): Rename to ...
21508         (abi-64-v1-ld-soname): ... this.
21509         (abi-64-v2-options): Define.
21510         (abi-64-v2-condition): Likewise.
21511         (abi-64-v2-ld-soname): Likewise.
21512         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21513         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21518 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21519             Alan Modra  <amodra@gmail.com>
21521         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21522         New versions for use with the ELFv2 ABI.
21523         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21524         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21525         declaration.
21526         (struct La_ppc64v2_retval): Likewise.
21527         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21528         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21529         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21530         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21531         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21532         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21533         Do not save or restore CR.
21534         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21535         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21536         return values for ELFv2 ABI.  Fix location of FPR return registers.
21537         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21538         updated values for _CALL_ELF == 2.
21539         (La_regs, La_retval, int_retval): Likewise.
21541 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21543         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21544         (FRAME_MIN_SIZE_PARM): Likewise.
21545         (FRAME_BACKCHAIN): Likewise.
21546         (FRAME_CR_SAVE): Likewise.
21547         (FRAME_LR_SAVE): Likewise.
21548         (FRAME_TOC_SAVE): Likewise.
21549         (FRAME_PARM_SAVE): Likewise.
21550         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21551         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21552         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21553         (call_mcount_parm_offset): New macro.
21554         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21555         (PROF): Use symbolic stack frame offsets.
21556         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21557         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21558         Redefine in terms of FRAME_MIN_SIZE.
21559         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21560         (_dl_profile_resolve): Likewise.  Update comment.
21561         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21562         symbols stack frame offsets.
21563         (__sigsetjmp): Likewise.
21564         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21565         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21566         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21567         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21570         (FRAME_BACKCHAIN): Remove.
21571         (FRAME_CR_SAVE): Likewise.
21572         (FRAME_LR_SAVE): Likewise.
21573         (FRAME_COMPILER_DW): Likewise.
21574         (FRAME_LINKER_DW): Likewise.
21575         (FRAME_TOC_SAVE): Likewise.
21576         (FRAME_PARM_SAVE): Likewise.
21577         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21578         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21579         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21581         (CHECK_SP): Use symbolic stack frame offsets.
21582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21583         zone" instead of caller's parameter save area for temp storage.
21584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21585         Likewise.  Also, use symbolic stack frame offsets.
21586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21587         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21588         our own stack frame instead of the caller's.
21589         (__socket): Use symbolic stack frame offsets.
21591 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21592             Alan Modra  <amodra@gmail.com>
21594         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21595         Define.
21596         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21597         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21598         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21599         New function.
21600         (elf_machine_fixup_plt): Call it.
21601         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21602         reloc arguments.
21603         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21604         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21605         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21606         r2 before calling target.
21608 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21609             Alan Modra  <amodra@gmail.com>
21611         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21612         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21613         versions of macros to support ELFv2 ABI.
21614         (LOCALENTRY): New macro.
21615         (ENTRY, EALIGN): Use it.
21616         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21617         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21618         fall through into ENTRY entry point.
21619         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21620         Only define if _CALL_ELF != 2.
21622         (elf_machine_matches_host): Verify ABI version matches.
21623         (RTLD_START): Use LOCALENTRY.
21624         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21625         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21626         (PLT_ENTRY_WORDS): New macro.
21627         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21628         (elf_machine_runtime_setup): Support ELFv2 ABI.
21629         (elf_machine_fixup_plt): Likewise.
21630         (elf_machine_plt_conflict): Likewise.
21631         (resolve_ifunc): Likewise.
21632         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21633         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21634         Likewise.
21635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21636         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21638         (makecontext): Support ELFv2 ABI.
21639         * elf/elf.h (EF_PPC64_ABI): Define.
21641 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21643         * sysdeps/powerpc/powerpc64/sysdep.h
21644         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21645         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21646         (ENTRY) [ASSEMBLER]: ... but instead here ...
21647         (EALIGN) [ASSEMBLER]: ... and here.
21648         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21649         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21650         (ENTRY_2) [!ASSEMBLER]: Use it.
21651         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21652         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21653         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21654         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21655         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21657         Use PPC64_LOAD_FUNCPTR.
21659         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21661 2013-12-04  Alan Modra  <amodra@gmail.com>
21663         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21664         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21665         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21666         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21668         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21669         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21670         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21671         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21672         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21673         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21675 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21678         (__makecontext): Fix incorrect CFI when backtracing out of
21679         context created via makecontext.
21680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21681         (__setcontext): Fix incorrect CFI during switch to new context.
21682         (__novec_setcontext): Likewise.
21684 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21686         [BZ #4772]
21687         * time/strptime_l.c (__strptime_internal): Allow modifiers
21688         in strptime.
21689         * time/tst-strptime.c (day_tests): Add testcase.
21691 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21693         * scripts/bench.pl: Skip over blank lines.
21695 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21697         [BZ #926]
21698         * manual/time.texi (Calendar Time): Clarify what timezone functions
21699         use.
21701 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21705 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21707         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21708         implementation.
21709         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21710         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21711         * debug/memset_chk.c (__memset_chk): Likewise.
21712         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21713         * debug/strncpy_chk.c: Likewise.
21715 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21717         [BZ #15268]
21718         [BZ #15425]
21719         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21720         (__ieee754_exp): For possibly underflowing results, check size of
21721         result and force underflow exception if required.
21722         * math/auto-libm-test-in: Add more tests of exp.
21723         * math/auto-libm-test-out: Regenerated.
21724         * sysdeps/i386/fpu/libm-test-ulps: Update.
21725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21727         [BZ #16283]
21728         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21729         * math/w_exp2f.c (__exp2f): Likewise.
21730         * math/w_exp2l.c (__exp2l): Likewise.
21731         * math/auto-libm-test-in: Do not allow missing errno on exp2
21732         underflow.
21733         * math/auto-libm-test-out: Regenerated.
21735 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21737         [BZ #16274]
21738         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21739         handle filename validation.
21740         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21741         (do_open): Delete.
21743 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21745         [BZ #6786]
21746         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21747         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21748         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21749         <float.h>.
21750         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21751         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21752         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21753         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21754         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21755         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21756         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21757         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21758         Add more erfc tests.
21759         * math/auto-libm-test-out: Regenerated.
21760         * sysdeps/i386/fpu/libm-test-ulps: Update.
21761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21763         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21764         exp2, expm1, j0 and j1.
21765         * math/auto-libm-test-out: Regenerated.
21766         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21767         (erfc_test_data): Likewise.
21768         (exp_test_data): Likewise.
21769         (exp_tonearest_test_data): Likewise.
21770         (exp_towardzero_test_data): Likewise.
21771         (exp_downward_test_data): Likewise.
21772         (exp_upward_test_data): Likewise.
21773         (exp10_test_data): Likewise.
21774         (exp2_test_data): Likewise.
21775         (expm1_test_data): Likewise.
21776         (j0_test_data): Likewise.
21777         (j1_test_data): Likewise.
21778         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21779         (input_flag_type): Add flag_xfail_rounding.
21780         (input_flags): Add xfail-rounding.
21781         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21782         (output_for_one_input_case): Handle flag_xfail_rounding.
21783         * sysdeps/i386/fpu/libm-test-ulps: Update.
21784         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21786 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21788         [BZ #16289]
21789         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21790         division by 0.
21792 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21794         [BZ #16195]
21795         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21796         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21797         (STAP_PROBE0): New macro.
21798         (STAP_PROBE1): Likewise.
21799         (STAP_PROBE2): Likewise.
21800         (STAP_PROBE3): Likewise.
21801         (STAP_PROBE4): Likewise.
21803 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21805         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21807 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21809         * benchtests/Makefile (bench): Add sqrt.
21810         (LDLIBS-bench-sqrt): New.
21811         * benchtests/sqrt-input: New.
21813 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21815         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21816         (GAIH_EAI): Likewise.
21817         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21818         (gaih_inet): Likewise.
21819         (getaddrinfo): Don't use GAIH_EAI.
21821         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21822         (struct gaih): Remove definition.
21824 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21826         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21827         Use HERRNOP directly.
21829 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21831         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21833 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21835         * math/gen-auto-libm-tests.c (test_functions): Add more
21836         single-argument functions.
21837         (special_fill_pi_2): New function.
21838         (special_fill_minus_pi_2): Likewise.
21839         (special_fill_pi_6): Likewise.
21840         (special_fill_minus_pi_6): Likewise.
21841         (special_fill_pi_3): Likewise.
21842         (special_fill_2pi_3): Likewise.
21843         (special_fill_e): Likewise.
21844         (special_fill_1_e): Likewise.
21845         (special_fill_e_minus_1): Likewise.
21846         (special_real_inputs): Add more special inputs.
21847         (output_for_one_input_case): Do not require ERANGE on underflow to
21848         zero if round-to-nearest result does not underflow to zero, unless
21849         exact results required.
21850         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21851         atan, atanh, cbrt, cos and cosh.
21852         * math/auto-libm-test-out: Regenerated.
21853         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21854         (acos_tonearest_test_data): Likewise.
21855         (acos_towardzero_test_data): Likewise.
21856         (acos_downward_test_data): Likewise.
21857         (acos_upward_test_data): Likewise.
21858         (acosh_test_data): Likewise.
21859         (asin_test_data): Likewise.
21860         (asin_tonearest_test_data): Likewise.
21861         (asin_towardzero_test_data): Likewise.
21862         (asin_upward_test_data): Likewise.
21863         (asinh_test_data): Likewise.
21864         (atan_test_data): Likewise.
21865         (atanh_test_data): Likewise.
21866         (cbrt_test_data): Likewise.
21867         (cos_test_data): Likewise.
21868         (cos_tonearest_test_data): Likewise.
21869         (cos_towardzero_test_data): Likewise.
21870         (cos_downward_test_data): Likewise.
21871         (cos_upward_test_data): Likewise.
21872         (cosh_test_data): Likewise.
21873         (cosh_tonearest_test_data): Likewise.
21874         (cosh_towardzero_test_data): Likewise.
21875         (cosh_downward_test_data): Likewise.
21876         (cosh_upward_test_data): Likewise.
21877         * sysdeps/i386/fpu/libm-test-ulps: Update.
21878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21880 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21882         [BZ #6787]
21883         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21884         * math/w_exp10f.c (__exp10f): Likewise.
21885         * math/w_exp10l.c (__exp10l): Likewise.
21886         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21887         errno settings in existing tests.
21889         [BZ #14032]
21890         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21891         precision control set to double precision.
21892         * sysdeps/i386/fpu/w_sqrt.c: New file.
21893         * math/auto-libm-test-in: Add more tests.
21894         * math/auto-libm-test-out: Update.
21896         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21897         (sqrt_test_tonearest): New function.
21898         (sqrt_towardzero_test_data): New variable.
21899         (sqrt_test_towardzero): New function.
21900         (sqrt_downward_test_data): New variable.
21901         (sqrt_test_downward): New function.
21902         (sqrt_upward_test_data): New variable.
21903         (sqrt_test_upward): New function.
21904         (main): Call the new functions.
21906         * math/gen-auto-libm-tests.c: New file.
21907         * math/auto-libm-test-in: Likewise.
21908         * math/auto-libm-test-out: New generated file.
21909         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21910         variables.
21911         (%beautify): Add generated representations of zero.
21912         (top level): Set $auto_input and call parse_auto_input.
21913         (beautify): Remove trailing "f" from hex float constants.
21914         (parse_args): Handle XFAIL_TEST.
21915         (convert_condition): New function.
21916         (or_value): Likewise.
21917         (or_cond_value): Likewise.
21918         (generate_testfile): Handle AUTO_TESTS_* lines.
21919         (parse_auto_input): New function.
21920         * math/libm-test.inc (XFAIL_TEST): New macro.
21921         (ERRNO_UNCHANGED): Update value.
21922         (ERRNO_EDOM): Likewise.
21923         (ERRNO_ERANGE): Likewise.
21924         (IGNORE_RESULT): Likewise.
21925         (TEST_COND_flt_32): New macro.
21926         (TEST_COND_dbl_64): Likewise.
21927         (TEST_COND_ldbl_96_intel): Likewise.
21928         (TEST_COND_ldbl_96_m68k): Likewise.
21929         (TEST_COND_ldbl_128): Likewise.
21930         (TEST_COND_ldbl_128ibm): Likewise.
21931         (TEST_COND_long32): Likewise.
21932         (TEST_COND_long64): Likewise.
21933         (TEST_COND_before_rounding): Likewise.
21934         (TEST_COND_after_rounding): Likewise.
21935         (enable_test): Handle XFAIL_TEST flag.
21936         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21937         with finite results.
21938         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21939         auto-libm-test-out.
21941 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21942             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21944         [BZ #16214]
21945         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21946         __tls_get_addr_internal instead of __tls_get_offset in order to
21947         avoid GOT pointer dependency.  Make rtld export
21948         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21949         __tls_get_addr since we are a __tls_get_offset platform.
21950         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21951         GOT pointer being set up before.
21952         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21954 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21956         * manual/math.texi (Errors in Math Functions): Document accuracy
21957         goals.
21959         [BZ #15004]
21960         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21961         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21962         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21963         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21964         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21965         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21966         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21967         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21968         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21969         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21970         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21971         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21972         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21973         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21974         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21975         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21977         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21978         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21979         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21980         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21981         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21982         Likewise.
21983         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21984         Likewise.
21985         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21986         Likewise.
21987         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21988         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21989         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21990         atomic-feupdateenv and flt-rounds.
21991         * sysdeps/powerpc/nofpu/Versions (libc): Add
21992         __atomic_feholdexcept, __atomic_feclearexcept,
21993         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21994         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21995         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21996         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21997         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21998         here.
21999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22000         Update.
22002         * manual/arith.texi (FP Exceptions): Document that exceptions may
22003         not be raised when matherr is used.
22004         (Math Error Reporting): Document overflow in directed rounding
22005         modes.  Document that errno may not be set when finite values are
22006         returned on overflow.  Document intent to set errno on underflow
22007         only for underflow to zero.
22009         [BZ #16271]
22010         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22011         round-to-nearest then adjust result for other rounding modes.
22012         * include/fenv.h (fegetround): Use libm_hidden_proto.
22013         * math/fegetround.c (fegetround): Use libm_hidden_def.
22014         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22015         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22016         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22017         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22018         Likewise.
22019         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22020         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22021         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22022         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22024 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22026         [BZ #16077]
22027         * nss/Versions (libnss_files): Add
22028         _nss_files_gethostbyname3_r.
22029         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22030         New function.
22031         (HOST_DB_LOOKUP): Remove macro.
22032         (_nss_files_gethostbyname_r): Implement function without the
22033         HOST_DB_LOOKUP macro.
22034         (_nss_files_gethostbyname2_r): Likewise.
22036 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22038         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22040 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22042         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22043         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22044         warning.
22046 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22048         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22049         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22050         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22051         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22052         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22053         __fe_nomask_env_priv and attribute_hidden.
22054         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22055         (libc_feupdateenv_test_ppc): Likewise.
22056         (libc_feresetround_ppc): Likewise.
22057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22058         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22059         compat_symbol macro.
22060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22061         (__fe_nomask_env): Likewise.
22062         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22064 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22066         * string/Makefile: Remove ifunc tests.
22067         * string/test-string.h: Define TEST_IFUNC.
22068         * string/test-bcopy-ifunc.c: Remove.
22069         * string/test-bzero-ifunc.c: Likewise.
22070         * string/test-memccpy-ifunc.c: Likewise.
22071         * string/test-memchr-ifunc.c: Likewise.
22072         * string/test-memcmp-ifunc.c: Likewise.
22073         * string/test-memcpy-ifunc.c: Likewise.
22074         * string/test-memmem-ifunc.c: Likewise.
22075         * string/test-memmove-ifunc.c: Likewise.
22076         * string/test-mempcpy-ifunc.c: Likewise.
22077         * string/test-memrchr-ifunc.c: Likewise.
22078         * string/test-memset-ifunc.c: Likewise.
22079         * string/test-rawmemchr-ifunc.c: Likewise.
22080         * string/test-stpcpy-ifunc.c: Likewise.
22081         * string/test-stpncpy-ifunc.c: Likewise.
22082         * string/test-strcasecmp-ifunc.c: Likewise.
22083         * string/test-strcasestr-ifunc.c: Likewise.
22084         * string/test-strcat-ifunc.c: Likewise.
22085         * string/test-strchr-ifunc.c: Likewise.
22086         * string/test-strchrnul-ifunc.c: Likewise.
22087         * string/test-strcmp-ifunc.c: Likewise.
22088         * string/test-strcpy-ifunc.c: Likewise.
22089         * string/test-strcspn-ifunc.c: Likewise.
22090         * string/test-strlen-ifunc.c: Likewise.
22091         * string/test-strncasecmp-ifunc.c: Likewise.
22092         * string/test-strncat-ifunc.c: Likewise.
22093         * string/test-strncmp-ifunc.c: Likewise.
22094         * string/test-strncpy-ifunc.c: Likewise.
22095         * string/test-strnlen-ifunc.c: Likewise.
22096         * string/test-strpbrk-ifunc.c: Likewise.
22097         * string/test-strrchr-ifunc.c: Likewise.
22098         * string/test-strspn-ifunc.c: Likewise.
22099         * string/test-strstr-ifunc.c: Likewise.
22101 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22103         * benchtests/Makefile: Remove ifunc tests.
22104         * benchtests/bench-string.h: Define TEST_IFUNC.
22105         * benchtests/bench-bcopy-ifunc.c: Remove.
22106         * benchtests/bench-bzero-ifunc.c: Likewise.
22107         * benchtests/bench-memccpy-ifunc.c: Likewise.
22108         * benchtests/bench-memchr-ifunc.c: Likewise.
22109         * benchtests/bench-memcmp-ifunc.c: Likewise.
22110         * benchtests/bench-memcpy-ifunc.c: Likewise.
22111         * benchtests/bench-memmem-ifunc.c: Likewise.
22112         * benchtests/bench-memmove-ifunc.c: Likewise.
22113         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22114         * benchtests/bench-memrchr-ifunc.c: Likewise.
22115         * benchtests/bench-memset-ifunc.c: Likewise.
22116         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22117         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22118         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22119         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22120         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22121         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22122         * benchtests/bench-strcat-ifunc.c: Likewise.
22123         * benchtests/bench-strchr-ifunc.c: Likewise.
22124         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22125         * benchtests/bench-strcmp-ifunc.c: Likewise.
22126         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22127         * benchtests/bench-strcpy-ifunc.c: Likewise.
22128         * benchtests/bench-strcspn-ifunc.c: Likewise.
22129         * benchtests/bench-strlen-ifunc.c: Likewise.
22130         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22131         * benchtests/bench-strncat-ifunc.c: Likewise.
22132         * benchtests/bench-strncmp-ifunc.c: Likewise.
22133         * benchtests/bench-strncpy-ifunc.c: Likewise.
22134         * benchtests/bench-strnlen-ifunc.c: Likewise.
22135         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22136         * benchtests/bench-strrchr-ifunc.c: Likewise.
22137         * benchtests/bench-strsep-ifunc.c: Likewise.
22138         * benchtests/bench-strspn-ifunc.c: Likewise.
22139         * benchtests/bench-strstr-ifunc.c: Likewise.
22141 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22143         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22145 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22147         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22148         * rt/aio.h: Likewise.
22149         * sysdeps/gnu/bits/utmp.h: Likewise.
22150         * sysdeps/gnu/bits/utmpx.h: Likewise.
22151         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22152         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22153         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22154         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22155         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22156         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22157         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22158         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22159         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22160         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22161         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22162         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22163         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22165         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22166         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22167         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22168         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22169         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22170         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22171         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22172         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22173         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22174         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22175         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22176         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22177         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22178         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22179         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22180         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22181         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22182         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22183         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22184         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22185         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22186         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22187         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22188         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22189         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22190         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22191         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22192         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22194 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22196         [BZ #16245]
22197         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22198         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22200 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22202         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22203         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22204         Likewise.
22206 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22208         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22209         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22210         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22211         (__fesetround): Remove define.
22212         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22213         rounding and exceptions handling.
22214         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22215         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22216         (__fe_nomask_env): Likewise.
22217         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22218         __fegetround instead of fegetround.
22219         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22220         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22222 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22224         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22225         it's there.
22227         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22229 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22231         [BZ #11157]
22232         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22233         (encrypt_r): Likewise.
22234         * malloc/obstack.h (obstack_free): Likewise.
22235         * posix/unistd.h (encrypt): Likewise.
22237 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22239         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22240         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22241         DL_CALL_DT_FINI() that call the functions directly.
22242         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22243         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22244         * elf/dl-fini.c: Likewise.
22246 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22248         * malloc/hooks.c (memalign_check): Add alignment rounding.
22249         * malloc/malloc.c (_mid_memalign): New function.
22250         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22251         Implement by calling _mid_memalign.
22252         * manual/probes.texi (Memory Allocation Probes): Remove
22253         memory_valloc_retry and memory_pvalloc_retry.
22255 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22257         * locale/programs/locarchive.c (open_archive): Add const
22258         qualifier to ARCHIVEFNAME and copy default fname to
22259         DEFAULT_FNAME.
22261         [BZ #15601]
22262         * libio/tst-widetext.input: Rename Oriya to Odia.
22263         * locale/iso-639.def: Likewise.
22265         * manual/probes.texi (Mathematical Function Probes): Add
22266         documentation for sin, cos, asin and acos probes.
22267         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22268         (__sin32): Add slowasin probe.
22269         (__cos32): Add slowacos probe.
22270         (__mpsin): Add slowsin probe.
22271         (__mpcos): Add slowcos probe.
22273 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22275         [BZ #15483]
22276         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22277         thread-local __sim_exceptions_thread and global
22278         __sim_exceptions_global.
22279         (__sim_disabled_exceptions): Change to thread-local
22280         __sim_disabled_exceptions_thread and global
22281         __sim_disabled_exceptions_global.
22282         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22283         and global __sim_round_mode_global.
22284         (__simulate_exceptions): Use thread-local floating-point state and
22285         set global state from it as needed.
22286         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22287         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22288         __sim_round_mode_thread.
22289         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22290         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22291         and global __sim_exceptions_global.
22292         (__sim_disabled_exceptions): Change to thread-local
22293         __sim_disabled_exceptions_thread and global
22294         __sim_disabled_exceptions_global.
22295         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22296         and global __sim_round_mode_global.
22297         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22298         (SIM_SET_GLOBAL): Likewise.
22299         * sysdeps/powerpc/soft-fp/sfp-machine.h
22300         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22301         __sim_round_mode_thread.
22302         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22303         __sim_disabled_exceptions_thread.
22304         (__sim_exceptions): Change to __sim_exceptions_thread.
22305         (__sim_disabled_exceptions): Change to
22306         __sim_disabled_exceptions_thread.
22307         (__sim_round_mode): Change to __sim_round_mode_thread.
22308         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22309         thread-local floating-point state and set global state from it as
22310         needed.
22311         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22312         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22313         (__sim_disabled_exceptions): Remove extern declaration.
22314         (feenableexcept): Use thread-local floating-point state and set
22315         global state from it as needed.
22316         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22317         extern declaration.
22318         (__sim_disabled_exceptions): Likewise.
22319         (__sim_round_mode): Likewise.
22320         (__fegetenv): Use thread-local floating-point state.
22321         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22322         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22323         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22324         floating-point state and set global state from it as needed.
22325         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22326         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22327         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22328         Likewise.
22329         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22330         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22331         Likewise.
22332         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22333         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22334         Use __sim_round_mode_thread.
22335         * math/test-fenv-tls.c: New file.
22336         * math/Makefile (tests): Add test-fenv-tls.
22337         ($(objpfx)test-fenv-tls): Depend on
22338         $(common-objpfx)nptl/libpthread.so.
22340 2013-11-19  Andreas Schwab  <schwab@suse.de>
22342         * locale/programs/locale.c (show_info): Decode wordarray elements.
22343         * locale/categories.def (LC_MONETARY): Add element for
22344         _NL_MONETARY_CRNCYSTR.
22345         * locale/C-monetary.c (conversion_rate): New variable.
22346         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22347         element.
22349 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22351         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22352         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22354 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22356         * elf/Makefile (tst-auxv): New test.
22357         * elf/tst-auxv.c: New
22358         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22360 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22362         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22363         (hidden_proto): Caller changed.
22364         (hidden_tls_proto): New macro.
22365         (libc_hidden_tls_proto): Likewise.
22366         (rtld_hidden_tls_proto): Likewise.
22367         (libm_hidden_tls_proto): Likewise.
22368         (libresolv_hidden_tls_proto): Likewise.
22369         (librt_hidden_tls_proto): Likewise.
22370         (libdl_hidden_tls_proto): Likewise.
22371         (libnss_files_hidden_tls_proto): Likewise.
22372         (libnsl_hidden_tls_proto): Likewise.
22373         (libnss_nisplus_hidden_tls_proto): Likewise.
22374         (libutil_hidden_tls_proto): Likewise.
22376 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22378         [BZ #10253]
22379         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22380         (decompose_rpath): Defer expansion to fillin_rpath.
22381         (_dl_init_paths): Pass linkmap to fillin_rpath.
22383 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22385         * benchtests/Makefile: Add strsep.
22386         * benchtests/bench-strsep.c: New file: strsep benchtest.
22387         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22389 2013-11-18  Andreas Schwab  <schwab@suse.de>
22391         * locale/programs/locale.c (show_info) [case byte]: Check for
22392         '\377' instead of '\177'.
22393         * locale/C-monetary.c (not_available): Always use "\377".
22394         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22395         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22396         detect unavailable sign_posn locale elements.
22397         * locale/localeconv.c (__localeconv): For grouping and
22398         mon_grouping handle "\177" and "\377" like no grouping.
22399         (INT_ELEM): New macro.  Use it to set all numeric members.
22400         * locale/programs/ld-monetary.c (monetary_read)
22401         <tok_mon_grouping>: Normalize single -1 to the empty string.
22402         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22403         Likewise.
22405 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22407         [BZ #16055]
22408         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22409         when we match (nil).
22410         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22412 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22414         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22415         (NO_TEST_INLINE): Update value.
22416         (ERRNO_UNCHANGED): Likewise.
22417         (ERRNO_EDOM): Likewise.
22418         (ERRNO_ERANGE): Likewise.
22419         (IGNORE_RESULT): Likewise.
22420         (check_float_internal): Check signs of NaN results if
22421         TEST_NAN_SIGN used.
22422         (check_complex): Pass TEST_NAN_SIGN flag through to second
22423         check_float_internal call.
22424         (copysign_test_data): Add tests with quiet NaNs as second
22425         argument.  Use TEST_NAN_SIGN.
22426         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22427         TEST_NAN_SIGN.
22428         (signbit_test_data): Add tests of quiet NaN argument.
22429         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22431         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22432         $ignore_result.
22433         (parse_args): Handle function results specified as IGNORE.
22434         * math/libm-test.inc (IGNORE_RESULT): New macro.
22435         (check_float_internal): Do not check numerical result if flag
22436         IGNORE_RESULT set.
22437         (check_complex): Pass through IGNORE_RESULT to second
22438         check_float_internal call.
22439         (check_int): Do not check numerical result if flag IGNORE_RESULT
22440         set.
22441         (check_long): Likewise.
22442         (check_bool): Likewise.
22443         (check_longlong): Likewise.
22444         (lrint_test_data): Add tests of infinite and NaN arguments.
22445         (lrint_tonearest_test_data): Likewise.
22446         (lrint_towardzero_test_data): Likewise.
22447         (lrint_downward_test_data): Likewise.
22448         (lrint_upward_test_data): Likewise.
22449         (llrint_test_data): Likewise.
22450         (llrint_tonearest_test_data): Likewise.
22451         (llrint_towardzero_test_data): Likewise.
22452         (llrint_downward_test_data): Likewise.
22453         (llrint_upward_test_data): Likewise.
22454         (lround_test_data): Likewise.
22455         (llround_test_data): Likewise.
22457         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22458         (ERRNO_UNCHANGED): Update value.
22459         (ERRNO_EDOM): Likewise.
22460         (ERRNO_ERANGE): Likewise.
22461         (NO_TEST_INLINE_FLOAT): New macro.
22462         (NO_TEST_INLINE_DOUBLE): Likewise.
22463         (enable_test): New function.
22464         (RUN_TEST_f_f): Check enable_test before running test.
22465         (RUN_TEST_2_f): Likewise.
22466         (RUN_TEST_fff_f): Likewise.
22467         (RUN_TEST_c_f): Likewise.
22468         (RUN_TEST_f_f1): Likewise.
22469         (RUN_TEST_fF_f1): Likewise.
22470         (RUN_TEST_fI_f1): Likewise.
22471         (RUN_TEST_ffI_f1): Likewise.
22472         (RUN_TEST_c_c): Likewise.
22473         (RUN_TEST_cc_c): Likewise.
22474         (RUN_TEST_f_i): Likewise.
22475         (RUN_TEST_f_i_tg): Likewise.
22476         (RUN_TEST_ff_i_tg): Likewise.
22477         (RUN_TEST_f_b): Likewise.
22478         (RUN_TEST_f_b_tg): Likewise.
22479         (RUN_TEST_f_l): Likewise.
22480         (RUN_TEST_f_L): Likewise.
22481         (RUN_TEST_fFF_11): Likewise.
22482         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22483         conditionals.
22484         (cosh_test_data): Likewise.
22485         (exp_test_data): Likewise.
22486         (expm1_test_data): Likewise.
22487         (hypot_test_data): Likewise.
22488         (pow_test_data): Likewise.
22489         (sinh_test_data): Likewise.
22490         (tanh_test_data): Likewise.
22491         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22492         flags argument.
22494         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22495         tests with quiet NaN input and output.
22496         (acosh_test_data): Likewise.
22497         (asin_test_data): Likewise.
22498         (asinh_test_data): Likewise.
22499         (atan_test_data): Likewise.
22500         (atanh_test_data): Likewise.
22501         (atan2_test_data): Likewise.
22502         (cbrt_test_data): Likewise.
22503         (cos_test_data): Likewise.
22504         (cosh_test_data): Likewise.
22505         (erf_test_data): Likewise.
22506         (erfc_test_data): Likewise.
22507         (exp_test_data): Likewise.
22508         (exp10_test_data): Likewise.
22509         (exp2_test_data): Likewise.
22510         (expm1_test_data): Likewise.
22511         (hypot_test_data): Likewise.
22512         (j0_test_data): Likewise.
22513         (j1_test_data): Likewise.
22514         (jn_test_data): Likewise.
22515         (lgamma_test_data): Likewise.
22516         (log_test_data): Likewise.
22517         (log10_test_data): Likewise.
22518         (log1p_test_data): Likewise.
22519         (log2_test_data): Likewise.
22520         (pow_test_data): Likewise.
22521         (scalb_test_data): Likewise.
22522         (sin_test_data): Likewise.
22523         (sincos_test_data): Likewise.
22524         (sinh_test_data): Likewise.
22525         (tan_test_data): Likewise.
22526         (tanh_test_data): Likewise.
22527         (tgamma_test_data): Likewise.
22528         (y0_test_data): Likewise.
22529         (y1_test_data): Likewise.
22530         (yn_test_data): Likewise.
22532         [BZ #16167]
22533         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22534         argument being NaN and avoid computations with second argument in
22535         that case.
22536         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22537         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22538         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22540 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22542         * locale/iso-639.def: Add Chitwani Tharu (the).
22544 2013-11-14  Andreas Schwab  <schwab@suse.de>
22546         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22547         word instead of empty string.
22549 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22552         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22554         (__fe_nomask_env): Likewise.
22556 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22558         * benchtests/bench-timing.h: Include time.h.
22560 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22562         [BZ #15997]
22563         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22564         to 3.4.0 for x32.
22565         * sysdeps/unix/sysv/linux/configure: Regenerated.
22567 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22569         [BZ #16151]
22570         * stdlib/strtod_l.c (round_and_return): Do not consider
22571         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22572         exponent one less than half the least subnormal exponent.
22573         * stdlib/test-strtod-round-data: Add more tests.
22574         * stdlib/tst-strtod-round.c (tests): Regenerated.
22576 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22578         [BZ #14143]
22579         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22580         (__fe_mask_env): Likewise.
22581         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22582         libm_hidden_proto and add function prototype.
22583         (__fe_mask_env): Add function prototype.
22584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22585         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22587         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22589         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22591 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22593         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22594         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22596 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22598         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22599         of htab_find_slot().
22601 2013-11-11  David S. Miller  <davem@davemloft.net>
22603         [BZ #16150]
22604         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22605         symbol in the non-vis3 case in static builds.
22606         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22607         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22608         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22609         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22611 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22613         [BZ #387]
22614         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22615         it is empty.
22617 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22619         * benchtests/Makefile: Add bench-strtod.
22620         * benchtests/bench-strtod.c: New file: strtod benchtest
22622 2013-11-11  Andreas Schwab  <schwab@suse.de>
22624         [BZ #16153]
22625         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22626         terminating NUL in key length.
22628 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22630         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22631         Add artificial ODP entry for vDSO symbol for PPC64.
22632         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22633         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22635 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22637         [BZ #15374]
22638         * nss/getent.c (services_keys): Recognize services starting with digit.
22640 2013-11-06  David S. Miller  <davem@davemloft.net>
22642         [BZ #15985]
22643         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22644         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22646 2013-11-06  Will Newton  <will.newton@linaro.org>
22648         * manual/memory.texi (Malloc Examples): Remove register
22649         keyword from examples.
22651 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22653         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22655 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22657         [BZ #6981]
22658         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22659         depending on [__GCC_IEC_559 > 0].
22660         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22661         depending on [__GCC_IEC_559_COMPLEX > 0].
22663 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22665         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22666         to iso-639.def.
22668 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22670         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22672 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22674         [BZ #16112]
22675         * malloc/malloc (malloc_info): Do not handle first bin as
22676         special case.
22678 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22680         * locale/iso-639.def: Add Central Nahuatl (nhn).
22682 2013-11-01  Bruno Haible  <bruno@clisp.org>
22684         [BZ #7003]
22685         * manual/math.texi (BSD Random): Specify range upper bound as
22686         in POSIX.
22688 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22690         * locale/iso-639.def: Add Meadow Mari (mhr).
22692 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22694         [BZ #14752], [BZ #15763]
22695         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22696         Validate name.
22697         * rt/tst_shm.c: Add test for escaping directory.
22699 2013-10-31  Andreas Schwab  <schwab@suse.de>
22701         [BZ #15917]
22702         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22703         followed by 'x' as part of digit sequence.
22704         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22706 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22708         [BZ #16037]
22709         * configure.ac: allow GNU Make 4.0 and greater.
22710         * configure: Regenerated.
22712 2013-10-30  Will Newton  <will.newton@linaro.org>
22714         [BZ #16038]
22715         * malloc/hooks.c (memalign_check): Limit alignment to the
22716         maximum representable power of two.
22717         * malloc/malloc.c (__libc_memalign): Likewise.
22718         * malloc/tst-memalign.c (do_test): Add test for very
22719         large alignment values.
22720         * malloc/tst-posix_memalign.c (do_test): Likewise.
22722 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22724         [BZ #11087]
22725         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22726         (munmap_chunk): Likewise.
22727         (mremap_chunk): Likewise.
22729 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22731         [BZ #15799]
22732         * stdlib/div.c (div): Remove obsolete code.
22733         * stdlib/ldiv.c (ldiv): Likewise.
22734         * stdlib/lldiv.c (lldiv): Likewise.
22736 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22738         [BZ #16071]
22739         * nss/nss_files/files-XXX.c (get_contents_ret): New
22740         enumerator.
22741         (get_contents): New function.
22742         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22744 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22746         * configure.in: Moved to ...
22747         * configure.ac: ... here. Change reference to configure.in
22748         to configure.ac.
22749         * sysdeps/arm/preconfigure.ac: ... here.
22750         configure.in to configure.ac.
22751         * sysdeps/gnu/configure.in: Moved to ...
22752         * sysdeps/gnu/configure.ac: ... here.
22753         * sysdeps/i386/configure.in: Moved to ...
22754         * sysdeps/i386/configure.ac: ... here.
22755         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22756         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22757         * sysdeps/mach/configure.in: Moved to ...
22758         * sysdeps/mach/configure.ac: ... here.
22759         * sysdeps/mach/hurd/configure.in: Moved to ...
22760         * sysdeps/mach/hurd/configure.ac: ... here.
22761         * sysdeps/powerpc/configure.in: Moved to ...
22762         * sysdeps/powerpc/configure.ac: ... here.
22763         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22764         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22765         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22766         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22767         * sysdeps/s390/s390-32/configure.in: Moved to ...
22768         * sysdeps/s390/s390-32/configure.ac: ... here.
22769         * sysdeps/s390/s390-64/configure.in: Moved to ...
22770         * sysdeps/s390/s390-64/configure.ac: ... here.
22771         * sysdeps/sh/configure.in: Moved to ...
22772         * sysdeps/sh/configure.ac: ... here.
22773         * sysdeps/sparc/configure.in: Moved to ...
22774         * sysdeps/sparc/configure.ac: ... here.
22775         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22776         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22777         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22778         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22779         * sysdeps/x86_64/configure.in: Moved to ...
22780         * sysdeps/x86_64/configure.ac: ... here.
22781         * sysdeps/x86_64/preconfigure.in: Moved to ...
22782         * sysdeps/x86_64/preconfigure.ac: ... here.
22783         * aclocal.m4: Change reference to configure.in to configure.ac.
22784         * config.h.in: Likewise.
22785         * manual/install.texi: Likewise.
22786         * manual/maint.texi: Likewise.
22787         * Makefile: Likewise.
22788         * malloc/Makefile: Likewise.
22789         * nscd/Makefile: Likewise.
22790         * Makeconfig: Change reference to configure.in and
22791         preconfigure.in to configure.ac and preconfigure.ac
22792         respectively.
22793         * INSTALL: Regenerated.
22794         * configure: Likewise.
22795         * sysdeps/gnu/configure: Likewise.
22796         * sysdeps/i386/configure: Likewise.
22797         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22798         * sysdeps/mach/configure: Likewise.
22799         * sysdeps/mach/hurd/configure: Likewise.
22800         * sysdeps/powerpc/configure: Likewise.
22801         * sysdeps/powerpc/powerpc32/configure: Likewise.
22802         * sysdeps/powerpc/powerpc64/configure: Likewise.
22803         * sysdeps/s390/s390-32/configure: Likewise.
22804         * sysdeps/s390/s390-64/configure: Likewise.
22805         * sysdeps/sh/configure: Likewise.
22806         * sysdeps/sparc/configure: Likewise.
22807         * sysdeps/unix/sysv/linux/configure: Likewise.
22808         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22809         * sysdeps/x86_64/configure: Likewise.
22810         * sysdeps/x86_64/preconfigure: Likewise.
22812 2013-10-29  Andreas Schwab  <schwab@suse.de>
22814         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22816 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22818         * benchtests/pow-inputs: Add new inputs.
22820         * benchtests/exp-inputs: Add new inputs.
22822         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22823         conditional check for return value.
22824         (__cos32): Likewise.
22826 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22828         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22829         to provide a boost for large inputs with word alignment.
22830         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22831         implementation based on optimized PPC64 strcpy.
22832         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22833         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22834         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22835         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22837 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22839         [BZ #2801]
22840         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22842 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22844         [BZ #14876]
22845         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22846         * time/tst-strptime.c (day_tests): Add testcase.
22848 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22850         [BZ #14029]
22851         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22853 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22855         [BZ #16074]
22856         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22857         MAP_FAILED on error.
22859 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22861         [BZ #16072]
22862         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22863         heap for large requests.
22865 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22867         [BZ #9954]
22868         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22869         result if the result has no associated interface.
22870         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22871         interface for all 127.X.Y.Z addresses.
22873 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22875         * locale/iso-639.def: Add Ligurian (lij)
22877 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22879         [BZ #15825]
22880         * sunrpc/rpc_main.c: Document rpcgen -5.
22882 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22884         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22886 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22888         [BZ #10278]
22889         * posix/glob.c: Match only directories when trailing slash is present.
22890         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22891         (main): Add testcase.
22893 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22895         [BZ #15670]
22896         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22898 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22900         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22901         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22902         AUTH_DES and cindex for FIPS 140-2.
22903         (DES Encryption): Add cindex FIPS 46-3.
22905         * locale/locarchive.h (struct locarhandle): Add fname.
22906         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22907         if an optional argument was specified to --list-archive,
22908         otherwise NULL.
22909         * locale/programs/locarchive.c (show_archive_content): Take new
22910         argument fname and pass it via ah.fname to open_archive.
22911         * locale/programs/localedef.h: Update decl.
22912         (open_archive): If AH->fname is non-null, open that file
22913         rather than the default file name, and don't ignore ENOENT.
22914         (create_archive): Set AH.fname to NULL.
22915         (delete_locales_from_archive): Likewise.
22916         (add_locales_to_archive): Likewise.
22917         * locale/programs/locfile.c (write_all_categories): Likewise.
22919 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22920             Aldy Hernandez  <aldyh@redhat.com>
22922         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22923         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22924         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22925         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22926         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22927         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22928         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22929         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22930         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22931         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22932         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22933         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22934         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22935         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22936         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22937         Likewise.
22938         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22939         Likewise.
22940         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22941         Likewise.
22942         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22943         Likewise.
22944         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22945         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22946         Likewise.
22947         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22948         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22949         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22950         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22951         Likewise.
22952         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22953         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22954         * sysdeps/powerpc/preconfigure: Likewise.
22955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22956         Likewise.
22957         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22958         Replace contents of file by #include of <fenv_libc.h>.
22959         * sysdeps/powerpc/soft-fp/sfp-machine.h
22960         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22961         and <sys/prctl.h>.
22962         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22963         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22964         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22965         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22966         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22968         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22969         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22971         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22972         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22975         Allow copysignl PLT reference to be missing.
22977 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22978             Joseph Myers  <joseph@codesourcery.com
22980         [BZ #15948]
22981         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22982         single character.
22983         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22985 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22987         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22988         * elf/tst-tls1.c: Likewise.
22989         * elf/tst-tls10.h: Likewise.
22990         * elf/tst-tls14.c: Likewise.
22991         * elf/tst-tls2.c: Likewise.
22992         * elf/tst-tls3.c: Likewise.
22993         * elf/tst-tls4.c: Likewise.
22994         * elf/tst-tls5.c: Likewise.
22995         * elf/tst-tls6.c: Likewise.
22996         * elf/tst-tls7.c: Likewise.
22997         * elf/tst-tls8.c: Likewise.
22998         * elf/tst-tls9.c: Likewise.
22999         * elf/tst-tlsmod1.c: Likewise.
23000         * elf/tst-tlsmod13.c: Likewise.
23001         * elf/tst-tlsmod13a.c: Likewise.
23002         * elf/tst-tlsmod14a.c: Likewise.
23003         * elf/tst-tlsmod16a.c: Likewise.
23004         * elf/tst-tlsmod16b.c: Likewise.
23005         * elf/tst-tlsmod2.c: Likewise.
23006         * elf/tst-tlsmod3.c: Likewise.
23007         * elf/tst-tlsmod4.c: Likewise.
23008         * elf/tst-tlsmod5.c: Likewise.
23009         * elf/tst-tlsmod6.c: Likewise.
23011 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23013         [BZ #12486]
23014         * malloc/malloc.c: remove checks for statistics.
23016 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23018         [BZ #15277]
23019         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23020         * inet/tst-network.c: Add testcase.
23022 2013-10-17  Andreas Schwab  <schwab@suse.de>
23024         [BZ #15218]
23025         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23026         to determine canonical name.
23028 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23030         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23031         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23032         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23033         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23034         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23035         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23036         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23037         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23038         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23039         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23040         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23041         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23042         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23043         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23044         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23045         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23046         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23047         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23048         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23049         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23050         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23051         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23052         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23053         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23054         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23055         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23056         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23057         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23058         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23059         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23060         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23061         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23062         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23063         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23064         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23065         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23066         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23067         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23068         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23069         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23070         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23071         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23072         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23073         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23074         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23075         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23076         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23077         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23078         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23079         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23080         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23081         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23082         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23083         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23084         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23085         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23086         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23087         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23089 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23091         [BZ #16041]
23092         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23093         make result into a quiet NaN.
23095 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23097         * soft-fp/adddf3.c: Fix horizontal whitespace.
23098         * soft-fp/addsf3.c: Likewise.
23099         * soft-fp/addtf3.c: Likewise.
23100         * soft-fp/divdf3.c: Likewise.
23101         * soft-fp/divsf3.c: Likewise.
23102         * soft-fp/divtf3.c: Likewise.
23103         * soft-fp/double.h: Likewise.
23104         * soft-fp/eqdf2.c: Likewise.
23105         * soft-fp/eqsf2.c: Likewise.
23106         * soft-fp/eqtf2.c: Likewise.
23107         * soft-fp/extenddftf2.c: Likewise.
23108         * soft-fp/extended.h: Likewise.
23109         * soft-fp/extendsfdf2.c: Likewise.
23110         * soft-fp/extendsftf2.c: Likewise.
23111         * soft-fp/extendxftf2.c: Likewise.
23112         * soft-fp/fixdfdi.c: Likewise.
23113         * soft-fp/fixdfsi.c: Likewise.
23114         * soft-fp/fixdfti.c: Likewise.
23115         * soft-fp/fixsfdi.c: Likewise.
23116         * soft-fp/fixsfsi.c: Likewise.
23117         * soft-fp/fixsfti.c: Likewise.
23118         * soft-fp/fixtfdi.c: Likewise.
23119         * soft-fp/fixtfsi.c: Likewise.
23120         * soft-fp/fixtfti.c: Likewise.
23121         * soft-fp/fixunsdfdi.c: Likewise.
23122         * soft-fp/fixunsdfsi.c: Likewise.
23123         * soft-fp/fixunsdfti.c: Likewise.
23124         * soft-fp/fixunssfdi.c: Likewise.
23125         * soft-fp/fixunssfsi.c: Likewise.
23126         * soft-fp/fixunssfti.c: Likewise.
23127         * soft-fp/fixunstfdi.c: Likewise.
23128         * soft-fp/fixunstfsi.c: Likewise.
23129         * soft-fp/fixunstfti.c: Likewise.
23130         * soft-fp/floatdidf.c: Likewise.
23131         * soft-fp/floatdisf.c: Likewise.
23132         * soft-fp/floatditf.c: Likewise.
23133         * soft-fp/floatsidf.c: Likewise.
23134         * soft-fp/floatsisf.c: Likewise.
23135         * soft-fp/floatsitf.c: Likewise.
23136         * soft-fp/floattidf.c: Likewise.
23137         * soft-fp/floattisf.c: Likewise.
23138         * soft-fp/floattitf.c: Likewise.
23139         * soft-fp/floatundidf.c: Likewise.
23140         * soft-fp/floatundisf.c: Likewise.
23141         * soft-fp/floatunditf.c: Likewise.
23142         * soft-fp/floatunsidf.c: Likewise.
23143         * soft-fp/floatunsisf.c: Likewise.
23144         * soft-fp/floatunsitf.c: Likewise.
23145         * soft-fp/floatuntidf.c: Likewise.
23146         * soft-fp/floatuntisf.c: Likewise.
23147         * soft-fp/floatuntitf.c: Likewise.
23148         * soft-fp/fmadf4.c: Likewise.
23149         * soft-fp/fmasf4.c: Likewise.
23150         * soft-fp/fmatf4.c: Likewise.
23151         * soft-fp/gedf2.c: Likewise.
23152         * soft-fp/gesf2.c: Likewise.
23153         * soft-fp/getf2.c: Likewise.
23154         * soft-fp/ledf2.c: Likewise.
23155         * soft-fp/lesf2.c: Likewise.
23156         * soft-fp/letf2.c: Likewise.
23157         * soft-fp/muldf3.c: Likewise.
23158         * soft-fp/mulsf3.c: Likewise.
23159         * soft-fp/multf3.c: Likewise.
23160         * soft-fp/negdf2.c: Likewise.
23161         * soft-fp/negsf2.c: Likewise.
23162         * soft-fp/negtf2.c: Likewise.
23163         * soft-fp/op-1.h: Likewise.
23164         * soft-fp/op-2.h: Likewise.
23165         * soft-fp/op-4.h: Likewise.
23166         * soft-fp/op-8.h: Likewise.
23167         * soft-fp/op-common.h: Likewise.
23168         * soft-fp/quad.h: Likewise.
23169         * soft-fp/single.h: Likewise.
23170         * soft-fp/soft-fp.h: Likewise.
23171         * soft-fp/sqrtdf2.c: Likewise.
23172         * soft-fp/sqrtsf2.c: Likewise.
23173         * soft-fp/sqrttf2.c: Likewise.
23174         * soft-fp/subdf3.c: Likewise.
23175         * soft-fp/subsf3.c: Likewise.
23176         * soft-fp/subtf3.c: Likewise.
23177         * soft-fp/truncdfsf2.c: Likewise.
23178         * soft-fp/trunctfdf2.c: Likewise.
23179         * soft-fp/trunctfsf2.c: Likewise.
23180         * soft-fp/trunctfxf2.c: Likewise.
23181         * soft-fp/unorddf2.c: Likewise.
23182         * soft-fp/unordsf2.c: Likewise.
23183         * soft-fp/unordtf2.c: Likewise.
23185 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23187         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23188         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23190 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23192         * elf/dl-libc.c: Clear initfini list after freeing.
23194 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23196         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23197         * soft-fp/addsf3.c: Likewise.
23198         * soft-fp/addtf3.c: Likewise.
23199         * soft-fp/divdf3.c: Likewise.
23200         * soft-fp/divsf3.c: Likewise.
23201         * soft-fp/divtf3.c: Likewise.
23202         * soft-fp/double.h: Likewise.
23203         * soft-fp/eqdf2.c: Likewise.
23204         * soft-fp/eqsf2.c: Likewise.
23205         * soft-fp/eqtf2.c: Likewise.
23206         * soft-fp/extenddftf2.c: Likewise.
23207         * soft-fp/extended.h: Likewise.
23208         * soft-fp/extendsfdf2.c: Likewise.
23209         * soft-fp/extendsftf2.c: Likewise.
23210         * soft-fp/extendxftf2.c: Likewise.
23211         * soft-fp/fixdfdi.c: Likewise.
23212         * soft-fp/fixdfsi.c: Likewise.
23213         * soft-fp/fixdfti.c: Likewise.
23214         * soft-fp/fixsfdi.c: Likewise.
23215         * soft-fp/fixsfsi.c: Likewise.
23216         * soft-fp/fixsfti.c: Likewise.
23217         * soft-fp/fixtfdi.c: Likewise.
23218         * soft-fp/fixtfsi.c: Likewise.
23219         * soft-fp/fixtfti.c: Likewise.
23220         * soft-fp/fixunsdfdi.c: Likewise.
23221         * soft-fp/fixunsdfsi.c: Likewise.
23222         * soft-fp/fixunsdfti.c: Likewise.
23223         * soft-fp/fixunssfdi.c: Likewise.
23224         * soft-fp/fixunssfsi.c: Likewise.
23225         * soft-fp/fixunssfti.c: Likewise.
23226         * soft-fp/fixunstfdi.c: Likewise.
23227         * soft-fp/fixunstfsi.c: Likewise.
23228         * soft-fp/fixunstfti.c: Likewise.
23229         * soft-fp/floatdidf.c: Likewise.
23230         * soft-fp/floatdisf.c: Likewise.
23231         * soft-fp/floatditf.c: Likewise.
23232         * soft-fp/floatsidf.c: Likewise.
23233         * soft-fp/floatsisf.c: Likewise.
23234         * soft-fp/floatsitf.c: Likewise.
23235         * soft-fp/floattidf.c: Likewise.
23236         * soft-fp/floattisf.c: Likewise.
23237         * soft-fp/floattitf.c: Likewise.
23238         * soft-fp/floatundidf.c: Likewise.
23239         * soft-fp/floatundisf.c: Likewise.
23240         * soft-fp/floatunsidf.c: Likewise.
23241         * soft-fp/floatunsisf.c: Likewise.
23242         * soft-fp/floatuntidf.c: Likewise.
23243         * soft-fp/floatuntisf.c: Likewise.
23244         * soft-fp/floatuntitf.c: Likewise.
23245         * soft-fp/fmadf4.c: Likewise.
23246         * soft-fp/fmasf4.c: Likewise.
23247         * soft-fp/fmatf4.c: Likewise.
23248         * soft-fp/gedf2.c: Likewise.
23249         * soft-fp/gesf2.c: Likewise.
23250         * soft-fp/getf2.c: Likewise.
23251         * soft-fp/ledf2.c: Likewise.
23252         * soft-fp/lesf2.c: Likewise.
23253         * soft-fp/letf2.c: Likewise.
23254         * soft-fp/muldf3.c: Likewise.
23255         * soft-fp/mulsf3.c: Likewise.
23256         * soft-fp/multf3.c: Likewise.
23257         * soft-fp/negdf2.c: Likewise.
23258         * soft-fp/negsf2.c: Likewise.
23259         * soft-fp/negtf2.c: Likewise.
23260         * soft-fp/op-1.h: Likewise.
23261         * soft-fp/op-2.h: Likewise.
23262         * soft-fp/op-4.h: Likewise.
23263         * soft-fp/op-8.h: Likewise.
23264         * soft-fp/op-common.h: Likewise.
23265         * soft-fp/quad.h: Likewise.
23266         * soft-fp/single.h: Likewise.
23267         * soft-fp/soft-fp.h: Likewise.
23268         * soft-fp/sqrtdf2.c: Likewise.
23269         * soft-fp/sqrtsf2.c: Likewise.
23270         * soft-fp/sqrttf2.c: Likewise.
23271         * soft-fp/subdf3.c: Likewise.
23272         * soft-fp/subsf3.c: Likewise.
23273         * soft-fp/subtf3.c: Likewise.
23274         * soft-fp/truncdfsf2.c: Likewise.
23275         * soft-fp/trunctfdf2.c: Likewise.
23276         * soft-fp/trunctfsf2.c: Likewise.
23277         * soft-fp/trunctfxf2.c: Likewise.
23278         * soft-fp/unorddf2.c: Likewise.
23279         * soft-fp/unordsf2.c: Likewise.
23280         * soft-fp/unordtf2.c: Likewise.
23282 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23284         [BZ #15672]
23285         * misc/error.c (error_tail): Fix possible buffer overflow.
23287 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23289         [BZ #13028]
23290         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23291         address.
23293 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23295         [BZ #832]
23296         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23297         testing pipefail option.
23299 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23301         * soft-fp/double.h: Indent preprocessor directives inside #if.
23302         * soft-fp/extended.h: Likewise.
23303         * soft-fp/op-2.h: Likewise.
23304         * soft-fp/op-4.h: Likewise.
23305         * soft-fp/op-common.h: Likewise.
23306         * soft-fp/quad.h: Likewise.
23307         * soft-fp/single.h: Likewise.
23308         * soft-fp/soft-fp.h: Likewise.
23310 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23312         * iconv/iconv_prog.c: Fix typos.
23313         * stdio-common/psiginfo-data.h: Likewise.
23315 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23317         [BZ #15764]
23318         * locale/setlocale.c: Fix typo.
23320 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23322         [BZ #16036]
23323         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23324         signaling NaN arguments.
23325         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23326         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23328         [BZ #14910]
23329         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23330         unordered operands.
23331         * soft-fp/gesf2.c (__gesf2): Likewise.
23332         * soft-fp/getf2.c (__getf2): Likewise.
23333         * soft-fp/ledf2.c (__ledf2): Likewise.
23334         * soft-fp/lesf2.c (__lesf2): Likewise.
23335         * soft-fp/letf2.c (__letf2): Likewise.
23337         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23338         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23339         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23340         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23341         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23342         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23343         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23344         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23345         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23346         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23347         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23348         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23349         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23350         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23351         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23352         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23353         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23354         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23355         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23356         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23357         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23358         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23359         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23360         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23361         * soft-fp/floattidf.c (__floattidf): Likewise.
23362         * soft-fp/floattisf.c (__floattisf): Likewise.
23363         * soft-fp/floattitf.c (__floattitf): Likewise.
23364         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23365         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23366         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23367         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23368         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23369         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23370         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23371         * soft-fp/gesf2.c (__gesf2): Likewise.
23372         * soft-fp/getf2.c (__getf2): Likewise.
23373         * soft-fp/ledf2.c (__ledf2): Likewise.
23374         * soft-fp/lesf2.c (__lesf2): Likewise.
23375         * soft-fp/letf2.c (__letf2): Likewise.
23377         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23378         Undefine and redefine.
23379         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23380         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23381         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23382         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23383         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23384         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23385         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23386         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23387         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23388         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23389         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23390         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23391         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23392         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23393         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23395         [BZ #16032]
23396         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23397         without decrementing exponent if mantissa >= that for the
23398         denominator, not >.
23399         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23400         denominator, not >.  Decrement exponent in < case instead of
23401         incrementing in >= case.
23402         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23403         without decrementing exponent if mantissa >= that for the
23404         denominator, not >.
23406         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23407         computing saturated result for unsigned overflow.
23409 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23410             Jeff Law  <law@redhat.com>
23412         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23413         (atan2Mp): Add systemtap probe marker.
23414         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23415         (__ieee754_log): Add systemtap probe marker.
23416         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23417         (atanMp): Add systemtap probe marker.
23418         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23419         (tanMp): Add systemtap probe marker.
23420         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23421         (__slowexp): Add systemtap probe marker.
23422         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23423         (__slowpow): Add systemtap probe marker.
23424         * manual/probes.texi: Document probes.
23426 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23428         [BZ #15362]
23429         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23430         written.
23431         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23432         written.
23433         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23434         written to buffer but not flushed.
23435         * libio/iofwrite_u.c:  Likewise.
23436         * libio/iopadn.c:  Return bytes returned even if EOF was
23437         encountered.
23438         * libio/iowpadn.c:  Likewise.
23439         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23440         if _IO_padn does not write the whole buffer.
23441         [!COMPILE_WPRINTF] (PAD): Likewise.
23443 2013-10-10  David S. Miller  <davem@davemloft.net>
23445         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23446         directory block.
23448 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23450         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23451         instead of FSF address.
23452         * soft-fp/fixdfti.c: Likewise.
23453         * soft-fp/fixsfti.c: Likewise.
23454         * soft-fp/fixtfti.c: Likewise.
23455         * soft-fp/fixunsdfti.c: Likewise.
23456         * soft-fp/fixunssfti.c: Likewise.
23457         * soft-fp/fixunstfti.c: Likewise.
23458         * soft-fp/floattidf.c: Likewise.
23459         * soft-fp/floattisf.c: Likewise.
23460         * soft-fp/floattitf.c: Likewise.
23461         * soft-fp/floatuntidf.c: Likewise.
23462         * soft-fp/floatuntisf.c: Likewise.
23463         * soft-fp/floatuntitf.c: Likewise.
23464         * soft-fp/trunctfxf2.c: Likewise.
23466         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23467         * soft-fp/fixdfti.c: Likewise.
23468         * soft-fp/fixsfti.c: Likewise.
23469         * soft-fp/fixtfti.c: Likewise.
23470         * soft-fp/fixunsdfti.c: Likewise.
23471         * soft-fp/fixunssfti.c: Likewise.
23472         * soft-fp/fixunstfti.c: Likewise.
23473         * soft-fp/floattidf.c: Likewise.
23474         * soft-fp/floattisf.c: Likewise.
23475         * soft-fp/floattitf.c: Likewise.
23476         * soft-fp/floatuntidf.c: Likewise.
23477         * soft-fp/floatuntisf.c: Likewise.
23478         * soft-fp/floatuntitf.c: Likewise.
23479         * soft-fp/trunctfxf2.c: Likewise.
23481 2013-10-10  David S. Miller  <davem@davemloft.net>
23483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23485 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23487         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23488         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23489         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23490         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23491         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23492         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23493         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23495         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23496         for NaNs before doing comparisons on argument.
23497         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23498         Likewise.
23500 2013-10-10  Will Newton  <will.newton@linaro.org>
23502         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23503         passed to _int_memalign does not overflow.
23505 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23507         * scripts/bench.pl: Add include-sources directive.
23508         * benchtests/README: Update documentation.
23510 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23512         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23513         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23514         instead of FP_INIT_ROUNDMODE.
23515         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23516         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23518         [BZ #16034]
23519         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23520         copy class of input value.
23521         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23522         not handle exceptions.
23523         * soft-fp/negsf2.c (__negsf2): Likewise.
23524         * soft-fp/negtf2.c (__negtf2): Likewise.
23525         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23527 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23529         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23530         semicolon.  From Linux kernel.
23532 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23534         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23536 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23538         [BZ #156]
23539         * manual/socket.texi: Added statement about buffer
23540         for gethostbyname2_r.
23542 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23544         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23545         Use .p2align directive instead, throughout.
23546         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23547         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23548         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23549         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23550         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23551         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23552         * sysdeps/x86_64/strchr.S: Likewise.
23553         * sysdeps/x86_64/strrchr.S: Likewise.
23555 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23557         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23559         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23561         * sysdeps/generic/math_private.h (__mpsin1): Remove
23562         declaration.
23563         (__mpcos1): Likewise.
23564         (__mpsin): New argument __range_reduce.
23565         (__mpcos): Likewise.
23566         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23567         (slow): Use __mpsin and __mpcos.
23568         (slow1): Likewise.
23569         (slow2): Likewise.
23570         (sloww): Likewise.
23571         (sloww1): Likewise.
23572         (sloww2): Likewise.
23573         (bsloww): Likewise.
23574         (bsloww1): Likewise.
23575         (bsloww2): Likewise.
23576         (cslow2): Likewise.
23577         (csloww): Likewise.
23578         (csloww1): Likewise.
23579         (csloww2): Likewise.
23580         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23581         range_reduce.  Merge in __mpsin1.
23582         (__mpcos): Likewise.
23583         (__mpsin1): Remove.
23584         (__mpcos1): Likewise.
23586 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23588         * locale/loadlocale.c (_nl_intern_locale_data): Use
23589         LOCFILE_ALIGNED_P.
23590         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23591         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23592         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23593         obstack data is appropriately aligned.
23594         (obstack_int32_grow_fast): Likewise.
23595         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23596         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23597         (add_locale_uint32_array): Likewise.
23599 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23601         * benchtests/Makefile: Remove ARGLIST and RET variables.
23602         ($(objpfx)bench-%.c): Pass only function name to the script.
23603         * benchtests/README: Update documentation.
23604         * benchtests/acos-inputs: Add new directives.
23605         * benchtests/acosh-inputs: Likewise.
23606         * benchtests/asin-inputs: Likewise.
23607         * benchtests/asinh-inputs: Likewise.
23608         * benchtests/atan-inputs: Likewise.
23609         * benchtests/atanh-inputs: Likewise.
23610         * benchtests/cos-inputs: Likewise.
23611         * benchtests/cosh-inputs: Likewise.
23612         * benchtests/exp-inputs: Likewise.
23613         * benchtests/log-inputs: Likewise.
23614         * benchtests/pow-inputs: Likewise.
23615         * benchtests/rint-inputs: Likewise.
23616         * benchtests/sin-inputs: Likewise.
23617         * benchtests/sinh-inputs: Likewise.
23618         * benchtests/tan-inputs: Likewise.
23619         * benchtests/tanh-inputs: Likewise.
23620         * scripts/bench.pl: Add support for new directives.
23622 2013-10-07  Alan Modra  <amodra@gmail.com>
23624         * README: Fix careless merge.
23626 2013-10-05  Alan Modra  <amodra@gmail.com>
23628         * NEWS: Mention powerpc64le support and bugs fixed.
23629         * README: Both big-endian and little-endian powerpc64 supported.
23631 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23633         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23634         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23635         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23636         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23638 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23640         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23641         match prototype.
23643 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23645         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23646         Move -mhard-float appending from
23647         ports/sysdeps/powerpc/powerpc32/Makefile.
23648         [$(with-fp) = yes] (ASFLAGS): Likewise.
23649         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23650         * sysdeps/powerpc/nofpu: Move directory from
23651         ports/sysdeps/powerpc/nofpu.
23652         * sysdeps/powerpc/soft-fp: Move directory from
23653         ports/sysdeps/powerpc/soft-fp.
23654         * sysdeps/powerpc/powerpc32/405: Move directory from
23655         ports/sysdeps/powerpc/powerpc32/405.
23656         * sysdeps/powerpc/powerpc32/440: Move directory from
23657         ports/sysdeps/powerpc/powerpc32/440.
23658         * sysdeps/powerpc/powerpc32/464: Move directory from
23659         ports/sysdeps/powerpc/powerpc32/464.
23660         * sysdeps/powerpc/powerpc32/476: Move directory from
23661         ports/sysdeps/powerpc/powerpc32/476.
23662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23663         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23665         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23667         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23669         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23671         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23672         * README: Update for powerpc-*-linux-gnu software floating point
23673         support in libc.
23675         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23676         case to powerpc/powerpc32*.
23677         * sysdeps/unix/sysv/linux/configure: Regenerated.
23679         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23680         (_FPU_MASK_OM): Define as 0x04.
23681         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23682         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23683         0x00c10080.
23684         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23685         0x0000003c.
23686         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23689         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23690         getcontext_e500.
23691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23692         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23693         setcontext_e500.
23694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23695         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23696         and setcontext_e500.
23698 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23700         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23702 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23704         * manual/threads.texi (Default Thread Attributes): Fix typo.
23706 2013-10-04  Will Newton  <will.newton@linaro.org>
23708         * malloc/Makefile: Add tst-memalign.
23709         * malloc/tst-memalign.c: New file.
23711         * malloc/tst-posix_memalign.c: Add comments.
23712         (do_test): Add comments and call free on all potentially
23713         allocated pointers. Add space after cast.
23715         * malloc/tst-pvalloc.c: Add comments.
23716         (do_test): Add comments and call free on all potentially
23717         allocated pointers. Remove duplicate check for NULL pointer.
23718         Add space after cast.
23720         * malloc/tst-valloc.c: Add comments.
23721         (do_test): Add comments and call free on all potentially
23722         allocated pointers. Remove duplicate check for NULL pointer.
23723         Add space after cast.
23725 2013-10-04  Alan Modra  <amodra@gmail.com>
23727         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23728         Use stdint types in rather than __attribute__((mode())).
23729         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23731 2013-10-04  Alan Modra  <amodra@gmail.com>
23733         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23734         Correct handling of unaligned relocs for little-endian.
23735         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23737 2013-10-04  Alan Modra  <amodra@gmail.com>
23739         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23740         * configure: Regenerate.
23741         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23742         * shlib-versions: Likewise.
23744 2013-10-04  Alan Modra  <amodra@gmail.com>
23746         * string/tester.c (test_memrchr): Increment reported test cycle.
23748 2013-10-04  Alan Modra  <amodra@gmail.com>
23750         * string/test-memcpy.c (do_one_test): When reporting errors, print
23751         string address and don't overrun end of string.
23753 2013-10-04  Alan Modra  <amodra@gmail.com>
23755         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23756         insrdi.  Make better use of reg selection to speed exit slightly.
23757         Schedule entry path a little better.  Remove useless "are we done"
23758         checks on entry to main loop.  Handle wrapping around zero address.
23759         Correct main loop count.  Handle single left-over word from main
23760         loop inline rather than by using loop_small.  Remove extra word
23761         case in loop_small caused by wrong loop count.  Add little-endian
23762         support.
23763         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23764         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23765         cache hint.
23766         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23767         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23768         support.  Avoid rlwimi.
23769         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23771 2013-10-04  Alan Modra  <amodra@gmail.com>
23773         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23774         insrdi.  Formatting.
23775         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23776         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23777         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23778         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23779         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23780         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23782 2013-10-04  Alan Modra  <amodra@gmail.com>
23784         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23785         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23786         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23787         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23788         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23789         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23790         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23791         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23792         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23793         use of regs.  Use power7 mtocrf.  Tidy function tails.
23795 2013-10-04  Alan Modra  <amodra@gmail.com>
23797         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23798         Formatting.  Consistently use rXXX register defines or rN defines.
23799         Use early exit labels that avoid restoring unused non-volatile regs.
23800         Make cr field use more consistent with rWORDn compares.  Rename
23801         regs used as shift registers for unaligned loop, using rN defines
23802         for short lifetime/multiple use regs.
23803         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23804         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23805         addi 1,1,64 to pop stack frame.  Simplify return value code.
23806         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23808 2013-10-04  Alan Modra  <amodra@gmail.com>
23810         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23811         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23812         rather than rlwimi.
23813         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23814         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23815         little-endian support.  Correct typos.
23816         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23817         rather than rlwimi.
23818         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23819         in loop and entry code to keep "and." results.
23820         (strchr): Add little-endian support.  Comment.  Move cntlzd
23821         earlier in tail.
23822         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23824 2013-10-04  Alan Modra  <amodra@gmail.com>
23826         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23827         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23828         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23829         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23831 2013-10-04  Alan Modra  <amodra@gmail.com>
23833         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23834         (rTMP): Define as r11.
23835         (strcmp): Add little-endian support.  Optimise tail.
23836         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23837         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23838         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23839         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23840         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23841         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23842         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23844 2013-10-04  Alan Modra  <amodra@gmail.com>
23846         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23847         little-endian support.  Remove unnecessary "are we done" tests.
23848         Handle "s" wrapping around zero and extremely large "size".
23849         Correct main loop count.  Handle single left-over word from main
23850         loop inline rather than by using small_loop.  Correct comments.
23851         Delete "zero" tail, use "end_max" instead.
23852         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23854 2013-10-04  Alan Modra  <amodra@gmail.com>
23856         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23857         support.  Don't branch over align.
23858         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23859         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23860         support.  Rearrange tmp reg use to suit.  Comment.
23861         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23863 2013-10-04  Alan Modra  <amodra@gmail.com>
23865         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23867 2013-10-04  Alan Modra  <amodra@gmail.com>
23869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23870         conditional form of branch and link when obtaining pc.
23871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23873 2013-10-04  Alan Modra  <amodra@gmail.com>
23875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23876         HIWORD/LOWORD.
23877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23880 2013-10-04  Alan Modra  <amodra@gmail.com>
23882         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23883         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23884         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23885         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23886         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23887         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23888         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23889         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23890         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23891         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23893 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23894             Alistair Popple <alistair@ozlabs.au.ibm.com>
23895             Alan Modra <amodra@gmail.com>
23897         [BZ #15723]
23898         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23899         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23900         _dl_hwcap access for little-endian.
23901         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23902         destroy vmx regs when saving unaligned.
23903         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23904         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23905         destroy vmx regs when saving unaligned.
23907 2013-10-04  Alan Modra  <amodra@gmail.com>
23909         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23910         Don't use a union to pack hi/low value.
23912 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23914         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23915         for little-endian.
23916         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23917         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23918         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23919         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23920         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23922 2013-10-04  Alan Modra  <amodra@gmail.com>
23924         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23925         constants to usual value for .cst8 section, and remove redundant
23926         high address load.
23927         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23928         constant for 0x1p52.  Load little-endian words of double from
23929         correct stack offsets.
23931 2013-10-04  Alan Modra  <amodra@gmail.com>
23933         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23934         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23935         words of double from correct stack offsets.
23936         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23937         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23938         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23939         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23940         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23941         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23942         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23943         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23944         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23945         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23946         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23947         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23948         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23949         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23950         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23951         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23952         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23954 2013-10-04  Alan Modra  <amodra@gmail.com>
23956         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23957         64-bit int/double union.
23958         (_FPU_SETCW): Likewise.
23959         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23960         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23962 2013-10-04  Alan Modra  <amodra@gmail.com>
23964         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23965         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23967 2013-10-04  Alan Modra  <amodra@gmail.com>
23969         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23970         use vector int constants.
23971         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23973 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23975         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23976         array with long long.
23977         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23978         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23979         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23980         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23981         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23982         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23983         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23984         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23985         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23986         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23987         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23988         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23989         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23991 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23993         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23994         (__signbit): Likewise.  Correct for little-endian.
23995         (__signbitl): Call __signbit.
23996         (lrint): Correct for little-endian.
23997         (lrintf): Call lrint.
23999 2013-10-04  Alan Modra  <amodra@gmail.com>
24001         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24002         union 32-bit int array member with 64-bit int array.
24003         (t515, tm256): Double rather than long double.
24004         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24006 2013-10-04  Alan Modra  <amodra@gmail.com>
24008         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24009         Delete.
24010         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24011         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24012         version of math_ldbl.h.
24014 2013-10-04  Alan Modra  <amodra@gmail.com>
24016         [BZ #15734], [BZ #15735]
24017         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24018         all uses of ieee875 long double macros and unions.  Simplify test
24019         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24020         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24021         normalize after ldbl_extract_mantissa, and don't add hidden bit
24022         already handled.  Don't treat low word of ieee854 mantissa like
24023         low word of IBM long double and mask off bit when testing for
24024         zero.
24025         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24026         all uses of ieee875 long double macros and unions.  Simplify tests
24027         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24028         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24029         two1022, instead use their values.  Recognise that tests for large
24030         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24031         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24032         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24033         test for 0.0L and nan.  Correct negation.
24034         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24035         ieee875 long double macros and unions.  Correct output for large
24036         magnitude x.  Correct absolute value calculation.
24037         (__erfcl): Likewise.
24038         * math/libm-test.inc: Add tests for errors discovered in IBM long
24039         double versions of fmodl, remainderl, erfl and erfcl.
24041 2013-10-04  Alan Modra  <amodra@gmail.com>
24043         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24044         all uses of ieee854 long double macros and unions.  Simplify tests
24045         for long doubles that are fully specified by the high double.
24046         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24047         Likewise.
24048         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24049         Remove dead code too.
24050         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24051         (__ieee754_ynl): Likewise.
24052         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24053         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24054         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24055         Remove dead code too.
24056         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24057         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24058         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24059         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24060         Simplify.
24061         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24062         Simplify.
24063         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24064         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24065         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24066         Comment on variable precision.
24067         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24068         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24069         Likewise.
24070         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24071         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24072         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24073         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24074         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24076 2013-10-04  Alan Modra  <amodra@gmail.com>
24078         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24079         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24080         all uses of ieee854 long double macros and unions.
24081         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24082         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24083         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24084         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24085         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24086         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24087         Likewise.
24088         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24089         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24090         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24091         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24092         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24093         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24094         Simplify sign and nan test too.
24095         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24096         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24097         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24098         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24099         Likewise.
24100         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24101         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24102         Likewise.
24103         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24104         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24105         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24106         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24107         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24108         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24110 2013-10-04  Alan Modra  <amodra@gmail.com>
24112         * stdio-common/printf_size.c (__printf_size): Don't use
24113         union ieee854_long_double in fpnum union.
24114         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24115         signbit macro to retrieve sign from long double.
24116         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24117         retrieve sign from long double.
24118         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24119         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24120         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24121         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24122         * math/test-misc.c (main): Don't use union ieee854_long_double.
24124 2013-10-04  Alan Modra  <amodra@gmail.com>
24126         [BZ #15680]
24127         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24128         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24129         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24130         calculation.  Remove unnecessary test for denormal exponent.
24131         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24132         Correct handling of denormals.  Avoid undefined shift behaviour.
24133         Correct normalisation of low mantissa when low double is denormal.
24134         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24135         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24136         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24137         Correct normalisation of low mantissa.  Test for overflow of high
24138         mantissa and normalise.
24139         (ldbl_nearbyint): Use more readable constant for two52.
24140         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24141         (__mpn_construct_long_double): Fix test for overflow of high
24142         mantissa and correct normalisation.  Avoid undefined shift.
24144 2013-10-04  Alan Modra  <amodra@gmail.com>
24146         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24147         (union ibm_extended_long_double): Define as an array of ieee754_double.
24148         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24149         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24150         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24151         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24152         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24153         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24154         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24155         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24156         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24157         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24158         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24160 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24162         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24163         page size instead of calling getpagesize.
24165         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24166         (LOCFILE_ALIGN_MASK): Likewise.
24167         (LOCFILE_ALIGN_UP): Likewise.
24168         (LOCFILE_ALIGNED_P): Likewise.
24169         * locale/programs/ld-collate.c (collate_output): Use the new
24170         macros instead of __alignof__ (int32_t).
24171         * locale/weight.h (findidx): Likewise.
24173 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24175         [BZ #431]
24176         * manual/string.texi: Fix strncat and wcsncat.
24178 2013-10-03  Brooks Moses  <bmoses@google.com>
24180         [BZ #15915]
24181         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24182         * Makerules: ...here, and adjust associated comments.
24184 2013-10-02  Will Newton  <will.newton@linaro.org>
24186         * malloc/Makefile: Add tst-pvalloc.
24187         * malloc/tst-pvalloc.c: New file.
24189 2013-10-02  Will Newton  <will.newton@linaro.org>
24191         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24192         improve test coverage.
24194 2013-10-02  Will Newton  <will.newton@linaro.org>
24196         * malloc/Makefile: Add tst-posix_memalign.
24197         * malloc/tst-posix_memalign.c: New file.
24199 2013-10-01  Eric Blake  <eblake@redhat.com>
24201         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24202         Use __THROWNL rather than __THROW on static functions.
24204 2013-09-30  Petr Machata  <pmachata@redhat.com>
24206         * elf/elf.h (R_AARCH64_ABS16): New macro.
24207         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24208         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24209         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24210         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24211         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24212         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24213         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24214         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24215         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24216         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24217         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24218         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24219         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24220         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24221         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24222         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24223         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24224         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24225         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24226         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24227         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24228         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24229         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24230         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24231         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24232         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24233         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24234         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24235         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24236         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24237         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24238         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24239         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24240         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24241         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24242         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24243         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24244         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24245         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24246         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24247         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24248         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24249         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24250         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24251         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24252         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24253         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24254         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24255         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24256         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24257         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24258         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24259         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24260         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24261         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24262         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24263         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24264         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24265         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24266         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24267         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24268         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24269         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24270         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24271         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24272         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24273         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24274         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24275         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24276         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24277         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24278         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24279         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24280         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24281         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24282         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24283         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24284         (R_AARCH64_TLSDESC_LDR): Likewise.
24285         (R_AARCH64_TLSDESC_ADD): Likewise.
24286         (R_AARCH64_TLSDESC_CALL): Likewise.
24288 2013-09-30  Andreas Schwab  <schwab@suse.de>
24290         [BZ #15048]
24291         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24292         the nss database lookup.
24293         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24294         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24296 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24298         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24300 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24302         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24303         ${Bash-specific parameter/pattern/string} parameter expansion.
24304         * sysdeps/unix/make-syscalls.sh: Likewise.
24306 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24308         * sysdeps/sh/stackguard-macros.h: New file.
24310 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24312         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24313         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24314         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24315         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24316         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24317         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24319 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24321         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24322         Fix thread ID register.
24324 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24326         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24327         [POSIX || UNIX98]: Require rather than permitting all symbols from
24328         <time.h>.
24329         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24330         element of struct sched_param.
24331         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24332         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24333         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24334         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24335         constant.
24337 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24339         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24340         argument calculation.
24342 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24344         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24345         Expect macro.
24346         [POSIX] (pthread_attr_t): Do not require type.
24347         [POSIX] (pthread_cond_t): Likewise.
24348         [POSIX] (pthread_condattr_t): Likewise.
24349         [POSIX] (pthread_key_t): Likewise.
24350         [POSIX] (pthread_mutex_t): Likewise.
24351         [POSIX] (pthread_mutexattr_t): Likewise.
24352         [POSIX] (pthread_once_t): Likewise.
24353         [POSIX] (pthread_t): Likewise.
24354         [POSIX-based standards] (pthread_atfork): Expect function.
24356 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24357             Richard Sandiford  <richard@codesourcery.com>
24359         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24360         (swap_endianness_p): New extern variable.
24361         (set_big_endian): New inline function.
24362         (maybe_swap_uint32): Likewise.
24363         (maybe_swap_uint32_array): Likewise.
24364         (maybe_swap_uint32_obstack): Likewise.
24365         * locale/programs/locfile.c: Include <stdbool.h>.
24366         (swap_endianness_p): New variable.
24367         (add_locale_uint32): Call maybe_swap_uint32.
24368         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24369         (write_locale_data): Call maybe_swap_uint32_array.
24370         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24371         maybe_swap_uint32.
24372         (obstack_int32_grow_fast): Likewise.
24373         (output_weightwc): Call maybe_swap_uint32_obstack.
24374         (collate_output): Likewise.
24375         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24376         (OPT_LITTLE_ENDIAN): Likewise.
24377         (options): Add --little-endian and --big-endian options.
24378         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24379         * locale/programs/locarchive.c: Include "locfile.h".
24380         (GET): New macro.
24381         (SET): Likewise.
24382         (INC): Likewise.
24383         (create_archive): Use the new macros to access fields of
24384         structures directly mapped from or written to locale archives.
24385         (oldlocrecentcmp): Likewise.
24386         (enlarge_archive): Likewise.
24387         (insert_name): Likewise.
24388         (add_alias): Likewise.
24389         (add_locale): Likewise.
24390         (delete_locales_from_archive): Likewise.
24391         (show_archive_content): Likewise.
24392         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24393         locale data.
24395 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24397         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24398         http://www.gnu.org/doc/freemanuals.texi.
24399         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24401 2013-09-24  Will Newton  <will.newton@linaro.org>
24403         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24404         macro.
24406 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24408         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24409         unsigned char.
24411 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24413         * manual/threads.texi (POSIX Threads): Fix a typo.
24415 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24417         [BZ #14547]
24418         * string/tst-strcoll-overflow.c: New test case.
24419         * string/Makefile (xtests): Add tst-strcoll-overflow.
24420         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24421         cache if string sizes may cause integer overflow.
24423         [BZ #14547]
24424         * string/strcoll_l.c (coll_seq): New members rule, idx,
24425         save_idx and back_us.
24426         (get_next_seq_nocache): New function.
24427         (do_compare_nocache): New function.
24428         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24429         when malloc fails.
24431 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24433         [BZ #15754]
24434         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24435         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24436         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24438         [BZ #15754]
24439         * elf/Makefile (tests): Add tst-ptrguard1.
24440         (tests-static): Add tst-ptrguard1-static.
24441         (tst-ptrguard1-ARGS): Define.
24442         (tst-ptrguard1-static-ARGS): Define.
24443         * elf/tst-ptrguard1.c: New file.
24444         * elf/tst-ptrguard1-static.c: New file.
24445         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24446         * sysdeps/i386/stackguard-macros.h: Likewise.
24447         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24448         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24449         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24450         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24451         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24452         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24454 2013-09-23  Hector Marco  <hecmargi@upv.es>
24455             Ismael Ripoll  <iripoll@disca.upv.es>
24456             Carlos O'Donell  <carlos@redhat.com>
24458         [BZ #15754]
24459         * sysdeps/generic/stackguard-macros.h: Define
24460         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24461         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24462         Define __pointer_chk_guard_local.
24463         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24464         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24466 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24468         [BZ #15859]
24469         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24471 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24473         * include/string.h (__ffs): Declare as hidden.
24474         * string/ffs.c (__ffs): Define as hidden.
24475         * sysdeps/i386/ffs.c (__ffs): Likewise.
24476         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24477         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24478         * sysdeps/s390/ffs.c (__ffs): Likewise.
24479         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24481 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24483         * NEWS: Mention malloc probes.
24485         * malloc/arena.c (new_heap): New memory_heap_new probe.
24486         (grow_heap): New memory_heap_more probe.
24487         (shrink_heap): New memory_heap_less probe.
24488         (heap_trim): New memory_heap_free probe.
24489         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24490         (systrim): New memory_sbrk_less probe.
24491         * manual/probes.texi: Document them.
24493         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24494         * manual/probes.texi: Document it.
24496         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24497         (__libc_realloc): Add memory_realloc_retry probe.
24498         (__libc_memalign): Add memory_memalign_retry probe.
24499         (__libc_valloc): Add memory_valloc_retry probe.
24500         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24501         (__libc_calloc): Add memory_calloc_retry probe.
24502         * manual/probes.texi: Document them.
24504         * malloc/arena.c (get_free_list): Add probe
24505         memory_arena_reuse_free_list.
24506         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24507         and memory_arena_reuse.
24508         (arena_get2) [!PER_THREAD]: Likewise.
24509         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24510         memory_arena_reuse_realloc.
24511         * manual/probes.texi: Document them.
24513         * malloc/malloc.c (__libc_free): Add
24514         memory_mallopt_free_dyn_thresholds probe.
24515         (__libc_mallopt): Add multiple memory_mallopt probes.
24516         * manual/probes.texi: Document them.
24518         * malloc/malloc.c: Include stap-probe.h.
24519         (__libc_mallopt): Add memory_mallopt probe.
24520         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24521         * manual/probes.texi: New.
24522         * manual/Makefile (chapters): Add probes.
24523         * manual/threads.texi: Set next node.
24525 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24527         [BZ #15963, #13985]
24528         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24529         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24530         Add `Chinese' to `nan' entry name.
24532 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24534         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24535         (POLYNOMIAL): Likewise.
24536         (TAYLOR_SINCOS): Likewise.
24537         (TAYLOR_SLOW): Likewise.
24538         (__sin): Use TAYLOR_SINCOS.
24539         (__cos): Likewise.
24540         (slow): Use TAYLOR_SLOW.
24541         (sloww): Likewise.
24542         (bsloww): Likewise.
24543         (csloww): Likewise.
24545 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24547         * stdlib/strtod_l.c: Fix buffer overrun.
24549 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24551         * benchtests/Makefile (bench): Add sincos.
24552         * benchtests/bench-sincos.c: New file.
24554         * math/libm-test.inc (cos_test_data): New test inputs.
24555         (sin_test_data): Likewise.
24557         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24558         macro.
24559         (__sin): Use it.
24560         (__cos): Likewise.
24561         (slow1): Likewise.
24562         (slow2): Likewise.
24563         (sloww1): Likewise.
24564         (sloww2): Likewise.
24565         (bsloww1): Likewise.
24566         (bsloww2): Likewise.
24567         (cslow2): Likewise.
24568         (csloww1): Likewise.
24569         (csloww2): Likewise.
24571         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24572         function.
24573         (__sin): Use it.
24574         (__cos): Likewise.
24576         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24577         gotos.
24578         (__cos): Likewise.
24580 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24582         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24583         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24584         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24585         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24586         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24587         * elf/cache.c (print_entry): Handle the new cache flags.
24589 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24590             Aldy Hernandez  <aldyh@redhat.com>
24592         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24593         Change condition to [_SOFT_FLOAT].
24594         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24595         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24596         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24597         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24606         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24609         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24610         declaration.
24612 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24614         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24615         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24616         (__longjmp): Use LOAD_GP to load saved GPRs.
24617         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24618         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24619         (__sigsetjmp): Use SAVE_GP to save GPRs.
24621         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24622         Do not append -msoft-float.
24623         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24625 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24627         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24629 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24631         [BZ #15966]
24632         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24633         (_FPU_GETCW): Use initial "__" on variable and field names but not
24634         on macro parameter name.
24635         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24636         parentheses around reference to macro parameter.
24638 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24640         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24641         prototype.
24642         (ctype_startup): Use uint32_t in cast and sizeof for
24643         ctype->charnames.
24645 2013-09-11  Jia Liu  <proljc@gmail.com>
24647         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24648         __daddr_t_defined.
24649         [__FreeBSD__]: Likewise.
24651 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24653         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24654         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24655         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24656         (strchr): Remove __strchr_sse42 ifunc selection.
24657         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24658         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24660 2013-09-11  Will Newton  <will.newton@linaro.org>
24662         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24663         parameter to RES. Remove hardcoded 1000 value.
24664         * benchtests/bench-skeleton.c (main): Pass RES parameter
24665         to TIMING_INIT and multiply result by 1000.
24667 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24669         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24671 2013-09-11  Andreas Schwab  <schwab@suse.de>
24673         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24674         if not defined.
24675         (O_TMPFILE) [__USE_GNU]: Define.
24676         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24677         Define.
24679 2013-09-11  Will Newton  <will.newton@linaro.org>
24681         [BZ #15857]
24682         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24683         does not overflow.
24685 2013-09-11  Will Newton  <will.newton@linaro.org>
24687         [BZ #15856]
24688         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24689         does not overflow.
24691 2013-09-11  Will Newton  <will.newton@linaro.org>
24693         [BZ #15855]
24694         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24695         does not overflow.
24697 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24699         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24700         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24701         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24702         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24703         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24705 2013-09-10  Allan McRae  <allan@archlinux.org>
24707         [BZ #15748]
24708         * manual/arith.texi (Parsing of Floats): Clarify
24709         cross-reference.
24711         [BZ #15849]
24712         * manual/install.texi (Running make install): Mention
24713         --enable-pt-chown.
24714         * INSTALL: Regenerated.
24716 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24718         * csu/init-first.c (_init): Remove the !SHARED condition around
24719         FPU control word initialization.
24720         * elf/dl-support.c (_dl_fpu_control): New variable.
24721         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24722         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24723         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24724         * math/test-fpucw-static.c: New file.
24725         * math/test-fpucw-ieee.c: New file.
24726         * math/test-fpucw-ieee-static.c: New file.
24727         * math/Makefile (tests): Add `test-fpucw-ieee' and
24728         `$(tests-static)'.
24729         (tests-static): New variable.
24730         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24731         dependency to...
24732         [($(build-shared),yes)]
24733         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24734         ... this.
24735         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24736         New dependency.
24738 2013-09-09  Allan McRae  <allan@archlinux.org>
24740         [BZ #15939]
24741         * manual/string.texi (Collation Functions): Fix typo in
24742         strcoll example.
24743         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24745         [BZ #15893]
24746         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24748         [BZ #15892]
24749         * libio/memstream.c (open_memstream): Fix memory leak.
24750         * libio/wmemstream.c (open_wmemstream): Likewise.
24752         [BZ #15895]
24753         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24755 2013-09-09  Will Newton  <will.newton@linaro.org>
24757         * malloc/Makefile: Add tst-realloc to tests.
24758         * malloc/tst-realloc.c: New file.
24760 2013-09-09  Allan McRae  <allan@archlinux.org>
24762         [BZ #15844]
24763         * COPYING: Update from GNU website to fix FSF address.
24764         * COPYING.LIB: Likewise.
24766 2013-09-06  David S. Miller  <davem@davemloft.net>
24768         * po/zh_TW.po: Update Chinese (traditional) translation from
24769         translation project.
24771 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24772             Joseph Myers  <joseph@codesourcery.com>
24774         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24775         "localeinfo.h".
24776         (obstack_chunk_alloc): New macro.
24777         (obstack_chunk_free): Likewise.
24778         (record_offset): New function.
24779         (init_locale_data): Likewise.
24780         (align_locale_data): Likewise.
24781         (add_locale_empty): Likewise.
24782         (add_locale_raw_data): Likewise.
24783         (add_locale_raw_obstack): Likewise.
24784         (add_locale_string): Likewise.
24785         (add_locale_wstring): Likewise.
24786         (add_locale_uint32): Likewise.
24787         (add_locale_uint32_array): Likewise.
24788         (add_locale_char): Likewise.
24789         (start_locale_structure): Likewise.
24790         (end_locale_structure): Likewise.
24791         (start_locale_prelude): Likewise.
24792         (end_locale_prelude): Likewise.
24793         (write_locale_data): Take locale_file structure rather than an
24794         iovec.
24795         * locale/programs/locfile.h: Include "obstack.h".
24796         (struct locale_file): Change to store locale file contents instead
24797         of header.
24798         (init_locale_data): New prototype.
24799         (align_locale_data): Likewise.
24800         (add_locale_empty): Likewise.
24801         (add_locale_raw_data): Likewise.
24802         (add_locale_raw_obstack): Likewise.
24803         (add_locale_string): Likewise.
24804         (add_locale_wstring): Likewise.
24805         (add_locale_uint32): Likewise.
24806         (add_locale_uint32_array): Likewise.
24807         (add_locale_char): Likewise.
24808         (start_locale_structure): Likewise.
24809         (end_locale_structure): Likewise.
24810         (start_locale_prelude): Likewise.
24811         (end_locale_prelude): Likewise.
24812         (write_locale_data): Update prototype.
24813         * locale/programs/3level.h (struct TABLE): Remove result field.
24814         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24815         Use new locale_file interface.
24816         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24817         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24818         * locale/programs/ld-address.c (address_output): Use new
24819         locale_file interface.
24820         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24821         NO_ADD_LOCALE.
24822         (collate_finish): Don't call collseq_table_finalize.
24823         (collate_output): Use new locale_file interface.
24824         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24825         in file.
24826         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24827         (TABLE): Move defines earlier in file.
24828         (ELEMENT): Likewise.
24829         (DEFAULT): Likewise.
24830         (wctrans_table_add): Move macro and inline function earlier in
24831         file.
24832         (struct wctype_table): Move type earlier in file.
24833         (add_locale_wctype_table): New static prototype.
24834         (struct locale_ctype_t): Use logical types instead of struct iovec
24835         pointers for members.
24836         (ctype_output): Use new locale_file interface.
24837         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24838         new locale_file interface.
24839         (allocate_arrays): Update for use of new locale_file interface.
24840         * locale/programs/ld-identification.c (identification_output): Use
24841         new locale_file interface.
24842         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24843         * locale/programs/ld-messages.c (messages_output): Likewise.
24844         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24845         * locale/programs/ld-name.c (name_output): Likewise.
24846         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24847         * locale/programs/ld-paper.c (paper_output): Likewise.
24848         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24849         * locale/programs/ld-time.c (time_output): Likewise.
24851 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24853         * benchtests/Makefile: Add memrchr benchmark.
24854         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24855         benchmark as memrchr.
24856         * benchtests/bench-memrchr-ifunc.c: New file.
24857         * benchtests/bench-memrchr.c: New file.
24859 2013-09-06   Will Newton  <will.newton@linaro.org>
24861         * benchtests/Makefile (string-bench): Add memcpy.
24863 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24864             Cong Wang  <amwang@redhat.com>
24866         [BZ #15850]
24867         * sysdeps/unix/sysv/linux/bits/in.h
24868         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24869         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24870         before __USE_KERNEL_IPV6_DEFS uses.
24871         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24872         IPPROTO_BEETPH.
24873         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24874         sockaddr_in6, or ipv6_mreq.
24876 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24878         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24879         memory access for final bytes in some large inputs.
24880         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24882 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24884         * string/test-memrchr.c: New file.
24885         * string/test-memrchr-ifunc.c: New file.
24886         * string/Makefile: Add new memrchr testcase.
24888 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24890         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24891         fanotify_init returns EPERM.
24893 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24895         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24896         errors.
24897         (top level): Treat second token from macro or constant entries for
24898         allowed headers as allowed.
24899         * include/complex.h: Condition internal declarations on
24900         [!_ISOMAC].
24901         * include/fenv.h: Condition include of <stdbool.h> and internal
24902         declarations on [!_ISOMAC].
24904 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24906         [BZ #15923]
24907         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24909 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24911         * configure.in (--enable-versioning): Remove configure option.
24912         (libc_cv_asm_symver_directive): Remove configure test.
24913         (libc_cv_ld_version_script_option): Likewise.
24914         (VERSIONING): Remove variable and AC_SUBST.
24915         (DO_VERSIONING): Remove AC_DEFINE.
24916         * configure: Regenerated.
24917         * config.h.in (DO_VERSIONING): Remove macro.
24918         * Makerules [$(versioning) = yes]: Change conditionals to
24919         [$(build-shared) = yes].
24920         * config.make.in (versioning): Remove variable.
24921         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24922         [$(build-shared) = yes].
24923         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24924         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24925         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24926         [$(build-shared) = yes].
24927         * extra-lib.mk [$(versioning) = yes]: Likewise.
24928         * hurd/Makefile [$(versioning) = yes]: Likewise.
24929         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24930         [SHARED].
24931         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24932         [SHARED].
24933         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24934         [SHARED && !NO_HIDDEN].
24935         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24936         [SHARED].
24937         [SHARED && DO_VERSIONING]: Likewise..
24938         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24939         [$(build-shared) = yes].
24940         * manual/install.texi (--disable-versioning): Remove
24941         documentation.
24942         * INSTALL: Regenerated.
24943         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24944         to [SHARED].
24945         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24946         [$(build-shared) = yes].
24947         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24948         * sysdeps/i386/i686/multiarch/strstr-c.c
24949         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24950         [SHARED && !NO_HIDDEN].
24951         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24952         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24953         * sysdeps/powerpc/powerpc32/dl-machine.c
24954         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24955         * sysdeps/powerpc/powerpc32/sysdep.h
24956         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24957         to [SHARED && PIC && !NO_HIDDEN].
24958         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24959         conditional to [SHARED].
24961 2013-09-04   Will Newton  <will.newton@linaro.org>
24963         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24964         * benchtests/bench-string.h: Include bench-timing.h instead
24965         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24966         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24967         call to HP_TIMING_DIFF_INIT.
24968         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24969         instead of hp-timing.h macros.
24970         * benchtests/bench-memchr.c: Likewise.
24971         * benchtests/bench-memcmp.c: Likewise.
24972         * benchtests/bench-memcpy.c: Likewise.
24973         * benchtests/bench-memmem.c: Likewise.
24974         * benchtests/bench-memmove.c: Likewise.
24975         * benchtests/bench-memset.c: Likewise.
24976         * benchtests/bench-rawmemchr.c: Likewise.
24977         * benchtests/bench-strcasecmp.c: Likewise.
24978         * benchtests/bench-strcasestr.c: Likewise.
24979         * benchtests/bench-strcat.c: Likewise.
24980         * benchtests/bench-strchr.c: Likewise.
24981         * benchtests/bench-strcmp.c: Likewise.
24982         * benchtests/bench-strcpy.c: Likewise.
24983         * benchtests/bench-strcpy_chk.c: Likewise.
24984         * benchtests/bench-strlen.c: Likewise.
24985         * benchtests/bench-strncasecmp.c: Likewise.
24986         * benchtests/bench-strncat.c: Likewise.
24987         * benchtests/bench-strncmp.c: Likewise.
24988         * benchtests/bench-strncpy.c: Likewise.
24989         * benchtests/bench-strnlen.c: Likewise.
24990         * benchtests/bench-strpbrk.c: Likewise.
24991         * benchtests/bench-strrchr.c: Likewise.
24992         * benchtests/bench-strspn.c: Likewise.
24993         * benchtests/bench-strstr.c: Likewise.
24995 2013-09-04  Will Newton  <will.newton@linaro.org>
24997         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24999 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25001         [BZ #15427]
25002         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25003         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25004         * math/libm-test.inc (lgamma_test_data): Add more tests.
25005         * sysdeps/i386/fpu/libm-test-ulps: Update.
25006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25008 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25010         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25011         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25012         Add ifunc.
25013         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25014         Add strcmp-sse2-unaligned
25015         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25017 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25019         * Versions.def (libc): Add GLIBC_2.19.
25021 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25023         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25024         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25026 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25028         [BZ #14155]
25029         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25030         intermediate calculations in recurrence.
25031         (__ieee754_ynf): Likewise.
25032         * math/libm-test.inc (jn_test_data): Do not allow spurious
25033         underflow exception.  Add more tests.
25034         (yn_test_data): Add more tests.
25035         * sysdeps/i386/fpu/libm-test-ulps: Update.
25036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25038 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25040         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25042 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25044         * csu/init-first.c: Fix then/than typos.
25045         * locale/programs/ld-collate.c: Likewise.
25046         * locale/programs/linereader.h: Likewise.
25047         * manual/charset.texi: Likewise.
25048         * manual/filesys.texi: Likewise.
25049         * manual/stdio.texi: Likewise.
25050         * manual/string.texi: Likewise.
25051         * stdlib/fmtmsg.c: Likewise.
25052         * sysdeps/i386/stpncpy.S: Likewise.
25053         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25054         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25055         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25056         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25058 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25060         * elf/dl-open.c: Fix typos.
25061         * iconvdata/gbbig5.c: Likewise.
25062         * iconvdata/iso-2022-jp.c: Likewise.
25063         * iconv/gconv_int.h: Likewise.
25064         * iconv/loop.c: Likewise.
25065         * nis/rpcsvc/nis.h: Likewise.
25066         * resolv/ns_name.c: Likewise.
25067         * stdio-common/vfscanf.c: Likewise.
25068         * streams/stropts.h: Likewise.
25069         * sunrpc/rpc_thread.c: Likewise.
25070         * sysdeps/i386/strpbrk.S: Likewise.
25071         * sysdeps/ieee754/k_standard.c: Likewise.
25072         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25073         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25074         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25075         * sysdeps/mach/hurd/profil.c: Likewise.
25076         * sysdeps/s390/dl-procinfo.h: Likewise.
25077         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25078         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25079         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25080         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25081         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25083 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25085         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25086         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25088 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25090         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25091         aix specific files.
25092         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25093         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25094         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25095         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25096         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25097         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25098         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25099         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25101 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25102             Roland McGrath  <roland@hack.frob.com>
25104         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25105         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25107 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25109         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25110         __executable_start symbol instead of _start.
25112 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25114         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25115         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25116         Move macros to...
25117         * sysdeps/gnu/ldsodefs.h: ... this new file.
25119         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25120         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25121         instead of ELFOSABI_LINUX.
25123         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25124         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25125         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25126         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25127         Likewise.
25128         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25129         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25130         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25131         Likewise.
25132         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25133         (ibm_extended_long_double): Add ieee_nan member.
25134         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25135         (do_test): New function.
25137         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25138         TEST_TRUNC.
25139         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25140         functions, renamed from truncdfsf_test, trunctfsf_test,
25141         trunctfdf_test.
25142         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25143         functions.
25144         (do_test): Run all these.
25146 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25148         * argp/argp-help.c: Fix typos.
25149         * argp/argp-parse.c: Likewise.
25150         * debug/backtracesyms.c: Likewise.
25151         * elf/elf.h: Likewise.
25152         * malloc/malloc.c: Likewise.
25153         * nis/nis_print.c: Likewise.
25154         * resolv/res_comp.c: Likewise.
25155         * stdlib/stdlib.h: Likewise.
25156         * sunrpc/clnt_tcp.c: Likewise.
25157         * sunrpc/clnt_udp.c: Likewise.
25158         * sunrpc/clnt_unix.c: Likewise.
25159         * sysdeps/unix/bsd/ptsname.c: Likewise.
25160         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25161         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25163         Likewise.
25164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25165         Likewise.
25166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25167         Likewise.
25168         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25170 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25172         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25175 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25177         [BZ #15897]
25178         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25179         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25180         ($(objpfx)bug-dl-leaf): New rule.
25181         ($(objpfx)bug-dl-leaf.so): Likewise.
25182         ($(objpfx)bug-dl-leaf.out): Likewise.
25183         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25184         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25185         * dlfcn/bug-dl-leaf.c: New test.
25186         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25187         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25188         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25189         (dlclose): Likewise.
25190         (dlmopen): Likewise.
25192 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25194         * include/netdb.h [!_ISOMAC]:
25195         Don't include <tls.h>.
25196         (h_errno, __libc_h_errno): Move declaration and macros out of
25197         [_LIBC_REENTRANT].
25199         * include/resolv.h [_RESOLV_H_]:
25200         Don't include <tls.h>.
25201         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25202         * resolv/res_libc.c: Don't include <tls.h>.
25203         (_res): Use __attribute__ ((nocommon)) in place of
25204         __attribute__ ((section (".bss"))).
25206         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25207         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25209         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25211         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25212         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25214         * resolv/res_mkquery.c: Include <sys/time.h>.
25216         * inet/ifreq.c: Moved to ...
25217         * sysdeps/unix/ifreq.c: ... here.
25218         * inet/ifreq.c: New file, true stub version.
25220         * socket/sa_len.c: New file.
25221         * socket/Makefile (aux): Add it.
25222         * sysdeps/unix/sysv/linux/Makefile
25223         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25224         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25225         and #include <socket/sa_len.c>.
25226         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25227         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25229         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25230         * bits/socket.h: ... here.
25232         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25233         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25234         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25236 2013-08-27  Andreas Schwab  <schwab@suse.de>
25238         [BZ #15736]
25239         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25240         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25241         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25242         * string/test-strcasecmp.c (test_main): Run tests in several
25243         locales.
25244         * string/test-strncasecmp.c (test_main): Likewise.
25246         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25247         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25248         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25249         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25250         (__strncasecmp_ssse3) [PIC]: Likewise.
25252 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25254         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25256         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25257         instead of explicitly declaring xdecrypt.
25258         * nis/nss_nis/nis-publickey.c: Likewise.
25260 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25262         [BZ #15890]
25263         * nscd/aicache.c: Include res_hconf.h.
25264         (addhstaiX): Initialize res_hconf.
25266 2013-08-26  Andreas Schwab  <schwab@suse.de>
25268         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25269         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25271 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25273         * nscd/aicache.c (addhstaiX): Fix indentation.
25275 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25277         * configure.ac: Quote $build_pt_chown test.
25278         * configure: Regenerated.
25280 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25282         [BZ #15532]
25283         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25284         * math/s_cexpf.c (__cexpf): Likewise.
25285         * math/s_cexpl.c (__cexpl): Likewise.
25286         * math/libm-test.inc (cexp_test_data): Correct expected return
25287         value for NaN + i0.  Add another test.
25289 2013-08-22  David S. Miller  <davem@davemloft.net>
25291         * po/ca.po: Update Catalan translation from translation project.
25292         * po/uk.po: Add Ukrainian translations from translation project.
25294 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25296         [BZ #15797]
25297         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25298         is infinite, not alongside NaN test.
25299         * math/s_fdimf.c (__fdimf): Likewise.
25300         * math/s_fdiml.c (__fdiml): Likewise.
25301         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25302         errno is unchanged.
25304 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25306         * argp/argp-help.c: Fix typos.
25307         * crypt/speeds.c: Likewise.
25308         * csu/check_fds.c: Likewise.
25309         * elf/dl-load.c: Likewise.
25310         * elf/dl-open.c: Likewise.
25311         * elf/reldep3.c: Likewise.
25312         * elf/reldep.c: Likewise.
25313         * elf/sprof.c: Likewise.
25314         * iconv/iconv_charmap.c: Likewise.
25315         * iconv/skeleton.c: Likewise.
25316         * iconv/strtab.c: Likewise.
25317         * io/lockf64.c: Likewise.
25318         * libio/libioP.h: Likewise.
25319         * resolv/gai_notify.c: Likewise.
25320         * resolv/ns_name.c: Likewise.
25321         * resolv/ns_samedomain.c: Likewise.
25322         * resolv/res_send.c: Likewise.
25323         * stdlib/random.c: Likewise.
25324         * sunrpc/rpc/xdr.h: Likewise.
25325         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25326         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25327         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25328         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25329         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25330         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25331         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25332         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25333         * sysdeps/mach/hurd/check_fds.c: Likewise.
25334         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25335         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25336         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25337         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25338         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25339         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25340         * sysdeps/pthread/aio_notify.c: Likewise.
25341         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25342         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25343         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25344         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25345         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25347 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25349         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25350         version if bit_Slow_SSE4_2 is set.
25351         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25352         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25354 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25356         [BZ #15867]
25357         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25358         trampoline stack frame information.
25359         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25360         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25361         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25362         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25363         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25364         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25365         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25366         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25367         sa_flags value.
25368         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25369         interrupting a syscall and set with option SA_SIGINFO.
25371 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25373         [BZ #15531]
25374         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25375         argument is infinite.
25376         * math/s_cprojf.c (__cprojf): Likewise.
25377         * math/s_cprojl.c (__cprojl): Likewise.
25378         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25379         * math/libm-test.inc (cproj_test_data): Add more tests.
25381         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25383         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25384         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25385         size.  Use __ffs to determine corresponding shift.
25387 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25388             Roland McGrath  <roland@hack.frob.com>
25390         * Makefile (INSTALL): Remove trailing blank lines from output of
25391         makeinfo.
25393 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25395         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25396         Align 32 bit compat elf_greg to 8 bytes.
25398 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25400         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25402 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25404         * string/strcoll_l.c (coll_seq): New structure.
25405         (get_next_seq_cached): New function.
25406         (get_next_seq): New function.
25407         (do_compare): New function.
25408         (STRCOLL): Use GNU style definition.  Simplify implementation
25409         by using get_next_seq, get_next_seq_cached and do_compare.
25411 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25413         [BZ #14699]
25414         CVE-2013-4237
25415         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25416         member.
25417         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25418         member.
25419         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25420         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25421         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25422         conditional.
25423         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25424         GETDENTS_64BIT_ALIGNED.
25425         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25426         * manual/filesys.texi (Reading/Closing Directory): Document
25427         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25428         strongly.
25429         * manual/conf.texi (Limits for Files): Add portability note to
25430         NAME_MAX, PATH_MAX.
25431         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25433 2013-08-13  Andreas Schwab  <schwab@suse.de>
25435         [BZ #15749]
25436         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25437         of fabs.
25438         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25439         LDBL_MAX_EXP >= 16384]: Add tests for it.
25441 2013-08-12  David S. Miller  <davem@davemloft.net>
25443         * version.h (RELEASE): Set to "development".
25444         (VERSION): Set to "2.18.90".
25445         * NEWS: Add 2.19 section.
25447 2013-08-03  David S. Miller  <davem@davemloft.net>
25449         * po/ko.po: Update Korean translation from translation project.
25451 2013-08-01  David S. Miller  <davem@davemloft.net>
25453         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25454         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25455         Bilka.
25457 2013-07-30  David S. Miller  <davem@davemloft.net>
25459         * po/fr.po: Update French translation from translation project.
25461 2013-07-28  David S. Miller  <davem@davemloft.net>
25463         * po/cs.po: Update Czech translation from translation project.
25465         * po/sv.po: Update Swedish translation from translation project.
25467 2013-07-27  David S. Miller  <davem@davemloft.net>
25469         * po/eo.po: Update Esperanto translation from translation project.
25471         * po/vi.po: Update Vietnamese translation from translation project.
25473         * po/de.po: Update German translation from translation project.
25475 2013-07-26  David S. Miller  <davem@davemloft.net>
25477         * po/bg.po: Update Bulgarian translation from translation project.
25479         * po/nl.po: Update Dutch translation from translation project.
25480         * po/pl.po: Update Polish translation from translation project.
25481         * po/ru.po: Update Russian translation from translation project.
25483 2013-07-24  David S. Miller  <davem@davemloft.net>
25485         * po/libc.pot: Update.
25487 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25489         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25490         variable page size.
25491         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25492         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25493         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25495 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25497         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25499 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25500             Andreas Schwab  <schwab@suse.de>
25501             Roland McGrath  <roland@hack.frob.com>
25502             Joseph Myers  <joseph@codesourcery.com>
25503             Carlos O'Donell  <carlos@redhat.com>
25505         [BZ #15755]
25506         * config.h.in: Define HAVE_PT_CHOWN.
25507         * config.make.in (build-pt-chown): New variable.
25508         * configure.in (--enable-pt_chown): New configure option.
25509         * configure: Regenerate.
25510         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25511         build-pt-chown is enabled.
25512         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25513         pt_chown to fix pty ownership.
25514         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25515         CLOSE_ALL_FDS.
25516         * manual/install.texi (Configuring and compiling): Mention
25517         --enable-pt_chown. Add @findex for grantpt.
25518         * INSTALL: Regenerate.
25520 2013-07-20  David S. Miller  <davem@davemloft.net>
25522         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25523         difference between 32-bit and 64-bit.
25525 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25527         [BZ #15711]
25528         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25529         Avoid system header dependency with -ffreestanding.
25530         ($(objpfx)bits/syscall%d): Likewise.
25532 2013-07-13  David S. Miller  <davem@davemloft.net>
25534         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25535         underflows from atanl/atan2l due to bug 15319.
25536         (casinh_test_data): Likewise.
25538 2013-07-07  David S. Miller  <davem@davemloft.net>
25540         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25542 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25544         * sysdeps/i386/fpu/libm-test-ulps: Update.
25545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25547 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25549         * configure.in (--enable-lock-elision): Fix message text.
25550         * INSTALL: Regenerate.
25551         * configure: Regenerate.
25553 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25555         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25557 2013-07-03  Andreas Jaeger  <aj@suse.de>
25559         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25560         define.
25561         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25562         (ptrace_peeksiginfo_args): Add.
25563         (__ptrace_peeksiginfo_flags): Add.
25564         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25565         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25566         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25568 2013-07-03  Allan McRae  <allan@archlinux.org>
25570         * sysdeps/i386/fpu/libm-test-ulps: Update.
25572 2013-07-02  David S. Miller  <davem@davemloft.net>
25574         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25576 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25578         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25580 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25582         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25583         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25585 2013-07-02  Andi Kleen <ak@linux.intel.com>
25587         * config.h.in (ENABLE_LOCK_ELISION): Add.
25588         * configure.in (--enable-lock-elision): Add option.
25589         * manual/install.texi: Document --enable lock elision.
25590         * configure: Regenerate
25591         * INSTALL: Regenerate.
25593 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25595         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25596         SSE4.2 strcasecmp for libc.a.
25597         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25599 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25601         [BZ #13304]
25602         * soft-fp/op-common.h (_FP_FMA): New macro.
25603         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25604         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25605         (_FP_MUL_MEAT_1_imm): ... here.
25606         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25607         (_FP_MUL_MEAT_1_wide): ... here.
25608         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25609         (_FP_MUL_MEAT_1_hard): ... here.
25610         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25611         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25612         (_FP_MUL_MEAT_2_wide): ... here.
25613         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25614         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25615         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25616         (_FP_MUL_MEAT_2_gmp): ... here.
25617         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25618         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25619         (_FP_MUL_MEAT_4_wide): ... here.
25620         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25621         (_FP_MUL_MEAT_4_gmp): ... here.
25622         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25623         (_FP_WFRACBITS_DW_S): Likewise.
25624         (_FP_WFRACXBITS_DW_S): Likewise.
25625         (_FP_HIGHBIT_DW_S): Likewise.
25626         (FP_FMA_S): Likewise.
25627         (_FP_FRAC_HIGH_DW_S): Likewise.
25628         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25629         (_FP_WFRACBITS_DW_D): Likewise.
25630         (_FP_WFRACXBITS_DW_D): Likewise.
25631         (_FP_HIGHBIT_DW_D): Likewise.
25632         (FP_FMA_D): Likewise.
25633         (_FP_FRAC_HIGH_DW_D): Likewise.
25634         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25635         (_FP_WFRACBITS_DW_E): Likewise.
25636         (_FP_WFRACXBITS_DW_E): Likewise.
25637         (_FP_HIGHBIT_DW_E): Likewise.
25638         (FP_FMA_E): Likewise.
25639         (_FP_FRAC_HIGH_DW_E): Likewise.
25640         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25641         (_FP_WFRACBITS_DW_Q): Likewise.
25642         (_FP_WFRACXBITS_DW_Q): Likewise.
25643         (_FP_HIGHBIT_DW_Q): Likewise.
25644         (FP_FMA_Q): Likewise.
25645         (_FP_FRAC_HIGH_DW_Q): Likewise.
25646         * soft-fp/fmasf4.c: New file.
25647         * soft-fp/fmadf4.c: Likewise.
25648         * soft-fp/fmatf4.c: Likewise.
25650 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25652         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25653         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25654         Silvermont.
25655         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25656         macro.
25657         (index_Slow_SSE4_2): Likewise.
25658         (index_Prefer_PMINUB_for_stringop): Likewise.
25659         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25660         bit_Slow_SSE4_2 is set.
25661         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25662         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25664 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25666         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25667         rtld_global._dl_hwcap2.
25668         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25669         POWER8.
25670         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25671         POWER8 feature descriptions defined in _dl_hwcap2.
25672         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25673         string handling for POWER8 feature bits.
25674         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25675         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25676         _dl_powerpc_cap_flags.
25677         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25678         * sysdeps/powerpc/rtld-global-offsets.sym
25679         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25680         _dl_hwcap2 in the rtld_global_ro structure.
25682 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25684         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25685         hardware capabilities in support of AT_HWCAP2.
25686         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25687         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25688         GLRO(dl_hwcap2).
25689         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25690         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25691         explicitly the unknown a_type display mechanism is used.
25692         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25693         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25694         struct member.
25695         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25696         to macro prototype for AT_HWCAP2 support.
25697         * sysdeps/i386/dl-procinfo.h: Likewise.
25698         * sysdeps/s390/dl-procinfo.h: Likewise.
25699         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25700         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25701         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25702         return -1 for unknown a_type display fallback.
25703         * sysdeps/sparc/dl-procinfo.h: Likewise.
25704         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25705         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25707 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25709         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25710         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25712 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25714         [BZ #12492]
25715         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25716         mprotect making __stack_prot writable.
25718 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25719             Joseph Myers  <joseph@codesourcery.com>
25721         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25722         as being properly aligned.
25724 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25726         * dlfcn/modstatic5.c: New file.
25727         * dlfcn/tststatic5.c: New file.
25728         * dlfcn/Makefile (tests): Add tststatic5.
25729         (tests-static): Likewise.
25730         (modules-names): Add modstatic5.
25731         (tststatic5-ENV): New variable.
25732         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25734         [BZ #15022]
25735         * elf/dl-support.c (_dl_main_map): New variable.
25736         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25737         (_dl_nns, _dl_load_adds): Set to 1.
25738         (_dl_initial_searchlist): Refer to _dl_main_map.
25739         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25740         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25741         call to _dl_get_origin.
25742         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25743         around call_map.
25744         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25745         * dlfcn/modstatic3.c: New file.
25746         * dlfcn/tststatic3.c: New file.
25747         * dlfcn/tststatic4.c: New file.
25748         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25749         (tests-static): Likewise.
25750         (modules-names): Add modstatic3.
25751         (tststatic3-ENV, tststatic4-ENV): New variables.
25752         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25753         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25755 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25757         * configure.in (CC): Require GCC version 4.4 or later.
25758         * configure: Regenerated.
25759         * manual/install.texi (Tools for Compilation): Update GCC version
25760         requirement.
25761         * INSTALL: Regenerated.
25763 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25765         [BZ #15674]
25766         * string/test-memcmp.c (check2): New.
25767         (main): Call check2.
25769         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25771 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25773         [BZ #15022]
25774         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25775         over to...
25776         (dl_open_worker) [!SHARED]: ... here.
25778 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25780         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25782 2013-06-25  Richard Henderson  <rth@redhat.com>
25784         * locale/programs/locarchive.c: Include <libc-internal.h>
25786 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25788         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25789         trailing whitespace removed.
25791 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25793         [BZ #10283]
25794         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25795         * locale/programs/locarchive.c: Include libc-mmap.h.
25796         (prepare_address_space): Take two new outputs (the mmap base and len).
25797         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25798         values.
25799         (create_archive): Declare new mmap base and len values for
25800         prepare_address_space, and store the result in ah.
25801         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25802         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25803         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25804         Declare new mmap base and len values for
25805         prepare_address_space, and store the result in new_ah.
25806         (open_archive): Declare new mmap base and len values for
25807         prepare_address_space, and store the result in ah.
25808         (close_archive): If ah->mmap_base is not NULL, use that and
25809         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25810         * sysdeps/generic/libc-mmap.h: New file.
25812 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25814         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25815         (ALIGN_UP): Likewise.
25816         (PTR_ALIGN_DOWN): Likewise.
25817         (PTR_ALIGN_UP): Likewise.
25819 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25821         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25822         entry mapped to PPC_PLATFORM_POWER8.
25823         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25824         POWER8.
25825         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25826         (_dl_string_platform): Add case for exporting platform position for
25827         POWER8.
25828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25829         search path to sysdeps/powerpc/powerpc32/power8 directory.
25830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25831         search path to sysdeps/powerpc/powerpc64/power8 directory.
25832         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25833         power7 directories.
25834         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25835         power7 directories.
25837 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25839         * INSTALL: Regenerate.
25841         * nscd/connections.c (nscd_init): Fix comment.
25843 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25845         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25847         [BZ #15667]
25848         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25849         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25851 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25853         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25854         DL_DST_REQ_STATIC.
25855         (DL_DST_REQ_STATIC): Remove macro.
25857 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25859         [BZ #7006]
25860         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25861         with a shift of 0 bits.
25863 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25865         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25866         $(tststatic-ENV).
25868 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25870         [BZ #15655]
25871         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25873 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25875         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25876         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25877         accepts -fno-tree-loop-distribute-patterns.
25878         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25879         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25880         recursive call.
25881         * string/memset.c (memset): Likewise.
25882         * string/test-memmove.c (simple_memmove): Disable loop transformation
25883         to library calls.
25884         * string/test-memset.c (simple_memset): Likewise.
25885         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25886         * benchtests/bench-memset.c (simple_memset): Likewise.
25887         * configure: Regenerated.
25889 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25891         * math/test-misc.c (main): Ignore fesetround failure when failures
25892         of subsequent rounding tests would be ignored.
25894         [BZ #15654]
25895         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25896         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25897         * math/fegetenv.c (__fegetenv): Return 0.
25898         * math/fegetexcept.c (fegetexcept): Return 0.
25899         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25900         FE_TONEAREST.
25901         * math/feholdexcpt.c (feholdexcept): Return 0.
25902         * math/fesetenv.c (__fesetenv): Return 0.
25903         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25904         argument FE_TONEAREST.
25905         * math/feupdateenv.c (__feupdateenv): Return 0.
25906         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25908 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25910         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25911         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25912         ($(objpfx)rtld-%.os rules): Use them.
25914 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25916         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25917         fields.
25919 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25921         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25922         length of target pattern, then descending length of dependency pattern.
25923         * configure.in (AWK): Require gawk 3.1.2 or newer.
25924         * manual/install.texi (Tools for Compilation): Say that we do.
25925         * configure: Regenerated.
25927         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25928         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25929         * scripts/sysd-rules.awk: ... this new script.
25930         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25931         than a glob-style pattern.
25933 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25935         * math/test-misc.c (main): Do not treat incorrectly rounded
25936         conversions as failure unless ROUNDING_TESTS passes.
25938 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25940         [BZ #15631]
25941         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25942         restore exception state around main square root computation, then
25943         check for inexactness explicitly.
25945         * math/libm-test.inc (fma_test_data): Add another test.
25947 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25949         * manual/threads.texi (Non-POSIX Extensions): New document
25950         node.  Document pthread_getattr_default_np and
25951         pthread_setattr_default_np.
25953         * Versions.def (libpthread): Add GLIBC_2.18.
25954         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25956         Likewise.
25957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25958         Likewise.
25959         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25960         Likewise.
25961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25962         Likewise.
25963         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25964         Likewise.
25965         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25966         Likewise.
25967         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25968         Likewise.
25969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25970         Likewise.
25971         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25972         Likewise.
25974 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25976         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25977         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25979 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25980             H.J. Lu  <hjl.tools@gmail.com>
25982         [BZ #15627]
25983         * sysdeps/x86_64/rtld-memset.c: Remove file.
25984         * sysdeps/x86_64/rtld-memset.S: New file.
25986 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25988         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25989         (test_in_one_mode): Take arguments for whether the rounding mode
25990         is supported for each floating-point type.
25991         (do_test): Pass new arguments to test_in_one_mode using
25992         ROUNDING_TESTS.
25994 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25996         * posix/tst-waitid.c (do_test): Distinguish different instances of
25997         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25998         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25999         before entering the kernel for waitpid.
26001 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26003         * NEWS: Fix note on clock function precision.  Text by Roland
26004         McGrath.
26006 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26008         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26009         it into place only when and if the sanity check passes.
26011 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26013         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26014         output for whether conversion result is exact.  Take argument
26015         indicating whether type is IBM long double.
26016         (round_for_all): Change need_exact field to ibm_ld.
26017         * stdlib/tst-strtod-round.c (struct exactness): New type.
26018         (struct test): Change bool ld_ok field to struct exactness exact.
26019         (TEST): Update all definitions for change to field.
26020         (tests): Regenerate array contents.
26021         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26022         field value.  Check for IBM long double here.
26023         (do_test): Update calls to test_in_one_mode.
26025 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26027         [BZ #12515]
26028         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26029         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26031 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26033         [BZ #15605]
26034         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26035         generated by the compiler on loop optimizations.
26036         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26037         general definitions.
26039 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26041         * math/bug-nextafter.c: Include <math-tests.h>.
26042         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26043         the relevant type.
26044         * math/bug-nexttoward.c: Include <math-tests.h>.
26045         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26046         the relevant type.
26047         * math/test-misc.c: Include <math-tests.h>.
26048         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26049         the relevant type.
26051 2013-06-12  Andreas Jaeger  <aj@suse.de>
26053         * po/ia.po: Update Interlingua translation from translation
26054         project.
26056 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26058         * include/fenv.h: Include stdbool.h.
26059         (struct rm_ctx): New structure.
26060         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26061         Define macro.
26062         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26063         (SET_RESTORE_ROUNDF): Likewise.
26064         (SET_RESTORE_ROUNDL): Likewise.
26065         (SET_RESTORE_ROUND_NOEX): Likewise.
26066         (SET_RESTORE_ROUND_NOEXF): Likewise.
26067         (SET_RESTORE_ROUND_NOEXL): Likewise.
26068         (SET_RESTORE_ROUND_53BIT): Likewise.
26069         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26070         (libc_feresetround_noexf_ctx): Likewise.
26071         (libc_feresetround_noexl_ctx): Likewise.
26072         (libc_feholdsetround_53bit_ctx): Likewise.
26073         (libc_feresetround_53bit_ctx): Likewise.
26074         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26075         (libc_feholdexcept_setround_sse_ctx): New function.
26076         (libc_fesetenv_sse_ctx): Likewise.
26077         (libc_feupdateenv_sse_ctx): Likewise.
26078         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26079         (libc_feholdexcept_setround_387_ctx): Likewise.
26080         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26081         (libc_feholdsetround_387_prec_ctx): Likewise.
26082         (libc_feholdsetround_387_ctx): Likewise.
26083         (libc_feholdsetround_387_53bit_ctx): Likewise.
26084         (libc_feholdsetround_sse_ctx): Likewise.
26085         (libc_feresetround_sse_ctx): Likewise.
26086         (libc_feresetround_387_ctx): Likewise.
26087         (libc_feupdateenv_387_ctx): Likewise.
26088         (libc_feholdexcept_setroundf_ctx): Define macro.
26089         (libc_fesetenvf_ctx): Likewise.
26090         (libc_feupdateenvf_ctx): Likewise.
26091         (libc_feholdsetroundf_ctx): Likewise.
26092         (libc_feresetroundf_ctx): Likewise.
26093         (libc_feholdexcept_setround_ctx): Likewise.
26094         (libc_fesetenv_ctx): Likewise.
26095         (libc_feupdateenv_ctx): Likewise.
26096         (libc_feholdsetround_ctx): Likewise.
26097         (libc_feresetround_ctx): Likewise.
26098         (libc_feholdexcept_setroundl_ctx): Likewise.
26099         (libc_feupdateenvl_ctx): Likewise.
26100         (libc_feholdsetroundl_ctx): Likewise.
26101         (libc_feresetroundl_ctx): Likewise.
26102         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26103         (libc_feresetround_53bit_ctx): Likewise.
26105 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26107         * locale/iso-639.def: Convert to UTF-8.
26109 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26111         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26112         (EXCEPTION_TESTS_double): Likewise.
26113         (EXCEPTION_TESTS_long_double): Likewise.
26114         (EXCEPTION_TESTS): Likewise.
26115         * math/libm-test.inc (test_exceptions): Only test exceptions if
26116         EXCEPTION_TESTS (FLOAT).
26118 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26120         * benchtests/Makefile (string-bench): Add strcpy_chk and
26121         stpcpy_chk.
26122         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26123         * benchtests/bench-stpcpy_chk.c: New file.
26124         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26125         * benchtests/bench-strcpy_chk.c: New file.
26126         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26127         code.
26128         (do_test): Likewise.
26130 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26132         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26133         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26134         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26135         with tabs where appropriate.
26136         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26137         dl-procinfo.h.
26138         [PPC_PLATFORM_PPC440]: Likewise.
26139         [PPC_PLATFORM_PPC464]: Likewise.
26140         [PPC_PLATFORM_PPC476]: Likewise.
26141         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26142         ppc464, and ppc476 platform strings merging from ports/
26143         dl-procinfo.h.
26145 2013-06-11  Andreas Schwab  <schwab@suse.de>
26147         [BZ #14991]
26148         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26149         (from_ucs4_idx): Regenerate.
26150         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26151         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26152         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26153         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26154         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26155         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26156         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26157         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26158         from FROM_LOOP and TO_LOOP specific macros.
26159         (BODY): Handle combining characters.
26160         * iconvdata/BIG5HKSCS.irreversible: Update.
26161         * iconvdata/BIG5HKSCS.precomposed: New file.
26162         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26163         characters.
26164         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26166 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26168         * include/sys/time.h: Fix indentation and add copyright header.
26170         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26171         (do_test): Likewise.
26172         * string/test-memchr.c (do_one_test): Likewise.
26173         (do_test): Likewise.
26174         * string/test-memcmp.c (do_one_test): Likewise.
26175         (do_test): Likewise.
26176         * string/test-memcpy.c (do_one_test): Likewise.
26177         (do_test): Likewise.
26178         * string/test-memmem.c (do_one_test): Likewise.
26179         (do_test): Likewise.
26180         (do_random_tests): Likewise.
26181         * string/test-memmove.c (do_one_test): Likewise.
26182         (do_test): Likewise.
26183         * string/test-memset.c (do_one_test): Likewise.
26184         (do_test): Likewise.
26185         * string/test-rawmemchr.c (do_one_test): Likewise.
26186         (do_test): Likewise.
26187         * string/test-strcasecmp.c (do_one_test): Likewise.
26188         (do_test): Likewise.
26189         * string/test-strcasestr.c (do_one_test): Likewise.
26190         (do_test): Likewise.
26191         * string/test-strcat.c (do_one_test): Likewise.
26192         (do_test): Likewise.
26193         * string/test-strchr.c (do_one_test): Likewise.
26194         (do_test): Likewise.
26195         * string/test-strcmp.c (do_one_test): Likewise.
26196         (do_test): Likewise.
26197         * string/test-strcpy.c (do_one_test): Likewise.
26198         (do_test): Likewise.
26199         * string/test-string.h: Likewise.
26200         (test_init): Likewise.
26201         * string/test-strlen.c (do_one_test): Likewise.
26202         (do_test): Likewise.
26203         * string/test-strncasecmp.c (do_one_test): Likewise.
26204         (do_test): Likewise.
26205         * string/test-strncat.c (do_one_test): Likewise.
26206         (do_test): Likewise.
26207         * string/test-strncmp.c (do_one_test): Likewise.
26208         (do_test_limit): Likewise.
26209         (do_test): Likewise.
26210         * string/test-strncpy.c (do_one_test): Likewise.
26211         (do_test): Likewise.
26212         * string/test-strnlen.c (do_one_test): Likewise.
26213         (do_test): Likewise.
26214         * string/test-strpbrk.c (do_one_test): Likewise.
26215         (do_test): Likewise.
26216         * string/test-strrchr.c (do_one_test): Likewise.
26217         (do_test): Likewise.
26218         * string/test-strspn.c (do_one_test): Likewise.
26219         (do_test): Likewise.
26220         * string/test-strstr.c (do_one_test): Likewise.
26221         (do_test): Likewise.
26223         * benchtests/Makefile (string-bench): Add string benchmarks.
26224         * benchtests/bench-bcopy-ifunc.c: New file.
26225         * benchtests/bench-bcopy.c: New file.
26226         * benchtests/bench-bzero-ifunc.c: New file.
26227         * benchtests/bench-bzero.c: New file.
26228         * benchtests/bench-memccpy-ifunc.c: New file.
26229         * benchtests/bench-memccpy.c: New file.
26230         * benchtests/bench-memchr-ifunc.c: New file.
26231         * benchtests/bench-memchr.c: New file.
26232         * benchtests/bench-memcmp-ifunc.c: New file.
26233         * benchtests/bench-memcmp.c: New file.
26234         * benchtests/bench-memmem-ifunc.c: New file.
26235         * benchtests/bench-memmem.c: New file.
26236         * benchtests/bench-memmove-ifunc.c: New file.
26237         * benchtests/bench-memmove.c: New file.
26238         * benchtests/bench-mempcpy-ifunc.c: New file.
26239         * benchtests/bench-mempcpy.c: New file.
26240         * benchtests/bench-memset-ifunc.c: New file.
26241         * benchtests/bench-memset.c: New file.
26242         * benchtests/bench-rawmemchr-ifunc.c: New file.
26243         * benchtests/bench-rawmemchr.c: New file.
26244         * benchtests/bench-stpcpy-ifunc.c: New file.
26245         * benchtests/bench-stpcpy.c: New file.
26246         * benchtests/bench-stpncpy-ifunc.c: New file.
26247         * benchtests/bench-stpncpy.c: New file.
26248         * benchtests/bench-strcasecmp-ifunc.c: New file.
26249         * benchtests/bench-strcasecmp.c: New file.
26250         * benchtests/bench-strcasestr-ifunc.c: New file.
26251         * benchtests/bench-strcasestr.c: New file.
26252         * benchtests/bench-strcat-ifunc.c: New file.
26253         * benchtests/bench-strcat.c: New file.
26254         * benchtests/bench-strchr-ifunc.c: New file.
26255         * benchtests/bench-strchr.c: New file.
26256         * benchtests/bench-strchrnul-ifunc.c: New file.
26257         * benchtests/bench-strchrnul.c: New file.
26258         * benchtests/bench-strcmp-ifunc.c: New file.
26259         * benchtests/bench-strcmp.c: New file.
26260         * benchtests/bench-strcpy-ifunc.c: New file.
26261         * benchtests/bench-strcpy.c: New file.
26262         * benchtests/bench-strcspn-ifunc.c: New file.
26263         * benchtests/bench-strcspn.c: New file.
26264         * benchtests/bench-strlen-ifunc.c: New file.
26265         * benchtests/bench-strlen.c: New file.
26266         * benchtests/bench-strncasecmp-ifunc.c: New file.
26267         * benchtests/bench-strncasecmp.c: New file.
26268         * benchtests/bench-strncat-ifunc.c: New file.
26269         * benchtests/bench-strncat.c: New file.
26270         * benchtests/bench-strncmp-ifunc.c: New file.
26271         * benchtests/bench-strncmp.c: New file.
26272         * benchtests/bench-strncpy-ifunc.c: New file.
26273         * benchtests/bench-strncpy.c: New file.
26274         * benchtests/bench-strnlen-ifunc.c: New file.
26275         * benchtests/bench-strnlen.c: New file.
26276         * benchtests/bench-strpbrk-ifunc.c: New file.
26277         * benchtests/bench-strpbrk.c: New file.
26278         * benchtests/bench-strrchr-ifunc.c: New file.
26279         * benchtests/bench-strrchr.c: New file.
26280         * benchtests/bench-strspn-ifunc.c: New file.
26281         * benchtests/bench-strspn.c: New file.
26282         * benchtests/bench-strstr-ifunc.c: New file.
26283         * benchtests/bench-strstr.c: New file.
26285         * benchtests/Makefile: Disable parallel execution of targets.
26286         (string-bench): Add memcpy.
26287         (benchset): New variable to store a list of benchmark sets.
26288         (bench-func): Renamed from bench.
26289         (bench-set): New target.
26290         (bench): Depend on bench-func and bench-set.
26291         * benchtests/README: Add section on benchmark sets.
26292         * benchtests/bench-memcpy-ifunc.c: New file.
26293         * benchtests/bench-memcpy.c: New file.
26294         * benchtests/bench-string.h: New file.
26296 2013-06-11  Andreas Schwab  <schwab@suse.de>
26298         [BZ #15577]
26299         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26300         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26301         values in the triple.
26302         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26303         terminator in the group key.
26305 2013-06-11  Andreas Jaeger  <aj@suse.de>
26307         * po/zh_TW.po: Update Chinese (traditional) translation from
26308         translation project.
26310 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26312         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26313         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26314         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26315         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26316         (clock_getcpuclockid): Likewise.
26317         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26318         Add weak_alias and libc_hidden_def.
26319         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26320         * rt/clock_gettime.c (clock_gettime): Rename to
26321         __clock_gettime.  Add weak_alias and libc_hidden_def.
26322         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26323         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26324         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26325         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26326         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26327         Likewise.
26328         * rt/clock_settime.c (clock_settime): Rename to
26329         __clock_settime.  Add weak_alias and libc_hidden_def.
26330         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26332 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26334         * mach/err_boot.sub: Remove trailing whitespace.
26335         * mach/err_ipc.sub: Likewise.
26336         * mach/err_mach.sub: Likewise.
26338         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26339         (ROUNDING_TESTS_double): Likewise.
26340         (ROUNDING_TESTS_long_double): Likewise.
26341         (ROUNDING_TESTS): Likewise.
26342         * math/libm-test.inc: Include <math-tests.h>.
26343         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26344         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26345         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26346         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26348 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26350         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26351         of assigning.
26353 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26355         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26356         otherwise empty TRANS lines.
26357         * sysdeps/gnu/errlist.c: Regenerated.
26359         * catgets/gencat.c (error_print): Use (void) in function
26360         definition.
26361         * crypt/crypt_util.c (__init_des): Likewise.
26362         * crypt/speeds.c (Stop): Likewise.
26363         (main): Likewise.
26364         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26365         * inet/ruserpass.c (token): Likewise.
26366         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26367         * intl/localealias.c (extend_alias_table): Likewise.
26368         * intl/plural-exp.c (init_germanic_plural): Likewise.
26369         * libio/fcloseall.c (__fcloseall): Likewise.
26370         * libio/genops.c (_IO_flush_all): Likewise.
26371         (_IO_flush_all_linebuffered): Likewise.
26372         (_IO_cleanup): Likewise.
26373         (_IO_iter_begin): Likewise.
26374         (_IO_iter_end): Likewise.
26375         (_IO_list_lock): Likewise.
26376         (_IO_list_unlock): Likewise.
26377         (_IO_list_resetlock): Likewise.
26378         * libio/getchar.c (getchar): Likewise.
26379         * libio/getchar_u.c (getchar_unlocked): Likewise.
26380         * libio/getwchar.c (getwchar): Likewise.
26381         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26382         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26383         * login/getpt.c (__getpt): Likewise.
26384         * login/tst-utmp.c (main): Likewise.
26385         * malloc/hooks.c (__malloc_check_init): Likewise.
26386         * malloc/malloc.c (__malloc_stats): Likewise.
26387         * malloc/mtrace.c (tr_break): Likewise.
26388         (mtrace): Likewise.
26389         (muntrace): Likewise.
26390         * misc/fstab.c (endfsent): Likewise.
26391         * misc/getclktck.c (__getclktck): Likewise.
26392         * misc/getdtsz.c (__getdtablesize): Likewise.
26393         * misc/gethostid.c (gethostid): Likewise.
26394         * misc/getpagesize.c (__getpagesize): Likewise.
26395         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26396         (__get_nprocs): Likewise.
26397         (__get_phys_pages): Likewise.
26398         (__get_avphys_pages): Likewise.
26399         * misc/getttyent.c (getttyent): Likewise.
26400         (setttyent): Likewise.
26401         (endttyent): Likewise.
26402         * misc/getusershell.c (getusershell): Likewise.
26403         (endusershell): Likewise.
26404         (setusershell): Likewise.
26405         (initshells): Likewise.
26406         * misc/hsearch.c (__hdestroy): Likewise.
26407         * misc/sync.c (sync): Likewise.
26408         * misc/syslog.c (closelog_internal): Likewise.
26409         (closelog): Likewise.
26410         * misc/ttyslot.c (ttyslot): Likewise.
26411         * misc/vhangup.c (vhangup): Likewise.
26412         * posix/fork.c (__fork): Likewise.
26413         * posix/getegid.c (__getegid): Likewise.
26414         * posix/geteuid.c (__geteuid): Likewise.
26415         * posix/getgid.c (__getgid): Likewise.
26416         * posix/getpid.c (__getpid): Likewise.
26417         * posix/getppid.c (__getppid): Likewise.
26418         * posix/getuid.c (__getuid): Likewise.
26419         * posix/pause.c (pause): Likewise.
26420         * posix/setpgrp.c (setpgrp): Likewise.
26421         * posix/setsid.c (__setsid): Likewise.
26422         * posix/test-vfork.c (noop): Likewise.
26423         * resolv/gethnamaddr.c (_endhtent): Likewise.
26424         (_gethtent): Likewise.
26425         (ht_endhostent): Likewise.
26426         (gethostent): Likewise.
26427         (dns_service): Likewise.
26428         * stdlib/drand48.c (drand48): Likewise.
26429         * stdlib/lrand48.c (lrand48): Likewise.
26430         * stdlib/mrand48.c (mrand48): Likewise.
26431         * stdlib/rand.c (rand): Likewise.
26432         * stdlib/random.c (__random): Likewise.
26433         * stdlib/setenv.c (clearenv): Likewise.
26434         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26435         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26436         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26437         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26438         (__get_nprocs): Likewise.
26439         (__get_phys_pages): Likewise.
26440         (__get_avphys_pages): Likewise.
26441         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26442         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26443         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26444         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26445         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26446         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26447         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26448         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26449         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26450         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26451         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26452         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26453         * sysdeps/posix/clock.c (clock): Likewise.
26454         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26455         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26456         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26457         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26458         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26459         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26460         (__get_nprocs_conf): Likewise.
26461         (__get_phys_pages): Likewise.
26462         (__get_avphys_pages): Likewise.
26463         * time/clock.c (clock): Likewise.
26464         * time/tzset.c (__tzname_max): Likewise.
26466 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26468         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26469         (__bswap_32): Do not use "register".
26470         * crypt/crypt.c (_ufc_doit_r): Likewise.
26471         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26472         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26473         * gmon/gmon.c (__monstartup): Likewise.
26474         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26475         * hurd/hurdmalloc.c (more_memory): Likewise.
26476         (malloc): Likewise.
26477         (free): Likewise.
26478         (realloc): Likewise.
26479         (malloc_fork_prepare): Likewise.
26480         (malloc_fork_parent): Likewise.
26481         (malloc_fork_child): Likewise.
26482         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26483         (_svcauth_des): Likewise.
26484         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26485         * inet/inet_net.c (inet_network): Likewise.
26486         * inet/inet_netof.c (inet_netof): Likewise.
26487         * inet/rcmd.c (__validuser2_sa): Likewise.
26488         * io/fts.c (fts_open): Likewise.
26489         (fts_load): Likewise.
26490         (fts_close): Likewise.
26491         (fts_read): Likewise.
26492         (fts_children): Likewise.
26493         (fts_build): Likewise.
26494         (fts_stat): Likewise.
26495         (fts_sort): Likewise.
26496         (fts_alloc): Likewise.
26497         (fts_lfree): Likewise.
26498         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26499         (_IO_file_xsgetn): Likewise.
26500         (_IO_file_xsgetn_mmap): Likewise.
26501         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26502         (_IO_cookie_write): Likewise.
26503         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26504         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26505         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26506         * malloc/obstack.c (_obstack_begin): Likewise.
26507         (_obstack_begin_1): Likewise.
26508         (_obstack_newchunk): Likewise.
26509         (_obstack_allocated_p): Likewise.
26510         (obstack_free): Likewise.
26511         (_obstack_memory_used): Likewise.
26512         * misc/getttyent.c (getttynam): Likewise.
26513         (getttyent): Likewise.
26514         (skip): Likewise.
26515         (value): Likewise.
26516         * misc/getusershell.c (initshells): Likewise.
26517         * misc/syslog.c (__vsyslog_chk): Likewise.
26518         * misc/ttyslot.c (ttyslot): Likewise.
26519         * nis/nis_hash.c (__nis_hash): Likewise.
26520         * posix/fnmatch_loop.c (FCT): Likewise.
26521         * posix/getconf.c (print_all): Likewise.
26522         (main): Likewise.
26523         * posix/getopt.c (exchange): Likewise.
26524         * posix/glob.c (globfree): Likewise.
26525         (prefix_array): Likewise.
26526         (__glob_pattern_type): Likewise.
26527         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26528         (NS_GET32): Likewise.
26529         (NS_PUT16): Likewise.
26530         (NS_PUT32): Likewise.
26531         * resolv/gethnamaddr.c (getanswer): Likewise.
26532         (gethostbyname2): Likewise.
26533         (gethostbyaddr): Likewise.
26534         (_gethtent): Likewise.
26535         (_gethtbyname2): Likewise.
26536         (_gethtbyaddr): Likewise.
26537         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26538         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26539         * resolv/res_init.c (__res_vinit): Likewise.
26540         (net_mask): Likewise.
26541         * resolv/res_mkquery.c (outchar): Likewise.
26542         (PRINT): Likewise.
26543         * stdio-common/printf_fp.c (outchar): Likewise.
26544         (PRINT): Likewise.
26545         * stdio-common/printf_fphex.c (outchar): Likewise.
26546         (PRINT): Likewise.
26547         * stdio-common/printf_size.c (outchar): Likewise.
26548         (PRINT): Likewise.
26549         * stdio-common/test_rdwr.c (main): Likewise.
26550         * stdio-common/tfformat.c (matches): Likewise.
26551         * stdio-common/vfprintf.c (outchar): Likewise.
26552         (printf_unknown): Likewise.
26553         (buffered_vfprintf): Likewise.
26554         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26555         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26556         (ReadFile): Likewise.
26557         * stdlib/qsort.c (SWAP): Likewise.
26558         (_quicksort): Likewise.
26559         * stdlib/setenv.c (__add_to_environ): Likewise.
26560         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26561         * stdlib/strtol_l.c (__strtol_l): Likewise.
26562         * stdlib/tst-strtod.c (main): Likewise.
26563         * stdlib/tst-strtol.c (main): Likewise.
26564         * stdlib/tst-strtoll.c (main): Likewise.
26565         * string/bits/string2.h (__strcmp_cc): Likewise.
26566         (__strcmp_cg): Likewise.
26567         (__strcspn_c1): Likewise.
26568         (__strcspn_c2): Likewise.
26569         (__strcspn_c3): Likewise.
26570         (__strspn_c1): Likewise.
26571         (__strspn_c2): Likewise.
26572         (__strspn_c3): Likewise.
26573         (__strsep_1c): Likewise.
26574         (__strsep_2c): Likewise.
26575         (__strsep_3c): Likewise.
26576         * string/memccpy.c (__memccpy): Likewise.
26577         * string/stpcpy.c (__stpcpy): Likewise.
26578         * string/strcmp.c (strcmp): Likewise.
26579         * string/strrchr.c (strrchr): Likewise.
26580         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26581         Likewise.
26582         * sysdeps/mach/hurd/getcwd.c
26583         (_hurd_canonicalize_directory_name_internal): Likewise.
26584         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26585         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26586         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26587         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26588         Likewise, in both definitions.
26589         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26590         definitions.
26591         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26592         64] (__bswap_64): Likewise.
26593         * time/test_time.c (main): Likewise.
26594         * time/tzfile.c (__tzfile_read): Likewise.
26595         (__tzfile_compute): Likewise.
26596         * time/tzset.c (__tzset_parse_tz): Likewise.
26597         (tzset_internal): Likewise.
26598         (compute_change): Likewise.
26599         * wcsmbs/wcscat.c (__wcscat): Likewise.
26600         * wcsmbs/wcschr.c (wcschr): Likewise.
26601         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26602         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26603         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26604         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26605         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26606         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26607         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26608         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26609         * wcsmbs/wmemset.c (wmemset): Likewise.
26611 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26613         * scripts/config.guess: Update to version 2013-05-16.
26614         * scripts/config.sub: Update to version 2013-04-24.
26615         * scripts/install-sh: Update to version 2011-11-20.07.
26616         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26617         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26619 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26621         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26622         * elf/sln.c: Likewise.
26623         * hurd/hurd/ioctl.h: Likewise.
26624         * hurd/hurdmalloc.c: Likewise.
26625         * hurd/xattr.c: Likewise.
26626         * include/shlib-compat.h: Likewise.
26627         * inet/ruserpass.c: Likewise.
26628         * libio/iofgets_u.c: Likewise.
26629         * libio/iofgetws_u.c: Likewise.
26630         * locale/programs/ld-identification.c: Likewise.
26631         * locale/programs/ld-time.c: Likewise.
26632         * mach/msg-destroy.c: Likewise.
26633         * nss/nss_files/files-netgrp.c: Likewise.
26634         * resolv/res_data.c: Likewise.
26635         * soft-fp/op-1.h: Likewise.
26636         * soft-fp/op-2.h: Likewise.
26637         * soft-fp/op-4.h: Likewise.
26638         * soft-fp/op-common.h: Likewise.
26639         * stdio-common/printf_fphex.c: Likewise.
26640         * stdlib/strtod_l.c: Likewise.
26641         * sunrpc/rpc/clnt.h: Likewise.
26642         * sysdeps/generic/framestate.c: Likewise.
26643         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26644         * sysdeps/i386/bsd-setjmp.S: Likewise.
26645         * sysdeps/i386/__longjmp.S: Likewise.
26646         * sysdeps/i386/setjmp.S: Likewise.
26647         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26648         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26649         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26650         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26651         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26652         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26653         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26654         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26655         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26656         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26657         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26658         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26659         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26660         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26661         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26662         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26663         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26664         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26665         * sysdeps/ieee754/support.c: Likewise.
26666         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26667         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26668         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26669         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26670         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26671         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26672         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26673         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26674         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26675         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26676         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26677         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26678         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26679         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26680         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26681         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26682         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26685 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26687         * posix/transbug.c: Remove executable mode.
26689 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26691         * crypt/speeds.c: Remove trailing whitespace.
26692         * dlfcn/default.c: Likewise.
26693         * elf/ifuncdep2.c: Likewise.
26694         * elf/ifuncmain1.c: Likewise.
26695         * elf/ifuncmain1vis.c: Likewise.
26696         * elf/testobj.h: Likewise.
26697         * elf/tst-stackguard1.c: Likewise.
26698         * gmon/sys/gmon.h: Likewise.
26699         * hurd/hurdmsg.c: Likewise.
26700         * hurd/new-fd.c: Likewise.
26701         * hurd/ports-get.c: Likewise.
26702         * iconvdata/ibm1008_420.c: Likewise.
26703         * inet/tst-getni1.c: Likewise.
26704         * inet/tst-getni2.c: Likewise.
26705         * libio/ioungetc.c: Likewise.
26706         * libio/wfiledoalloc.c: Likewise.
26707         * manual/libm-err-tab.pl: Likewise.
26708         * math/w_dremf.c: Likewise.
26709         * misc/ftruncate.c: Likewise.
26710         * posix/bug-glob2.c: Likewise.
26711         * posix/tst-pcre.c: Likewise.
26712         * posix/wait4.c: Likewise.
26713         * resolv/README: Likewise.
26714         * resolv/res_debug.h: Likewise.
26715         * resolv/tst-inet_ntop.c: Likewise.
26716         * setjmp/bug269-setjmp.c: Likewise.
26717         * soft-fp/extended.h: Likewise.
26718         * soft-fp/op-1.h: Likewise.
26719         * soft-fp/op-2.h: Likewise.
26720         * soft-fp/op-4.h: Likewise.
26721         * soft-fp/op-8.h: Likewise.
26722         * soft-fp/testit.c: Likewise.
26723         * stdio-common/bug16.c: Likewise.
26724         * stdlib/random.c: Likewise.
26725         * sunrpc/rpcsvc/rquota.x: Likewise.
26726         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26727         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26728         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26729         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26730         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26731         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26732         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26733         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26734         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26735         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26736         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26737         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26738         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26739         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26740         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26741         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26742         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26743         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26744         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26745         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26746         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26747         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26748         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26749         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26750         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26751         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26752         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26753         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26754         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26755         * sysdeps/ieee754/s_lib_version.c: Likewise.
26756         * sysdeps/mach/hurd/check_fds.c: Likewise.
26757         * sysdeps/mach/hurd/getsockname.c: Likewise.
26758         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26759         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26760         * sysdeps/powerpc/bits/link.h: Likewise.
26761         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26762         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26763         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26764         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26765         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26766         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26767         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26768         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26769         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26770         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26771         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26772         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26773         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26774         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26775         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26776         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26777         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26778         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26779         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26780         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26781         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26782         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26783         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26784         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26785         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26786         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26787         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26788         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26789         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26790         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26791         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26792         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26793         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26794         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26795         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26796         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26797         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26798         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26799         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26800         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26801         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26802         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26803         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26804         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26805         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26806         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26807         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26808         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26809         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26810         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26811         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26812         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26813         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26814         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26815         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26816         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26817         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26818         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26819         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26820         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26821         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26822         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26823         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26824         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26825         * sysdeps/powerpc/sysdep.h: Likewise.
26826         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26827         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26828         * sysdeps/sh/dl-trampoline.S: Likewise.
26829         * sysdeps/sh/memset.S: Likewise.
26830         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26831         * sysdeps/sh/strlen.S: Likewise.
26832         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26833         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26834         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26835         * sysdeps/sparc/sparc32/rem.S: Likewise.
26836         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26837         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26838         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26839         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26840         * sysdeps/sparc/sparc32/urem.S: Likewise.
26841         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26842         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26843         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26844         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26845         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26846         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26847         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26848         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26849         * sysdeps/unix/bsd/times.c: Likewise.
26850         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26851         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26855         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26856         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26857         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26858         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26859         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26860         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26861         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26862         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26863         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26864         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26865         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26866         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26867         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26868         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26869         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26870         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26871         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26872         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26873         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26874         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26875         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26876         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26877         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26878         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26879         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26880         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26881         * sysdeps/x86_64/strcspn.S: Likewise.
26883 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26885         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26886         generated file.  Regenerate properly from gen-translit.pl.
26887         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26888         locale/C-translit.h.
26890 2013-06-05  Andreas Schwab  <schwab@suse.de>
26892         [BZ #15100]
26893         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26894         week as 6 instead of -1.
26895         * time/tst-strptime.c (day_tests): Add test case.
26897 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26899         * sysdeps/generic/math_private.h
26900         (libc_feholdexcept_setround_53bit): Replace with
26901         libc_feholdsetround_53bit.
26902         (libc_feupdateenv_53bit): Replace with
26903         libc_feresetround_53bit.
26904         (SET_RESTORE_ROUND_53BIT): Adjust.
26906 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26908         * string/test-strchrnul.c: Add copyright header.
26910         * posix/tst-getaddrinfo4.c: Increase test timeout.
26912 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26914         [BZ #15536]
26915         * math/libm-test.inc (MAX_EXP): Remove
26916         (MIN_EXP): Define.
26917         (ulp): Use MIN_EXP - MANT_DIG.
26918         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26920 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26922         * po/be.po: Revert last change.
26923         * po/zh_CN.po: Likewise.
26924         * po/header.pot: Likewise.
26926 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26928         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26929         link-libc-deps to empty as target-specific variable.
26930         * Makerules (link-libc-args): New variable.
26931         (libc-for-link): Likewise.
26932         (link-libc-deps): Likewise.
26933         (lib%.so): Depend on $(link-libc-deps).  Link with
26934         $(link-libc-args).
26935         (build-module): Link with $(link-libc-args).
26936         (build-module-asneeded): Likewise.
26937         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26938         list of objects.
26939         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26940         target-specific variable.
26941         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26942         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26943         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26944         libc.
26945         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26946         libc and ld.so.
26947         ($(objpfx)libpcprofile.so): Likewise.
26948         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26949         libc_nonshared.a.
26950         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26951         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26952         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26953         $(link-libc-deps).
26954         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26955         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26956         * login/Makefile ($(objpfx)libutil.so): Likewise.
26957         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26958         * math/Makefile ($(objpfx)libm.so): Likewise.
26959         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26960         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26961         variable instead of depending directly on libc.
26962         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26963         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26964         $(link-libc-deps).
26965         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26966         libc.
26967         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26968         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26969         ($(objpfx)libanl.so): Likewise.
26970         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26971         ld.so.
26972         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26973         $(link-libc-deps).
26974         * sysdeps/i386/fpu/Makefile: Remove file.
26975         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26976         ($(objpfx)libm.so): Remove dependency on ld.so.
26978 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26980         [BZ # 15553]
26981         * nis/yp_xdr.c (XDRMAXNAME): Define.
26982         (XDRMAXRECORD): Define.
26983         (xdr_domainname): Use XDRMAXNAME.
26984         (xdr_mapname): Likewise.
26985         (xdr_peername): Likewise.
26986         (xdr_keydat): Use XDRMAXRECORD.
26987         (xdr_valdat): Likewise.
26989 2013-05-30  Jeff Law  <law@redhat.com>
26991         [BZ #14256]
26992         * manual/errno.texi (ESTALE): Update to account for more than
26993         just NFS file systems.
26994         * sysdeps/gnu/errlist.c: Regenerated.
26996 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26998         [BZ #15465]
26999         * elf/Makefile (tests): Add tst-null-argv.
27000         (modules-names):  Add tst-null-argv-lib.
27001         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27002         (tst-null-argv-ENV): Set environment for tst-null-argv.
27003         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27004         (RTLD_PROGNAME): New macro.
27005         * elf/tst-null-argv.c: New test case.
27006         * elf/tst-null-argv-lib.c: Library for test case.
27007         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27008         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27009         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27010         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27011         * elf/dl-init.c (call_init): Likewise.
27012         (_dl_init): Likewise.
27013         * elf/dl-load.c (print_search_path): Likewise.
27014         (_dl_map_object): Likewise.
27015         * elf/dl-lookup.c (do_lookup_x): Likewise.
27016         (add_dependency): Likewise.
27017         (_dl_lookup_symbol_x): Likewise.
27018         (_dl_debug_bindings): Likewise.
27019         * elf/dl-open.c (_dl_show_scope): Likewise.
27020         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27021         * elf/dl-version.c (match_symbol): Likewise.
27022         (_dl_check_map_versions): Likewise.
27023         * elf/rtld.c (dl_main): Likewise.
27024         (print_unresolved): Use RTLD_PROGNAME.
27025         (print_missing_version): Likewise.
27026         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27027         (elf_machine_rela): Likewise.
27028         * sysdeps/powerpc/powerpc32/dl-machine.c
27029         (__process_machine_rela): Likewise.
27030         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27031         Likewise.
27032         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27033         Likewise.
27034         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27035         Likewise.
27036         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27037         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27038         Likewise.
27039         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27040         Likewise.
27041         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27043 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27045         * po/be.po: Add descriptive title.
27046         * po/zh_CN.po: Likewise.
27047         * po/header.pot: Likewise.
27049 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27051         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27052         error message.
27053         (enlarge_archive): Likewise.
27055 2013-05-28  Ben North  <ben@redfrontdoor.org>
27057         * manual/arith.texi (frexp): It is the magnitude of the return
27058         value which lies in [0.5, 1), not the return value itself.
27060 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27062         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27064 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27066         * stdio-common/bug26.c (main): Correct fscanf template.
27068         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27069         declare _dl_skip_args.
27071         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27072         Don't declare.
27074         * manual/platform.texi: Add missing @end deftypefun.
27076 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27078         [BZ #15529]
27079         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27080         bit of mantissa of 2^16382.
27081         * math/libm-test.inc (hypot_test_data): Add more tests.
27083         * math/libm-test.inc: Add drem and pow10 to list of tested
27084         functions.
27085         (pow10_test): New function.
27086         (drem_test): Likewise.
27087         (drem_test_tonearest): Likewise.
27088         (drem_test_towardzero): Likewise.
27089         (drem_test_downward): Likewise.
27090         (drem_test_upward): Likewise.
27091         (main): Call the new functions.
27093         * math/libm-test.inc (finite_test_data): Remove.
27094         (finite_test): Run tests from isfinite_test_data.
27095         (gamma_test_data): Remove.
27096         (gamma_test): Run tests from lgamma_test_data.
27097         * sysdeps/i386/fpu/libm-test-ulps: Update.
27098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27100 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27102         * manual/platform.texi: Add PowerPC PPR function set documentation.
27103         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27104         implementation.
27106 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27108         * math/libm-test.inc (MAX_EXP): Define.
27109         (ULPDIFF): Define.
27110         (ulp): New function.
27111         (check_float_internal): Use ULPDIFF.
27112         (cpow_test): Disable failing test.
27113         (check_ulp): Test ulp() implemetnation.
27114         (main): Call check_ulp before starting tests.
27116 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27118         * math/gen-libm-test.pl (generate_testfile): Do not handle
27119         START_DATA and END_DATA.
27120         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27121         END_DATA.
27122         (acos_tonearest_test_data): Likewise.
27123         (acos_towardzero_test_data): Likewise.
27124         (acos_downward_test_data): Likewise.
27125         (acos_upward_test_data): Likewise.
27126         (acosh_test_data): Likewise.
27127         (asin_test_data): Likewise.
27128         (asin_tonearest_test_data): Likewise.
27129         (asin_towardzero_test_data): Likewise.
27130         (asin_downward_test_data): Likewise.
27131         (asin_upward_test_data): Likewise.
27132         (asinh_test_data): Likewise.
27133         (atan_test_data): Likewise.
27134         (atanh_test_data): Likewise.
27135         (atan2_test_data): Likewise.
27136         (cabs_test_data): Likewise.
27137         (cacos_test_data): Likewise.
27138         (cacosh_test_data): Likewise.
27139         (carg_test_data): Likewise.
27140         (casin_test_data): Likewise.
27141         (casinh_test_data): Likewise.
27142         (catan_test_data): Likewise.
27143         (catanh_test_data): Likewise.
27144         (cbrt_test_data): Likewise.
27145         (ccos_test_data): Likewise.
27146         (ccosh_test_data): Likewise.
27147         (ceil_test_data): Likewise.
27148         (cexp_test_data): Likewise.
27149         (cimag_test_data): Likewise.
27150         (clog_test_data): Likewise.
27151         (clog10_test_data): Likewise.
27152         (conj_test_data): Likewise.
27153         (copysign_test_data): Likewise.
27154         (cos_test_data): Likewise.
27155         (cos_tonearest_test_data): Likewise.
27156         (cos_towardzero_test_data): Likewise.
27157         (cos_downward_test_data): Likewise.
27158         (cos_upward_test_data): Likewise.
27159         (cosh_test_data): Likewise.
27160         (cosh_tonearest_test_data): Likewise.
27161         (cosh_towardzero_test_data): Likewise.
27162         (cosh_downward_test_data): Likewise.
27163         (cosh_upward_test_data): Likewise.
27164         (cpow_test_data): Likewise.
27165         (cproj_test_data): Likewise.
27166         (creal_test_data): Likewise.
27167         (csin_test_data): Likewise.
27168         (csinh_test_data): Likewise.
27169         (csqrt_test_data): Likewise.
27170         (ctan_test_data): Likewise.
27171         (ctan_tonearest_test_data): Likewise.
27172         (ctan_towardzero_test_data): Likewise.
27173         (ctan_downward_test_data): Likewise.
27174         (ctan_upward_test_data): Likewise.
27175         (ctanh_test_data): Likewise.
27176         (ctanh_tonearest_test_data): Likewise.
27177         (ctanh_towardzero_test_data): Likewise.
27178         (ctanh_downward_test_data): Likewise.
27179         (ctanh_upward_test_data): Likewise.
27180         (erf_test_data): Likewise.
27181         (erfc_test_data): Likewise.
27182         (exp_test_data): Likewise.
27183         (exp_tonearest_test_data): Likewise.
27184         (exp_towardzero_test_data): Likewise.
27185         (exp_downward_test_data): Likewise.
27186         (exp_upward_test_data): Likewise.
27187         (exp10_test_data): Likewise.
27188         (exp2_test_data): Likewise.
27189         (expm1_test_data): Likewise.
27190         (fabs_test_data): Likewise.
27191         (fdim_test_data): Likewise.
27192         (finite_test_data): Likewise.
27193         (floor_test_data): Likewise.
27194         (fma_test_data): Likewise.
27195         (fma_towardzero_test_data): Likewise.
27196         (fma_downward_test_data): Likewise.
27197         (fma_upward_test_data): Likewise.
27198         (fmax_test_data): Likewise.
27199         (fmin_test_data): Likewise.
27200         (fmod_test_data): Likewise.
27201         (fpclassify_test_data): Likewise.
27202         (frexp_test_data): Likewise.
27203         (gamma_test_data): Likewise.
27204         (hypot_test_data): Likewise.
27205         (ilogb_test_data): Likewise.
27206         (isfinite_test_data): Likewise.
27207         (isgreater_test_data): Likewise.
27208         (isgreaterequal_test_data): Likewise.
27209         (isinf_test_data): Likewise.
27210         (isless_test_data): Likewise.
27211         (islessequal_test_data): Likewise.
27212         (islessgreater_test_data): Likewise.
27213         (isnan_test_data): Likewise.
27214         (isnormal_test_data): Likewise.
27215         (issignaling_test_data): Likewise.
27216         (isunordered_test_data): Likewise.
27217         (j0_test_data): Likewise.
27218         (j1_test_data): Likewise.
27219         (jn_test_data): Likewise.
27220         (ldexp_test_data): Likewise.
27221         (lgamma_test_data): Likewise.
27222         (lrint_test_data): Likewise.
27223         (lrint_tonearest_test_data): Likewise.
27224         (lrint_towardzero_test_data): Likewise.
27225         (lrint_downward_test_data): Likewise.
27226         (lrint_upward_test_data): Likewise.
27227         (llrint_test_data): Likewise.
27228         (llrint_tonearest_test_data): Likewise.
27229         (llrint_towardzero_test_data): Likewise.
27230         (llrint_downward_test_data): Likewise.
27231         (llrint_upward_test_data): Likewise.
27232         (log_test_data): Likewise.
27233         (log10_test_data): Likewise.
27234         (log1p_test_data): Likewise.
27235         (log2_test_data): Likewise.
27236         (logb_test_data): Likewise.
27237         (logb_downward_test_data): Likewise.
27238         (lround_test_data): Likewise.
27239         (llround_test_data): Likewise.
27240         (modf_test_data): Likewise.
27241         (nearbyint_test_data): Likewise.
27242         (nextafter_test_data): Likewise.
27243         (nexttoward_test_data): Likewise.
27244         (pow_test_data): Likewise.
27245         (pow_tonearest_test_data): Likewise.
27246         (pow_towardzero_test_data): Likewise.
27247         (pow_downward_test_data): Likewise.
27248         (pow_upward_test_data): Likewise.
27249         (remainder_test_data): Likewise.
27250         (remainder_tonearest_test_data): Likewise.
27251         (remainder_towardzero_test_data): Likewise.
27252         (remainder_downward_test_data): Likewise.
27253         (remainder_upward_test_data): Likewise.
27254         (remquo_test_data): Likewise.
27255         (rint_test_data): Likewise.
27256         (rint_tonearest_test_data): Likewise.
27257         (rint_towardzero_test_data): Likewise.
27258         (rint_downward_test_data): Likewise.
27259         (rint_upward_test_data): Likewise.
27260         (round_test_data): Likewise.
27261         (scalb_test_data): Likewise.
27262         (scalbn_test_data): Likewise.
27263         (scalbln_test_data): Likewise.
27264         (signbit_test_data): Likewise.
27265         (sin_test_data): Likewise.
27266         (sin_tonearest_test_data): Likewise.
27267         (sin_towardzero_test_data): Likewise.
27268         (sin_downward_test_data): Likewise.
27269         (sin_upward_test_data): Likewise.
27270         (sincos_test_data): Likewise.
27271         (sinh_test_data): Likewise.
27272         (sinh_tonearest_test_data): Likewise.
27273         (sinh_towardzero_test_data): Likewise.
27274         (sinh_downward_test_data): Likewise.
27275         (sinh_upward_test_data): Likewise.
27276         (sqrt_test_data): Likewise.
27277         (tan_test_data): Likewise.
27278         (tan_tonearest_test_data): Likewise.
27279         (tan_towardzero_test_data): Likewise.
27280         (tan_downward_test_data): Likewise.
27281         (tan_upward_test_data): Likewise.
27282         (tanh_test_data): Likewise.
27283         (tgamma_test_data): Likewise.
27284         (trunc_test_data): Likewise.
27285         (y0_test_data): Likewise.
27286         (y1_test_data): Likewise.
27287         (yn_test_data): Likewise.
27288         (significand_test_data): Likewise.
27290         * math/gen-libm-test.pl (@functions): Remove variable.
27291         (generate_testfile): Don't handle START and END lines.
27292         * math/libm-test.inc (START): New macro.
27293         (END): Likewise.
27294         (END_COMPLEX): Likewise.
27295         (acos_test): Use END macro without arguments.
27296         (acos_test_tonearest): Likewise.
27297         (acos_test_towardzero): Likewise.
27298         (acos_test_downward): Likewise.
27299         (acos_test_upward): Likewise.
27300         (acosh_test): Likewise.
27301         (asin_test): Likewise.
27302         (asin_test_tonearest): Likewise.
27303         (asin_test_towardzero): Likewise.
27304         (asin_test_downward): Likewise.
27305         (asin_test_upward): Likewise.
27306         (asinh_test): Likewise.
27307         (atan_test): Likewise.
27308         (atanh_test): Likewise.
27309         (atan2_test): Likewise.
27310         (cabs_test): Likewise.
27311         (cacos_test): Use END_COMPLEX macro without arguments.
27312         (cacosh_test): Likewise.
27313         (carg_test): Use END macro without arguments.
27314         (casin_test): Use END_COMPLEX macro without arguments.
27315         (casinh_test): Likewise.
27316         (catan_test): Likewise.
27317         (catanh_test): Likewise.
27318         (cbrt_test): Use END macro without arguments.
27319         (ccos_test): Use END_COMPLEX macro without arguments.
27320         (ccosh_test): Likewise.
27321         (ceil_test): Use END macro without arguments.
27322         (cexp_test): Use END_COMPLEX macro without arguments.
27323         (cimag_test): Use END macro without arguments.
27324         (clog_test): Use END_COMPLEX macro without arguments.
27325         (clog10_test): Likewise.
27326         (conj_test): Likewise.
27327         (copysign_test): Use END macro without arguments.
27328         (cos_test): Likewise.
27329         (cos_test_tonearest): Likewise.
27330         (cos_test_towardzero): Likewise.
27331         (cos_test_downward): Likewise.
27332         (cos_test_upward): Likewise.
27333         (cosh_test): Likewise.
27334         (cosh_test_tonearest): Likewise.
27335         (cosh_test_towardzero): Likewise.
27336         (cosh_test_downward): Likewise.
27337         (cosh_test_upward): Likewise.
27338         (cpow_test): Use END_COMPLEX macro without arguments.
27339         (cproj_test): Likewise.
27340         (creal_test): Use END macro without arguments.
27341         (csin_test): Use END_COMPLEX macro without arguments.
27342         (csinh_test): Likewise.
27343         (csqrt_test): Likewise.
27344         (ctan_test): Likewise.
27345         (ctan_test_tonearest): Likewise.
27346         (ctan_test_towardzero): Likewise.
27347         (ctan_test_downward): Likewise.
27348         (ctan_test_upward): Likewise.
27349         (ctanh_test): Likewise.
27350         (ctanh_test_tonearest): Likewise.
27351         (ctanh_test_towardzero): Likewise.
27352         (ctanh_test_downward): Likewise.
27353         (ctanh_test_upward): Likewise.
27354         (erf_test): Use END macro without arguments.
27355         (erfc_test): Likewise.
27356         (exp_test): Likewise.
27357         (exp_test_tonearest): Likewise.
27358         (exp_test_towardzero): Likewise.
27359         (exp_test_downward): Likewise.
27360         (exp_test_upward): Likewise.
27361         (exp10_test): Likewise.
27362         (exp2_test): Likewise.
27363         (expm1_test): Likewise.
27364         (fabs_test): Likewise.
27365         (fdim_test): Likewise.
27366         (finite_test): Likewise.
27367         (floor_test): Likewise.
27368         (fma_test): Likewise.
27369         (fma_test_towardzero): Likewise.
27370         (fma_test_downward): Likewise.
27371         (fma_test_upward): Likewise.
27372         (fmax_test): Likewise.
27373         (fmin_test): Likewise.
27374         (fmod_test): Likewise.
27375         (fpclassify_test): Likewise.
27376         (frexp_test): Likewise.
27377         (gamma_test): Likewise.
27378         (hypot_test): Likewise.
27379         (ilogb_test): Likewise.
27380         (isfinite_test): Likewise.
27381         (isgreater_test): Likewise.
27382         (isgreaterequal_test): Likewise.
27383         (isinf_test): Likewise.
27384         (isless_test): Likewise.
27385         (islessequal_test): Likewise.
27386         (islessgreater_test): Likewise.
27387         (isnan_test): Likewise.
27388         (isnormal_test): Likewise.
27389         (issignaling_test): Likewise.
27390         (isunordered_test): Likewise.
27391         (j0_test): Likewise.
27392         (j1_test): Likewise.
27393         (jn_test): Likewise.
27394         (ldexp_test): Likewise.
27395         (lgamma_test): Likewise.
27396         (lrint_test): Likewise.
27397         (lrint_test_tonearest): Likewise.
27398         (lrint_test_towardzero): Likewise.
27399         (lrint_test_downward): Likewise.
27400         (lrint_test_upward): Likewise.
27401         (llrint_test): Likewise.
27402         (llrint_test_tonearest): Likewise.
27403         (llrint_test_towardzero): Likewise.
27404         (llrint_test_downward): Likewise.
27405         (llrint_test_upward): Likewise.
27406         (log_test): Likewise.
27407         (log10_test): Likewise.
27408         (log1p_test): Likewise.
27409         (log2_test): Likewise.
27410         (logb_test): Likewise.
27411         (logb_test_downward): Likewise.
27412         (lround_test): Likewise.
27413         (llround_test): Likewise.
27414         (modf_test): Likewise.
27415         (nearbyint_test): Likewise.
27416         (nextafter_test): Likewise.
27417         (nexttoward_test): Likewise.
27418         (pow_test): Likewise.
27419         (pow_test_tonearest): Likewise.
27420         (pow_test_towardzero): Likewise.
27421         (pow_test_downward): Likewise.
27422         (pow_test_upward): Likewise.
27423         (remainder_test): Likewise.
27424         (remainder_test_tonearest): Likewise.
27425         (remainder_test_towardzero): Likewise.
27426         (remainder_test_downward): Likewise.
27427         (remainder_test_upward): Likewise.
27428         (remquo_test): Likewise.
27429         (rint_test): Likewise.
27430         (rint_test_tonearest): Likewise.
27431         (rint_test_towardzero): Likewise.
27432         (rint_test_downward): Likewise.
27433         (rint_test_upward): Likewise.
27434         (round_test): Likewise.
27435         (scalb_test): Likewise.
27436         (scalbn_test): Likewise.
27437         (scalbln_test): Likewise.
27438         (signbit_test): Likewise.
27439         (sin_test): Likewise.
27440         (sin_test_tonearest): Likewise.
27441         (sin_test_towardzero): Likewise.
27442         (sin_test_downward): Likewise.
27443         (sin_test_upward): Likewise.
27444         (sincos_test): Likewise.
27445         (sinh_test): Likewise.
27446         (sinh_test_tonearest): Likewise.
27447         (sinh_test_towardzero): Likewise.
27448         (sinh_test_downward): Likewise.
27449         (sinh_test_upward): Likewise.
27450         (sqrt_test): Likewise.
27451         (tan_test): Likewise.
27452         (tan_test_tonearest): Likewise.
27453         (tan_test_towardzero): Likewise.
27454         (tan_test_downward): Likewise.
27455         (tan_test_upward): Likewise.
27456         (tanh_test): Likewise.
27457         (tgamma_test): Likewise.
27458         (trunc_test): Likewise.
27459         (y0_test): Likewise.
27460         (y1_test): Likewise.
27461         (yn_test): Likewise.
27462         (significand_test): Likewise.
27464 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27466         [BZ #15381]
27467         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27469 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27471         [BZ #14894]
27472         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27473         __ppc_mdoio and __ppc_mdoom.
27474         * manual/platform.texi: Document new functions __ppc_yield,
27475         __ppc_mdoio and __ppc_mdoom.
27477 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27479         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27480         (main): Mention "tls" pseudo-hwcap is legacy.
27481         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27483 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27485         * math/gen-libm-test.pl (parse_args): Output only string of
27486         arguments as text for test name, not full call or descriptions of
27487         tests for extra outputs.
27488         (generate_testfile): Do not pass function name to parse_args.
27489         Generate this_func variable from START.
27490         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27491         field to arg_str.
27492         (struct test_ff_f_data): Likewise.
27493         (test_ff_f_data_nexttoward): Likewise.
27494         (struct test_fi_f_data): Likewise.
27495         (struct test_fl_f_data): Likewise.
27496         (struct test_if_f_data): Likewise.
27497         (struct test_fff_f_data): Likewise.
27498         (struct test_c_f_data): Likewise.
27499         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27500         (struct test_fF_f1_data): Likewise.
27501         (struct test_ffI_f1_data): Likewise.
27502         (struct test_c_c_data): Rename test_name field to arg_str.
27503         (struct test_cc_c_data): Likewise.
27504         (struct test_f_i_data): Likewise.
27505         (struct test_ff_i_data): Likewise.
27506         (struct test_f_l_data): Likewise.
27507         (struct test_f_L_data): Likewise.
27508         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27509         and extra2_name.
27510         (COMMON_TEST_SETUP): New macro.
27511         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27512         (COMMON_TEST_CLEANUP): Likewise.
27513         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27514         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27515         macros.
27516         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27517         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27518         macros.
27519         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27520         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27521         cleanup macros.
27522         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27523         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27524         macros.
27525         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27526         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27527         macros.
27528         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27529         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27530         cleanup macros.
27531         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27532         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27533         cleanup macros.
27534         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27535         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27536         cleanup macros.
27537         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27538         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27539         macros.
27540         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27541         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27542         macros.
27543         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27544         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27545         macros.
27546         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27547         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27548         cleanup macros.
27549         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27550         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27551         cleanup macros.
27552         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27553         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27554         macros.
27555         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27556         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27557         cleanup macros.
27558         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27559         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27560         macros.
27561         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27562         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27563         macros.
27564         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27565         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27566         cleanup macros.
27567         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27569 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27571         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27572         to _sifields.sigfault.
27573         (si_addr_lsb): Define new macro.
27574         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27575         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27576         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27578 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27580         [BZ #15441]
27581         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27582         returns -1.
27583         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27584         null return -1.
27585         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27586         loading the domain.
27588 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27590         * math/gen-libm-test.pl (parse_args): Do not include expected
27591         result in test name.
27592         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27593         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27594         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27595         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27596         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27599 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27601         * benchtests/Makefile: Sort function entries.
27603         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27604         tanh, asinh, acosh, atanh.
27605         * benchtests/acos-inputs: New file.
27606         * benchtests/acosh-inputs: New file.
27607         * benchtests/asin-inputs: New file.
27608         * benchtests/asinh-inputs: New file.
27609         * benchtests/atanh-inputs: New file.
27610         * benchtests/cosh-inputs: New file.
27611         * benchtests/log-inputs: New file.
27612         * benchtests/sinh-inputs: New file.
27613         * benchtests/tanh-inputs: New file.
27615 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27617         [BZ #15339]
27618         * posix/tst-getaddrinfo4.c: New test.
27619         * posix/Makefile (tests): Add it.
27621 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27623         [BZ #15339]
27624         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27625         when no services were used.
27626         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27627         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27629 2013-05-21  Andreas Schwab  <schwab@suse.de>
27631         [BZ #15014]
27632         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27633         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27634         successful.
27635         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27636         redundant variable declarations and reallocation of buffer when
27637         parsing as IPv6 address.  Always set NSS status when called from
27638         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27639         buffer too small.  Correct computation of needed size.
27640         * nss/Makefile (tests): Add test-digits-dots.
27641         * nss/test-digits-dots.c: New test.
27643 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27645         * benchtests/Makefile: Remove instructions for adding
27646         benchmark tests.
27647         * benchtests/README: New file to explain how to execute and
27648         enhance the benchmark tests.
27650 2013-05-21  Andreas Schwab  <schwab@suse.de>
27652         [BZ #15493]
27653         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27654         * setjmp/tst-sigsetjmp.c: New test.
27656 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27658         * sysdeps/x86_64/memset.S (memset): New implementation.
27659         (__bzero): Likewise.
27660         (__memset_tail): New function.
27662 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27664         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27665         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27666         __memcpy_sse2_unaligned ifunc selection.
27667         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27668         Add memcpy-sse2-unaligned.S.
27669         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27670         Add: __memcpy_sse2_unaligned.
27672 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27674         [BZ #15490]
27675         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27676         math_force_eval before restoring floating-point envrionment.
27677         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27678         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27679         Likewise.
27680         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27681         <math_private.h>.
27682         (__nearbyintl): Use math_force_eval before restoring
27683         floating-point environment.
27684         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27686         * math/gen-libm-test.pl (special_functions): Remove.
27687         (parse_args): Don't handle TEST_extra.  Handle functions with no
27688         return value.
27689         * math/libm-test.inc (struct test_sincos_data): Replace with
27690         struct test_fFF_11_data.
27691         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27692         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27693         (sincos_test_data): Change element type to struct
27694         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27695         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27696         RUN_TEST_LOOP_sincos.
27697         * math/README.libm-test: Don't mention special handling of
27698         individual functions.
27699         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27700         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27701         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27702         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27703         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27704         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27706         * math/gen-libm-test.pl (get_variable): Remove function.
27707         (parse_args): Don't show pointer parameters to call in test
27708         names.  Use "extra output N" in test names for extra outputs
27709         rather than naming variables.
27711 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27713         [BZ #15488]
27714         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27715         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27716         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27717         double tests.
27718         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27719         disable.
27720         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27721         check_long_double.
27723         * math/gen-libm-test.pl (@tests): Remove variable.
27724         ($count): Likewise.
27725         (new_test): Remove function.
27726         (show_exceptions): New function.
27727         (special_functions): Use show_exceptions instead of new_test.
27728         (parse_args): Likewise.
27729         (generate_testfile): Pass only function name in generated call to
27730         print_max_error or print_complex_max_error.
27731         (get_ulps): Do not handle complex tests specially.
27732         (output_test): Rename to ...
27733         (get_all_ulps_for_test): ... this.  Return a string rather than
27734         printing to a file.  Require ulps to be present.
27735         (output_ulps): Generate arrays rather than #defines.
27736         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27737         (struct ulp_data): New type.
27738         (BUILD_COMPLEX_ULP): Remove macro.
27739         (compare_ulp_data): New function.
27740         (find_ulps): Likewise.
27741         (find_test_ulps): Likewise.
27742         (find_function_ulps): Likewise.
27743         (find_complex_function_ulps): Likewise.
27744         (print_max_error): Determine allowed ulps using
27745         find_function_ulps.
27746         (print_complex_max_error): Determine allowed ulps using
27747         find_complex_function_ulps.
27748         (check_float_internal): Determine max ulps using find_test_ulps.
27749         (check_float): Do not take max_ulp parameter.  Update call to
27750         check_float_internal.
27751         (check_complex): Likewise.
27752         (check_int): Do not take max_ulp parameter.
27753         (check_long): Likewise.
27754         (check_bool): Likewise.
27755         (check_longlong): Likewise.
27756         (struct test_f_f_data): Remove max_ulp field.
27757         (struct test_ff_f_data): Likewise.
27758         (struct test_ff_f_data_nexttoward): Likewise.
27759         (struct test_fi_f_data): Likewise.
27760         (struct test_fl_f_data): Likewise.
27761         (struct test_if_f_data): Likewise.
27762         (struct test_fff_f_data): Likewise.
27763         (struct test_c_f_data): Likewise.
27764         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27765         (struct test_fF_f1_data): Likewise.
27766         (struct test_ffI_f1_data): Likewise.
27767         (struct test_c_c_data): Remove max_ulp field.
27768         (struct test_cc_c_data): Likewise.
27769         (struct test_f_i_data): Likewise.
27770         (struct test_ff_i_data): Likewise.
27771         (struct test_f_l_data): Likewise.
27772         (struct test_f_L_data): Likewise.
27773         (struct test_sincos_data): Likewise.
27774         (RUN_TEST_f_f): Do not handle ulps.
27775         (RUN_TEST_LOOP_f_f): Likewise.
27776         (RUN_TEST_2_f): Likewise.
27777         (RUN_TEST_LOOP_2_f): Likewise.
27778         (RUN_TEST_fff_f): Likewise.
27779         (RUN_TEST_LOOP_fff_f): Likewise.
27780         (RUN_TEST_c_f): Likewise.
27781         (RUN_TEST_LOOP_c_f): Likewise.
27782         (RUN_TEST_f_f1): Likewise.
27783         (RUN_TEST_LOOP_f_f1): Likewise.
27784         (RUN_TEST_fF_f1): Likewise.
27785         (RUN_TEST_LOOP_fF_f1): Likewise.
27786         (RUN_TEST_fI_f1): Likewise.
27787         (RUN_TEST_LOOP_fI_f1): Likewise.
27788         (RUN_TEST_ffI_f1): Likewise.
27789         (RUN_TEST_LOOP_ffI_f1): Likewise.
27790         (RUN_TEST_c_c): Likewise.
27791         (RUN_TEST_LOOP_c_c): Likewise.
27792         (RUN_TEST_cc_c): Likewise.
27793         (RUN_TEST_LOOP_cc_c): Likewise.
27794         (RUN_TEST_f_i): Likewise.
27795         (RUN_TEST_LOOP_f_i): Likewise.
27796         (RUN_TEST_f_i_tg): Likewise.
27797         (RUN_TEST_LOOP_f_i_tg): Likewise.
27798         (RUN_TEST_ff_i_tg): Likewise.
27799         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27800         (RUN_TEST_f_b): Likewise.
27801         (RUN_TEST_LOOP_f_b): Likewise.
27802         (RUN_TEST_f_b_tg): Likewise.
27803         (RUN_TEST_LOOP_f_b_tg): Likewise.
27804         (RUN_TEST_f_l): Likewise.
27805         (RUN_TEST_LOOP_f_l): Likewise.
27806         (RUN_TEST_f_L): Likewise.
27807         (RUN_TEST_LOOP_f_L): Likewise.
27808         (RUN_TEST_sincos): Likewise.
27809         (RUN_TEST_LOOP_sincos): Likewise.
27811 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27813         [BZ #15480]
27814         [BZ #15485]
27815         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27816         main case of finite arguments, set rounding mode to FE_TONEAREST
27817         and discard exceptions.
27818         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27819         exceptions.
27820         (remainder_tonearest_test_data): New variable.
27821         (remainder_test_tonearest): New function.
27822         (remainder_towardzero_test_data): New variable.
27823         (remainder_test_towardzero): New function.
27824         (remainder_downward_test_data): New variable.
27825         (remainder_test_downward): New function.
27826         (remainder_upward_test_data): New variable.
27827         (remainder_test_upward): New function.
27828         (main): Call the new test functions.
27830         * math/libm-test.inc (struct test_f_f1_data): Remove field
27831         extra_init.
27832         (struct test_fF_f1_data): Likewise.
27833         (struct test_ffI_f1_data): Likewise.
27834         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27835         based on value of EXTRA_EXPECTED.
27836         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27837         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27838         EXTRA_VAR based on value of EXTRA_EXPECTED.
27839         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27840         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27841         EXTRA_VAR based on value of EXTRA_EXPECTED.
27842         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27843         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27844         EXTRA_VAR based on value of EXTRA_EXPECTED.
27845         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27846         * math/gen-libm-test.pl (parse_args): Don't output initializers
27847         for extra output values.
27849         * math/libm-test.inc (check_int): Expect result to be exactly
27850         equal to expected value and do not handle ulps.
27851         (check_long): Likewise.
27852         (check_longlong): Likewise.
27854         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27855         exceptions.
27856         (cimag_test_data): Likewise.
27857         (conj_test_data): Likewise.
27858         (copysign_test_data): Likewise.
27859         (cproj_test_data): Likewise.
27860         (creal_test_data): Likewise.
27861         (fabs_test_data): Likewise.
27862         (fdim_test_data): Likewise.
27863         (finite_test_data): Likewise.
27864         (floor_test_data): Likewise.
27865         (fmax_test_data): Likewise.
27866         (fmin_test_data): Likewise.
27867         (fmod_test_data): Likewise.
27868         (fpclassify_test_data): Likewise.
27869         (frexp_test_data): Likewise.
27870         (ilogb_test_data): Likewise.
27871         (isfinite_test_data): Likewise.
27872         (isgreater_test_data): Likewise.
27873         (isgreaterequal_test_data): Likewise.
27874         (isinf_test_data): Likewise.
27875         (isless_test_data): Likewise.
27876         (islessequal_test_data): Likewise.
27877         (islessgreater_test_data): Likewise.
27878         (isnan_test_data): Likewise.
27879         (isnormal_test_data): Likewise.
27880         (issignaling_test_data): Likewise.
27881         (isunordered_test_data): Likewise.
27882         (ldexp_test_data): Likewise.
27883         (lrint_test_data): Likewise.
27884         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27885         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27886         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27887         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27888         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27889         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27890         test input.
27891         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27892         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27893         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27894         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27895         that test input.
27896         (lrint_downward_test_data): Test for "inexact" exceptions.
27897         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27898         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27899         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27900         test input.
27901         (lrint_upward_test_data): Test for "inexact" exceptions.
27902         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27903         test input.
27904         (llrint_test_data): Test for "inexact" exceptions.
27905         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27906         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27907         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27908         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27909         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27910         (llrint_downward_test_data): Test for "inexact" exceptions.
27911         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27912         (llrint_upward_test_data): Test for "inexact" exceptions.
27913         (logb_test_data): Likewise.
27914         (logb_downward_test_data): Likewise.
27915         (nextafter_test_data): Likewise.
27916         (nexttoward_test_data): Likewise.
27917         (remainder_test_data): Likewise.
27918         (remquo_test_data): Likewise.
27919         (scalbn_test_data): Likewise.
27920         (scalbln_test_data): Likewise.
27921         (signbit_test_data): Likewise.
27922         (sqrt_test_data): Likewise.
27923         (significand_test_data): Likewise.
27925 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27927         [BZ #15424]
27928         * benchtests/bench-modf.c (struct args): Mark arg0 as
27929         volatile.
27930         * scripts/bench.pl: Mark members of struct args as volatile.
27932 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27934         [BZ # 15497]
27935         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27936         negative infinity on POWER6 or lower.
27937         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27939 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27941         [BZ #15442]
27942         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27943         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27944         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27945         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27946         (_FP_SETQNAN): New macro.
27947         (_FP_SETQNAN_SEMIRAW): Likewise.
27948         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27949         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27950         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27951         (FP_EXTEND): Use _FP_FRAC_SNANP.
27952         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27953         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27954         into account.
27955         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27956         New macro.
27957         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27958         Likewise.
27960 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27962         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27963         with DIVIDE_BY_ZERO_EXCEPTION.
27964         (gamma_test_data): Likewise.
27965         (lgamma_test_data): Likewise.
27966         (log_test_data): Likewise.
27967         (log10_test_data): Likewise.
27968         (log2_test_data): Likewise.
27969         (tgamma_test_data): Likewise.
27971         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27972         (acos_test_tonearest): Likewise.
27973         (acos_test_towardzero): Likewise.
27974         (acos_test_downward): Likewise.
27975         (acos_test_upward): Likewise.
27976         (acosh_test): Likewise.
27977         (asin_test): Likewise.
27978         (asin_test_tonearest): Likewise.
27979         (asin_test_towardzero): Likewise.
27980         (asin_test_downward): Likewise.
27981         (asin_test_upward): Likewise.
27982         (asinh_test): Likewise.
27983         (atan_test): Likewise.
27984         (atanh_test): Likewise.
27985         (atan2_test): Likewise.
27986         (cabs_test): Likewise.
27987         (cacos_test): Likewise.
27988         (cacosh_test): Likewise.
27989         (casin_test): Likewise.
27990         (casinh_test): Likewise.
27991         (catan_test): Likewise.
27992         (catanh_test): Likewise.
27993         (cbrt_test): Likewise.
27994         (ccos_test): Likewise.
27995         (ccosh_test): Likewise.
27996         (cexp_test): Likewise.
27997         (clog_test): Likewise.
27998         (clog10_test): Likewise.
27999         (cos_test): Likewise.
28000         (cos_test_tonearest): Likewise.
28001         (cos_test_towardzero): Likewise.
28002         (cos_test_downward): Likewise.
28003         (cos_test_upward): Likewise.
28004         (cosh_test): Likewise.
28005         (cosh_test_tonearest): Likewise.
28006         (cosh_test_towardzero): Likewise.
28007         (cosh_test_downward): Likewise.
28008         (cosh_test_upward): Likewise.
28009         (cpow_test): Likewise.
28010         (csin_test): Likewise.
28011         (csinh_test): Likewise.
28012         (csqrt_test): Likewise.
28013         (ctan_test): Likewise.
28014         (ctan_test_tonearest): Likewise.
28015         (ctan_test_towardzero): Likewise.
28016         (ctan_test_downward): Likewise.
28017         (ctan_test_upward): Likewise.
28018         (ctanh_test): Likewise.
28019         (ctanh_test_tonearest): Likewise.
28020         (ctanh_test_towardzero): Likewise.
28021         (ctanh_test_downward): Likewise.
28022         (ctanh_test_upward): Likewise.
28023         (erf_test): Likewise.
28024         (erfc_test): Likewise.
28025         (exp_test): Likewise.
28026         (exp_test_tonearest): Likewise.
28027         (exp_test_towardzero): Likewise.
28028         (exp_test_downward): Likewise.
28029         (exp_test_upward): Likewise.
28030         (exp10_test): Likewise.
28031         (exp2_test): Likewise.
28032         (expm1_test): Likewise.
28033         (fmod_test): Likewise.
28034         (gamma_test): Likewise.
28035         (hypot_test): Likewise.
28036         (j0_test): Likewise.
28037         (j1_test): Likewise.
28038         (jn_test): Likewise.
28039         (lgamma_test): Likewise.
28040         (log_test): Likewise.
28041         (log10_test): Likewise.
28042         (log1p_test): Likewise.
28043         (log2_test): Likewise.
28044         (logb_test_downward): Likewise.
28045         (pow_test): Likewise.
28046         (pow_test_tonearest): Likewise.
28047         (pow_test_towardzero): Likewise.
28048         (pow_test_downward): Likewise.
28049         (pow_test_upward): Likewise.
28050         (remainder_test): Likewise.
28051         (remquo_test): Likewise.
28052         (sin_test): Likewise.
28053         (sin_test_tonearest): Likewise.
28054         (sin_test_towardzero): Likewise.
28055         (sin_test_downward): Likewise.
28056         (sin_test_upward): Likewise.
28057         (sincos_test): Likewise.
28058         (sinh_test): Likewise.
28059         (sinh_test_tonearest): Likewise.
28060         (sinh_test_towardzero): Likewise.
28061         (sinh_test_downward): Likewise.
28062         (sinh_test_upward): Likewise.
28063         (sqrt_test): Likewise.
28064         (tan_test): Likewise.
28065         (tan_test_tonearest): Likewise.
28066         (tan_test_towardzero): Likewise.
28067         (tan_test_downward): Likewise.
28068         (tan_test_upward): Likewise.
28069         (tanh_test): Likewise.
28070         (tgamma_test): Likewise.
28071         (y0_test): Likewise.
28072         (y1_test): Likewise.
28073         (yn_test): Likewise.
28075         * math/gen-libm-test.pl (adjust_arg): Remove function.
28076         (special_function): Remove argument $in_func.  Only handle
28077         generating output for tables of tests, not inside functions.
28078         (parse_args): Likewise.
28079         (generate_testfile): Remove variable $in_func.  Update call to
28080         parse_args.
28081         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28082         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28083         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28084         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28085         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28086         (MAX_VALUE_INIT): Rename macro to max_value.
28087         (MIN_VALUE_INIT): Rename macro to min_value.
28088         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28089         (plus_zero): Remove variable.
28090         (minus_zero): Likewise.
28091         (plus_infty): Likewise.
28092         (minus_infty): Likewise.
28093         (qnan_value): Likewise.
28094         (max_value): Likewise.
28095         (min_value): Likewise.
28096         (min_subnorm_value): Likewise.
28098 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28100         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28101         uint64_t or uint32_t usage.
28102         * crypt/sha256-block.c: Likewise.
28103         * crypt/sha256-crypt.c: Likewise.
28104         * crypt/sha256.c: Likewise.
28105         * crypt/sha512-block.c: Likewise.
28106         * crypt/sha512-crypt.c: Likewise.
28107         * crypt/sha512.c: Likewise.
28108         * debug/backtrace-tst.c: Likewise.
28109         * debug/pcprofiledump.c: Likewise.
28110         * elf/cache.c: Likewise.
28111         * elf/dl-cache.c: Likewise.
28112         * elf/dl-misc.c: Likewise.
28113         * elf/dl-profile.c: Likewise.
28114         * elf/dl-support.c: Likewise.
28115         * elf/ldconfig.c: Likewise.
28116         * elf/sprof.c: Likewise.
28117         * iconv/dummy-repertoire.c: Likewise.
28118         * iconv/iconv_charmap.c: Likewise.
28119         * iconv/skeleton.c: Likewise.
28120         * iconvdata/8bit-generic.c: Likewise.
28121         * iconvdata/cp737.h: Likewise.
28122         * iconvdata/cp775.h: Likewise.
28123         * iconvdata/ibm1008.h: Likewise.
28124         * iconvdata/ibm1025.h: Likewise.
28125         * iconvdata/ibm1046.h: Likewise.
28126         * iconvdata/ibm1097.h: Likewise.
28127         * iconvdata/ibm1112.h: Likewise.
28128         * iconvdata/ibm1122.h: Likewise.
28129         * iconvdata/ibm1123.h: Likewise.
28130         * iconvdata/ibm1124.h: Likewise.
28131         * iconvdata/ibm1129.h: Likewise.
28132         * iconvdata/ibm1130.h: Likewise.
28133         * iconvdata/ibm1132.h: Likewise.
28134         * iconvdata/ibm1133.h: Likewise.
28135         * iconvdata/ibm1137.h: Likewise.
28136         * iconvdata/ibm1140.h: Likewise.
28137         * iconvdata/ibm1141.h: Likewise.
28138         * iconvdata/ibm1142.h: Likewise.
28139         * iconvdata/ibm1143.h: Likewise.
28140         * iconvdata/ibm1144.h: Likewise.
28141         * iconvdata/ibm1145.h: Likewise.
28142         * iconvdata/ibm1146.h: Likewise.
28143         * iconvdata/ibm1147.h: Likewise.
28144         * iconvdata/ibm1148.h: Likewise.
28145         * iconvdata/ibm1149.h: Likewise.
28146         * iconvdata/ibm1153.h: Likewise.
28147         * iconvdata/ibm1154.h: Likewise.
28148         * iconvdata/ibm1155.h: Likewise.
28149         * iconvdata/ibm1156.h: Likewise.
28150         * iconvdata/ibm1157.h: Likewise.
28151         * iconvdata/ibm1158.h: Likewise.
28152         * iconvdata/ibm1160.h: Likewise.
28153         * iconvdata/ibm1161.h: Likewise.
28154         * iconvdata/ibm1162.h: Likewise.
28155         * iconvdata/ibm1163.h: Likewise.
28156         * iconvdata/ibm1164.h: Likewise.
28157         * iconvdata/ibm1166.h: Likewise.
28158         * iconvdata/ibm1167.h: Likewise.
28159         * iconvdata/ibm12712.h: Likewise.
28160         * iconvdata/ibm1390.h: Likewise.
28161         * iconvdata/ibm1399.h: Likewise.
28162         * iconvdata/ibm16804.h: Likewise.
28163         * iconvdata/ibm4517.h: Likewise.
28164         * iconvdata/ibm4899.h: Likewise.
28165         * iconvdata/ibm4909.h: Likewise.
28166         * iconvdata/ibm4971.h: Likewise.
28167         * iconvdata/ibm5347.h: Likewise.
28168         * iconvdata/ibm803.h: Likewise.
28169         * iconvdata/ibm856.h: Likewise.
28170         * iconvdata/ibm901.h: Likewise.
28171         * iconvdata/ibm902.h: Likewise.
28172         * iconvdata/ibm9030.h: Likewise.
28173         * iconvdata/ibm9066.h: Likewise.
28174         * iconvdata/ibm921.h: Likewise.
28175         * iconvdata/ibm922.h: Likewise.
28176         * iconvdata/ibm9448.h: Likewise.
28177         * iconvdata/isiri-3342.h: Likewise.
28178         * iconvdata/jis0201.h: Likewise.
28179         * include/link.h: Likewise.
28180         * include/netdb.h: Likewise.
28181         * inet/check_native.c: Likewise.
28182         * inet/check_pf.c: Likewise.
28183         * inet/getipv4sourcefilter.c: Likewise.
28184         * inet/getnameinfo.c: Likewise.
28185         * inet/getsourcefilter.c: Likewise.
28186         * inet/htonl.c: Likewise.
28187         * inet/setipv4sourcefilter.c: Likewise.
28188         * inet/setsourcefilter.c: Likewise.
28189         * inet/test-inet6_opt.c: Likewise.
28190         * inet/tst-network.c: Likewise.
28191         * locale/C-collate.c: Likewise.
28192         * locale/C-ctype.c: Likewise.
28193         * locale/C-time.c: Likewise.
28194         * locale/C-translit.h: Likewise.
28195         * locale/loadarchive.c: Likewise.
28196         * locale/programs/3level.h: Likewise.
28197         * locale/programs/charmap.c: Likewise.
28198         * locale/programs/charmap.h: Likewise.
28199         * locale/programs/ld-address.c: Likewise.
28200         * locale/programs/ld-collate.c: Likewise.
28201         * locale/programs/ld-ctype.c: Likewise.
28202         * locale/programs/ld-identification.c: Likewise.
28203         * locale/programs/ld-measurement.c: Likewise.
28204         * locale/programs/ld-messages.c: Likewise.
28205         * locale/programs/ld-monetary.c: Likewise.
28206         * locale/programs/ld-name.c: Likewise.
28207         * locale/programs/ld-numeric.c: Likewise.
28208         * locale/programs/ld-paper.c: Likewise.
28209         * locale/programs/ld-telephone.c: Likewise.
28210         * locale/programs/ld-time.c: Likewise.
28211         * locale/programs/linereader.c: Likewise.
28212         * locale/programs/locale.c: Likewise.
28213         * locale/programs/locarchive.c: Likewise.
28214         * locale/programs/locfile.h: Likewise.
28215         * locale/programs/repertoire.c: Likewise.
28216         * locale/programs/simple-hash.c: Likewise.
28217         * locale/programs/simple-hash.h: Likewise.
28218         * malloc/memusage.c: Likewise.
28219         * malloc/memusagestat.c: Likewise.
28220         * nis/nis_defaults.c: Likewise.
28221         * nis/nis_hash.c: Likewise.
28222         * nis/nis_print.c: Likewise.
28223         * nis/nis_xdr.c: Likewise.
28224         * nscd/connections.c: Likewise.
28225         * nscd/hstcache.c: Likewise.
28226         * nscd/nscd_gethst_r.c: Likewise.
28227         * nscd/nscd_getserv_r.c: Likewise.
28228         * nscd/nscd_helper.c: Likewise.
28229         * nscd/servicescache.c: Likewise.
28230         * nss/makedb.c: Likewise.
28231         * nss/nss_db/db-XXX.c: Likewise.
28232         * nss/nss_db/db-initgroups.c: Likewise.
28233         * nss/nss_db/db-netgrp.c: Likewise.
28234         * nss/nss_files/files-network.c: Likewise.
28235         * nss/nss_files/files-parse.c: Likewise.
28236         * posix/bug-regex5.c: Likewise.
28237         * posix/fnmatch_loop.c: Likewise.
28238         * posix/regcomp.c: Likewise.
28239         * posix/regexec.c: Likewise.
28240         * posix/tst-rfc3484-2.c: Likewise.
28241         * posix/tst-rfc3484-3.c: Likewise.
28242         * posix/tst-rfc3484.c: Likewise.
28243         * resolv/nss_dns/dns-canon.c: Likewise.
28244         * resolv/nss_dns/dns-network.c: Likewise.
28245         * resolv/res_init.c: Likewise.
28246         * resolv/res_mkquery.c: Likewise.
28247         * resolv/tst-aton.c: Likewise.
28248         * stdlib/cxa_atexit.c: Likewise.
28249         * stdlib/cxa_finalize.c: Likewise.
28250         * stdlib/gen-fpioconst.c: Likewise.
28251         * stdlib/strtol_l.c: Likewise.
28252         * string/tst-endian.c: Likewise.
28253         * sunrpc/auth_des.c: Likewise.
28254         * sunrpc/clnt_udp.c: Likewise.
28255         * sunrpc/rtime.c: Likewise.
28256         * sunrpc/svcauth_des.c: Likewise.
28257         * sunrpc/xdr.c: Likewise.
28258         * sunrpc/xdr_intXX_t.c: Likewise.
28259         * sunrpc/xdr_rec.c: Likewise.
28260         * sysdeps/generic/ldconfig.h: Likewise.
28261         * sysdeps/generic/ldsodefs.h: Likewise.
28262         * sysdeps/generic/memusage.h: Likewise.
28263         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28264         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28265         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28266         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28267         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28268         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28269         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28270         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28271         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28272         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28273         * sysdeps/posix/getaddrinfo.c: Likewise.
28274         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28275         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28276         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28277         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28278         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28279         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28280         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28281         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28282         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28283         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28284         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28285         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28286         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28287         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28288         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28289         * sysdeps/x86_64/dl-tls.h: Likewise.
28290         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28291         * time/alt_digit.c: Likewise.
28292         * time/era.c: Likewise.
28293         * wcsmbs/tst-c16c32-1.c: Likewise.
28295 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28297         * math/libm-test.inc (struct test_sincos_data): New type.
28298         (RUN_TEST_LOOP_sincos): New macro.
28299         (sincos_test_data): New variable.
28300         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28302 2013-05-16  Richard Henderson  <rth@redhat.com>
28304         * math/atest-exp2.c (LIMB64): New macro.
28305         (CONSTSZ): New macro.
28306         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28307         (hexdig): Move ...
28308         (print_mpn_fp): ... to function scope.
28309         (read_mpn_hex): Remove.
28310         (get_log2): Remove.
28311         (exp2_mpn): Use mp_log2.
28312         (main): Use mp_exp1.
28314 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28316         * math/libm-test.inc: Remove comment about not testing "inexact"
28317         exceptions.
28318         (INEXACT_EXCEPTION): New macro.
28319         (NO_INEXACT_EXCEPTION): Likewise.
28320         (INVALID_EXCEPTION_OK): Update value.
28321         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28322         (OVERFLOW_EXCEPTION_OK): Likewise.
28323         (UNDERFLOW_EXCEPTION_OK): Likewise.
28324         (IGNORE_ZERO_INF_SIGN): Likewise.
28325         (ERRNO_UNCHANGED): Likewise.
28326         (ERRNO_EDOM): Likewise.
28327         (ERRNO_ERANGE): Likewise.
28328         (test_exceptions): Handle testing "inexact" exceptions.
28329         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28330         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28331         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28332         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28333         INEXACT_EXCEPTION.
28334         (rint_towardzero_test_data): Likewise.
28335         (rint_downward_test_data): Likewise.
28336         (rint_upward_test_data): Likewise.
28338         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28339         with OVERFLOW_EXCEPTION.
28340         (exp10_test_data): Likewise.
28341         (exp2_test_data): Likewise.
28342         (expm1_test_data): Likewise.
28343         (lgamma_test_data): Likewise.
28344         (pow_test_data): Likewise.
28345         (tgamma_test_data): Likewise.
28346         (yn_test_data): Remove duplicate test of overflow.
28348         * math/libm-test.inc (struct test_cc_c_data): New type.
28349         (RUN_TEST_LOOP_cc_c): New macro.
28350         (cpow_test_data): New variable.
28351         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28353         * math/libm-test.inc (struct test_f_L_data): New type.
28354         (RUN_TEST_LOOP_f_L): New macro.
28355         (llrint_test_data): New variable.
28356         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28357         (llrint_tonearest_test_data): New variable.
28358         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28359         (llrint_towardzero_test_data): New variable.
28360         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28361         (llrint_downward_test_data): New variable.
28362         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28363         (llrint_upward_test_data): New variable.
28364         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28365         (llround_test_data): New variable.
28366         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28368 2013-05-13  Peter Collingbourne  <pcc@google.com>
28370         * math/atest-exp2.c (get_log2): Remove const attribute.
28372 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28374         * math/libm-test.inc (struct test_f_l_data): New type.
28375         (RUN_TEST_LOOP_f_l): New macro.
28376         (lrint_test_data): New variable.
28377         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28378         (lrint_tonearest_test_data): New variable.
28379         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28380         (lrint_towardzero_test_data): New variable.
28381         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28382         (lrint_downward_test_data): New variable.
28383         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28384         (lrint_upward_test_data): New variable.
28385         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28386         (lround_test_data): New variable.
28387         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28389 2013-05-15  Peter Collingbourne  <pcc@google.com>
28391         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28392         (EXTRACT_WORDS64) Use where appropriate.
28393         (INSERT_WORDS64) Likewise.
28395         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28396         constraints with x constraints.
28397         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28399         * malloc/obstack.c (_obstack_compat): Add initializer.
28401 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28403         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28404         si_trapno and add si_addr_lsb to _sifields.sigfault.
28405         (si_trapno): Remove macro.
28406         (si_addr_lsb): Define new macro.
28407         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28409 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28411         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28412         instead of TEST_f_l.
28413         (llrint_test_tonearest): Likewise.
28414         (llrint_test_towardzero): Likewise.
28415         (llrint_test_downward): Likewise.
28416         (llrint_test_upward): Likewise.
28417         (llround_test): Likewise.
28419         * math/libm-test.inc (struct test_f_i_data): Add comment.
28420         (RUN_TEST_LOOP_f_b): New macro.
28421         (RUN_TEST_LOOP_f_b_tg): Likewise.
28422         (finite_test_data): New variable.
28423         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28424         (isfinite_test_data): New variable.
28425         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28426         (isinf_test_data): New variable.
28427         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28428         (isnan_test_data): New variable.
28429         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28430         (isnormal_test_data): New variable.
28431         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28432         (issignaling_test_data): New variable.
28433         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28434         (signbit_test_data): New variable.
28435         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28437         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28438         with INVALID_EXCEPTION.
28439         (acosh_test_data): Likewise.
28440         (asin_test_data): Likewise.
28441         (atanh_test_data): Likewise.
28442         (fmod_test_data): Likewise.
28443         (log_test_data): Likewise.
28444         (log10_test_data): Likewise.
28445         (log2_test_data): Likewise.
28446         (pow_test_data): Likewise.
28447         (sqrt_test_data): Likewise.
28448         (y0_test_data): Likewise.
28449         (y1_test_data): Likewise.
28450         (yn_test_data): Likewise.
28452         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28453         function contents.
28455         * math/libm-test.inc (struct test_ff_i_data): New type.
28456         (RUN_TEST_LOOP_ff_i_tg): New macro.
28457         (isgreater_test_data): New variable.
28458         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28459         (isgreaterequal_test_data): New variable.
28460         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28461         (isless_test_data): New variable.
28462         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28463         (islessequal_test_data): New variable.
28464         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28465         (islessgreater_test_data): New variable.
28466         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28467         (isunordered_test_data): New variable.
28468         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28470 2013-05-14  David S. Miller  <davem@davemloft.net>
28472         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28474 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28476         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28478         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28479         extra_test to int.
28480         (struct test_f_i_data): Change type of max_ulp to int.
28482         * math/libm-test.inc (test_ffI_f1_data): New type.
28483         (RUN_TEST_LOOP_ffI_f1): New macro.
28484         (remquo_test_data): New variable.
28485         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28487         * setjmp/tst-setjmp-fp.c: New file.
28488         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28489         (link-libm): New variable.
28490         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28492         * math/libm-test.inc (struct test_f_i_data): New type.
28493         (RUN_TEST_LOOP_f_i): New macro.
28494         (RUN_TEST_LOOP_f_i_tg): Likewise.
28495         (fpclassify_test_data): New variable.
28496         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28497         (ilogb_test_data): New variable.
28498         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28500         * math/libm-test.inc (scalbln_test): Correct function name in END
28501         call.
28503         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28504         (RUN_TEST_LOOP_fI_f1): New macro.
28505         (frexp_test_data): New variable.
28506         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28508         * math/libm-test.inc (struct test_fF_f1_data): New type.
28509         (RUN_TEST_LOOP_fF_f1): New macro.
28510         (modf_test_data): New variable.
28511         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28513         * math/libm-test.inc (struct test_f_f1_data): New type.
28514         (RUN_TEST_LOOP_f_f1): New macro.
28515         (gamma_test_data): New variable.
28516         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28517         (lgamma_test_data): New variable.
28518         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28520 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28522         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28523         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28524         (main): Comment "tls" pseudo-hwcap.
28526 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28528         * math/libm-test.inc (struct test_fl_f_data): New type.
28529         (RUN_TEST_LOOP_fl_f): New variable.
28530         (scalbln_test_data): New variable.
28531         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28533         * math/libm-test.inc (struct test_fi_f_data): New type.
28534         (RUN_TEST_LOOP_fi_f): New macro.
28535         (ldexp_test_data): New variable.
28536         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28537         (scalbn_test_data): New variable.
28538         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28540         * math/libm-test.inc (struct test_c_f_data): New type.
28541         (RUN_TEST_LOOP_c_f): New macro.
28542         (cabs_test_data): New variable.
28543         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28544         (carg_test_data): New variable.
28545         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28546         (cimag_test_data): New variable.
28547         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28548         (creal_test_data): New variable.
28549         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28551         * math/libm-test.inc (struct test_if_f_data): New type.
28552         (RUN_TEST_LOOP_if_f): New macro.
28553         (jn_test_data): New variable.
28554         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28555         (yn_test_data): New variable.
28556         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28558         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28560 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28562         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28563         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28565 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28567         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28568         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28569         (bench-deps): Add bench-timing.h.
28570         * benchtests-bench-skeleton.c: Include bench-timing.h.
28571         (main): Use TIMING_* macros instead of clock_gettime.
28572         * benchtests/bench-timing.h: New file.
28574         [BZ #14582]
28575         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28576         Renamed from _LIB_VERSION.
28577         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28579 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28581         * math/libm-test.inc (struct test_fff_f_data): New type.
28582         (RUN_TEST_LOOP_fff_f): New macro.
28583         (fma_test_data): New variable.
28584         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28585         (fma_towardzero_test_data): New variable.
28586         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28587         (fma_downward_test_data): New variable.
28588         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28589         (fma_upward_test_data): New variable.
28590         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28592         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28593         (struct test_c_c_data): New type.
28594         (RUN_TEST_LOOP_c_c): New macro.
28595         (cacos_test_data): New variable.
28596         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28597         (cacosh_test_data): New variable.
28598         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28599         (casin_test_data): New variable.
28600         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28601         (casinh_test_data): New variable.
28602         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28603         (catan_test_data): New variable.
28604         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28605         (catanh_test_data): New variable.
28606         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28607         (ccos_test_data): New variable.
28608         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28609         (ccosh_test_data): New variable.
28610         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28611         (cexp_test_data): New variable.
28612         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28613         (clog_test_data): New variable.
28614         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28615         (clog10_test_data): New variable.
28616         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28617         (conj_test_data): New variable.
28618         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28619         (cproj_test_data): New variable.
28620         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28621         (csin_test_data): New variable.
28622         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28623         (csinh_test_data): New variable.
28624         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28625         (csqrt_test_data): New variable.
28626         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28627         (ctan_test_data): New variable.
28628         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28629         (ctan_tonearest_test_data): New variable.
28630         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28631         (ctan_towardzero_test_data): New variable.
28632         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28633         (ctan_downward_test_data): New variable.
28634         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28635         (ctan_upward_test_data): New variable.
28636         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28637         (ctanh_test_data): New variable.
28638         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28639         (ctanh_tonearest_test_data): New variable.
28640         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28641         (ctanh_towardzero_test_data): New variable.
28642         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28643         (ctanh_downward_test_data): New variable.
28644         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28645         (ctanh_upward_test_data): New variable.
28646         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28647         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28648         of BUILD_COMPLEX.
28650         * math/libm-test.inc (struct test_ff_f_data): New type.
28651         (struct test_ff_f_data_nexttoward): Likewise.
28652         (RUN_TEST_LOOP_2_f): New macro.
28653         (RUN_TEST_LOOP_ff_f): Likewise.
28654         (atan2_test_data): New variable.
28655         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28656         (copysign_test_data): New variable.
28657         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28658         (fdim_test_data): New variable.
28659         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28660         (fmax_test_data): New variable.
28661         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28662         (fmin_test_data): New variable.
28663         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28664         (fmod_test_data): New variable.
28665         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28666         (hypot_test_data): New variable.
28667         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28668         (nextafter_test_data): New variable.
28669         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28670         (nexttoward_test_data): New variable.
28671         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28672         (pow_test_data): New variable.
28673         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28674         (pow_tonearest_test_data): New variable.
28675         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28676         (pow_towardzero_test_data): New variable.
28677         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28678         (pow_downward_test_data): New variable.
28679         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28680         (pow_upward_test_data): New variable.
28681         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28682         (remainder_test_data): New variable.
28683         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28684         (scalb_test_data): New variable.
28685         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28686         * sysdeps/i386/fpu/libm-test-ulps: Update.
28688 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28690         * math/libm-test.inc (fma_test): Use max_value instead of local
28691         variable fltmax.
28692         (nextafter_test): Likewise.
28694         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28695         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28696         (acos_downward_test_data): New variable.
28697         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28698         (acos_upward_test_data): New variable.
28699         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28700         (acosh_test_data): New variable.
28701         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28702         (asin_test_data): New variable.
28703         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28704         (asin_tonearest_test_data): New variable.
28705         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28706         (asin_towardzero_test_data): New variable.
28707         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28708         (asin_downward_test_data): New variable.
28709         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28710         (asin_upward_test_data): New variable.
28711         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28712         (asinh_test_data): New variable.
28713         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28714         (atan_test_data): New variable.
28715         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28716         (atanh_test_data): New variable.
28717         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28718         (cbrt_test_data): New variable.
28719         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28720         (ceil_test_data): New variable.
28721         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28722         (cos_test_data): New variable.
28723         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28724         (cos_tonearest_test_data): New variable.
28725         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28726         (cos_towardzero_test_data): New variable.
28727         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28728         (cos_downward_test_data): New variable.
28729         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28730         (cos_upward_test_data): New variable.
28731         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28732         (cosh_test_data): New variable.
28733         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28734         (cosh_tonearest_test_data): New variable.
28735         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28736         (cosh_towardzero_test_data): New variable.
28737         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28738         (cosh_downward_test_data): New variable.
28739         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28740         (cosh_upward_test_data): New variable.
28741         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28742         (erf_test_data): New variable.
28743         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28744         (erfc_test_data): New variable.
28745         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28746         (exp_test_data): New variable.
28747         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28748         (exp_tonearest_test_data): New variable.
28749         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28750         (exp_towardzero_test_data): New variable.
28751         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28752         (exp_downward_test_data): New variable.
28753         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28754         (exp_upward_test_data): New variable.
28755         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28756         (exp10_test_data): New variable.
28757         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28758         (exp2_test_data): New variable.
28759         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28760         (expm1_test_data): New variable.
28761         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28762         (fabs_test_data): New variable.
28763         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28764         (floor_test_data): New variable.
28765         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28766         (j0_test_data): New variable.
28767         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28768         (j1_test_data): New variable.
28769         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28770         (log_test_data): New variable.
28771         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28772         (log10_test_data): New variable.
28773         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28774         (log1p_test_data): New variable.
28775         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28776         (log2_test_data): New variable.
28777         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28778         (logb_test_data): New variable.
28779         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28780         (logb_downward_test_data): New variable.
28781         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28782         (nearbyint_test_data): New variable.
28783         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28784         (rint_test_data): New variable.
28785         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28786         (rint_tonearest_test_data): New variable.
28787         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28788         (rint_towardzero_test_data): New variable.
28789         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28790         (rint_downward_test_data): New variable.
28791         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28792         (rint_upward_test_data): New variable.
28793         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28794         (round_test_data): New variable.
28795         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28796         (sin_test_data): New variable.
28797         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28798         (sin_tonearest_test_data): New variable.
28799         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28800         (sin_towardzero_test_data): New variable.
28801         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28802         (sin_downward_test_data): New variable.
28803         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28804         (sin_upward_test_data): New variable.
28805         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28806         (sinh_test_data): New variable.
28807         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28808         (sinh_tonearest_test_data): New variable.
28809         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28810         (sinh_towardzero_test_data): New variable.
28811         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28812         (sinh_downward_test_data): New variable.
28813         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28814         (sinh_upward_test_data): New variable.
28815         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28816         (sqrt_test_data): New variable.
28817         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28818         (tan_test_data): New variable.
28819         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28820         (tan_tonearest_test_data): New variable.
28821         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28822         (tan_towardzero_test_data): New variable.
28823         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28824         (tan_downward_test_data): New variable.
28825         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28826         (tan_upward_test_data): New variable.
28827         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28828         (tanh_test_data): New variable.
28829         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28830         (tgamma_test_data): New variable.
28831         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28832         (trunc_test_data): New variable.
28833         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28834         (y0_test_data): New variable.
28835         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28836         (y1_test_data): New variable.
28837         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28838         (significand_test_data): New variable.
28839         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28841 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28843         [BZ #12387]
28844         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28846 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28848         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28850 2013-05-10  Andreas Jaeger  <aj@suse.de>
28852         [BZ #15448]
28853         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28854         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28856 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28858         * math/gen-libm-test.pl (adjust_arg): New function.
28859         (special_functions): Handle generating output in both functions
28860         and arrays.
28861         (parse_args): Likewise.
28862         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28863         $in_func argument to parse_args.
28864         * math/libm-test.inc (struct test_f_f_data): New type.
28865         (IF_ROUND_INIT_): New macro.
28866         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28867         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28868         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28869         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28870         (ROUND_RESTORE_): Likewise.
28871         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28872         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28873         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28874         (ROUND_RESTORE_FE_UPWARD): Likewise.
28875         (RUN_TEST_LOOP_f_f): New macro.
28876         (acos_test_data): New variable.
28877         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28878         (acos_tonearest_test_data): New variable.
28879         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28881 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28883         * benchtests/bench-skeleton.c (startup): Fix coding style.
28885 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28887         [BZ #6809]
28888         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28889         negative infinity argument.
28890         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28891         negative infinity argument.
28892         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28893         negative infinity argument.
28894         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28895         domain errors.
28897 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28899         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28900         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28901         * iconv/iconv_prog.c (main): Likewise.
28902         * locale/programs/charmap-dir.c (charmap_readdir)
28903         (fopen_uncompressed): Likewise.
28904         * locale/programs/locfile.c (siblings_uncached)
28905         (write_locale_data): Use lstat64 instead of lstat.
28906         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28907         stat.
28909 2013-05-10  Andreas Jaeger  <aj@suse.de>
28911         [BZ #15395]
28912         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28913         localization.
28914         Include <locale.h>.
28916 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28918         * elf/dl-close.c (_dl_close_worker): Add comments.
28920 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28922         [BZ #15359]
28923         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28924         high part of pi/2.
28925         (__ieee754_rem_pio2l): Update comments.
28927         [BZ #15429]
28928         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28929         high part of pi/2.
28930         (__ieee754_rem_pio2l): Update comments.
28932         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28933         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28935         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28936         M_PI_4l.
28938         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28939         (M_PI_34_LOG10El): Likewise.
28940         (M_PI2_LOG10El): Likewise.
28941         (M_PI4_LOG10El): Likewise.
28942         (M_PI_LOG10El): Likewise.
28944 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28946         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28948 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28950         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28951         (MINUS_ZERO_INIT): Likewise.
28952         (PLUS_INFTY_INIT): Likewise.
28953         (MINUS_INFTY_INIT): Likewise.
28954         (QNAN_VALUE_INIT): Likewise.
28955         (MAX_VALUE_INIT): Likewise.
28956         (MIN_VALUE_INIT): Likewise.
28957         (MIN_SUBNORM_VALUE_INIT): Likewise.
28958         (plus_zero): Initialize with PLUS_ZERO_INIT.
28959         (minus_zero): Initialize with MINUS_ZERO_INIT.
28960         (plus_infty): Initialize with PLUS_INFTY_INIT.
28961         (minus_infty): Initialize with MINUS_INFTY_INIT.
28962         (qnan_value): Initialize with QNAN_VALUE_INIT.
28963         (max_value): Initialize with MAX_VALUE_INIT.
28964         (min_value): Initialize with MIN_VALUE_INIT.
28965         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28967         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28968         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28969         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28970         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28972         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28973         (RUN_TEST_2_f): Likewise.
28974         (RUN_TEST_ff_f): Likewise.
28975         (RUN_TEST_fi_f): Likewise.
28976         (RUN_TEST_fl_f): Likewise.
28977         (RUN_TEST_fff_f): Likewise.
28978         (RUN_TEST_c_f): Likewise.
28979         (RUN_TEST_f_f1): Likewise.
28980         (RUN_TEST_fF_f1): Likewise.
28981         (RUN_TEST_fI_f1): Likewise.
28982         (RUN_TEST_ffI_f1): Likewise.
28983         (RUN_TEST_c_c): Likewise.
28984         (RUN_TEST_cc_c): Likewise.
28985         (RUN_TEST_f_i): Likewise.
28986         (RUN_TEST_f_i_tg): Likewise.
28987         (RUN_TEST_ff_i_tg): Likewise.
28988         (RUN_TEST_f_b): Likewise.
28989         (RUN_TEST_f_b_tg): Likewise.
28990         (RUN_TEST_f_l): Likewise.
28991         (RUN_TEST_f_L): Likewise.
28992         (RUN_TEST_sincos): Likewise.
28993         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28994         whether to show exceptions.  Do not include ");\n" in return
28995         value.
28996         (special_functions): Output call to RUN_TEST_sincos instead of
28997         check_float calls.  Update calls to new_test.
28998         (parse_args): Output call to single RUN_TEST_* macro instead of
28999         check_* calls and other assignments.  Update calls to new_test.
29001         [BZ #2546]
29002         [BZ #2560]
29003         [BZ #5159]
29004         [BZ #15426]
29005         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29006         input to result for tgamma overflow.
29007         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29008         (gamma_coeff): New variable.
29009         (NCOEFF): New macro.
29010         (gamma_positive): New function.
29011         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29012         underflow here.  Use gamma_positive instead of exp (lgamma) for
29013         other arguments.
29014         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29015         (gamma_coeff): New variable.
29016         (NCOEFF): New macro.
29017         (gammaf_positive): New function.
29018         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29019         underflow here.  Use gamma_positive instead of exp (lgamma) for
29020         other arguments.
29021         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29022         (gamma_coeff): New variable.
29023         (NCOEFF): New macro.
29024         (gammal_positive): New function.
29025         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29026         underflow here.  Use gamma_positive instead of exp (lgamma) for
29027         other arguments.
29028         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29029         (gamma_coeff): New variable.
29030         (NCOEFF): New macro.
29031         (gammal_positive): New function.
29032         (__ieee754_gammal_r): Handle positive infinity, overflow and
29033         underflow here.  Handle NaN the same as positive infinity.  Remove
29034         check x < 0xffffffff for negative integers.  Use gamma_positive
29035         instead of exp (lgamma) for other arguments.
29036         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29037         (gamma_coeff): New variable.
29038         (NCOEFF): New macro.
29039         (gammal_positive): New function.
29040         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29041         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29042         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29043         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29044         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29045         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29046         * sysdeps/generic/math_private.h (__gamma_productf): New
29047         prototype.
29048         (__gamma_product): Likewise.
29049         (__gamma_productl): Likewise.
29050         * math/Makefile (libm-calls): Add gamma_product.
29051         * math/libm-test.inc (tgamma_test): Add more tests.
29052         * sysdeps/i386/fpu/libm-test-ulps: Update.
29053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29055 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29057         * benchtests/bench-skeleton.c (main): Preheat CPU.
29059 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29061         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29063 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29065         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29066         and _dl_skip_args_internal.
29068 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29070         * manual/message.texi (Message Translation): Talk about users.
29071         Message to key mapping impacts design.
29073 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29075         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29077         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29079         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29080         * sysdeps/wordsize-64/glob64.c: ... here.
29082         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29083         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29084         New macros.
29086         * debug/getlogin_r_chk.c: Moved to ...
29087         * login/getlogin_r_chk.c: ... here.
29088         * debug/Makefile (routines): Move getlogin_r_chk to ...
29089         * login/Makefile (routines): ... here.
29090         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29091         * login/Versions (libc: GLIBC_2.4): ... here.
29093         * io/poll.c (__poll): Renamed from poll.
29094         Add libc_hidden_def.
29095         (poll): Define as weak alias.
29097         * debug/ptsname_r_chk.c: Moved to ...
29098         * login/ptsname_r_chk.c: ... here.
29099         * debug/Makefile (routines): Move ptsname_r_chk to ...
29100         * login/Makefile (routines): ... here.
29101         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29102         * login/Versions (libc: GLIBC_2.4): ... here.
29104         * posix/getlogin.c: Moved to ...
29105         * login/getlogin.c: ... here.
29106         * posix/getlogin_r.c: Moved to ...
29107         * login/getlogin_r.c: ... here.
29108         * posix/getlogin_r.c: Moved to ...
29109         * login/getlogin_r.c: ... here.
29110         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29111         * login/Makefile (routines): ... here.
29112         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29113         * login/Versions (libc: GLIBC_2.0): ... here.
29115         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29116         (setrlimit): Define as weak alias.
29118         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29119         Call __ names for open, ftruncate, and close.
29120         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29121         (truncate): Define as weak alias.
29123 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29125         * math/gen-libm-test.pl (parse_args): Initialize x before each
29126         test of frexp, modf and remquo.
29128         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29129         test signgam value.
29131 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29133         [BZ #15418]
29134         [BZ #15419]
29135         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29136         internal tests.
29137         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29139 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29141         * elf/dl-writev.h: New file.
29142         * elf/dl-misc.c: Include it.
29143         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29144         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29146 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29148         * math/libm-test.inc (noXFails): Remove variable.
29149         (noXPasses): Likewise.
29150         (BUILD_COMPLEX_INT): Remove macro.
29151         (print_screen): Remove xfail argument.
29152         (print_screen_max_error): Likewise.
29153         (update_stats): Likewise.
29154         (print_max_error): Likewise.  Update calls to other affected
29155         functions.
29156         (print_complex_max_error): Likewise.
29157         (test_single_exception): Update calls to print_screen.
29158         (test_single_errno): Likewise.
29159         (check_float_internal): Remove xfail argument.  Update calls to
29160         other affected functions.
29161         (check_float): Likewise.
29162         (check_complex): Likewise.
29163         (check_int): Likewise.
29164         (check_long): Likewise.
29165         (check_bool): Likewise.
29166         (check_longlong): Likewise.
29167         (main): Don't print noXFails and noXPasses.
29168         * math/gen-libm-test.pl (top level): Don't mention expected
29169         failure handling in comment.
29170         (new_test): Don't handle expected failures.
29171         (parse_args): Don't mention expected failure handling in comment.
29172         (generate_testfile): Don't handle expected failures.
29173         (parse_ulps): Likewise.
29174         (print_ulps_file): Likewise.
29175         (get_failure): Remove function.
29176         (output_test): Don't handle expected failures.
29177         * make/README.libm-test: Don't mention expected failure handling.
29179         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29180         (minus_zero): Likewise.
29181         (plus_infty): Likewise.
29182         (minus_infty): Likewise.
29183         (qnan_value): Likewise.
29184         (max_value): Likewise.
29185         (min_value): Likewise.
29186         (min_subnorm_value): Likewise.
29187         (initialize): Do not initialize those variables dynamically.
29189 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29191         * io/open.c (__open_2): Moved to ...
29192         * io/open_2.c: ... this new file.
29193         * io/open64.c (__open64_2): Moved to ...
29194         * io/open64_2.c: ... this new file.
29195         * io/openat.c (__openat_2): Moved to ...
29196         * io/openat_2.c: ... this new file.
29197         * io/openat64.c (__openat64_2): Moved to ...
29198         * io/openat64_2.c: ... this new file.
29199         * io/Makefile (routines): Add them.
29200         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29201         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29202         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29203         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29204         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29205         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29206         (__openat64): Add hidden_ver.
29207         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29208         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29210         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29211         Separately conditionalize setting of GLRO(dl_sysinfo) so
29212         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29213         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29215 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29217         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29218         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29219         definition.
29220         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29221         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29222         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29223         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29224         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29226 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29228         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29229         test signgam value.
29231         * math/libm-test.inc (hypot_test): Do not use
29232         IGNORE_ZERO_INF_SIGN.
29234 2013-05-03  Andreas Jaeger  <aj@suse.de>
29236         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29237         Linux 3.9.
29238         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29239         (PF_MAX): Adjust for VSOCK change.
29241 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29243         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29245 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29247         [BZ #15264]
29248         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29249         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29250         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29252 2013-05-02  David S. Miller  <davem@davemloft.net>
29254         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29256 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29258         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29260 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29262         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29264 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29266         [BZ #14952]
29267         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29268         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29269         Use __attribute__ ((__gnu_inline__)).
29270         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29271         Don't use __attribute__ ((__gnu_inline__)).
29273 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29275         [BZ #15423]
29276         * math/s_catan.c (__catan): Handle small real or imaginary part of
29277         input specially to avoid spurious underflow.
29278         * math/s_catanf.c (__catanf): Likewise.
29279         * math/s_catanh.c (__catanh): Likewise.
29280         * math/s_catanhf.c (__catanhf): Likewise.
29281         * math/s_catanhl.c (__catanhl): Likewise.
29282         * math/s_catanl.c (__catanl): Likewise.
29283         * math/libm-test.inc (catan_test): Add more tests.
29284         (catanh_test): Likewise.
29285         * sysdeps/i386/fpu/libm-test-ulps: Update.
29286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29288 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29292 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29294         [BZ #15416]
29295         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29296         accurately for denominator in atan2.
29297         * math/s_catanf.c (__catanf): Likewise.
29298         * math/s_catanh.c (__catanh): Likewise.
29299         * math/s_catanhf.c (__catanhf): Likewise.
29300         * math/s_catanhl.c (__catanhl): Likewise.
29301         * math/s_catanl.c (__catanl): Likewise.
29302         * math/libm-test.inc (catan_test): Add more tests.
29303         (catanh_test): Likewise.
29304         * sysdeps/i386/fpu/libm-test-ulps: Update.
29305         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29307 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29309         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29311         * benchtests/Makefile (bench): Remove slow benchmarks.
29312         * benchtests/atan-inputs: Add slow benchmark inputs.
29313         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29314         (BENCH_FUNC): Accept variant offset.
29315         (VARIANT): Define.
29316         * benchtests/bench-skeleton.c (main): Run benchmark for each
29317         variant.
29318         * benchtests/cos-inputs: Add slow benchmark inputs.
29319         * benchtests/exp-inputs: Likewise.
29320         * benchtests/pow-inputs: Likewise.
29321         * benchtests/sin-inputs: Likewise.
29322         * benchtests/slowatan-inputs: Remove.
29323         * benchtests/slowatan.c: Remove.
29324         * benchtests/slowcos-inputs: Remove.
29325         * benchtests/slowcos.c: Remove.
29326         * benchtests/slowexp-inputs: Remove.
29327         * benchtests/slowexp.c: Remove.
29328         * benchtests/slowpow-inputs: Remove.
29329         * benchtests/slowpow.c: Remove.
29330         * benchtests/slowsin-inputs: Remove.
29331         * benchtests/slowsin.c: Remove.
29332         * benchtests/slowtan-inputs: Remove.
29333         * benchtests/slowtan.c: Remove.
29334         * benchtests/tan-inputs: Add slow benchmark inputs.
29335         * scripts/bench.pl: Parse comments and directives.
29337         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29338         in CPPFLAGS.
29339         ($(objpfx)bench-%.c): Remove *-ITER.
29340         * benchtests/bench-modf.c: Remove definition of ITER.
29341         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29342         (main): Loop for DURATION seconds instead of fixed number of
29343         iterations.
29344         * scripts/bench.pl: Don't expect iterations in parameters.
29346 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29348         * io/fchdir.c (__fchdir): Renamed from fchdir.
29349         (fchdir): Define as weak alias.
29351 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29353         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29354         (ERRNO_EDOM): Likewise.
29355         (ERRNO_ERANGE): Likewise.
29356         (noErrnoTests): New variable.
29357         (init_max_error): Set errno to 0.
29358         (test_single_errno): New function.
29359         (test_errno): Likewise.
29360         (check_float_internal): Call test_errno.  Set errno to 0.
29361         (check_complex): Refer to errno tests in comment.
29362         (check_int): Call test_errno.  Set errno to 0.
29363         (check_long): Likewise.
29364         (check_bool): Likewise.
29365         (check_longlong): Likewise.
29366         (cos_test): Use ERRNO_* flags for errno tests instead of
29367         check_int.
29368         (expm1_test): Likewise.
29369         (fmod_test): Likewise.
29370         (ilogb_test): Likewise.
29371         (lgamma_test): Likewise.
29372         (pow_test): Likewise.
29373         (remainder_test): Likewise.
29374         (sin_test): Likewise.
29375         (tan_test): Likewise.
29376         (yn_test): Likewise.
29377         (initialize): Set errno to 0.
29378         (main): Print number of errno tests.
29379         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29381 2013-04-29  Andreas Jaeger  <aj@suse.de>
29383         [BZ #15084]
29384         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29385         and RES_USEVC.
29387         [BZ #15085]
29388         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29389         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29390         unimplemented.
29392         [BZ #15380]
29393         * stdlib/random.c (__initstate): Return NULL if
29394         __initstate fails.
29396         [BZ #15086]
29397         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29398         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29399         RES_SNGLKUPREOP.
29401 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29403         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29405 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29407         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29408         of individual tests.
29409         (casin_test): Likewise.
29410         (casinh_test): Likewise.
29412 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29414         [BZ #15409]
29415         * math/s_catan.c (__catan): Handle arguments with large real or
29416         imaginary part separately without squaring.
29417         * math/s_catanf.c (__catanf): Likewise.
29418         * math/s_catanh.c (__catanh): Likewise.
29419         * math/s_catanhf.c (__catanhf): Likewise.
29420         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29421         and redefine.
29422         (__catanhl): Handle arguments with large real or imaginary part
29423         separately without squaring.
29424         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29425         and redefine.
29426         (__catanl): Handle arguments with large real or imaginary part
29427         separately without squaring.
29428         * math/libm-test.inc (catan_test): Add more tests.
29429         (catanh_test): Likewise.
29430         * sysdeps/i386/fpu/libm-test-ulps: Update.
29431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29433 2013-04-27  Andreas Jaeger  <aj@suse.de>
29435         [BZ #15007]
29436         * stdlib/stdlib.h: Update guards for qecvt.
29437         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29438         <stdlib.h>.
29440 2013-04-27  Allan McRae  <allan@archlinux.org>
29442         * sysdeps/i386/fpu/libm-test-ulps: Update.
29444 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29446         [BZ #15406]
29447         * math/s_catan.c: Include <float.h>.
29448         (__catan): Ensure underflow exception occurs for underflowed
29449         result.
29450         * math/s_catanf.c: Include <float.h>.
29451         (__catanf): Ensure underflow exception occurs for underflowed
29452         result.
29453         * math/s_catanh.c: Include <float.h>.
29454         (__catanh): Ensure underflow exception occurs for underflowed
29455         result.
29456         * math/s_catanhf.c: Include <float.h>.
29457         (__catanhf): Ensure underflow exception occurs for underflowed
29458         result.
29459         * math/s_catanhl.c: Include <float.h>.
29460         (__catanhl): Ensure underflow exception occurs for underflowed
29461         result.
29462         * math/s_catanl.c: Include <float.h>.
29463         (__catanl): Ensure underflow exception occurs for underflowed
29464         result.
29465         * math/libm-test.inc (catan_test): Add more tests.
29466         (catanh_test): Likewise.
29468         [BZ #15405]
29469         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29470         underflowed result.
29471         * math/s_ccoshf.c (__ccoshf): Likewise.
29472         * math/s_ccoshl.c (__ccoshl): Likewise.
29473         * math/s_csin.c (__csin): Likewise.
29474         * math/s_csinf.c (__csinf): Likewise.
29475         * math/s_csinh.c (__csinh): Likewise.
29476         * math/s_csinhf.c (__csinhf): Likewise.
29477         * math/s_csinhl.c (__csinhl): Likewise.
29478         * math/s_csinl.c (__csinl): Likewise.
29479         * math/libm-test.inc (ccos_test): Add more tests.
29480         (ccosh_test): Likewise.
29481         (csin_test): Likewise.
29482         (csinh_test): Likewise.
29484 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29486         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29487         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29488         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29489         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29490         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29491         powerpc/power5+/fpu folders.
29492         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29495 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29497         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29499 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29501         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29502         additions to variable.
29503         [$(config-machine) = x86_64] (modules-names): Likewise.
29504         ($(objpfx)tst-audit3): Remove dependency.
29505         ($(objpfx)tst-audit3.out): Likewise.
29506         ($(objpfx)tst-audit4): Likewise.
29507         ($(objpfx)tst-audit4.out): Likewise.
29508         ($(objpfx)tst-audit5): Likewise.
29509         ($(objpfx)tst-audit5.out): Likewise.
29510         ($(objpfx)tst-audit6): Likewise.
29511         ($(objpfx)tst-audit6.out): Likewise.
29512         ($(objpfx)tst-audit7): Likewise.
29513         ($(objpfx)tst-audit7.out): Likewise.
29514         (tst-audit3-ENV): Remove variable.
29515         (tst-audit4-ENV): Likewise.
29516         (tst-audit5-ENV): Likewise.
29517         (tst-audit6-ENV): Likewise.
29518         (tst-audit7-ENV): Likewise.
29519         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29520         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29521         addition to variable.
29522         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29523         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29524         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29525         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29526         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29527         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29528         tst-audit3, tst-audit4 and tst-audit5.
29529         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29530         tst-audit6 and tst-audit7.
29531         [$(subdir) = elf] (modules-names): Add audit modules for those
29532         tests.
29533         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29534         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29535         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29536         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29537         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29538         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29539         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29540         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29541         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29542         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29543         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29544         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29545         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29546         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29547         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29548         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29549         Likewise.
29550         [$(subdir) = elf && $(config-cflags-avx) = yes]
29551         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29552         [$(subdir) = elf && $(config-cflags-avx) = yes]
29553         (CFLAGS-tst-auditmod4a.c): Likewise.
29554         [$(subdir) = elf && $(config-cflags-avx) = yes]
29555         (CFLAGS-tst-auditmod4b.c): Likewise.
29556         [$(subdir) = elf && $(config-cflags-avx) = yes]
29557         (CFLAGS-tst-auditmod6b.c): Likewise.
29558         [$(subdir) = elf && $(config-cflags-avx) = yes]
29559         (CFLAGS-tst-auditmod6c.c): Likewise.
29560         [$(subdir) = elf && $(config-cflags-avx) = yes]
29561         (CFLAGS-tst-auditmod7b.c): Likewise.
29562         * elf/tst-audit3.c: Move to ...
29563         * sysdeps/x86_64/tst-audit3.c: ... here.
29564         * elf/tst-audit4.c: Move to ...
29565         * sysdeps/x86_64/tst-audit4.c: ... here.
29566         * elf/tst-audit5.c: Move to ...
29567         * sysdeps/x86_64/tst-audit5.c: ... here.
29568         * elf/tst-audit6.c: Move to ...
29569         * sysdeps/x86_64/tst-audit6.c: ... here.
29570         * elf/tst-audit7.c: Move to ...
29571         * sysdeps/x86_64/tst-audit7.c: ... here.
29572         * elf/tst-auditmod3a.c: Move to ...
29573         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29574         * elf/tst-auditmod3b.c: Move to ...
29575         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29576         * elf/tst-auditmod4a.c: Move to ...
29577         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29578         * elf/tst-auditmod4b.c: Move to ...
29579         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29580         * elf/tst-auditmod5a.c: Move to ...
29581         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29582         * elf/tst-auditmod5b.c: Move to ...
29583         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29584         * elf/tst-auditmod6a.c: Move to ...
29585         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29586         * elf/tst-auditmod6b.c: Move to ...
29587         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29588         * elf/tst-auditmod6c.c: Move to ...
29589         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29590         * elf/tst-auditmod7a.c: Move to ...
29591         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29592         * elf/tst-auditmod7b.c: Move to ...
29593         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29595 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29597         [BZ #15366]
29598         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29599         define unconditionally.
29600         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29601         define unconditionally.
29602         (INT8_C, INT16_C, etc.): Likewise.
29604 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29606         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29607         __ehdr_start with hidden visibility.
29609         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29611 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29613         * math/libm-test.inc (cos_test): Use accurate hex constants.
29614         (sincost_test): Likewise.
29616 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29618         * math/libm-test.inc (catan_test): Add more tests.
29619         (catanh_test): Likewise.
29621         * math/s_catanf.c (__catanf): Use suffixed floating-point
29622         constants.
29623         * math/s_catanhf.c (__catanhf): Likewise.
29624         * math/s_catanhl.c (__catanhl): Likewise.
29625         * math/s_catanl.c (__catanl): Likewise.
29627         [BZ #15394]
29628         * math/s_catan.c (__catan): Calculate imaginary part of result
29629         with log1p not log unless computing log of number close to 0.
29630         * math/s_catanf.c (__catanf): Likewise.
29631         * math/s_catanl.c (__catanl): Likewise.
29632         * math/s_catanh.c (__catanh): Calculate real part of result with
29633         log1p not log unless computing log of number close to 0.
29634         * math/s_catanhf.c (__catanhf): Likewise.
29635         * math/s_catanhl.c (__catanhl): Likewise.
29636         * math/libm-test.inc (catan_test): Add more tests.
29637         (catanh_test): Likewise.
29638         * sysdeps/i386/fpu/libm-test-ulps: Update.
29639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29641 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29643         * benchtests/Makefile: Mention files in which fast and slow
29644         paths of math functions are implemented.
29646 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29648         * sysdeps/posix/timespec_get.c: New file.
29650 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29652         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29653         POWER.
29654         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29655         for POWER.
29656         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29657         powerpc/power5/fpu folders.
29658         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29659         * benchtests/Makefile: Add modf testcase.
29660         * benchtests/bench-modf.c: New file: Benchmark test for mo
29662 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29664         [BZ #14888]
29665         * time/Makefile (tests): Add tst-strptime-whitespace.
29666         * time/strptime_l.c (get_number): Use ISSPACE.
29667         (__strptime_internal): Likewise.
29668         * time/tst-strptime-whitespace.c: New test case.
29670 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29672         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29673         member.
29674         (_nss_files_init): Set it here.
29676 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29678         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29679         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29680         unsigned.
29682 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29684         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29686 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29688         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29689         size just once.
29691 2013-04-21  David S. Miller  <davem@davemloft.net>
29693         * po/ru.po: Update Russion translation from translation project.
29695 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29697         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29698         and setfsgid.
29700 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29702         * configure.in: Remove i386 configure warning. Remove i386 case.
29703         * configure: Regenerate.
29704         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29705         Add example to error message.
29706         * sysdeps/i386/configure: Regenerate.
29708 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29710         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29711         slowtan.
29712         * benchtests/cos-inputs: New file.
29713         * benchtests/slowcos-inputs: New file.
29714         * benchtests/slowcos.c: New file.
29715         * benchtests/slowtan-inputs: New file.
29716         * benchtests/slowtan.c: New file.
29717         * benchtests/tan-inputs: New file.
29719 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29721         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29722         considered kosher.
29724 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29726         * benchtests/Makefile: Include cppflags-iterator.mk to add
29727         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29729         * Makefile.in (bench-clean): New target.
29730         * benchtests/Makefile (bench-clean): Likewise.
29732 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29734         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29736 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29738         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29740 2013-04-15  Andreas Schwab  <schwab@suse.de>
29742         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29743         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29744         * nscd/pwdcache.c (cache_addpw): Likewise.
29745         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29746         more than recsize.
29748 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29750         * benchtests/Makefile (bench): Write all output to
29751         bench-out.tmp together.
29753 2013-04-15  Andreas Schwab  <schwab@suse.de>
29755         * nscd/nscd.c (main): Don't fork again after closing files.
29757 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29759         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29761         * benchtests/Rules (bench-deps): Collect dependencies into a
29762         single variable.  Add Makefile to dependencies.
29763         ($(objpfx)bench-%.c): Depend on bench-deps.
29765 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29766             Xavier Roche  <roche+kml2@exalead.com>
29768         [BZ #15361]
29769         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29770         just that it's a file descriptor.
29771         * manual/llio.texi (Synchronizing AIO Operations): Update description
29772         for EBADF error from aio_fsync.
29774 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29776         * Rules (bench): Move target definition...
29777         * benchtests/Makefile: ... here.
29779 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29781         * math/libm-test.inc (cos_test): Fix PI/2 test.
29782         (sincos_test): Likewise.
29783         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29784         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29786 2013-04-11  Andreas Schwab  <schwab@suse.de>
29788         [BZ #13988]
29789         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29790         accept exponent character only when digits were seen.
29791         * stdio-common/Makefile (tests): Add bug26.
29792         * stdio-common/bug26.c: New file.
29794         [BZ #14293]
29795         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29796         non-freeable.
29798 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29800         * Makeconfig (rtld-prefix): Define built linker prefix.
29801         * Rules (run-bench): Use it.
29802         * math/Makefile (run-regen-ulps): Likewise.
29804         * Rules (bench): Remove eval.
29806 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29807             Roland McGrath  <roland@hack.frob.com>
29808             Ondrej Bilka  <neleai@seznam.cz>
29810         [BZ #15346]
29811         * time/getdate.c: Include ctype.h and alloca.h.
29812         (__getdate_r): Trim leading and trailing spaces of input.
29813         * time/tst-getdate.c (tests): Add tests with leading and
29814         trailing spaces.
29816 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29818         [BZ #14280]
29819         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29820         when computing value.
29822 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29824         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29825         Use testrun.sh to run libm tests.
29827         [BZ #15309]
29828         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29830 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29832         [BZ #15264]
29833         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29835 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29837         * Makefile.in (regen-ulps): New target.
29838         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29839         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29840         [ifneq (no,$(PERL)] (regen-ulps): New target.
29841         [ifeq (no,$(PERL)] (regen-ulps): New target.
29842         * math/libm-test.inc (ulps_file_name): Define.
29843         (output_dir): New variable.
29844         (options): Add "output-dir" option.
29845         (parse_opt): Handle 'o' case.
29846         (main): If output_dir is non-NULL use it as a prefix
29847         otherwise use "".
29848         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29850 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29852         [BZ #10060, #10062]
29853         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29854         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29855         fail configure if __sync_val_compare_and_swap is not inlined.
29856         * sysdeps/i386/configure: Regenerate.
29857         * configure.in: Build for i686 when configured for i386.
29858         * configure: Regenerate.
29859         * README: Remove i386 reference.
29861 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29863         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29864         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29866 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29868         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29869         (lmsnanval): New variables.
29870         (F): Add conversion tests.
29871         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29872         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29874         * stdio-common/tstdiomisc.c (F): Properly collect individual
29875         tests' results.
29877         [BZ #14686, #15336]
29878         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29879         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29880         Instead, use input NaN values or generate a qNaN by arithmetic
29881         operation.  Also fix bugs to comply with the standard.
29882         * math/libm-test.inc (remainder_test): Add more tests.
29884         [BZ #15335, #15342]
29885         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29886         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29887         input NaN values or generate a qNaN by arithmetic operation.
29889         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29890         unreachable code.
29892         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29893         definitions.
29895 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29897         [BZ #14478]
29898         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29899         underflowed result.
29900         * math/s_cexpf.c (__cexpf): Likewise.
29901         * math/s_cexpl.c (__cexpl): Likewise.
29902         * math/libm-test.inc (cexp_test): Add more tests.
29904 2013-04-03  Andreas Schwab  <schwab@suse.de>
29906         [BZ #15330]
29907         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29908         order arrays from heap if bigger than alloca cutoff.
29910 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29912         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29913         (SNAN_TESTS_double): Refer to GCC PR56831.
29914         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29915         GCC PR56828.
29917 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29919         * Rules (bench): Move bench.out after the run is complete.
29921         * Rules (bench): Echo currently running benchmark.
29923         * benchtests/Makefile (bench): Add atan and slowatan.
29924         * benchtests/atan-inputs: New file.
29925         * benchtests/slowatan-inputs: New file.
29926         * benchtests/slowatan.c: New file.
29928         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29929         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29930         its value.
29932         [BZ #15305]
29933         * sysdeps/unix/sysv/linux/kernel-features.h
29934         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29935         __ASSUME_XFS_RESTRICTED_CHOWN.
29936         * sysdeps/unix/sysv/linux/pathconf.c
29937         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29938         Save and restore errno.
29940 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29942         [BZ #15327]
29943         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29944         arguments using __kernel_casinh.
29945         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29946         arguments using __kernel_casinhf.
29947         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29948         arguments using __kernel_casinhl.
29949         * math/libm-test.inc (cacosh_test): Add more tests.
29950         * sysdeps/i386/fpu/libm-test-ulps: Update.
29951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29953 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29955         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29956         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29958         * bench/Makefile (bench): Add sin and slowsin.
29959         * benchtests/sin-inputs: New file.
29960         * benchtests/slowsin-inputs: New file.
29961         * benchtests/slowsin.c: New file.
29963         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29964         (bench): Add slowexp and slowpow.
29965         (exp-ITER): Increase iterations.
29966         (pow-ITER): Likewise.
29967         * benchtests/exp-inputs: Change input.
29968         * benchtests/pow-inputs: Likewise.
29969         * benchtests/slowexp-inputs: New file.
29970         * benchtests/slowexp.c: New file.
29971         * benchtests/slowpow-inputs: New file.
29972         * benchtests/slowpow.c: New file.
29974 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29976         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29977         instructions.
29978         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29979         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29980         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29981         * benchtests/Makefile: Add rint benchtest.
29982         * benchtests/rint-inputs: Input for rint benchtest.
29984 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29986         * Versions.def (libm): Add GLIBC_2.18.
29987         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29988         hidden libm prototypes.
29989         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29990         * math/Makefile (libm-calls): Add s_issignaling.
29991         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29992         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29993         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29994         declaration.
29995         * math/math.h [__USE_GNU] (issignaling): New macro.
29996         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29997         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29998         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29999         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30000         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30001         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30002         * manual/arith.texi (issignaling): New section.
30003         * manual/libm-err-tab.pl (@all_functions): Update comment.
30004         * math/gen-libm-test.pl (parse_args): Apply special handling for
30005         issignaling.
30006         * math/libm-test.inc (print_float, issignaling_test): New
30007         functions.
30008         (check_float_internal): Add issignaling checks.
30009         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30010         default definition.
30011         * sysdeps/powerpc/math-tests.h: New file.
30012         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30013         tests.
30014         * math/test-snan.c (TEST_FUNC): Likewise.
30016 2013-03-30  David S. Miller  <davem@davemloft.net>
30018         * po/de.po: Update from translation team.
30020 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30022         [BZ #10357]
30023         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30024         imaginary part less than 1.0 and real part less than 0.5
30025         specially.
30026         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30027         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30028         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30029         (cacos_test): Add more tests.
30030         (casin_test): Likewise.
30031         (casinh_test): Likewise.
30032         * sysdeps/i386/fpu/libm-test-ulps: Update.
30033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30035 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30037         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30038         ONE with its value.
30040         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30041         (__pow_mp): Replace ONE and MONE with their values.
30042         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30043         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30044         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30045         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30046         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30047         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30049         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30051         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30052         (__pow_mp): Replace ZERO and MZERO with their values.
30053         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30054         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30055         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30056         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30057         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30058         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30059         (__sqr): Likewise.
30061         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30063         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30065 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30067         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30068         Declare with __attribute__ ((weak)).
30069         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30070         Call __call_tls_dtors only if it's not NULL.
30072 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30074         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30075         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30076         magic __ehdr_start linker symbol if it's defined.
30077         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30078         them up here if it was already done.
30080         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30081         (_dl_aux_init): Use const in cast when setting it.
30082         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30083         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30084         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30086         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30087         Declare them here.
30088         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30089         * csu/libc-tls.c: Nor here.
30090         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30092         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30093         (__libc_message): Never call vsyslog.
30095 2013-03-28  Alan Modra  <amodra@gmail.com>
30097         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30098         Define as empty.
30099         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30100         Likewise.
30102 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30104         [BZ #15214]
30105         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30106         underflow.
30107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30109 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30111         [BZ #15304]
30112         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30113         Don't add gid passed as argument.
30115         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30117 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30119         [BZ #15307]
30120         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30121         imaginary part between 1.0 and 1.5 and real part less than 0.5
30122         specially.
30123         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30124         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30125         * math/libm-test.inc (cacos_test): Add more tests.
30126         (casin_test): Likewise.
30127         (casinh_test): Likewise.
30128         * sysdeps/i386/fpu/libm-test-ulps: Update.
30129         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30131 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30133         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30134         constants.
30135         (norm): Likewise.
30136         (denorm): Likewise.
30137         (__dbl_mp): Likewise.
30138         (add_magnitudes): Likewise.
30139         (sub_magnitudes): Likewise.
30140         (__add): Likewise.
30141         (__sub): Likewise.
30142         (__mul): Likewise.
30143         (__sqr): Likewise.
30144         (__inv): Likewise.
30145         (__dvd): Likewise.
30147         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30148         commented code.
30149         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30150         (__dubcos): Likewise.
30151         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30152         (__ieee754_acos): Likewise.
30153         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30154         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30155         (__exp1): Likewise.
30156         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30157         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30158         (log1): Likewise.
30159         (my_log2): Likewise.
30160         (checkint): Likewise.
30161         * sysdeps/ieee754/dbl-64/e_remainder.c
30162         (__ieee754_remainder): Likewise.
30163         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30164         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30165         (bsloww): Likewise.
30166         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30168         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30169         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30170         MANTISSA_STORE_T to store computations on mantissa.  Use
30171         macros for rounding and division.
30172         (denorm): Likewise.
30173         (__dbl_mp): Likewise.
30174         (add_magnitudes): Likewise.
30175         (sub_magnitudes): Likewise.
30176         (__mul): Likewise.
30177         (__sqr): Likewise.
30178         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30179         powers of two in terms of TWOPOW macro.
30180         (mp_no): Make type of mantissa as MANTISSA_T.
30181         [!RADIXI]: Define RADIXI.
30182         [!TWO52]: Define TWO52.
30183         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30185 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30187         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30188         llroundl symbol when building for PPC32.
30190 2013-03-24  Mark H Weaver  <mhw@netris.org>
30192         * manual/arith.texi (Normalization Functions): Fix prototypes for
30193         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30195 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30197         [BZ #13889]
30198         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30199         high value to check if expl overflow.
30200         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30201         to check for underflow and overflow.
30202         * math/libm-test.inc: Add exp test.
30204 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30206         [BZ #11120]
30207         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30208         with NOT_IN_libc.
30210 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30212         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30213         symbol.
30215 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30217         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30218         wrap blocks consisting of several statements.
30220         * sysdeps/generic/math-tests.h: New file.
30221         * sysdeps/i386/fpu/math-tests.h: Likewise.
30222         * math/test-snan.c: Include it.
30223         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30225 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30227         [BZ #15285]
30228         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30229         (__ieee754_j0l): Do not improve calculations using cos of twice
30230         input for inputs above LDBL_MAX / 2.0L.
30231         (__ieee754_y0l): Likewise.
30232         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30233         (__ieee754_j1l): Do not improve calculations using cos of twice
30234         input for inputs above LDBL_MAX / 2.0L.
30235         (__ieee754_y1l): Likewise.
30236         * math/libm-test.inc (j0_test): Add another test.
30237         (j1_test): Likewise.
30238         (y0_test): Likewise.
30239         (y1_test): Likewise.
30240         * sysdeps/i386/fpu/libm-test-ulps: Update.
30242 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30244         * Rules ($(objpfx)bench-%.c): Include code from a C source
30245         file.
30247 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30249         [BZ #15287]
30250         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30251         imaginary part 1.0 and real part less than 0.5 specially.
30252         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30253         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30254         * math/libm-test.inc (cacos_test): Add more tests.
30255         (casin_test): Likewise.
30256         (casinh_test): Likewise.
30257         * sysdeps/i386/fpu/libm-test-ulps: Update.
30258         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30260 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30262         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30263         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30265 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30267         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30268         * config.make.in (config-cflags-sse4): Remove variable.
30269         (config-cflags-avx): Likewise.
30270         (config-cflags-sse2avx): Likewise.
30271         (config-cflags-novzeroupper): Likewise.
30272         (config-asflags-i686): Likewise.
30273         (have-mfma4): Likewise.
30274         (have-as-vis3): Likewise.
30275         (MIG): Likewise.
30276         * configure.in (MIG): Do not AC_SUBST.
30277         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30278         (libc_cv_cc_sse4): Do not AC_SUBST.
30279         (libc_cv_cc_avx): Likewise.
30280         (libc_cv_cc_sse2avx): Likewise.
30281         (libc_cv_cc_novzeroupper): Likewise.
30282         (libc_cv_cc_fma4): Likewise.
30283         (libc_cv_as_i686): Likewise.
30284         (libc_cv_sparc_as_vis3): Likewise.
30285         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30286         LIBC_CONFIG_VAR.
30287         (config-asflags-i686): Likewise.
30288         (config-cflags-avx): Likewise.
30289         (config-cflags-sse2avx): Likewise.
30290         (have-mfma4): Likewise.
30291         (config-cflags-novzeroupper): Likewise.
30292         * sysdeps/mach/configure.in (MIG): Likewise.
30293         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30294         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30295         LIBC_CONFIG_VAR.
30296         (config-cflags-avx): Likewise.
30297         (config-cflags-sse2avx): Likewise.
30298         (have-mfma4): Likewise.
30299         (config-cflags-novzeroupper): Likewise.
30300         * configure: Regenerated.
30301         * sysdeps/i386/configure: Likewise.
30302         * sysdeps/mach/configure: Likewise.
30303         * sysdeps/sparc/configure: Likewise.
30304         * sysdeps/x86_64/configure: Likewise.
30306 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30308         [BZ #14812]
30309         * locale/programs/localedef.c (options): Put N_ translation marker
30310         on argument names, not just descriptions.
30312 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30314         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30316 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30318         [BZ #14176]
30319         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30321 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30323         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30324         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30325         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30326         [!BEFORE_ABORT] (before_abort): New function.
30327         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30328         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30329         (writev_for_fatal): New function.
30330         (WRITEV_FOR_FATAL): New macro; call that.
30331         (backtrace_and_maps): New function.
30332         (BEFORE_ABORT): New macro; call that.
30333         (struct str_list): Type removed.
30334         (__libc_message, __libc_fatal): Functions removed.
30335         Include <sysdeps/posix/libc_fatal.c> instead.
30337 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30339         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30340         constants.
30341         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30342         double constants.
30344 2013-03-19  Andreas Schwab  <schwab@suse.de>
30346         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30347         * sysdeps/gnu/configure: Regenerate.
30349         * configure.in: Substitute libc_cv_rtlddir.
30350         * configure: Regenerate.
30351         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30352         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30353         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30354         * elf/Makefile (install-others, CFLAGS-interp.c)
30355         (ldso_install, common-ldd-rewrite): Likewise.
30356         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30357         $(inst_slibdir)/$(rtld-installed-name).
30358         * scripts/rellns-sh: Add -p option.
30359         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30360         for source.
30362 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30364         * manual/nptl.texi: Renamed to ...
30365         * manual/threads.texi: ... this.
30366         * manual/Makefile (chapters): Update.
30368 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30370         [BZ #14812]
30371         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30372         on argument names, not just descriptions.
30373         * malloc/memusagestat.c (options): Likewise.
30374         * nss/getent.c (options): Likewise.
30376 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30378         [BZ #14812]
30379         * iconv/iconv_prog.c (options): Put N_ translation marker
30380         on argument names, not just descriptions.
30381         * iconv/iconvconfig.c (options): Likewise.
30383 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30385         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30386         implementation which is faster on all x86_64 architectures.
30387         Tested on AMD, Intel Nehalem, SNB, IVB.
30388         * sysdeps/x86_64/strnlen.S: Likewise.
30390         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30391         Remove all multiarch strlen and strnlen versions.
30392         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30393         Remove strlen and strnlen related parts.
30395         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30396         Inline strlen part.
30397         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30399         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30400         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30401         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30402         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30403         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30404         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30406 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30408         * manual/memory.texi (Malloc Tunable Parameters):
30409         Sort parameters alphabetically. Add comments for missing entries.
30411 2013-03-17  David S. Miller  <davem@davemloft.net>
30413         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30415 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30417         [BZ #15283]
30418         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30419         for arguments at most half maximum finite value.
30420         * math/libm-test.inc (j0_test): Add more tests.
30421         (j1_test): Likewise.
30422         (y0_test): Likewise.
30423         (y1_test): Likewise.
30424         * sysdeps/i386/fpu/libm-test-ulps: Update.
30425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30427         [BZ #14155]
30428         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30429         1 / x and functions P and Q for arguments above 0x1p256L.
30430         (__ieee754_y0l): Likewise.
30431         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30432         (__ieee754_y1l): Likewise.
30433         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30434         (j1_test): Likewise.
30435         (y0_test): Likewise.
30436         (y1_test): Likewise.
30438 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30440         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30441         variable.
30443 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30445         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30446         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30447         zero since it's initialized to EXEC_PAGESIZE.
30449         * sysdeps/unix/sysv/linux/ldsodefs.h
30450         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30451         * sysdeps/generic/ldsodefs.h: ... here.
30453 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30455         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30457         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30458         math/test-snan.c.
30459         * math/test-snan.c: Renamed from
30460         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30461         * math/Makefile (tests): Add test-snan.
30462         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30463         test-powerpc-snan.
30465         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30466         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30467         functions.
30468         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30469         __builtin_nan family of functions.
30470         * math/libm-test.inc (initialize): Initialize qnan_value with
30471         __builtin_nan family of functions.
30472         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30473         Remove variables.
30474         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30475         Remove functions.
30476         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30477         storage class.  Initialize qNaN_var and sNaN_var with
30478         __builtin_nan and __builtin_nans families of functions,
30479         respectively.
30481         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30482         (sqrt_test): Remove duplicate test with qNaN input.
30483         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30484         (round_test, signbit_test, significand_test): Note missing +/-Inf
30485         as well as qNaN tests.
30487         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30488         qNaN_var.  Fix a few strings, too.
30489         * math/libm-test.inc (nan_value): Rename to qnan_value.
30490         * math/gen-libm-test.pl (%beautify): Adjust to that.
30491         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30492         * math/test-misc.c (main): Likewise.
30493         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30494         to __qnan_bytes, and __qnan_union, respectively.
30495         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30496         Likewise.
30497         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30498         and lqnanval, respectively.
30499         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30500         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30501         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30502         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30504         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30505         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30506         doubles.
30508         * math/test-misc.c (main): Fix copy'n'pastos.
30509         * misc/tst-efgcvt.c (special): Likewise.
30511         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30512         Remove declarations.
30514 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30516         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30517         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30518         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30519         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30521 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30523         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30524         macro to return vdso values correctly in IFUNC implementations.
30525         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30526         Optimization by using IFUNC.
30528 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30529             Richard Henderson  <rth@redhat.com>
30530             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30532         * Makefile.in (bench): New target.
30533         * NEWS: Mention the benchmark framework.
30534         * Rules (bench): Likewise.
30535         (binaries-bench): Generate binaries for functions to
30536         benchmark.
30537         * benchtests/Makefile: New makefile for benchmark tests.
30538         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30539         programs.
30540         * benchtests/exp-inputs: New input file for EXP function.
30541         * benchtests/pow-inputs: New input file for POW function.
30542         * scripts/bench.pl: New script to generate source files for
30543         benchmark programs.
30545 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30547         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30548         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30549         computations on mantissa.  Use macros for rounding and
30550         division.
30551         (denorm): Likewise.
30552         (__dbl_mp): Likewise.
30553         (add_magnitudes): Likewise.
30554         (sub_magnitudes): Likewise.
30555         (__mul): Likewise.
30556         (__sqr): Likewise.
30557         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30558         powers of two in terms of TWOPOW macro.
30559         (mp_no): Make type of mantissa as MANTISSA_T.
30560         [!RADIXI]: Define RADIXI.
30561         [!TWO52]: Define TWO52.
30562         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30564         * manual/nptl.texi (cindex): Modify threads to pthreads.
30566 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30568         * sysdeps/x86_64/preconfigure: Regenerated.
30570 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30572         [BZ #14155]
30573         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30574         0x1p28 and above.
30575         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30576         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30577         0x1p28 and above.
30578         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30579         * math/libm-test.inc (j0_test): Do not allow one spurious
30580         underflow exception.
30581         (y1_test): Likewise.
30583 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30585         * manual/Makefile (chapters): Add nptl.
30586         * manual/debug.texi (Debugging Support): Add link to Threads
30587         chapter.
30588         * manual/nptl.texi: New file.
30590         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30592 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30594         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30595         for non-NULL pointer before the memory validity test. Pointed
30596         out by Holger Brunck <holger.brunck@keymile.com>.
30598 2013-03-13  Andreas Schwab  <schwab@suse.de>
30600         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30601         instead of .os.
30603 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30605         * timezone/zic.c: Update from tzcode 2013b.
30607 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30609         * manual/install.texi (Configuring and compiling):
30610         Mention i686 and i586.
30611         * INSTALL: Regenerate.
30613 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30615         * sysdeps/init_array/elf-init.c: New file.
30616         * csu/elf-init.c
30617         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30618         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30620         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30621         __gmon_start__ as global, but as static with a .preinit_array pointer.
30622         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30623         * sysdeps/init_array/crti.S: New file, empty except for comments.
30624         * sysdeps/init_array/crtn.S: Likewise.
30626 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30628         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30629         definining bcopy.
30630         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30631         Remove Prefer_SSE_for_memop.
30632         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30633         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30634         HAS_PREFER_SSE_FOR_MEMOP.
30635         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30636         memset-x86-64.
30637         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30638         Remove bzero, memset ifunc support.
30639         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30640         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30641         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30642         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30644 2013-03-11  Andreas Schwab  <schwab@suse.de>
30646         [BZ #15234]
30647         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30648         by SHLIB_COMPAT.
30649         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30650         (GLIBC_2.16): Remove pthread_atfork.
30652 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30654         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30655         (ptestcases.h): Likewise.
30657 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30659         * Makeconfig ($(common-objpfx)config.status): Depend on
30660         sysdeps/*/preconfigure{,.in} too.
30662 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30664         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30665         (__free_hook): Use void * instead of __malloc_ptr_t.
30666         (__malloc_hook): Likewise.
30667         (__realloc_hook): Likewise.
30668         (__memalign_hook): Likewise.
30669         (__after_morecore_hook): Likewise.
30670         * malloc/arena.c (save_malloc_hook): Likewise.
30671         (save_free_hook): Likewise.
30672         * malloc/hooks.c (malloc_hook_ini): Likewise.
30673         (realloc_hook_ini): Likewise.
30674         (memalign_hook_ini): Likewise.
30675         * malloc/malloc.c (malloc_hook_ini): Likewise.
30676         (realloc_hook_ini): Likewise.
30677         (memalign_hook_ini): Likewise.
30678         (__free_hook): Likewise.
30679         (__malloc_hook): Likewise.
30680         (__realloc_hook): Likewise.
30681         (__memalign_hook): Likewise.
30682         (__libc_malloc): Likewise.
30683         (__libc_free): Likewise.
30684         (__libc_realloc): Likewise.
30685         (__libc_memalign): Likewise.
30686         (__libc_valloc): Likewise.
30687         (__libc_pvalloc): Likewise.
30688         (__libc_calloc): Likewise.
30689         (__posix_memalign): Likewise.
30690         * malloc/morecore.c (__sbrk): Likewise.
30691         (__default_morecore): Likewise.
30693         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30695         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30696         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30697         __malloc_ptrdiff_t.
30699         * malloc/malloc.h (__malloc_size_t): Remove macro.
30700         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30701         __malloc_size_t.
30702         (old_memalign_hook): Likewise.
30703         (old_realloc_hook): Likewise.
30704         (struct hdr): Likewise.
30705         (flood): Likewise.
30706         (mallochook): Likewise.
30707         (memalignhook): Likewise.
30708         (reallochook): Likewise.
30709         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30710         (tr_old_realloc_hook): Likewise.
30711         (tr_old_memalign_hook): Likewise.
30712         (tr_mallochook): Likewise.
30713         (tr_reallochook): Likewise.
30714         (tr_memalignhook): Likewise.
30716 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30718         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30719         default_ldbl_pack and using as default implementation.
30720         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30721         implementation.
30722         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30723         redundant definition.
30724         (ldbl_insert_mantissa): Likewise.
30725         (ldbl_canonicalize): Likewise.
30726         (ldbl_nearbyint): Likewise.
30727         (ldbl_pack): Rename to ldbl_pack_ppc.
30728         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30729         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30730         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30732 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30734         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30735         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30736         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30737         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30738         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30739         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30740         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30741         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30743 2013-03-07  Andreas Jaeger  <aj@suse.de>
30745         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30746         bits/mman-linux.h.
30748 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30750         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30751         Include mpa.h and declare __MPEXP.
30752         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30753         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30754         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30755         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30756         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30757         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30758         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30760         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30761         (__slowpow): Use long double EXPL and LOGL functions to
30762         compute POW.
30763         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30764         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30765         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30766         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30767         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30768         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30770         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30771         intermediate variable to calculate exponent.
30772         (__sqr): Likewise.
30773         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30774         Likewise.
30775         (__sqr): Likewise.
30777         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30778         [!NO__SQR]: Define __sqr.
30779         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30780         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30781         sysdeps/ieee754/dbl-64/mpa.c.
30782         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30784         [BZ #12723]
30785         * posix/Makefile (tests): Add tst-pathconf.
30786         * posix/tst-pathconf.c: New test case.
30787         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30788         _PC_PIPE_BUF.
30789         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30791 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30793         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30795 2013-03-06  Andreas Jaeger  <aj@suse.de>
30797         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30798         definition via __MAP_ANONYMOUS.
30800         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30801         it's not part of Linux headers.
30803         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30804         (MAP_HUGE_MASK): Define.
30806         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30807         Define.
30808         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30809         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30810         Define.
30811         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30812         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30813         Define.
30814         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30815         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30816         Define.
30817         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30819         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30820         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30821         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30822         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30823         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30824         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30826         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30827         Handle f2fs.
30829         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30830         Handle f2fs and efivarfs.
30832         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30833         f2fs.
30835         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30836         (EFIVARFS_MAGIC): Add.
30837         (F2FS_LINK_MAX): Add.
30839 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30841         * stdio-common/vfprintf.c: Replace __builtin_expect with
30842         __glibc_unlikely.
30844 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30846         [BZ #13550]
30847         * sysdeps/generic/bp-sym.h: Remove file.
30848         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30849         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30850         <bp-sym.h> and <bp-asm.h>.
30851         (__longjmp): Don't use BP_SYM.
30852         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30853         and <bp-asm.h>.
30854         (memcpy): Don't use BP_SYM.
30855         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30856         <bp-sym.h> and <bp-asm.h>.
30857         (memcpy): Don't use BP_SYM.
30858         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30859         <bp-asm.h>.
30860         (memcpy): Don't use BP_SYM.
30861         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30862         <bp-asm.h>.
30863         (memset): Don't use BP_SYM.
30864         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30865         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30866         (__bzero): Don't use BP_SYM.
30867         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30868         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30869         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30870         <bp-sym.h> and <bp-asm.h>.
30871         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30872         pointers.
30873         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30874         <bp-sym.h> and <bp-asm.h>.
30875         (memcpy): Don't use BP_SYM.
30876         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30877         <bp-sym.h> and <bp-asm.h>.
30878         (memset): Don't use BP_SYM.
30879         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30880         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30881         (__bzero): Don't use BP_SYM.
30882         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30883         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30884         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30885         <bp-sym.h> and <bp-asm.h>.
30886         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30887         pointers.
30888         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30889         <bp-sym.h> and <bp-asm.h>.
30890         (memcpy): Don't use BP_SYM.
30891         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30892         <bp-sym.h> and <bp-asm.h>.
30893         (memset): Don't use BP_SYM.
30894         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30895         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30896         (__bzero): Don't use BP_SYM.
30897         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30898         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30899         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30900         <bp-sym.h> and <bp-asm.h>.
30901         (__memchr): Don't use BP_SYM.
30902         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30903         <bp-sym.h> and <bp-asm.h>.
30904         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30905         pointers.
30906         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30907         <bp-sym.h> and <bp-asm.h>.
30908         (memcpy): Don't use BP_SYM.
30909         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30910         <bp-sym.h> and <bp-asm.h>.
30911         (__mempcpy): Don't use BP_SYM.
30912         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30913         <bp-sym.h> and <bp-asm.h>.
30914         (__memrchr): Don't use BP_SYM.
30915         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30916         <bp-sym.h> and <bp-asm.h>.
30917         (memset): Don't use BP_SYM.
30918         (__bzero): Likewise.
30919         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30920         <bp-sym.h> and <bp-asm.h>.
30921         (__rawmemchr): Don't use BP_SYM.
30922         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30923         <bp-sym.h> and <bp-asm.h>.
30924         (__STRCMP): Don't use BP_SYM.
30925         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30926         <bp-sym.h> and <bp-asm.h>.
30927         (strchr): Don't use BP_SYM.
30928         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30929         <bp-sym.h> and <bp-asm.h>.
30930         (__strchrnul): Don't use BP_SYM.
30931         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30932         <bp-sym.h> and <bp-asm.h>.
30933         (strlen): Don't use BP_SYM.
30934         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30935         <bp-sym.h> and <bp-asm.h>.
30936         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30937         pointers.
30938         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30939         <bp-sym.h> and <bp-asm.h>.
30940         (__strnlen): Don't use BP_SYM.
30941         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30942         <bp-sym.h> and <bp-asm.h>.
30943         (__GI__setjmp): Don't use BP_SYM.
30944         (_setjmp): Likewise.
30945         (__sigsetjmp): Likewise.
30946         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30947         (L(start_addresses)): Don't use BP_SYM.
30948         (_start): Likewise.
30949         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30950         <bp-asm.h>.
30951         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30952         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30953         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30954         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30955         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30956         <bp-asm.h>.
30957         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30958         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30959         about bounded pointers.
30960         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30961         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30962         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30963         <bp-asm.h>.
30964         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30965         about bounded pointers.  Remove GKM FIXME comments.
30966         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30967         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30968         <bp-asm.h>.
30969         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30970         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30971         Remove GKM FIXME comments.
30972         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30973         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30974         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30975         <bp-asm.h>.
30976         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30977         about bounded pointers.  Remove GKM FIXME comment.
30978         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30979         and <bp-asm.h>.
30980         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30981         pointers.
30982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30983         <bp-sym.h> and <bp-asm.h>.
30984         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30986         <bp-sym.h> and <bp-asm.h>.
30987         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30988         comment.
30990 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30992         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30993         call free(NULL).
30995 2013-03-05  David S. Miller  <davem@davemloft.net>
30997         * po/es.po: Update from translation team.
30999 2013-03-05  Andreas Jaeger  <aj@suse.de>
31001         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31002         <bits/mman-linux.h>.
31003         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31004         is fine.
31005         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31006         <bits/mman-linux.h> to end of file.
31007         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31008         is fine.
31009         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31010         <bits/mman-linux.h> to end of file.
31011         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31012         is fine.
31013         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31014         <bits/mman-linux.h> to end of file.
31016         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31017         (MCL_CURRENT, MCL_FUTURE): Define here.
31019 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31021         [BZ #15232]
31022         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31023         attribute_hidden.
31024         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31026 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31028         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31029         fourth parameter needed for rt_sigprocmask syscall.
31030         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31031         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31032         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31033         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31034         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31035         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31037 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31039         [BZ #13550]
31040         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31041         comment about bounded pointers.
31042         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31043         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31045 2013-03-04  Andreas Jaeger  <aj@suse.de>
31047         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31048         common definitions.
31050         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31051         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31052         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31053         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31054         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31055         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31057 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31059         [BZ #15055]
31060         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31061         __ieee754_sqrl instead of __sqrl.
31063 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31065         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31066         * sysdeps/powerpc/fpu_control.h: ... here.
31067         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31068         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31069         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31070         * sysdeps/powerpc/bits/mathinline.h: ... here.
31072 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31074         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31075         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31076         to just [NEED_DL_SYSINFO_DSO].
31077         * elf/dl-support.c: Likewise.
31078         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31079         * elf/rtld.c (dl_main): Likewise.
31080         * elf/setup-vdso.h (setup_vdso): Likewise.
31081         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31082         * sysdeps/unix/sysv/linux/dl-sysdep.c
31083         (_dl_discover_osversion): Likewise.
31085 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31087         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31088         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31090 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31092         * NEWS: Mention libm performance improvements and non-x86 PI
31093         futex support.
31095         * csu/libc-start.c (__pthread_initialize_minimal): Change
31096         function arguments.
31097         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31099 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31101         [BZ #13550]
31102         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31103         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31104         <bp-sym.h> and <bp-asm.h>.
31105         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31106         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31107         and <bp-asm.h>.
31108         (memcpy): Don't use BP_SYM.
31109         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31110         <bp-asm.h>.
31111         (__mpn_add_n): Don't use BP_SYM.
31112         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31113         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31114         and <bp-asm.h>.
31115         (__mpn_addmul_1): Don't use BP_SYM.
31116         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31117         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31118         <bp-sym.h>.
31119         (_setjmp): Don't use BP_SYM.
31120         (__novmx_setjmp): Likewise.
31121         (__GI__setjmp): Likewise.
31122         (__vmx_setjmp): Likewise.
31123         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31124         <bp-sym.h>.
31125         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31126         (__bzero): Don't use BP_SYM.
31127         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31128         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31129         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31130         <bp-sym.h> and <bp-asm.h>.
31131         (memcpy): Don't use BP_SYM.
31132         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31133         <bp-sym.h> and <bp-asm.h>.
31134         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31135         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31136         <bp-sym.h> and <bp-asm.h>.
31137         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31138         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31139         <bp-asm.h>.
31140         (__mpn_lshift): Don't use BP_SYM.
31141         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31142         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31143         <bp-asm.h>.
31144         (memset): Don't use BP_SYM.
31145         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31146         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31147         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31148         <bp-asm.h>.
31149         (__mpn_mul_1): Don't use BP_SYM.
31150         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31151         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31152         <bp-sym.h> and <bp-asm.h>.
31153         (memcmp): Don't use BP_SYM.
31154         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31155         <bp-sym.h> and <bp-asm.h>.
31156         (memcpy): Don't use BP_SYM.
31157         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31158         <bp-sym.h> and <bp-asm.h>.
31159         (memset): Don't use BP_SYM.
31160         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31161         <bp-sym.h> and <bp-asm.h>.
31162         (strncmp): Don't use BP_SYM.
31163         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31164         <bp-sym.h> and <bp-asm.h>.
31165         (memcpy): Don't use BP_SYM.
31166         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31167         <bp-sym.h> and <bp-asm.h>.
31168         (memset): Don't use BP_SYM.
31169         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31170         <bp-sym.h> and <bp-asm.h>.
31171         (__memchr): Don't use BP_SYM.
31172         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31173         <bp-sym.h> and <bp-asm.h>.
31174         (memcmp): Don't use BP_SYM.
31175         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31176         <bp-sym.h> and <bp-asm.h>.
31177         (memcpy): Don't use BP_SYM.
31178         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31179         <bp-sym.h> and <bp-asm.h>.
31180         (__mempcpy): Don't use BP_SYM.
31181         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31182         <bp-sym.h> and <bp-asm.h>.
31183         (__memrchr): Don't use BP_SYM.
31184         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31185         <bp-sym.h> and <bp-asm.h>.
31186         (memset): Don't use BP_SYM.
31187         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31188         <bp-sym.h> and <bp-asm.h>.
31189         (__rawmemchr): Don't use BP_SYM.
31190         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31191         <bp-sym.h> and <bp-asm.h>.
31192         (__STRCMP): Don't use BP_SYM.
31193         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31194         <bp-sym.h> and <bp-asm.h>.
31195         (strchr): Don't use BP_SYM.
31196         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31197         <bp-sym.h> and <bp-asm.h>.
31198         (__strchrnul): Don't use BP_SYM.
31199         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31200         <bp-sym.h> and <bp-asm.h>.
31201         (strlen): Don't use BP_SYM.
31202         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31203         <bp-sym.h> and <bp-asm.h>.
31204         (strncmp): Don't use BP_SYM.
31205         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31206         <bp-sym.h> and <bp-asm.h>.
31207         (__strnlen): Don't use BP_SYM.
31208         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31209         <bp-asm.h>.
31210         (__mpn_rshift): Don't use BP_SYM.
31211         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31212         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31213         <bp-sym.h> and <bp-asm.h>.
31214         (__sigsetjmp): Don't use BP_SYM.
31215         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31216         (L(start_addresses)): Don't use BP_SYM.
31217         (_start): Likewise.
31218         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31219         <bp-asm.h>.
31220         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31221         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31222         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31223         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31224         <bp-asm.h>.
31225         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31226         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31227         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31228         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31229         <bp-asm.h>.
31230         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31231         comments.
31232         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31233         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31234         <bp-asm.h>.
31235         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31236         FIXME comments.
31237         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31238         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31239         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31240         <bp-asm.h>.
31241         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31242         comment.
31243         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31244         and <bp-asm.h>.
31245         (strncmp): Don't use BP_SYM,
31246         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31247         <bp-asm.h>.
31248         (__mpn_sub_n): Don't use BP_SYM.
31249         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31250         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31251         and <bp-asm.h>.
31252         (__mpn_submul_1): Don't use BP_SYM.
31253         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31255         <bp-sym.h> and <bp-asm.h>.
31256         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31258         <bp-sym.h> and <bp-asm.h>.
31259         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31260         comment.
31262 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31264         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31265         Use ZK to minimize writes to Z.
31266         (sub_magnitudes): Simplify code a bit.
31267         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31268         Use ZK to minimize writes to Z.
31269         (sub_magnitudes): Simplify code a bit.
31271 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31273         * csu/gmon-start.c: Add special exception to license text.
31275 2013-02-27  Richard Henderson  <rth@redhat.com>
31277         * scripts/config.guess: Update from config.git.
31278         * scripts/config.sub: Likewise.
31280 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31282         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31284         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31286         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31288         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31290         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31292 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31294         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31295         [$(build-shared = yes].
31297 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31299         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31300         (__mul): Reduce iterations for calculating mantissa.
31302         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31303         MPTWO.
31304         (__mpranred): Likewise.
31306         [BZ #15160]
31307         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31308         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31310 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31312         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31313         Define __attribute__.
31315 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31317         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31318         unused.
31319         * posix/regex_internal.h (__attribute): Remove.
31320         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31321         (re_string_context_at): Likewise.
31322         (bitset_not): Use __attribute__ and mark function as possibly
31323         unused.
31324         (bitset_merge): Likewise.
31325         (bitset_mask): Likewise.
31326         (re_string_char_size_at): Likewise.
31327         (re_string_wchar_at): Likewise.
31328         (re_string_elem_size_at): Likewise.
31330 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31332         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31333         code.
31334         (cc32): Likewise.
31336         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31337         (__acr): Likewise.
31338         (__cpy): Likewise.
31339         (norm): Likewise.
31340         (denorm): Likewise.
31341         (__dbl_mp): Likewise.
31342         (add_magnitudes): Likewise.
31343         (sub_magnitudes): Likewise.
31344         (__mul): Likewise.
31345         (__inv): Likewise.
31347         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31348         style.
31350         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31351         style.
31353         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31354         code.
31356         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31357         up changes with default code.
31358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31359         Likewise.
31361 2013-02-24  Allan McRae  <allan@archlinux.org>
31363         * manual/socket.texi (The Internet Namespace): Order menu items
31364         to match that in the file.
31366         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31367         node listing of the info page menu.
31369 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31371         [BZ #13550]
31372         * sysdeps/i386/bp-asm.h: Remove file.
31373         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31374         (PARMS): Do not use macros from bp-asm.h.
31375         (S1): Likewise.
31376         (S2): Likewise.
31377         (SIZE): Likewise.
31378         (__mpn_add_n): Do not use BP_SYM
31379         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31380         "bp-asm.h".
31381         (PARMS): Do not use macros from bp-asm.h.
31382         (S1): Likewise.
31383         (SIZE): Likewise.
31384         (__mpn_addmul_1): Do not use BP_SYM
31385         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31386         "bp-asm.h".
31387         (PARMS): Do not use macros from bp-asm.h.
31388         (SIGMSK): Likewise.
31389         (_setjmp): Likewise.  Do not use BP_SYM.
31390         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31391         "bp-asm.h".
31392         (PARMS): Do not use macros from bp-asm.h.
31393         (SIGMSK): Likewise.
31394         (setjmp): Likewise.  Do not use BP_SYM.
31395         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31396         "bp-asm.h".
31397         (PARMS): Do not use macros from bp-asm.h.
31398         (__frexp): Do not use BP_SYM.
31399         (frexp): Likewise.
31400         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31401         "bp-asm.h".
31402         (PARMS): Do not use macros from bp-asm.h.
31403         (__frexpf): Do not use BP_SYM.
31404         (frexpf): Likewise.
31405         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31406         "bp-asm.h".
31407         (PARMS): Do not use macros from bp-asm.h.
31408         (__frexpl): Do not use BP_SYM.
31409         (frexpl): Likewise.
31410         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31411         "bp-asm.h".
31412         (PARMS): Do not use macros from bp-asm.h.
31413         (__remquo): Do not use BP_SYM.
31414         (remquo): Likewise.
31415         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31416         "bp-asm.h".
31417         (PARMS): Do not use macros from bp-asm.h.
31418         (__remquof): Do not use BP_SYM.
31419         (remquof): Likewise.
31420         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31421         "bp-asm.h".
31422         (PARMS): Do not use macros from bp-asm.h.
31423         (__remquol): Do not use BP_SYM.
31424         (remquol): Likewise.
31425         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31426         "bp-asm.h".
31427         (PARMS): Do not use macros from bp-asm.h.
31428         (DEST): Likewise.
31429         (SRC): Likewise.
31430         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31431         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31432         "bp-asm.h".
31433         (PARMS): Do not use macros from bp-asm.h.
31434         (strlen): Do not use BP_SYM.
31435         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31436         "bp-asm.h".
31437         (PARMS): Do not use macros from bp-asm.h.
31438         (S1): Likewise.
31439         (S2): Likewise.
31440         (SIZE): Likewise.
31441         (__mpn_add_n): Do not use BP_SYM.
31442         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31443         "bp-asm.h".
31444         (PARMS): Do not use macros from bp-asm.h.
31445         (S1): Likewise.
31446         (SIZE): Likewise.
31447         (__mpn_addmul_1): Do not use BP_SYM.
31448         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31449         weak_alias.
31450         (bzero): Likewise.
31451         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31452         "bp-asm.h".
31453         (PARMS): Do not use macros from bp-asm.h.
31454         (S): Likewise.
31455         (SIZE): Likewise.
31456         (__mpn_lshift): Do not use BP_SYM.
31457         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31458         "bp-asm.h".
31459         (PARMS): Do not use macros from bp-asm.h.
31460         (DEST): Likewise.
31461         (SRC): Likewise.
31462         (LEN): Likewise.
31463         (memcpy): Likewise.  Do not use BP_SYM.
31464         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31465         libc_hidden_def and weak_alias.
31466         (mempcpy): Do not use BP_SYM in weak_alias.
31467         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31468         "bp-asm.h".
31469         (PARMS): Do not use macros from bp-asm.h.
31470         (DEST): Likewise.
31471         (LEN): Likewise.
31472         [!BZERO_P] (CHR): Likewise.
31473         (memset): Likewise.  Do not use BP_SYM.
31474         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31475         "bp-asm.h".
31476         (PARMS): Do not use macros from bp-asm.h.
31477         (S1): Likewise.
31478         (SIZE): Likewise.
31479         (__mpn_mul_1): Do not use BP_SYM.
31480         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31481         "bp-asm.h".
31482         (PARMS): Do not use macros from bp-asm.h.
31483         (S): Likewise.
31484         (SIZE): Likewise.
31485         (__mpn_rshift): Do not use BP_SYM.
31486         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31487         "bp-asm.h".
31488         (PARMS): Do not use macros from bp-asm.h.
31489         (STR): Likewise.
31490         (CHR): Likewise.
31491         (strchr): Likewise.  Do not use BP_SYM.
31492         (index): Do not use BP_SYM in weak_alias.
31493         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31494         "bp-asm.h".
31495         (PARMS): Do not use macros from bp-asm.h.
31496         (DEST): Likewise.
31497         (SRC): Likewise.
31498         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31499         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31500         "bp-asm.h".
31501         (PARMS): Do not use macros from bp-asm.h.
31502         (strlen): Do not use BP_SYM.
31503         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31504         "bp-asm.h".
31505         (PARMS): Do not use macros from bp-asm.h.
31506         (S1): Likewise.
31507         (S2): Likewise.
31508         (SIZE): Likewise.
31509         (__mpn_sub_n): Do not use BP_SYM.
31510         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31511         "bp-asm.h".
31512         (PARMS): Do not use macros from bp-asm.h.
31513         (S1): Likewise.
31514         (SIZE): Likewise.
31515         (__mpn_submul_1): Do not use BP_SYM.
31516         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31517         "bp-asm.h".
31518         (PARMS): Do not use macros from bp-asm.h.
31519         (S1): Likewise.
31520         (S2): Likewise.
31521         (SIZE): Likewise.
31522         (__mpn_add_n): Do not use BP_SYM.
31523         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31524         weak_alias.
31525         (bzero): Likewise.
31526         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31527         "bp-asm.h".
31528         (PARMS): Do not use macros from bp-asm.h.
31529         (BLK2): Likewise.
31530         (LEN): Likewise.
31531         (memcmp): Do not use BP_SYM.
31532         (bcmp): Do not use BP_SYM in weak_alias.
31533         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31534         "bp-asm.h".
31535         (PARMS): Do not use macros from bp-asm.h.
31536         (DEST): Likewise.
31537         (SRC): Likewise.
31538         (LEN): Likewise.
31539         (memcpy): Likewise.  Do not use BP_SYM.
31540         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31541         "bp-asm.h".
31542         (PARMS): Do not use macros from bp-asm.h.
31543         (DEST): Likewise.
31544         (SRC): Likewise.
31545         (LEN): Likewise.
31546         (memmove): Likewise.  Do not use BP_SYM.
31547         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31548         "bp-asm.h".
31549         (PARMS): Do not use macros from bp-asm.h.
31550         (DEST): Likewise.
31551         (SRC): Likewise.
31552         (LEN): Likewise.
31553         (__mempcpy): Likewise.  Do not use BP_SYM.
31554         (mempcpy): Do not use BP_SYM in weak_alias.
31555         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31556         "bp-asm.h".
31557         (PARMS): Do not use macros from bp-asm.h.
31558         (DEST): Likewise.
31559         (LEN): Likewise.
31560         [!BZERO_P] (CHR): Likewise.
31561         (memset): Likewise.  Do not use BP_SYM.
31562         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31563         "bp-asm.h".
31564         (PARMS): Do not use macros from bp-asm.h.
31565         (STR2): Likewise.
31566         (strcmp): Do not use BP_SYM.
31567         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31568         "bp-asm.h".
31569         (PARMS): Do not use macros from bp-asm.h.
31570         (STR): Likewise.
31571         (DELIM): Likewise.
31572         [USE_AS_STRTOK_R] (SAVE): Likewise.
31573         (FUNCTION): Likewise.  Do not use BP_SYM.
31574         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31575         aliases.
31576         (strtok_r): Likewise.
31577         (__GI___strtok_r): Likewise.
31578         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31579         (PARMS): Do not use macros from bp-asm.h.
31580         (S): Likewise.
31581         (SIZE): Likewise.
31582         (__mpn_lshift): Do not use BP_SYM.
31583         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31584         (PARMS): Do not use macros from bp-asm.h.
31585         (STR): Likewise.
31586         (CHR): Likewise.
31587         (__memchr): Do not use BP_SYM.
31588         (memchr): Do not use BP_SYM in weak_alias.
31589         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31590         (PARMS): Do not use macros from bp-asm.h.
31591         (BLK2): Likewise.
31592         (LEN): Likewise.
31593         (memcmp): Do not use BP_SYM.
31594         (bcmp): Do not use BP_SYM in weak_alias.
31595         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31596         (PARMS): Do not use macros from bp-asm.h.
31597         (S1): Likewise.
31598         (SIZE): Likewise.
31599         (__mpn_mul_1): Do not use BP_SYM.
31600         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31601         "bp-asm.h".
31602         (PARMS): Do not use macros from bp-asm.h.
31603         (STR): Likewise.
31604         (CHR): Likewise.
31605         (__rawmemchr): Do not use BP_SYM.
31606         (rawmemchr): Do not use BP_SYM in weak_alias.
31607         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31608         (PARMS): Do not use macros from bp-asm.h.
31609         (S): Likewise.
31610         (SIZE): Likewise.
31611         (__mpn_rshift): Do not use BP_SYM.
31612         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31613         (PARMS): Do not use macros from bp-asm.h.
31614         (SIGMSK): Likewise.
31615         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31616         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31617         (_start): Do not use BP_SYM.
31618         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31619         (PARMS): Do not use macros from bp-asm.h.
31620         (DEST): Likewise.
31621         (SRC): Likewise.
31622         (__stpcpy): Likewise.  Do not use BP_SYM.
31623         (stpcpy): Do not use BP_SYM in weak_alias.
31624         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31625         "bp-asm.h".
31626         (PARMS): Do not use macros from bp-asm.h.
31627         (DEST): Likewise.
31628         (SRC): Likewise.
31629         (LEN): Likewise.
31630         (__stpncpy): Likewise.  Do not use BP_SYM.
31631         (stpncpy): Do not use BP_SYM in weak_alias.
31632         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31633         (PARMS): Do not use macros from bp-asm.h.
31634         (STR): Likewise.
31635         (CHR): Likewise.
31636         (strchr): Likewise.  Do not use BP_SYM.
31637         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31638         "bp-asm.h".
31639         (PARMS): Do not use macros from bp-asm.h.
31640         (STR): Likewise.
31641         (CHR): Likewise.
31642         (__strchrnul): Likewise.  Do not use BP_SYM.
31643         (strchrnul): Do not use BP_SYM in weak_alias.
31644         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31645         "bp-asm.h".
31646         (PARMS): Do not use macros from bp-asm.h.
31647         (STOP): Likewise.
31648         (strcspn): Do not use BP_SYM.
31649         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31650         "bp-asm.h".
31651         (PARMS): Do not use macros from bp-asm.h.
31652         (STR): Likewise.
31653         (STOP): Likewise.
31654         (strpbrk): Likewise.  Do not use BP_SYM.
31655         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31656         "bp-asm.h".
31657         (PARMS): Do not use macros from bp-asm.h.
31658         (STR): Likewise.
31659         (CHR): Likewise.
31660         (strrchr): Likewise.  Do not use BP_SYM.
31661         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31662         (PARMS): Do not use macros from bp-asm.h.
31663         (SKIP): Likewise.
31664         (strspn): Do not use BP_SYM.
31665         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31666         (PARMS): Do not use macros from bp-asm.h.
31667         (STR): Likewise.
31668         (DELIM): Likewise.
31669         (SAVE): Likewise.
31670         (FUNCTION): Likewise.  Do not use BP_SYM.
31671         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31672         aliases.
31673         (strtok_r): Likewise.
31674         (__GI___strtok_r): Likewise.
31675         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31676         (PARMS): Do not use macros from bp-asm.h.
31677         (S1): Likewise.
31678         (S2): Likewise.
31679         (SIZE): Likewise.
31680         (__mpn_sub_n): Do not use BP_SYM.
31681         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31682         "bp-asm.h".
31683         (PARMS): Do not use macros from bp-asm.h.
31684         (S1): Likewise.
31685         (SIZE): Likewise.
31686         (__mpn_submul_1): Do not use BP_SYM.
31687         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31688         <bp-sym.h>.
31689         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31690         and <bp-asm.h>.
31691         (PARMS): Do not use macros from bp-asm.h.
31692         (FLAGS): Likewise.
31693         (PTID): Likewise.
31694         (TLS): Likewise.
31695         (CTID): Likewise.
31696         (__clone): Do not use BP_SYM.
31697         (clone): Do not use BP_SYM in weak_alias.
31698         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31699         and <bp-asm.h>.
31700         (PARMS): Do not use macros from bp-asm.h.
31701         (LEN): Likewise.
31702         (__mmap64): Do not use BP_SYM.
31703         (mmap64): Do not use BP_SYM in weak_alias.
31704         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31705         <bp-sym.h> and <bp-asm.h>.
31706         (PARMS): Do not use macros from bp-asm.h.
31707         (__posix_fadvise64_l64): Do not use BP_SYM.
31708         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31709         (PARMS): Do not use macros from bp-asm.h.
31710         (NSOPS): Likewise.
31711         (semtimedop): Do not use BP_SYM.
31712         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31713         and <bp-asm.h>.
31715 2013-02-21  Allan McRae  <allan@archlinux.org>
31717         * manual/message.texi (Charset conversion in gettext):
31718         Move @end statement to beginning of line.
31720 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31722         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31723         static.
31724         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31725         Likewise.
31727         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31728         (denorm): Likewise.
31729         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31730         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31732 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31734         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31735         tail-call to the resolved function if pltexit isn't needed.
31737 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31739         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31740         or Y being zero as being unlikely.
31741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31742         Likewise.
31744 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31746         * manual/nss.texi (System Databases and Name Service Switch):
31747         Remove frobnicate @pxref.
31749 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31751         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31752         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31754 2013-02-20  Petr Machata  <pmachata@redhat.com>
31756         * elf/elf.h (R_ARM_TARGET1): New macro.
31757         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31758         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31759         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31760         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31761         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31762         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31763         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31764         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31765         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31766         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31767         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31768         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31769         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31770         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31771         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31772         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31773         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31774         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31775         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31776         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31777         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31778         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31779         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31780         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31781         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31782         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31783         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31784         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31785         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31786         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31787         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31788         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31789         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31790         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31791         (R_ARM_THM_GOT_BREL12): Likewise.
31792         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31793         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31794         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31795         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31796         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31797         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31798         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31799         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31800         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31802 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31804         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31805         __attribute_used__ to __attribute__ ((unused)).
31807 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31809         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31810         powerpc mpa.c.
31811         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31812         comment formatting.
31813         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31815 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31817         [BZ #13550]
31818         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31819         Remove macro.
31820         (ENTER): Remove both macro definitions.
31821         (LEAVE): Likewise.
31822         (CHECK_BOUNDS_LOW): Likewise.
31823         (CHECK_BOUNDS_HIGH): Likewise.
31824         (CHECK_BOUNDS_BOTH): Likewise.
31825         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31826         (RETURN_BOUNDED_POINTER): Likewise.
31827         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31828         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31829         (POP_ERRNO_LOCATION_RETURN): Likewise.
31830         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31831         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31832         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31833         macros.
31834         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31835         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31836         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31837         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31838         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31839         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31840         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31841         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31842         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31843         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31844         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31845         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31846         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31847         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31848         removed macros.
31849         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31850         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31851         macros.
31852         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31853         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31854         * sysdeps/i386/i586/memset.S (memset): Likewise.
31855         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31856         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31857         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31858         macros.
31859         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31860         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31861         Change uses of L(2) to L(out).
31862         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31863         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31864         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31865         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31866         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31867         removed macros.
31868         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31869         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31870         macros.
31871         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31872         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31873         (RETURN): Do not use macro LEAVE.
31874         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31875         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31876         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31877         * sysdeps/i386/i686/memset.S (memset): Likewise.
31878         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31879         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31880         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31881         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31882         Likewise.
31883         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31884         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31885         L(1_2) and L(1_3) into L(1).
31886         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31887         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31888         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31889         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31890         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31891         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31892         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31893         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31894         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31895         macros.
31896         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31897         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31898         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31899         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31900         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31901         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31902         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31903         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31904         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31905         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31906         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31907         * sysdeps/i386/strspn.S (strspn): Likewise.
31908         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31909         conditional code.
31910         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31911         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31912         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31913         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31914         L(1_3) into L(1_1).
31915         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31916         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31917         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31918         macros.
31919         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31921 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31923         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31924         macro.
31926 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31928         * math/atest-exp.c (exp_mpn): Remove ROUND.
31929         * math/atest-exp2.c (exp_mpn): Likewise.
31930         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31932         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31933         * stdlib/tst-tls-atexit-lib.c: Likewise.
31934         * stdlib/tst-tls-atexit.c: Likewise.
31936 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31938         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31939         and __attribute_alloc_size__.
31941 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31943         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31944         __attribute_alloc_size__.
31945         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31946         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31948 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31950         * include/programs/xmalloc.h: New file.
31951         * catgets/gencat.c: Include it.
31952         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31953         * elf/pldd.c: Likewise.
31954         * iconv/iconv_charmap.c: Likewise.
31955         * iconv/iconvconfig.c: Likewise.
31956         * iconv/strtab.c: Likewise.
31957         * locale/programs/locale.c: Likewise.
31958         * locale/programs/localedef.h: Likewise.
31959         * locale/programs/simple-hash.c: Likewise.
31960         * nscd/nscd.h: Likewise.
31961         * nss/makedb.c: Likewise.
31962         * sysdeps/generic/ldconfig.h: Likewise.
31964 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31966         * Versions.def: Add GLIBC_2.18.
31967         * include/link.h (struct link_map): New member l_tls_dtor_count.
31968         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31969         (__call_tls_dtors): Likewise.
31970         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31971         __cxa_thread_atexit_impl.
31972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31973         Likewise.
31974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31975         Likewise.
31976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31977         Likewise.
31978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31979         Likewise.
31980         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31981         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31982         Likewise.
31983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31984         Likewise.
31985         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31986         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31987         Likewise.
31988         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31989         (tests): Add test case tst-tls-atexit.
31990         (modules-names): Add shared library for tst-tls-atexit.
31991         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31992         (GLIBC_PRIVATE): Add __call_tls_dtors.
31993         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31994         for libstdc++.
31995         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31996         * stdlib/tst-tls-atexit.c: New test case.
31997         * stdlib/tst-tls-atexit-lib.c: New test case.
31999         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32001         * elf/Versions (ld): Add _dl_find_dso_for_object.
32002         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32003         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32004         (dl_open_worker): Use _dl_find_dso_for_object.
32005         * elf/dl-sym.c (do_sym): Likewise.
32006         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32008 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32010         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32011         Syntactic changes only.
32012         (_dl_runtime_profile): Do a tail-call to the resolved function.
32014 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32016         [BZ #13550]
32017         * sysdeps/x86_64/bp-asm.h: Remove file.
32018         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32019         <bp-sym.h> and <bp-asm.h>.
32020         (__clone): Do not use BP_SYM.
32021         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32022         <bp-sym.h> and <bp-asm.h>.
32023         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32024         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32025         "bp-asm.h".
32026         (_setjmp): Do not use BP_SYM.
32027         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32028         "bp-asm.h".
32029         (setjmp): Do not use BP_SYM.
32030         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32031         libc_hidden_def.
32032         (mempcpy): Do not use BP_SYM in weak_alias.
32033         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32034         "bp-asm.h".
32035         (strchr): Do not use BP_SYM.
32036         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32037         "bp-asm.h".
32038         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32039         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32040         (_start): Do not use BP_SYM.
32041         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32042         "bp-asm.h".
32043         (strcat): Do not use BP_SYM.
32044         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32045         "bp-asm.h".
32046         (STRCMP): Do not use BP_SYM.
32047         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32048         "bp-asm.h".
32049         (STRCPY): Do not use BP_SYM.
32050         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32051         "bp-asm.h".
32052         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32053         "bp-asm.h".
32054         (FUNCTION): Do not use BP_SYM.
32055         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32056         weak_alias.
32057         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32059 2013-02-17  Andreas Jaeger  <aj@suse.de>
32061         * time/Versions: Sort entries.
32062         * string/Versions: Likewise.
32063         * resolv/Versions: Likewise.
32064         * posix/Versions: Likewise.
32065         * iconv/Versions: Likewise.
32066         * elf/Versions: Likewise.
32067         * wcsmbs/Versions: Likewise.
32069 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32071         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32072         loop termination condition.
32074         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32075         variable to calculate EZ.
32076         (__sqr): Likewise.
32078         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32079         the lower precision input.
32081 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32083         [BZ #13550]
32084         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32085         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32086         (run-via-rtld-prefix): Do not handle %-bp tests.
32087         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32088         (all-object-suffixes): Remove .ob.
32089         (bppfx): Remove variable.
32090         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32091         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32092         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32093         [$(build-bounded) = yes] (libtype.ob): Likewise.
32094         * Makerules (elide-routines.ob): Remove variable.
32095         (do-tests-clean): Do not handle *-bp.out.
32096         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32097         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32098         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32099         (tests): Do not include $(tests-bp.out).
32100         (xtests): Do not include $(xtests-bp.out).
32101         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32102         [$(build-bounded) = yes] ($(addprefix
32103         $(objpfx),$(binaries-bounded))): Remove rule.
32104         ($(objpfx)%-bp.out): Remove rule.
32105         * config.make.in (build-bounded): Remove variable.
32106         * crypt/Makefile [$(build-bounded) = yes]
32107         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32108         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32109         append to variable.
32110         [$(build-bounded) = yes] (install-lib): Likewise.
32111         [$(build-bounded) = yes] (generated): Likewise.
32112         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32113         Remove rule.
32114         * intl/Makefile [$(build-bounded) = yes]
32115         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32116         * math/Makefile [$(build-bounded) = yes]
32117         ($(tests:%=$(objpfx)%-bp): Likewise.
32118         * misc/Makefile [$(build-bounded) = yes]
32119         ($(objpfx)tst-tsearch-bp): Likewise.
32120         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32121         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32122         Remove dependency.
32123         * string/Makefile (o-objects.ob): Remove variable.
32124         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32125         (CFLAGS-.ob): Remove variable.
32126         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32127         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32128         both definitions of variable.
32129         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32130         (ASFLAGS-.ob): Remove variable.
32132 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32134         [BZ #13550]
32135         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32136         Remove __BOUNDED_POINTERS__ from condition.
32137         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32138         * string/bits/string2.h [!__NO_STRING_INLINES &&
32139         !__BOUNDED_POINTERS__]: Likewise.
32140         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32141         Likewise.
32142         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32143         Remove conditional code.
32144         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32145         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32146         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32147         condition.
32149         [BZ #13550]
32150         * csu/libc-start.c: Do not include <bp-sym.h>.
32151         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32152         * elf/dl-open.c: Do not include <bp-sym.h>.
32153         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32154         * math/fegetenv.c: Do not include <bp-sym.h>.
32155         (fegetenv): Do not use BP_SYM in versioned symbols.
32156         * nptl/sysdeps/pthread/bits/libc-lockP.h
32157         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32158         <bp-sym.h>.
32159         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32160         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32161         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32162         (__pthread_mutex_destroy): Likewise.
32163         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32164         (__pthread_mutex_lock): Likewise.
32165         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32166         (__pthread_mutex_trylock): Likewise.
32167         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32168         (__pthread_mutex_unlock): Likewise.
32169         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32170         (__pthread_mutexattr_init): Likewise.
32171         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32172         (__pthread_mutexattr_destroy): Likewise.
32173         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32174         (__pthread_mutexattr_settype): Likewise.
32175         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32176         (__pthread_rwlock_init): Likewise.
32177         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32178         (__pthread_rwlock_destroy): Likewise.
32179         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32180         (__pthread_rwlock_rdlock): Likewise.
32181         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32182         (__pthread_rwlock_tryrdlock): Likewise.
32183         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32184         (__pthread_rwlock_wrlock): Likewise.
32185         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32186         (__pthread_rwlock_trywrlock): Likewise.
32187         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32188         (__pthread_rwlock_unlock): Likewise.
32189         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32190         (__pthread_key_create): Likewise.
32191         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32192         (__pthread_setspecific): Likewise.
32193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32194         (__pthread_getspecific): Likewise.
32195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32196         Likewise.
32197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32198         (_pthread_cleanup_push_defer): Likewise.
32199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32200         (_pthread_cleanup_pop_restore): Likewise.
32201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32202         (pthread_setcancelstate): Likewise.
32203         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32204         <bp-sym.h>.
32205         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32206         (memchr): Do not use BP_SYM in weak_alias.
32207         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32208         (fegetenv): Do not use BP_SYM in versioned symbols.
32209         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32210         (fesetenv): Do not use BP_SYM in versioned symbols.
32211         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32212         (feupdateenv): Do not use BP_SYM in versioned symbols.
32213         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32214         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32215         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32216         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32217         (open64): Do not use BP_SYM in weak_alias.
32218         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32219         (fegetenv): Do not use BP_SYM in versioned symbols.
32220         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32221         (fesetenv): Do not use BP_SYM in versioned symbols.
32222         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32223         (feupdateenv): Do not use BP_SYM in versioned symbols.
32224         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32225         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32226         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32227         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32228         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32229         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32230         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32231         <bp-sym.h>.
32232         (__libc_start_main): Do not use BP_SYM.
32234 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32236         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32237         redundant return line.
32238         (norm): Likewise.
32239         (denorm): Likewise.
32240         (dbl_mp): Likewise.
32241         (sub_magnitudes): Likewise.
32242         (__add): Likewise.
32243         (__sub): Likewise.
32244         (__mul): Likewise.
32245         (__inv): Likewise.
32246         (__dvd): Likewise.
32247         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32248         (norm): Likewise.
32249         (denorm): Likewise.
32250         (dbl_mp): Likewise.
32251         (sub_magnitudes): Likewise.
32252         (__add): Likewise.
32253         (__sub): Likewise.
32254         (__mul): Likewise.
32255         (__inv): Likewise.
32256         (__dvd): Likewise.
32258         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32259         instead of __mul.
32260         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32261         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32262         (cc32): Likewise.
32264         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32265         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32266         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32267         of __mul for squares.
32268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32269         function
32270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32271         Likewise.
32272         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32273         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32275 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32277         [BZ #13550]
32278         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32279         code.
32280         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32281         prototype or function definition.  Rename ubp_* variables and
32282         parameters.  Remove argv definitions conditional on
32283         [__BOUNDED_POINTERS__].
32284         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32285         * elf/dl-runtime.c (_dl_fixup): Likewise.
32286         * include/set-hooks.h (RUN_HOOK): Likewise.
32287         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32288         definition.
32289         * string/strcpy.c (strcpy): Do not use __unbounded.
32290         * sysdeps/generic/frame.h (struct layout): Likewise.
32291         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32292         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32293         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32294         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32295         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32296         (__backtrace): Likewise.
32297         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32298         use __ptrvalue.
32299         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32300         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32301         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32302         Likewise.
32303         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32304         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32305         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32306         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32307         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32308         Do not use __unbounded.
32309         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32310         Rename __unboundedrlimits parameter to rlimits in prototype.
32311         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32312         Do not use __unbounded.
32313         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32314         not use __ptrvalue.
32315         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32316         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32317         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32318         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32319         __ptrvalue or __unbounded.
32320         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32321         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32322         use __unbounded.
32323         (__new_msgctl): Do not use __ptrvalue.
32324         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32325         __unbounded.
32326         (__libc_msgrcv): Do not use __ptrvalue.
32327         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32328         startup_info): Do not use __unbounded.
32329         (__libc_start_main): Likewise.  Rename ubp_* variables and
32330         parameters.  Remove argv definitions conditional on
32331         [__BOUNDED_POINTERS__].
32332         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32333         __ptrvalue.
32334         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32335         use __unbounded.
32336         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32337         or __ptrvalue.
32338         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32339         use __unbounded.
32340         (__new_shmctl): Do not use __ptrvalue.
32341         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32342         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32343         Likewise.
32344         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32345         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32346         (__libc_sigaction): Likewise.
32347         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32348         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32349         Likewise.
32350         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32352 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32354         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32356         * string/mempcpy.c: Implement by calling memcpy.
32358 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32360         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32362         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32363         evaluation.
32365         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32366         values in the mantissa.
32368         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32369         minimize writes to Z.
32370         (sub_magnitudes): Simplify code a bit.
32372 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32374         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32375         from the message.  The linker prefixes all warnings with that already.
32377 2013-02-12  Andreas Schwab  <schwab@suse.de>
32379         [BZ #15078]
32380         * posix/regexec.c (extend_buffers): Add parameter min_len.
32381         (check_matching): Pass minimum needed length.
32382         (clean_state_log_if_needed): Likewise.
32383         (get_subexp): Likewise.
32384         * posix/Makefile (tests): Add bug-regex34.
32385         (bug-regex34-ENV): Define.
32386         * posix/bug-regex34.c: New file.
32388         [BZ #11561]
32389         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32390         elements compare against the byte sequence of it, not its name.
32391         * posix/Makefile (tests): Add bug-regex35.
32392         (bug-regex35-ENV): Define.
32393         * posix/bug-regex35.c: New file.
32395 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32397         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32398         comment.
32399         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32400         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32401         (CHECK_EOL): Add undef.
32403 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32405         * bits/stdlib-bsearch.h: New file.
32406         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32407         * stdlib/stdlib.h: Likewise.
32409 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32411         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32412         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32413         declaration.
32414         * manual/search.texi (Array Search Function): Add missing const in
32415         lfind prototype.
32416         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32417         declaration to use rlim_t.
32418         (Basic Scheduling Functions): Remove erroneous const from
32419         sched_getparam prototype.  Remove erroneous * from
32420         sched_get_priority_max and sched_get_priority_min prototypes.
32421         (Resource Usage): Fix summary @comment on vtimes to refer to
32422         sys/vtimes.h rather than vtimes.h.
32423         Add missing *s in vtimes prototype.
32424         (Limits on Resources): Fix ulimit prototype to return long int.
32425         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32426         prototypes to use long int rather than double.
32427         (BSD Random): Fix initstate and setstate to use char *, not void *.
32428         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32429         prototype to make second argument 'struct aiocb64 *const[]'.
32430         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32431         (Status of AIO Operations): Remove erroneous const in aio_return and
32432         aio_return64 prototypes.
32433         (Synchronizing I/O): Fix sync prototype to return void.
32434         * manual/startup.texi (Suboptions): Remove an erroneous const in
32435         getsubopt prototype.
32436         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32437         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32438         use size_t rather than int.
32439         (Scanning All Users): Likewise for getpwent_r.
32440         (Setting Groups): Add missing const to setgroups prototype.
32441         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32442         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32443         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32444         'const void *' rather than 'const char *'.
32445         (Host Address Functions): Likewise for inet_ntop.
32446         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32447         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32448         ssize_t for return value.
32449         (Sending Data): Likewise for send, sendto, sendmsg.
32450         (Socket Option Functions): Add a missing const in setsockopt prototype.
32451         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32452         use wchar_t for the argument.
32453         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32454         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32455         take no arguments.
32456         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32457         double/float/long double for second argument.
32458         Fix return types of significand, significandf, significandl.
32459         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32460         argument in fchmod prototype.
32461         (File Owner): Use uid_t and gid_t in fchown prototype.
32462         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32463         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32464         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32465         use 'const struct dirent **' as argument types to CMP function pointer
32466         argument.
32467         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32468         (File Times): Fix summary magic @comment for struct utimbuf and utime
32469         to refer to utime.h, not time.h.
32470         * manual/string.texi (Argz Functions): Add missing const in
32471         argz_extract and argz_next prototypes.
32472         (Finding Tokens in a String): Likewise for basename.
32473         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32474         (Copying and Concatenation): Fix typo in wmemmove prototype.
32475         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32476         (Signal Stack): Remove erroneous const in sigstack prototype.
32477         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32478         prototype.
32479         (Simple Calendar Time): Likewise for stime.
32480         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32481         prototype.
32482         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32483         say sys/sysctl.h instead.
32484         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32485         and vsyslog prototypes.
32487 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32489         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32490         Remove.
32492 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32494         * misc/sys/mman.h: Fix typo in mremap comment.
32496 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32498         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32499         the '\0' terminator.
32501 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32503         [BZ #13550]
32504         * debug/segfault.c: Don't include <bp-checks.h>.
32505         * sysdeps/generic/bp-checks.h: Remove file.
32506         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32507         (__GETDENTS): Don't use CHECK_N.
32508         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32509         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32510         (__getgroups): Don't use CHECK_N.
32511         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32512         (setgroups): Don't use CHECK_N.
32513         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32514         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32515         (__libc_msgrcv): Don't use CHECK_N.
32516         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32517         (__libc_msgsnd): Don't use CHECK_N.
32518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32519         <bp-checks.h>.
32520         (__libc_pread): Don't use CHECK_N.
32521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32522         include <bp-checks.h>.
32523         (__libc_pread64): Don't use CHECK_N.
32524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32525         include <bp-checks.h>.
32526         (__libc_pwrite): Don't use CHECK_N.
32527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32528         include <bp-checks.h>.
32529         (__libc_pwrite64): Don't use CHECK_N.
32530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32531         <bp-checks.h>.
32532         (__libc_pread): Don't use CHECK_N.
32533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32534         include <bp-checks.h>.
32535         (__libc_pread64): Don't use CHECK_N.
32536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32537         include <bp-checks.h>.
32538         (__libc_pwrite): Don't use CHECK_N.
32539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32540         include <bp-checks.h>.
32541         (__libc_pwrite64): Don't use CHECK_N.
32542         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32543         (do_pread): Don't use CHECK_N.
32544         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32545         (do_pread64): Don't use CHECK_N.
32546         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32547         (do_pwrite): Don't use CHECK_N.
32548         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32549         (do_pwrite64): Don't use CHECK_N.
32550         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32551         (__libc_readv): Don't use CHECK_N.
32552         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32553         (semop): Don't use CHECK_N.
32554         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32555         <bp-checks.h>.
32556         (semtimedop): Don't use CHECK_N.
32557         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32558         (__libc_pread): Don't use CHECK_N.
32559         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32560         <bp-checks.h>.
32561         (__libc_pread64): Don't use CHECK_N.
32562         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32563         <bp-checks.h>.
32564         (__libc_pwrite): Don't use CHECK_N.
32565         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32566         <bp-checks.h>.
32567         (__libc_pwrite64): Don't use CHECK_N.
32568         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32569         <bp-checks.h>.
32570         (__libc_msgrcv): Don't use CHECK_N.
32571         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32572         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32573         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32574         (__libc_writev): Don't use CHECK_N.
32576 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32578         * string/strcpy.c: Removed unused variable.
32580         * Makeconfig (+sysdep-includes): Define with := rather than =.
32581         Use an existing include/ subdir of each sysdeps dir before it.
32583 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32585         * nscd/connection.c (register_traced_file): Comment function.
32586         [HAVE_INOTIFY] (union __inev): Define.
32587         [HAVE_INOTIFY] (inotify_check_files): New function.
32588         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32589         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32590         clear_db_cache.
32591         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32593 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32595         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32596         loaded if not already and that a failure is permanent.
32598 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32600         [BZ #15006]
32601         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32602         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32604 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32606         [BZ #13550]
32607         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32608         (CHECK_1_NULL_OK): Likewise.
32609         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32610         (__fxstat): Do not use CHECK_1.
32611         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32612         <bp-checks.h>.
32613         (___fxstat64): Do not use CHECK_1.
32614         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32615         <bp-checks.h>.
32616         (__fxstatat): Do not use CHECK_1.
32617         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32618         <bp-checks.h>.
32619         (__fxstatat64): Do not use CHECK_1.
32620         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32621         <bp-checks.h>.
32622         (__fxstat): Do not use CHECK_1.
32623         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32624         <bp-checks.h>.
32625         (__fxstatat): Do not use CHECK_1.
32626         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32627         <bp-checks.h>.
32628         (__getresgid): Do not use CHECK_1.
32629         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32630         <bp-checks.h>.
32631         (__getresuid): Do not use CHECK_1.
32632         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32633         <bp-checks.h>.
32634         (__lxstat): Do not use CHECK_1.
32635         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32636         <bp-checks.h>.
32637         (__old_msgctl): Do not use CHECK_1.
32638         (__new_msgctl): Likewise.
32639         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32640         <bp-checks.h>.
32641         (__new_setrlimit): Do not use CHECK_1.
32642         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32643         <bp-checks.h>.
32644         (__old_shmctl): Do not use CHECK_1.
32645         (__new_shmctl): Likewise.
32646         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32647         <bp-checks.h>.
32648         (__xstat): Do not use CHECK_1.
32649         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32650         (__lxstat): Do not use CHECK_1.
32651         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32652         <bp-checks.h>.
32653         (___lxstat64): Do not use CHECK_1.
32654         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32655         (__old_msgctl): Do not use CHECK_1.
32656         (__new_msgctl): Likewise.
32657         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32658         <bp-checks.h>.
32659         (__gettimeofday): Do not use CHECK_1.
32660         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32661         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32662         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32663         <bp-checks.h>.
32664         (__gettimeofday): Do not use CHECK_1.
32665         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32666         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32667         (__new_shmctl): Do not use CHECK_1.
32668         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32669         <bp-checks.h>.
32670         (do_sigtimedwait): Do not use CHECK_1.
32671         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32672         <bp-checks.h>.
32673         (do_sigwaitinfo): Do not use CHECK_1.
32674         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32675         <bp-checks.h>.
32676         (msgctl): Do not use CHECK_1.
32677         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32678         <bp-checks.h>.
32679         (shmctl): Do not use CHECK_1.
32680         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32681         (ustat): Do not use CHECK_1.
32682         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32683         <bp-checks.h>.
32684         (__fxstat): Do not use CHECK_1.
32685         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32686         <bp-checks.h>.
32687         (__fxstatat): Do not use CHECK_1.
32688         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32689         <bp-checks.h>.
32690         (__lxstat): Do not use CHECK_1.
32691         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32692         <bp-checks.h>.
32693         (__xstat): Do not use CHECK_1.
32694         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32695         (__xstat): Do not use CHECK_1.
32696         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32697         (___xstat64): Do not use CHECK_1.
32699         [BZ #13550]
32700         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32701         definitions.
32702         (CHECK_BOUNDS_HIGH): Likewise.
32703         * string/strcpy.c: Do not include <bp-checks.h>.
32704         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32706 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32708         * nscd/nscd-client.h (__nscd_drop_map_ref):
32709         Add __attribute__ ((unused)).
32710         * nis/nss-nisplus.h (niserr2nss): Likewise.
32712         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32713         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32715         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32716         Remove inline keyword.
32717         * include/rounding-mode.h (round_away): Likewise.
32718         * libio/wfileops.c (adjust_wide_data): Likewise.
32719         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32720         (__m128i_strloadu_tolower): Likewise.
32721         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32722         (__m128i_strloadu_tolower): Likewise.
32723         * time/mktime.c (ydhms_diff): Likewise.
32724         * locale/elem-hash.h (elem_hash): Likewise.
32725         * locale/setlocale.c (setdata): Likewise.
32726         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32727         (re_string_wchar_at): Likewise.
32728         (bitset_not, bitset_merge, bitset_mask): Likewise.
32729         [!(__GNUC__ > 3)] (inline): Remove macro.
32730         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32731         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32732         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32733         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32734         * string/memcmp.c (memcmp_bytes): Likewise.
32735         * locale/programs/locarchive.c (compute_hashval): Likewise.
32736         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32737         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32738         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32739         * nss/getent.c (print_rpc, print_protocols): Likewise.
32740         (print_passwd, print_group, print_aliases): Likewise.
32741         * nis/nss-nisplus.h (niserr2nss): Likewise.
32742         * nscd/connections.c (restart_p): Likewise.
32743         Change return type to bool.
32745 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32747         * Makeconfig (all-Depend-files): Add existing
32748         $(sorted-subdirs:=/Depend) files.
32749         (all-subdirs): Remove nss.
32750         * sysdeps/unix/inet/Subdirs: Add it here instead.
32751         * hesiod/Depend: New file.
32753         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32754         instead of calling alloca.
32756         * io/lseek.c (__lseek): Rename to __libc_lseek.
32757         Define __lseek as an alias.
32759         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32761 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32763         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32764         else clause and remove check for non-standard endianness.
32766 2013-02-04  David S. Miller  <davem@davemloft.net>
32768         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32770 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32772         [BZ #13550]
32773         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32774         (__ubp_memchr): Remove prototype.
32775         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32776         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32777         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32778         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32779         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32780         Remove alias.
32781         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32782         (__ubp_memchr): Likewise.
32783         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32784         (__ubp_memchr): Likewise.
32785         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32786         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32787         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32788         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32789         CHECK_STRING.
32790         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32791         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32792         (__getcwd): Do not use CHECK_STRING.
32793         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32794         <bp-checks.h>.
32795         (__real_chown): Do not use CHECK_STRING.
32796         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32797         <bp-checks.h>.
32798         (fchownat): Do not use CHECK_STRING.
32799         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32800         CHECK_STRING.
32801         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32802         <bp-checks.h>.
32803         (__lchown): Do not use CHECK_STRING.
32804         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32805         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32806         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32807         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32809         include <bp-checks.h>.
32810         (truncate64): Do not use CHECK_STRING.
32811         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32812         <bp-checks.h>.
32813         (__real_chown): Do not use CHECK_STRING.
32814         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32815         <bp-checks.h>.
32816         (__lchown): Do not use CHECK_STRING.
32817         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32818         <bp-checks.h>.
32819         (__chown): Do not use CHECK_STRING.
32820         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32821         <bp-checks.h>.
32822         (truncate64): Do not use CHECK_STRING.
32823         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32824         Likewise.
32825         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32826         (__xmknod): Do not use CHECK_STRING.
32827         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32828         <bp-checks.h>.
32829         (__xmknodat): Do not use CHECK_STRING.
32830         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32831         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32833 2013-02-04  Andreas Schwab  <schwab@suse.de>
32835         [BZ #14142]
32836         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32837         * include/netdb.h: Likewise for h_errno.
32838         * elf/tst-stackguard1.c: Include <tls.h>.
32840 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32842         * elf/link.h (struct link_map): Extend the l_addr comment.
32843         * include/link.h (struct link_map): Likewise.
32845 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32847         [BZ #13550]
32848         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32849         (BOUNDED_1): Remove macro.
32850         * debug/backtrace.c: Don't include <bp-checks.h>.
32851         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32852         (__backtrace): Likewise.
32853         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32854         <bp-checks.h>.
32855         (__backtrace): Don't use BOUNDED_1.
32856         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32857         <bp-checks.h>.
32858         (__backtrace): Don't use BOUNDED_1.
32859         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32860         (__backtrace): Don't use BOUNDED_1.
32861         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32862         (shmat): Don't use BOUNDED_N.
32864 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32866         [BZ #13550]
32867         * sysdeps/generic/bp-start.h: Remove file.
32868         * csu/libc-start.c: Don't include <bp-start.h>.
32869         (LIBC_START_MAIN): Set up __environ directly instead of using
32870         INIT_ARGV_and_ENVIRON.
32871         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32872         <bp-start.h>.
32874         [BZ #13550]
32875         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32876         definitions.
32877         (CHECK_FCNTL): Likewise.
32878         (CHECK_N_PAGES): Likewise.
32880         [BZ #13550]
32881         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32882         definitions.
32883         (CHECK_SIGSET_NULL_OK): Likewise.
32884         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32885         <bp-checks.h>.
32886         (sigpending): Don't use CHECK_SIGSET.
32887         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32888         <bp-checks.h>.
32889         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32890         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32891         <bp-checks.h>.
32892         (do_sigsuspend): Don't use CHECK_SIGSET.
32893         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32894         use CHECK_SIGSET.
32895         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32896         (do_sigwait): Don't use CHECK_SIGSET.
32897         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32898         use CHECK_SIGSET.
32899         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32900         include <bp-checks.h>.
32901         (sigpending): Don't use CHECK_SIGSET.
32902         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32903         include <bp-checks.h>.
32904         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32905         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32906         <bp-checks.h>.
32907         (sigpending): Don't use CHECK_SIGSET.
32908         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32909         <bp-checks.h>.
32910         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32912         [BZ #13550]
32913         * sysdeps/generic/bp-semctl.h: Remove file.
32914         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32915         <bp-checks.h> and <bp-semctl.h>.
32916         (__old_semctl): Don't use CHECK_SEMCTL.
32917         (__new_semctl): Likewise.
32918         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32919         and <bp-semctl.h>.
32920         (__old_semctl): Don't use CHECK_SEMCTL.
32921         (__new_semctl): Likewise.
32922         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32923         <bp-checks.h> and <bp-semctl.h>.
32924         (__old_semctl): Don't use CHECK_SEMCTL.
32925         (__new_semctl): Likewise.
32926         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32927         <bp-checks.h> and <bp-semctl.h>.
32928         (semctl): Don't use CHECK_SEMCTL.
32930         [BZ #13550]
32931         * Makerules (elide-bp-thunks): Remove variable.
32932         (elide-routines.oS): Don't use $(elide-bp-thunks).
32933         (elide-routines.os): Likewise.
32934         (elide-routines.o): Likewise.
32935         (elide-routines.op): Likewise.
32936         (elide-routines.og): Likewise.
32937         (objects): Don't use $(bp-thunks).
32938         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32939         include.
32940         (common-generated): Do not add s-proto-bp.d.
32941         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32942         (int): Likewise.
32943         (typ): Likewise.
32944         Do not generate makefile rules for bounded-pointer thunks.
32945         * sysdeps/generic/bp-thunks.h: Remove file.
32946         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32947         * sysdeps/unix/s-proto-bp.S: Likewise.
32949         [BZ #15062]
32950         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32951         parts of result separately when argument is not close to line from
32952         -i to i and one part of argument is small.
32953         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32954         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32955         * math/libm-test.inc (cacos_test): Add more tests.
32956         (casin_test): Likewise.
32957         (casinh_test): Likewise.
32958         * sysdeps/i386/fpu/libm-test-ulps: Update.
32959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32961 2013-01-31  David S. Miller  <davem@davemloft.net>
32963         * po/de.po: Update from translation team.
32965 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32967         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32969 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32971         * configure.in (_AC_PROG_CC_C89): New definition.
32972         * configure: Regenerate.
32974         * configure.in (AC_PROG_CPP): New definition.
32975         * configure: Regenerate.
32977 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32979         * debug/tst-backtrace.h: New file.
32980         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32981         (ret): Remove variable.
32982         (x): Likewise.
32983         (FAIL): Remove macro.
32984         (NO_INLINE): Likewise.
32985         (fn1): Use match function instead of strstr.
32986         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32987         (ret): Remove variable.
32988         (x): Likewise.
32989         (FAIL): Remove macro.
32990         (NO_INLINE): Likewise.
32991         (fn): Use match function instead of strstr.
32992         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32993         (ret): Remove variable.
32994         (x): Likewise.
32995         (FAIL): Remove macro.
32996         (NO_INLINE): Likewise.
32997         (handle_signal): Use match function instead of strstr.
32998         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32999         (ret): Remove variable.
33000         (x): Likewise.
33001         (FAIL): Remove macro.
33002         (NO_INLINE): Likewise.
33003         (handle_signal): Use match function instead of strstr.
33005 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33007         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33009 2013-01-23  David S. Miller  <davem@davemloft.net>
33011         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33012         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33013         argument of CAS if possible.
33014         * sysdeps/sparc/sparc64/bits/atomic.h
33015         (__arch_compare_and_exchange_val_32_acq): Likewise.
33016         (__arch_compare_and_exchange_val_64_acq): Likewise.
33018 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33020         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33021         * sysdeps/posix/ulimit.c: ... this.
33022         Include <limits.h>.
33023         * sysdeps/unix/bsd/ulimit.c: Remove file.
33025 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33027         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33028         (LDFLAGS-tst-array5): Likewise.
33030 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33032         [BZ #15036]
33033         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33034         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33035         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33036         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33038 2013-01-21  David S. Miller  <davem@davemloft.net>
33040         * sysdeps/sparc/backtrace.c: New file.
33041         * sysdeps/sparc/sparc32/backtrace.h: New file.
33042         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33043         * sysdeps/sparc/sparc64/backtrace.h: New file.
33044         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33045         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33046         -funwind-tables.
33048 2013-01-21  Andreas Schwab  <schwab@suse.de>
33050         [BZ #15020]
33051         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33052         closed its stdout.
33054 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33056         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33057         "mpa2.h".
33058         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33060 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33061             Mark Mitchell  <mark@codesourcery.com>
33062             Tom de Vries  <tom@codesourcery.com>
33063             Paul Pluzhnikov  <ppluzhnikov@google.com>
33065         * debug/tst-backtrace2.c: New file.
33066         * debug/tst-backtrace3.c: Likewise.
33067         * debug/tst-backtrace4.c: Likewise.
33068         * debug/tst-backtrace5.c: Likewise.
33069         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33070         (CFLAGS-tst-backtrace3.c): Likewise.
33071         (CFLAGS-tst-backtrace4.c): Likewise.
33072         (CFLAGS-tst-backtrace5.c): Likewise.
33073         (LDFLAGS-tst-backtrace2): Likewise.
33074         (LDFLAGS-tst-backtrace3): Likewise.
33075         (LDFLAGS-tst-backtrace4): Likewise.
33076         (LDFLAGS-tst-backtrace5): Likewise.
33077         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33078         tst-backtrace4 and tst-backtrace5.
33080 2013-01-18  Anton Blanchard  <anton@samba.org>
33081             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33083         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33084         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33085         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33086         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33088         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33089         "+r" and remove output regs list as redundant.  Add explicit inline
33090         asm to specify register of return val to work around compiler codegen
33091         bug.  Remove (int) cast on return value.  Add return type parameter to
33092         use in macro so that this macro does not truncate return value for
33093         64-bit values.
33094         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33095         pass to INTERNAL_VSYSCALL_NCS.
33096         (INLINE_VSYSCALL): Add 'long int' as return type to
33097         INTERNAL_VSYSCALL_NCS macro invocation.
33098         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33099         INTERNAL_VSYSCALL_NCS macro invocation.
33100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33102 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33104         [BZ #14496]
33105         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33106         Fix application of SIMD FP exception mask.
33108         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33109         mp_no from a power of two.
33110         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33111         __mpexp_twomm1.  Use __pow_mp.
33113         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33114         multiplication.
33116 2013-01-17  David S. Miller  <davem@davemloft.net>
33118         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33120 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33122         [BZ #15023]
33123         * include/complex.h: Condition contents on [!_COMPLEX_H].
33124         (__kernel_casinhf): New prototype.
33125         (__kernel_casinh): Likewise.
33126         (__kernel_casinhl): Likewise.
33127         * math/Makefile (libm_calls): Add k_casinh.
33128         * math/k_casinh.c: New file.
33129         * math/k_casinhf.c: Likewise.
33130         * math/k_casinhl.c: Likewise.
33131         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33132         finite nonzero arguments.
33133         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33134         finite nonzero arguments.
33135         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33136         finite nonzero arguments.
33137         * math/s_casinh.c: Do not include <float.h>.
33138         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33139         * math/s_casinhf.c: Do not include <float.h>.
33140         (__casinhf): Move code for finite nonzero arguments to
33141         k_casinhf.c.
33142         * math/s_casinhl.c: Do not include <float.h>.
33143         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33144         redefine.
33145         (__casinhl): Move code for finite nonzero arguments to
33146         k_casinhl.c.
33147         * math/libm-test.inc (cacos_test): Add more tests.
33148         * sysdeps/i386/fpu/libm-test-ulps: Update.
33149         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33151 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33153         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33154         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33155         [!HAVE_MREMAP]: Remove [defined linux] case.
33156         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33158 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33160         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33162 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33164         * elf/elf.h (R_386_SIZE32): New relocation.
33165         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33166         R_386_SIZE32.
33167         (elf_machine_rela): Likewise.
33168         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33169         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33171 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33173         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33174         (FP_FAST_FMA): Do not define.
33175         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33176         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33177         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33178         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33179         !_SOFT_FLOAT]: Likewise.
33180         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33181         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33182         value.
33183         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33184         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33185         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33186         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33187         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33188         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33189         file.
33191 2013-01-16  Andreas Schwab  <schwab@suse.de>
33193         [BZ #14327]
33194         * include/stdlib.h (__mktemp): Add declaration.
33195         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33196         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33198 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33200         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33201         definitions.
33202         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33203         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33204         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33205         definitions here.
33206         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33207         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33208         definitions.
33209         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33210         and ONE.
33211         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33212         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33213         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33214         definitions.
33215         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33216         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33217         definitions.
33218         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33220         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33222 2013-01-15  David S. Miller  <davem@davemloft.net>
33224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33225         trunc{,f} to libm-sysdep_routes.
33226         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33228         file.
33229         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33231         file.
33232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33233         file.
33234         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33235         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33236         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33237         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33238         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33239         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33240         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33241         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33244         nearbyint{,f} to libm-sysdep_routes.
33245         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33247         New file.
33248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33249         file.
33250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33251         New file.
33252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33253         file.
33254         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33255         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33256         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33257         file.
33258         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33259         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33260         file.
33261         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33262         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33263         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33265         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33266         libc_feholdexcept and libc_fesetenv.
33268 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33270         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33272 2013-01-14  David S. Miller  <davem@davemloft.net>
33274         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33275         (SPARC_ASM_VIS2_IFUNC): Likewise.
33276         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33277         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33278         use of 'siam' instruction.
33279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33280         Likewise.
33281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33282         Likewise.
33283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33284         Likewise.
33285         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33286         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33287         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33288         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33290         file.
33291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33292         file.
33293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33294         file.
33295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33296         file.
33297         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33298         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33299         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33300         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33302         new VIS2 routines.
33303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33306         Likewise.
33307         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33308         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33309         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33310         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33312         routines to libm-sysdep_routines.
33313         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33316         fdim/fdimf to libm-sysdep_routines.
33317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33318         file.
33319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33321         file.
33322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33323         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33324         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33325         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33326         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33327         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33328         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33330 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33332         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33333         to optimize copies.
33335         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33336         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33337         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33339         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33340         local variable MPTWO.
33341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33342         Likewise.
33344 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33346         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33347         GLOB_NOESCAPE.
33349 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33351         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33353 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33355         * manual/pattern.texi (glob_t): Document gl_flags.
33356         (glob64_t): Likewise.
33358 2013-01-11  David S. Miller  <davem@davemloft.net>
33360         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33361         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33362         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33363         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33364         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33365         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33366         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33367         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33368         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33369         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33370         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33371         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33372         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33374         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33375         sparc V9 rather than using V8 code.
33376         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33377         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33379         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33380         Move to...
33381         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33382         Here.
33384 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33386         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33387         not in the main loop.
33388         * configure: Regenerated.
33390 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33392         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33393         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33394         to just #else.
33395         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33396         [!__GLIBC_HAVE_LONG_LONG] case.
33397         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33398         condition to just #else.
33399         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33400         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33401         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33402         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33403         unconditional.
33404         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33405         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33406         #elif condition to just #else.
33407         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33408         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33409         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33410         #elif condition to just #else.
33412 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33414         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33415         (EF_MIPS_ARCH_64): Fix value.
33416         (EF_MIPS_ARCH_32R2): New.
33417         (EF_MIPS_ARCH_64R2): New.
33419 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33421         * Makeconfig (+link-pie-before-libc): New.
33422         (+link-pie-after-libc): Likewise.
33423         (+link-pie-tests): Likewise.
33424         (+link-pie): Rewritten.
33425         (link-before-libc): Remove $(config-LDFLAGS).
33426         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33427         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33428         (config-LDFLAGS): Renamed to ...
33429         (rtld-LDFLAGS): This.
33430         (rtld-tests-LDFLAGS): New macro.
33431         (link-libc-rpath-link): Likewise.
33432         (link-libc-tests-rpath-link): Likewise.
33433         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33434         (link-libc): Prepand $(link-libc-rpath-link).
33435         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33436         (test-program-prefix): New macro.
33437         (test-via-rtld-prefix): Likewise.
33438         (test-program-cmd): Likewise.
33439         (host-test-program-cmd): Likewise.
33440         * Makefile ($(common-objpfx)testrun.sh): Replace
33441         $(run-program-prefix) with $(test-program-prefix).
33442         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33443         $(rtld-LDFLAGS).
33444         ($(common-objpfx)shlib.lds): Likewise.
33445         (build-module-helper): Likewise.
33446         ($(common-objpfx)format.lds): Likewise.
33447         * Rules (binaries-pie-tests): New.
33448         (binaries-pie-notests): Likewise.
33449         (binaries-pie): Rewritten.
33450         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33451         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33452         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33453         (make-test-out): Replace $(host-built-program-cmd) with
33454         $(host-test-program-cmd).
33455         * config.make.in (build-hardcoded-path-in-tests): New variable.
33456         * configure.in (--enable-hardcoded-path-in-tests): New configure
33457         option.
33458         (hardcoded_path_in_tests): New AC_SUBST.
33459         * configure: Regenerated.
33460         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33461         $(built-program-cmd) with $(test-program-cmd).
33462         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33463         (test_program_cmd): This.
33464         * elf/Makefile ($(objpfx)order.out): Run test with
33465         $(test-program-prefix).
33466         ($(objpfx)order2.out): Likewise.
33467         ($(objpfx)tst-initorder.out): Likewise.
33468         ($(objpfx)tst-initorder2.out): Likewise.
33469         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33470         $(test-program-cmd).
33471         ($(objpfx)tst-array1-static.out): Likewise.
33472         ($(objpfx)tst-array2.out): Likewise.
33473         ($(objpfx)tst-array3.out): Likewise.
33474         ($(objpfx)tst-array4.out): Likewise.
33475         ($(objpfx)tst-array5.out): Likewise.
33476         ($(objpfx)tst-array5-static.out): Likewise.
33477         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33478         $(test-program-cmd).
33479         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33480         $(run-program-prefix) with $(test-program-prefix).
33481         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33482         (test_program_prefix): This.
33483         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33484         $(run-program-prefix) with $(test-program-prefix).
33485         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33486         (test_program_prefix): This.
33487         * iconvdata/tst-tables.sh: Likewise.
33488         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33489         $(run-program-prefix) with $(test-program-prefix).
33490         ($(objpfx)tst-translit.out): Likewise.
33491         ($(objpfx)tst-gettext2.out): Likewise.
33492         ($(objpfx)tst-gettext4.out): Likewise.
33493         ($(objpfx)tst-gettext6.out): Likewise.
33494         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33495         (test_program_prefix): This.
33496         * intl/tst-gettext2.sh: Likewise.
33497         * intl/tst-gettext4.sh  Likewise.
33498         * intl/tst-gettext6.sh: Likewise.
33499         * intl/tst-translit.sh: Likewise.
33500         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33501         with $(test-program-cmd).
33502         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33503         $(run-program-prefix) with $(test-program-prefix).
33504         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33505         (test_program_prefix): This.
33506         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33507         $(run-program-prefix) with $(test-program-prefix).
33508         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33509         (test_program_prefix): This.
33510         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33511         * posix/Makefile ($(objpfx)globtest.out): Replace
33512         $(run-via-rtld-prefix) and $(test-wrapper) with
33513         $(test-program-prefix) and $(test-via-rtld-prefix).
33514         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33515         $(test-program-prefix).
33516         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33517         $(host-test-program-cmd).
33518         (tst-spawn-ARGS): Likewise.
33519         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33520         $(test-program-prefix).
33521         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33522         (test_via_rtld_prefix): This.
33523         (test_wrapper): Renamed to ...
33524         (test_program_prefix): This.
33525         (run_program_prefix): Replaced by test_program_prefix.
33526         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33527         (test_program_prefix): This.
33528         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33529         with $(host-test-program-cmd).
33530         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33531         $(run-program-prefix) with $(test-program-prefix).
33532         ($(objpfx)tst-printf.out): Likewise.
33533         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33534         $(test-program-cmd).
33535         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33536         (test_program_prefix): This.
33537         * stdio-common/tst-unbputc.sh: Likewise.
33538         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33539         $(run-program-prefix) with $(test-program-prefix).
33540         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33541         (test_program_prefix): This.
33542         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33543         $(built-program-cmd) with $(test-program-cmd).
33545 2013-01-11  Andreas Jaeger  <aj@suse.de>
33547         [BZ #15003]
33548         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33549         value. Sync with Linux 3.7.
33551 2013-01-10  David S. Miller  <davem@davemloft.net>
33553         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33554         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33555         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33557 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33559         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33560         never set.
33561         * configure: Regenerated.
33563 2013-01-10  David S. Miller  <davem@davemloft.net>
33565         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33566         sparc V9 rather than using V8 code.
33567         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33568         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33570 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33572         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33573         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33574         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33575         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33576         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33577         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33578         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33579         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33580         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33581         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33582         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33583         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33584         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33585         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33586         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33587         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33588         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33589         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33590         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33591         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33592         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33593         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33594         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33595         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33596         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33597         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33598         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33600 2013-01-10  David S. Miller  <davem@davemloft.net>
33602         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33604 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33606         * posix/Makefile (tests-static): New variable.
33607         (tests): Add $(tests-static).
33608         (tst-exec-static-ARGS): New variable.
33609         (tst-spawn-static-ARGS): Likewise.
33610         * posix/tst-exec-static.c: New file.
33611         * posix/tst-spawn-static.c: Likewise.
33612         * posix/tst-exec.c: Support run directly.
33613         * posix/tst-spawn.c: Likewise.
33615 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33617         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33618         long.
33619         * math/bits/mathcalls.h (llrint): Likewise.
33620         (llround): Likewise.
33621         * stdlib/stdlib.h (struct drand48_data): Likewise.
33622         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33623         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33624         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33625         Likewise.
33626         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33627         Likewise.
33628         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33629         (elf_greg_t): Likewise.
33630         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33631         (__jmp_buf): Likewise.
33632         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33633         definitions.
33634         (llrint): Likewise, for all definitions.
33635         (llrintl): Likewise.
33637         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33638         Remove [__GNUC__] condition.
33639         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33640         condition to just [__USE_ISOC99].
33641         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33643 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33645         [BZ #14200]
33646         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33647         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33648         defined.
33649         (_POSIX_V6_ILP32_OFF32): Likewise.
33650         (_XBS5_ILP32_OFF32): Likewise.
33651         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33652         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33654 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33656         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33658         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33659         doubles __mpexp_twomm1.  Adjust usage.
33660         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33661         Remove.
33663 2013-01-10  Andreas Schwab  <schwab@suse.de>
33665         [BZ #14964]
33666         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33667         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33669 2013-01-09  David S. Miller  <davem@davemloft.net>
33671         [BZ #15003]
33672         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33673         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33674         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33675         (TCP_FASTOPEN): Define.
33676         (tcp_repair_opt): New structure.
33677         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33678         enum values.
33679         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33680         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33681         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33682         (tcp_cookie_transactions): New structure.
33684 2013-01-09  Anton Blanchard  <anton@samba.org>
33686         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33687         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33688         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33689         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33691 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33693         * include/features.h (__USE_ANSI): Remove.
33695 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33697         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33699         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33701 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33703         * sysdeps/s390/fpu/libm-test-ulps: Update.
33705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33707         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33708         (__acr): Likewise.
33709         (__cpy): Likewise.
33710         (norm): Likewise.
33711         (denorm): Likewise.
33712         (__mp_dbl): Likewise.
33713         (__dbl_mp): Likewise.
33714         (add_magnitudes): Likewise.
33715         (sub_magnitudes): Likewise.
33716         (__add): Likewise.
33717         (__sub): Likewise.
33718         (__mul): Likewise.
33719         (__inv): Likewise.
33720         (__dvd): Likewise.
33721         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33722         (__acr): Likewise.
33723         (__cpy): Likewise.
33724         (norm): Likewise.
33725         (denorm): Likewise.
33726         (__mp_dbl): Likewise.
33727         (__dbl_mp): Likewise.
33728         (add_magnitudes): Likewise.
33729         (sub_magnitudes): Likewise.
33730         (__add): Likewise.
33731         (__sub): Likewise.
33732         (__mul): Likewise.
33733         (__inv): Likewise.
33734         (__dvd): Likewise.
33735         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33736         (__acr): Likewise.
33737         (__cpy): Likewise.
33738         (norm): Likewise.
33739         (denorm): Likewise.
33740         (__mp_dbl): Likewise.
33741         (__dbl_mp): Likewise.
33742         (add_magnitudes): Likewise.
33743         (sub_magnitudes): Likewise.
33744         (__add): Likewise.
33745         (__sub): Likewise.
33746         (__mul): Likewise.
33747         (__inv): Likewise.
33748         (__dvd): Likewise.
33750 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33752         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33753         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33754         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33755         2 && __USE_EXTERN_INLINES]: Likewise.
33757 2013-01-08  Andreas Jaeger  <aj@suse.de>
33759         [BZ# 14985]
33760         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33761         Remove.
33762         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33763         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33765 2013-01-07  Anton Blanchard  <anton@samba.org>
33767         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33768         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33769         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33770         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33771         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33772         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33773         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33774         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33775         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33776         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33777         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33778         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33779         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33780         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33781         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33782         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33783         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33784         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33785         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33786         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33787         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33788         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33789         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33790         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33791         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33792         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33793         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33794         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33795         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33796         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33797         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33798         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33799         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33800         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33801         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33802         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33803         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33804         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33805         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33806         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33807         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33808         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33809         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33811 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33813         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33814         (__MALLOC_PMT): Likewise.
33815         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33816         [__GNUC__], only on [_LIBC].
33817         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33818         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33819         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33820         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33821         forward declaration.
33822         (realloc_hook_ini): Likewise.
33823         (memalign_hook_ini): Likewise.
33824         (__libc_memalign): Do not use __MALLOC_PMT in variable
33825         declaration.
33826         (__libc_valloc): Likewise.
33827         (__libc_pvalloc): Likewise.
33828         (__libc_calloc): Likewise.
33829         (__posix_memalign): Likewise.
33831         [BZ #14996]
33832         * math/s_casinh.c: Include <float.h>.
33833         (__casinh): Do not do computation with squaring and square root
33834         for large arguments.
33835         * math/s_casinhf.c: Include <float.h>.
33836         (__casinhf): Do not do computation with squaring and square root
33837         for large arguments.
33838         * math/s_casinhl.c: Include <float.h>.
33839         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33840         (__casinhl): Do not do computation with squaring and square root
33841         for large arguments.
33842         * math/libm-test.inc (casin_test): Add more tests.
33843         (casinh_test): Likewise.
33844         * sysdeps/i386/fpu/libm-test-ulps: Update.
33845         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33847 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33849         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33850         (__x86_64_raw_data_cache_size): Likewise.
33851         (__x86_64_data_cache_size_half): Likewise.
33852         (__x86_64_raw_data_cache_size_half): Likewise.
33853         (__x86_64_shared_cache_size): Likewise.
33854         (__x86_64_raw_shared_cache_size): Likewise.
33855         (__x86_64_shared_cache_size_half): Likewise.
33856         (__x86_64_raw_shared_cache_size_half): Likewise.
33857         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33858         to ...
33859         (__x86_data_cache_size): This.
33860         (__x86_64_raw_data_cache_size): Renamed to ...
33861         (__x86_raw_data_cache_size): This.
33862         (__x86_64_data_cache_size_half): Renamed to ...
33863         (__x86_data_cache_size_half): This.
33864         (__x86_64_raw_data_cache_size_half): Renamed to ...
33865         (__x86_raw_data_cache_size_half): This.
33866         (__x86_64_shared_cache_size): Renamed to ...
33867         (__x86_shared_cache_size): This.
33868         (__x86_64_raw_shared_cache_size): Renamed to ...
33869         (__x86_raw_shared_cache_size): This.
33870         (__x86_64_shared_cache_size_half): Renamed to ...
33871         (__x86_shared_cache_size_half): This.
33872         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33873         (__x86_raw_shared_cache_size_half): This.
33874         * sysdeps/x86_64/memcpy.S: Updated.
33875         * sysdeps/x86_64/memset.S: Likewise.
33876         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33877         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33878         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33880 2013-01-04  David S. Miller  <davem@davemloft.net>
33882         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33884 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33886         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33887         1 to avoid redefinition warning.
33888         (__USE_GNU): Don't define.
33889         (init_signaling_nan): Protoize.
33891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33893 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33895         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33896         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33897         (__cpymn): Likewise.
33898         (norm): Remove commented code.
33899         (denorm): Likewise.
33900         (__mp_dbl): Likewise.
33901         (__inv): Likewise.
33902         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33903         (__cpymn): Likewise.
33904         (norm): Remove commented code.
33905         (denorm): Likewise.
33906         (__mp_dbl): Likewise.
33907         (__inv): Likewise.
33909         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33910         mp_no value for 1.0 and 2.0.
33911         (norm): Use RADIXI instead of radixi.d.
33912         (denorm): Likewise.
33913         (__mul): Use 0.0 instead of zero.d.
33914         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33915         mp_no value for 1.0 and 2.0.
33916         (norm): Use RADIXI instead of radixi.d.
33917         (denorm): Likewise.
33918         (__mul): Use 0.0 instead of zero.d.
33920 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33922         [BZ #14994]
33923         * math/s_casinh.c (__casinh): Reduce finite argument to first
33924         quadrant then set signs of results at the end.
33925         * math/s_casinhf.c (__casinhf): Likewise.
33926         * math/s_casinhl.c (__casinhl): Likewise.
33927         * math/libm-test.inc (casin_test): Add more tests.
33928         (casinh_test): Likewise.
33929         * sysdeps/i386/fpu/libm-test-ulps: Update.
33930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33932 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33934         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33936         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33938         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33939         declarations.
33940         (denorm): Likewise.
33941         (__mp_dbl): Likewise.
33942         (__inv): Likewise.
33944         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33945         and adjust the header comment.
33947         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33948         variable name from declaration.
33950 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33952         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33953         Initialize COMMON_CPUID_INDEX_7 element.
33954         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33955         (CPUID_RTM): Likewise.
33956         (HAS_RTM): Likewise.
33957         (COMMON_CPUID_INDEX_7): New enum.
33959 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33961         [BZ #14981]
33962         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33963         size is zero, record memory as freed.
33965 2013-01-03  Andreas Jaeger  <aj@suse.de>
33967         * po/ia.po: Add new Interlingua translation.
33969 2012-01-03  Allan McRae  <allan@archlinux.org>
33971         * locale/programs/localedef.c: Fix description of '--posix' flag.
33973 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33975         * NEWS: Update dates in second copyright notice.
33976         * README: Update copyright dates in example.
33977         * manual/libc.texinfo: Update copyright dates.
33978         * scripts/test-installation.pl: Update copyright date in --version
33979         output.
33981         * hurd/ctty-input.c: Fix copyright notice formatting.
33982         * hurd/ctty-output.c: Likewise.
33983         * hurd/dtable.c: Likewise.
33984         * hurd/hurd-raise.c: Likewise.
33985         * hurd/hurdprio.c: Likewise.
33986         * hurd/msgportdemux.c: Likewise.
33987         * misc/sys/file.h: Likewise.
33988         * misc/sys/ioctl.h: Likewise.
33989         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33990         * sysdeps/mach/hurd/chdir.c: Likewise.
33991         * sysdeps/mach/hurd/fchdir.c: Likewise.
33992         * sysdeps/mach/hurd/rename.c: Likewise.
33993         * sysdeps/mach/hurd/rmdir.c: Likewise.
33994         * sysdeps/mach/hurd/seekdir.c: Likewise.
33995         * sysdeps/mach/hurd/setsid.c: Likewise.
33996         * sysdeps/posix/wait3.c: Likewise.
33998         * All files with FSF copyright notices: Update copyright dates
33999         using scripts/update-copyrights.
34000         * intl/plural.c: Regenerated.
34001         * locale/programs/charmap-kw.h: Likewise.
34002         * locale/programs/locfile-kw.h: Likewise.
34004 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34006         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34007         four values.
34009         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34010         calculation loop and add branch prediction.
34012         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34013         check access beyond bounds of m1np.
34015         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34016         MPTWO.
34017         (__inv): Remove local variable MPTWO to use the global
34018         constant.
34019         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34020         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34021         variable MPTWO.
34022         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34023         MP3HALFS static const.
34025 2013-01-01  David S. Miller  <davem@davemloft.net>
34027         * po/ca.po: Update from translation team.
34029 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34031         * scripts/update-copyrights: New file.
34032         * Makeconfig: Reformat copyright notice.
34033         * ctype/ctype.h: Likewise.
34034         * debug/swprintf_chk.c: Likewise.
34035         * elf/dl-cache.c: Likewise.
34036         * elf/dl-debug.c: Likewise.
34037         * elf/dl-object.c: Likewise.
34038         * grp/initgroups.c: Likewise.
34039         * hurd/Makefile: Likewise.
34040         * hurd/hurd/signal.h: Likewise.
34041         * hurd/hurdfault.c: Likewise.
34042         * hurd/hurdioctl.c: Likewise.
34043         * hurd/hurdlookup.c: Likewise.
34044         * hurd/intr-msg.c: Likewise.
34045         * iconv/gconv_open.c: Likewise.
34046         * libio/swprintf.c: Likewise.
34047         * locale/lc-ctype.c: Likewise.
34048         * locale/nl_langinfo.c: Likewise.
34049         * mach/Machrules: Likewise.
34050         * mach/Makefile: Likewise.
34051         * malloc/obstack.h: Likewise.
34052         * manual/Makefile: Likewise.
34053         * manual/tsort.awk: Likewise.
34054         * misc/bits/stab.def: Likewise.
34055         * nis/nis_print_group_entry.c: Likewise.
34056         * nis/nis_table.c: Likewise.
34057         * nis/nss_compat/compat-pwd.c: Likewise.
34058         * nis/nss_compat/compat-spwd.c: Likewise.
34059         * po/Makefile: Likewise.
34060         * posix/fnmatch.c: Likewise.
34061         * posix/regex.h: Likewise.
34062         * resolv/Makefile: Likewise.
34063         * resolv/nss_dns/dns-network.c: Likewise.
34064         * resolv/res_hconf.c: Likewise.
34065         * scripts/gen-sorted.awk: Likewise.
34066         * soft-fp/soft-fp.h: Likewise.
34067         * stdio-common/printf.h: Likewise.
34068         * stdlib/monetary.h: Likewise.
34069         * stdlib/random.c: Likewise.
34070         * stdlib/random_r.c: Likewise.
34071         * sysdeps/generic/Makefile: Likewise.
34072         * sysdeps/gnu/Makefile: Likewise.
34073         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34074         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34075         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34076         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34077         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34078         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34079         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34080         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34081         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34082         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34083         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34084         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34085         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34086         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34087         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34088         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34089         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34090         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34091         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34092         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34093         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34094         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34095         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34096         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34097         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34098         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34099         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34100         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34101         * sysdeps/mach/hurd/errnos.awk: Likewise.
34102         * sysdeps/mach/hurd/fork.c: Likewise.
34103         * sysdeps/mach/hurd/getcwd.c: Likewise.
34104         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34105         * sysdeps/mach/hurd/mmap.c: Likewise.
34106         * sysdeps/mach/hurd/utimes.c: Likewise.
34107         * sysdeps/mach/hurd/xmknod.c: Likewise.
34108         * sysdeps/posix/profil.c: Likewise.
34109         * sysdeps/posix/readdir_r.c: Likewise.
34110         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34111         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34112         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34113         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34114         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34115         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34116         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34117         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34118         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34119         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34120         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34121         * sysdeps/pthread/lio_listio.c: Likewise.
34122         * sysdeps/sparc/dl-procinfo.h: Likewise.
34123         * sysdeps/unix/i386/sysdep.S: Likewise.
34124         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34125         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34126         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34127         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34129         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34130         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34131         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34132         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34133         * sysdeps/wordsize-32/divdi3.c: Likewise.
34134         * time/sys/time.h: Likewise.
34135         * wcsmbs/Makefile: Likewise.
34137 2013-01-01  David S. Miller  <davem@davemloft.net>
34139         * po/fr.po: Update from translation team.
34141         * catgets/gencat.c: Update copyright year.
34142         * csu/version.c: Likewise.
34143         * debug/catchsegv.sh: Likewise.
34144         * debug/pcprofiledump.c: Likewise.
34145         * debug/xtrace.sh: Likewise.
34146         * elf/ldconfig.c: Likewise.
34147         * elf/ldd.bash.in: Likewise.
34148         * elf/pldd.c: Likewise.
34149         * elf/sotruss.ksh: Likewise.
34150         * elf/sprof.c: Likewise.
34151         * iconv/iconv_prog.c: Likewise.
34152         * iconv/iconvconfig.c: Likewise.
34153         * locale/programs/locale.c: Likewise.
34154         * locale/programs/localedef.c: Likewise.
34155         * login/programs/pt_chown.c: Likewise.
34156         * malloc/memusage.sh: Likewise.
34157         * malloc/memusagestat.c: Likewise.
34158         * malloc/mtrace.pl: Likewise.
34159         * nscd/nscd.c: Likewise.
34160         * nss/getent.c: Likewise.
34161         * nss/makedb.c: Likewise.
34162         * posix/getconf.c: Likewise.
34164 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34166         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34167         numbers.
34169 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34171         * math/bits/mathcalls.h (modf): Use __nonnull.
34173 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34175         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34176         (split): Use macro CN instead of the bare value.
34177         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34178         could be used.
34179         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34180         instead of the bare value.
34181         (power1): Likewise.
34183 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34185         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34186         __ATAN_TWOM.
34187         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34189         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34190         their values.
34191         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34192         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34193         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34194         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34196 2012-12-28  Andreas Jaeger  <aj@suse.de>
34198         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34199         values are from Linux 3.7.
34201         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34202         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34204 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34206         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34207         TRUE case.
34209         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34210         (norm): Likewise.
34211         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34212         variables with preprocessor constants.
34213         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34214         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34215         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34217 2012-12-27  Bruno Haible  <bruno@clisp.org>
34219         [BZ #14317]
34220         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34221         only if needed.
34223 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34225         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34226         and use variable directly.
34227         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34229         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34230         MPONE.
34231         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34232         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34233         variable MPONE.
34234         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34235         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34236         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34237         include directive.  Remove local variable MPONE.
34238         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34239         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34240         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34242 2012-12-25  David S. Miller  <davem@davemloft.net>
34244         * version.h (RELEASE): Set to "development".
34245         (VERSION): Set to "2.17.90".
34246         * NEWS: Add 2.18 section.
34248 2012-12-21  David S. Miller  <davem@davemloft.net>
34250         * po/hr.po: Update from translation team.
34252 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34254         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34256 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34258         * NEWS:  Mention new memcpy for MIPS.
34260 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34262         * manual/contrib.texi (Contributors): Spelling correction.
34264 2012-12-15  David S. Miller  <davem@davemloft.net>
34266         * po/ru.po: Update from translation team.
34268 2012-12-13  David S. Miller  <davem@davemloft.net>
34270         * NEWS: Mention IFUNC testsuite enhancements.
34272         * po/pl.po: Update from translation team.
34273         * po/bg.po: Likewise.
34275         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34276         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34278 2012-12-11  David S. Miller  <davem@davemloft.net>
34280         * po/sv.po: Update from translation team.
34282         * po/vi.po: Update from translation team.
34284         * po/cs.po: Update from translation team.
34286         * po/de.po: Update from translation team.
34287         * po/eo.po: Likewise.
34288         * po/nl.po: Likewise.
34290 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34292         [BZ #14246]
34293         * manual/argp.texi (Argp Helper Functions): Move node to follow
34294         Argp Parsing State.
34296         [BZ #14872]
34297         * manual/conf.texi (Limits on File System Capacity): Mention if
34298         terminating null is included in the max size.
34300 2012-12-10  Andreas Jaeger  <aj@suse.de>
34302         * po/cs.po: Update from translation team.
34304 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34306         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34307         void pointer and cast to uintptr_t.
34308         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34309         path.
34310         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34311         * sysdeps/s390/s390-64/memset.S: Likewise.
34313 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34315         [BZ #14833]
34316         * menual/message.texi (Message Translation): Fix typos.
34317         (Helper programs for gettext): Likewise.
34319 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34321         [BZ #14898]
34322         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34323         Change to -1.
34325 2012-12-07  David S. Miller  <davem@davemloft.net>
34327         * po/libc.pot: Update.
34329 2012-12-07  Richard Henderson  <rth@redhat.com>
34331         [BZ #10114]
34332         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34333         normal/normal case to before the switch.
34334         (_FP_DIV): Likewise.
34336 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34337             Mike Frysinger  <vapier@gentoo.org>
34339         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34340         check for __NR_fadvise64_64.
34342 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34344         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34345         0, not just to plain "0" as a statement.
34346         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34347         with cw.
34349 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34351         * NEWS: Use sourceware.org in Bugzilla URL.
34353 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34356         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34358         * stdio-common/tst-put-error.c (do_test): Add newline to the
34359         padded test to ensure flush.
34361 2012-12-05  Jeff Law  <law@redhat.com>
34363         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34365 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34367         * README: Don't refer to ports add-on as distributed separately.
34368         Mention AArch64 in list of systems supported in the ports add-on.
34370         * LICENSES: Add more non-FSF copyright and license notices.
34372         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34373         ((unused)).
34375         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34377         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34378         10000 as width of padded output.
34380 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34382         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34384         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34385         variable LX with __attribute__ ((unused)).
34386         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34387         Likewise.
34388         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34389         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34390         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34391         with __attribute__ ((unused)).
34393 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34395         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34397 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34399         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34400         (CFLAGS-nldbl-acos.c): New variable.
34401         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34402         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34403         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34404         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34405         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34406         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34407         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34408         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34409         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34410         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34411         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34412         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34413         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34414         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34415         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34416         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34417         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34418         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34419         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34420         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34421         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34422         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34423         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34424         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34425         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34426         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34427         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34428         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34429         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34430         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34431         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34432         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34433         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34434         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34435         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34436         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34437         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34438         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34439         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34440         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34441         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34442         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34443         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34444         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34445         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34446         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34447         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34448         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34449         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34450         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34451         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34452         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34453         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34454         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34455         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34456         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34457         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34458         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34459         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34460         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34461         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34462         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34463         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34464         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34465         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34466         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34467         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34468         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34469         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34470         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34471         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34472         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34473         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34474         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34475         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34476         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34477         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34478         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34479         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34480         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34481         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34482         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34483         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34484         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34485         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34486         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34487         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34488         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34489         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34490         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34491         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34492         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34493         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34494         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34495         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34496         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34497         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34500         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34502         [BZ #14914]
34503         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34504         whole low double instead of just low 47 bits when splitting values
34505         into two parts.
34507 2012-12-03  Allan McRae  <allan@archlinux.org>
34509         * manual/stdio.texi (Predefined Printf Handlers): Remove
34510         @hsep and @vsep usage.
34512 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34514         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34515         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34517 2012-12-03  Jeff Law  <law@redhat.com>
34519         * time/sys/time.h (settimeofday): Do not mark TV argument
34520         as __nonnull.
34522 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34524         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34525         when currently writing and seek to current position when not.
34526         * libio/Makefile (tests): Remove bug-fclose1.
34527         * libio/bug-fclose1.c: Delete.
34529 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34531         * manual/arith.texi (feenableexcept): Fix typo.
34532         (fedisableexcept): Likewise.
34534 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34536         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34537         second, differently-typed declaration, rather than a cast.
34539 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34541         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34542         * include/rpc/svc.h: ... here.
34544 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34546         [BZ #13013]
34547         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34548         depending n and resplen2 to catch cases where answer
34549         equals answerp2.
34551 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34553         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34554         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34556 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34558         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34560 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34562         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34564 2012-11-28  Jeff Law  <law@redhat.com>
34566         [BZ #13761]
34567         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34568         dataset_temporary.  Track alloca usage into alloca_used.
34569         If dataset is large allocate and release it via malloc/free.
34571 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34573         [BZ #14197]
34574         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34576 2012-11-28  David S. Miller  <davem@davemloft.net>
34578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34580 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34582         [BZ #14803]
34583         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34584         of pi/2 rounded to nearest to 64 bits.
34585         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34586         nearest to 64 bits.
34587         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34588         bits.
34590 2012-11-28  Jeff Law <law@redhat.com>
34591             Martin Osvald <mosvald@redhat.com>
34593         [BZ #14889]
34594         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34595         * sunrpc/svc.c: Include time.h.
34596         (__svc_accept_failed): New function.
34597         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34598         any reason other than EINTR, call __svc_accept_failed.
34599         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34600         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34602 2012-11-28  Andreas Schwab  <schwab@suse.de>
34604         * scripts/abilist.awk: Also handle indirect functions in .opd
34605         section.
34607 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34609         [BZ #13881]
34610         * sysdeps/x86/fpu/powl_helper.c: New file.
34611         * sysdeps/x86/fpu/Makefile: Likewise.
34612         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34613         (p3): New object.
34614         (__ieee754_powl): Use __powl_helper for finite arguments except
34615         integer exponents below 8.
34616         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34617         (p3): New object.
34618         (__ieee754_powl): Use __powl_helper for finite arguments except
34619         integer exponents below 8.
34620         * math/libm-test.inc (pow_test): Add more tests and enable some
34621         previously disabled tests.
34622         * sysdeps/i386/fpu/libm-test-ulps: Update.
34623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34625 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34626             Carlos O'Donell  <carlos_odonell@mentor.com>
34628         * nss/makedb.c (is_prime): Assert that input is odd and greater
34629         than 4.  Note that fact in a comment too.
34630         (next_prime): Add 4 to input.
34632 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34634         [BZ #11741]
34635         * libio/Makefile (tests): Add test case tst-fwrite-error.
34636         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34637         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34638         * libio/tst-fwrite-error.c: New test case.
34640 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34642         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34643         before casting to void *.
34644         * include/libc-internal.h (__pointer_type): New macro.
34645         (__integer_if_pointer_type_sub): Likewise.
34646         (__integer_if_pointer_type): Likewise.
34647         (cast_to_integer): Likewise.
34648         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34649         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34650         before casting to atomic64_t.
34651         (atomic_exchange_acq): Likewise.
34652         (__arch_exchange_and_add_body): Likewise.
34653         (__arch_add_body): Likewise.
34654         (atomic_add_negative): Likewise.
34655         (atomic_add_zero): Likewise.
34657 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34659         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34660         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34661         (add_fdes): Likewise.
34662         (linear_search_fdes): Likewise.
34663         (binary_search_unencoded_fdes): Likewise.
34665 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34667         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34669 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34671         * configure.in: Autodetect C++ header directories.
34672         * configure: Regenerated.
34674 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34676         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34678 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34680         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34682 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34684         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34685         LDBL_MANT_DIG == 106]: Disable some tests.
34686         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34687         Likewise.
34688         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34689         Likewise.
34691         [BZ #14871]
34692         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34693         input for small inputs.  Return +/- pi/2 for large inputs.
34694         * math/libm-test.inc (atan_test): Add more tests.
34696         * sysdeps/generic/unwind-dw2-fde-glibc.c
34697         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34698         __attribute__ ((unused)).
34700         [BZ #14645]
34701         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34702         x * y if x and y are nonzero and z is zero.
34704         [BZ #14811]
34705         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34706         nonzero exponents with absolute value below 0x1p-117 to +/-
34707         0x1p-117.
34709         [BZ #14869]
34710         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34711         up arguments below 2**-450, not just those below 2**-500.
34712         * math/libm-test.inc (hypot_test): Add another test.
34714         [BZ #14868]
34715         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34716         Return a+b for ratio over 2**120, not 2**60.
34717         * math/libm-test.inc (hypot_test): Add another test.
34719         * math/libm-test.inc (clog_test): Use
34720         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34721         (clog10_test): Likewise.
34723         [BZ #6778]
34724         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34726 2012-11-22  Andreas Schwab  <schwab@suse.de>
34728         * sysdeps/i386/fpu/libm-test-ulps: Update.
34730 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34732         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34733         printf output with newline.
34735 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34737         [BZ #14865]
34738         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34739         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34740         -z nodlopen, -z initfirst and -z execstack support.
34741         * configure: Regenerated.
34743         * elf/elf.h (DF_1_NODIRECT): New macro.
34744         (DF_1_IGNMULDEF): Likewise.
34745         (DF_1_NOKSYMS): Likewise.
34746         (DF_1_NOHDR): Likewise.
34747         (DF_1_EDITED): Likewise.
34748         (DF_1_NORELOC): Likewise.
34749         (DF_1_SYMINTPOSE): Likewise.
34750         (DF_1_GLOBAUDIT): Likewise.
34751         (DF_1_SINGLETON): Likewise.
34752         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34753         DT_1_SUPPORTED_MASK bits.
34754         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34756 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34758         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34760 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34762         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34763         macro.
34765         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34766         (sendmmsg): Move declarations...
34767         * socket/sys/socket.h: ... here.
34768         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34769         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34770         include it from...
34771         * socket/recvmmsg.c: ... this new file.
34772         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34773         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34774         definition of __sendmmsg hidden.
34775         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34776         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34777         Move ENOSYS stub into and include it from...
34778         * socket/sendmmsg.c: ... this new file.
34779         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34780         (sysdep_routines): Move recvmmsg and sendmmsg...
34781         * socket/Makefile (routines): ... here.
34782         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34783         (GLIBC_PRIVATE): Add __sendmmsg.
34784         * include/sys/socket.h (__sendmmsg): Add declarations.
34785         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34786         sendmmsg.
34788 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34790         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34791         variable I1 with __attribute__ ((unused)).
34792         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34794 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34796         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34797         DUMMY variables with __attribute__ ((unused)).
34799         * bits/byteswap.h: Include <bits/types.h>.
34800         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34802 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34804         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34805         string_t.  Do not manually set errno.
34806         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34807         length with __strnlen.  Make sure to both set errno and return it on
34808         failure.
34810 2012-11-19  David S. Miller  <davem@davemloft.net>
34812         With help from Joseph Myers.
34813         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34814         very large arguments properly.
34815         * math/libm-test.inc (atan_test): New tests.
34816         (atan2_test): New tests.
34817         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34820 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34822         [BZ #14856]
34823         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34824         Define to 3.
34826         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34827         [POSIX] (EADDRNOTAVAIL): Likewise.
34828         [POSIX] (EAFNOSUPPORT): Likewise.
34829         [POSIX] (EALREADY): Likewise.
34830         [POSIX] (ECONNABORTED): Likewise.
34831         [POSIX] (ECONNREFUSED): Likewise.
34832         [POSIX] (ECONNRESET): Likewise.
34833         [POSIX] (EDESTADDRREQ): Likewise.
34834         [POSIX] (EDQUOT): Likewise.
34835         [POSIX] (EHOSTUNREACH): Likewise.
34836         [POSIX] (EIDRM): Likewise.
34837         [POSIX] (EISCONN): Likewise.
34838         [POSIX] (ELOOP): Likewise.
34839         [POSIX] (EMULTIHOP): Likewise.
34840         [POSIX] (ENETDOWN): Likewise.
34841         [POSIX] (ENETUNREACH): Likewise.
34842         [POSIX] (ENOBUFS): Likewise.
34843         [POSIX] (ENODATA): Likewise.
34844         [POSIX] (ENOLINK): Likewise.
34845         [POSIX] (ENOMSG): Likewise.
34846         [POSIX] (ENOPROTOOPT): Likewise.
34847         [POSIX] (ENOSR): Likewise.
34848         [POSIX] (ENOSTR): Likewise.
34849         [POSIX] (ENOTCONN): Likewise.
34850         [POSIX] (ENOTSOCK): Likewise.
34851         [POSIX] (EOPNOTSUPP): Likewise.
34852         [POSIX] (EOVERFLOW): Likewise.
34853         [POSIX] (EPROTO): Likewise.
34854         [POSIX] (EPROTONOSUPPORT): Likewise.
34855         [POSIX] (EPROTOTYPE): Likewise.
34856         [POSIX] (ESTALE): Likewise.
34857         [POSIX] (ETIME): Likewise.
34858         [POSIX] (ETXTBSY): Likewise.
34859         [POSIX] (EWOULDBLOCK): Likewise.
34860         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34861         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34862         [POSIX] (SEEK_CUR): Likewise.
34863         [POSIX] (SEEK_END): Likewise.
34864         [POSIX || UNIX98] (mode_t): Do not require.
34865         [POSIX] (off_t): Likewise.
34866         [POSIX] (pid_t): Likewise.
34867         [POSIX] (sys/stat.h): Do not allow header.
34868         [POSIX] (unistd.h): Likewise.
34869         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34870         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34871         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34872         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34873         require.
34874         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34875         sigevent): Specify elements.
34876         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34877         entry.
34878         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34879         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34881         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34882         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34883         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34884         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34885         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34886         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34887         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34888         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34889         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34890         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34891         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34892         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34893         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34894         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34895         Likewise.
34896         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34897         Likewise.
34898         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34899         Likewise.
34900         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34901         Likewise.
34902         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34903         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34904         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34905         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34906         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34907         Specify lower bound on value.
34908         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34909         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34910         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34911         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34912         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34913         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34914         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34915         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34916         value.
34917         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34918         as optional.
34919         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34920         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34921         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34922         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34923         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34924         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34925         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34926         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34927         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34928         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34929         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34930         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34931         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34932         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34933         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34934         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34935         entry.
34936         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34937         optional.
34938         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34939         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34940         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34941         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34942         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34943         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34944         Likewise.
34945         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34946         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34947         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34948         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34949         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34950         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34951         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34952         as optional.
34953         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34954         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34955         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34956         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34957         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34958         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34959         specify as optional.
34960         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34961         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34962         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34963         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34964         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34965         [XPG3] (NL_LANGMAX): Likewise.
34966         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34967         [POSIX || XPG3] (NL_NMAX): Likewise.
34968         [POSIX || XPG3] (NL_SETMAX): Likewise.
34969         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34970         [XPG3] (NZERO): Likewise.
34971         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34972         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34973         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34974         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34975         (REG_ERANGE): Expect.
34976         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34977         optional-constant.
34978         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34979         Use (void) in prototype.
34980         [POSIX] (*_t): Allow.
34981         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34982         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34983         (WRDE_BADVAL): Expect.
34985         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34986         expect.
34987         [XPG3 || XPG4] (O_RSYNC): Likewise.
34988         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34989         Likewise.
34990         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34991         [XPG3 || XPG4] (sigqueue): Likewise.
34992         [XPG3 || XPG4] (sigtimedwait): Likewise.
34993         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34994         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34995         [XPG3 || XPG4] (vsnprintf): Likewise.
34996         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34997         Likewise.
34998         [XPG3 || XPG4] (blksize_t): Likewise.
34999         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35000         Likewise.
35001         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35002         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35003         [XPG3 || XPG4] (struct itimerspec): Likewise.
35004         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35005         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35006         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35007         [XPG3 || XPG4] (clockid_t): Likewise.
35008         [XPG3 || XPG4] (timer_t): Likewise.
35009         [XPG3 || XPG4] (clock_getres): Likewise.
35010         [XPG3 || XPG4] (clock_gettime): Likewise.
35011         [XPG3 || XPG4] (clock_settime): Likewise.
35012         [XPG3 || XPG4] (nanosleep): Likewise.
35013         [XPG3 || XPG4] (timer_create): Likewise.
35014         [XPG3 || XPG4] (timer_delete): Likewise.
35015         [XPG3 || XPG4] (timer_gettime): Likewise.
35016         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35017         [XPG3 || XPG4] (timer_settime): Likewise.
35018         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35019         [XPG3 || XPG4] (getlogin_r): Likewise.
35020         [XPG3 || XPG4] (pread): Likewise.
35021         [XPG3 || XPG4] (pthread_atfork): Likewise.
35022         [XPG3 || XPG4] (pwrite): Likewise.
35024         [BZ #14835]
35025         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35026         <bits/siginfo.h>.
35028 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35030         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35031         finalizing MALLSTREAM.
35033         * sysdeps/mach/hurd/syncfs.c: New file.
35035 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35037         [BZ #14719]
35038         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35039         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35040         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35041         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35042         (_nss_dns_gethostbyname4_r): Likewise.
35043         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35044         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35046 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35048         [BZ #13763]
35049         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35051 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35053         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35054         * elf/cache.c (print_entry): Print ",AArch64" for
35055         FLAG_AARCH64_LIB64
35057         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35058         * elf/cache.c (print_entry): Print ",hard-float" for
35059         FLAG_ARM_LIBHF.
35061 2012-11-18  David S. Miller  <davem@davemloft.net>
35063         With help from Joseph Myers.
35064         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35065         cutoff to 2**-13.
35066         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35067         cutoff to 2**-25.
35068         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35069         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35070         small.
35071         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35072         * math/libm-test.inc (y0_test): New tests.
35073         (y1_test): New tests.
35074         * sysdeps/i386/fpu/libm-test-ulps: Update.
35075         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35076         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35078 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35080         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35081         64-bit targets.
35082         * configure: Regenerated.
35084 2012-11-17  David S. Miller  <davem@davemloft.net>
35086         [BZ #14811]
35087         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35088         nonzero exponents with absolute value below 0x1p-128 to +/-
35089         0x1p-128.
35091 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35093         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35095         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35097         * posix/getconf-speclist.c: New file.
35098         * posix/posix-envs.def: Likewise.
35099         * posix/confstr.c (START_ENV_GROUP): New macro.
35100         (END_ENV_GROUP): Likewise.
35101         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35102         (KNOWN_PRESENT_ENV_STRING): Likewise.
35103         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35104         (UNKNOWN_ENVIRONMENT): Likewise.
35105         (confstr): Include posix-envs.def instead of handling
35106         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35107         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35108         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35109         (END_ENV_GROUP): Likewise.
35110         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35111         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35112         (UNKNOWN_ENVIRONMENT): Likewise.
35113         (__sysconf): Include posix-envs.def instead of handling associated
35114         cases directly here.
35115         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35116         preprocessing getconf-speclist.c rather than running getconf or
35117         generating empty file.
35119 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35121         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35123 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35125         [BZ #14672]
35126         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35128 2012-11-16  David S. Miller  <davem@davemloft.net>
35130         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35131         smaller than LDBL_EPSILON/2.0L, just return xm1.
35133 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35135         * elf/tst-array1.c (init): Set constructor priority to 1000.
35136         (fini): Set destructor priority to 1000.
35137         * elf/tst-array2dep.c: Likewise.
35139 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35141         [BZ #11741]
35142         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35143         (_IO_new_file_xsputn): Also return EOF if none of the input
35144         data was written when overflow failed.
35145         * libio/iopadn.c (_IO_padn): Likewise.
35146         * libio/iowpadn.c (_IO_wpadn): Likewise.
35147         * stdio-common/tst-put-error.c: Add copyright notice.
35148         (do_test): Add case for printing padded string.
35149         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35150         _IO_padn returned error.
35151         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35152         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35153         return EOF.
35155 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35157         * libio/libioP.h: Add comment note that the references to C++
35158         bits are now obsolete.
35160 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35162         * math/libm-test.inc (check_complex): Use asprintf.
35164 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35166         * debug/pcprofiledump.c (print_version): Update copyright year.
35167         * malloc/memusagestat.c (print_version): Likewise.
35169 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35171         [BZ #14831]
35172         * elf/Makefile (tests): Add tst-audit8.
35173         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35174         ($(objpfx)tst-audit8.out): New target.
35175         (tst-audit8-ENV): New variable.
35176         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35177         audit if l_reloc_result is NULL.
35178         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35179         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35180         * elf/tst-audit8.c: New file.
35182 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35184         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35185         * misc/Makefile (CFLAGS-select.c): Define.
35186         * posix/Makefile (CFLAGS-pause.c): Define.
35188 2012-11-13  David S. Miller  <davem@davemloft.net>
35190         * crypt/Makefile: Move test targets after toplevel Rules
35191         inclusion.  Grab any necessary sysdep routines when linking.
35192         * crypt/md5.c (md5_process_block): Remove define, we will always
35193         name it __md5_process_block.
35194         (md5_finish_ctx): Update md5_process_block call.
35195         (md5_stream): Likewise.
35196         (md5_process_bytes): Likewise.
35197         (md5_process_block): Rename to __md5_process_block and move to ...
35198         * crypt/md5-block.c: ... here.
35199         * crypt/sha256.c (sha256_process_block): Move to ...
35200         * crypt/sha256-block.c: ... here.
35201         * crypt/sha512.c (sha512_process_block): Move to ...
35202         * crypt/sha512-block.c: ... here.
35203         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35204         path.
35205         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35206         * sysdeps/sparc/sparc64/multiarch/Makefile
35207         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35208         crypt subdir.
35209         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35210         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35211         multiarch changes.
35212         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35213         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35214         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35215         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35216         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35217         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35218         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35219         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35220         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35221         file.
35222         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35223         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35224         file.
35225         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35227 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35229         * timezone/tzselect.ksh: Update from tzcode git revision
35230         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35231         * timezone/zdump.c: Likewise.
35232         * timezone/zic.c: Likewise.
35233         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35234         in TZVERSION setting, not $(PKGVERSION).
35235         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35236         REPORT_BUGS_TO settings.
35238         [BZ #14838]
35239         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35240         macro.
35242 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35244         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35245         detection to immediately after _FP_ROUND().
35246         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35247         bits are 0.
35249 2012-11-11  David S. Miller  <davem@davemloft.net>
35251         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35252         inttypes.h
35253         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35254         __close rather than their public counterparts.
35256 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35258         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35259         file.
35260         [UNIX98] (sem_timedwait): Do not expect.
35261         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35262         [XPG4 || UNIX98] (sockatmark): Do not expect.
35263         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35264         (clock_getcpuclockid): Do not expect.
35265         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35266         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35267         Do not expect.
35268         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35269         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35270         [UNIX98] (vwscanf): Likewise.
35271         [UNIX98] (vswscanf): Likewise.
35273 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35275         * timezone/version.h: Remove file.
35276         * timezone/README: Do not refer to version.h.
35277         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35278         $(objpfx)version.h.
35279         ($(objpfx)zdump.o): Likewise.
35280         ($(objpfx)version.h): New target.
35282         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35283         2012i.
35284         * timezone/README: Don't mention modification to tzselect.ksh.
35285         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35286         work on unmodified tzselect.ksh.  Substitute version numbers in
35287         tzselect.ksh.
35289         * Makefile (format-me): Remove.
35290         (INSTALL): Adjust indentation.  Use commands directly instead of
35291         using $(format-me).
35293         * aclocal.m4 (ACX_PKGVERSION): New macro.
35294         (ACX_BUGURL): Likewise.
35295         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35296         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35297         (REPORT_BUGS_TO): Likewise.
35298         * configure: Regenerated.
35299         * config.h.in (PKGVERSION): New macro.
35300         (REPORT_BUGS_TO): Likewise.
35301         * config.make.in (PKGVERSION): New variable.
35302         (PKGVERSION_TEXI): Likewise.
35303         (REPORT_BUGS_TO): Likewise.
35304         (REPORT_BUGS_TEXI): Likewise.
35305         * Makefile (format-me): Use -I$(common-objpfx)manual.
35306         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35307         ($(common-objpfx)manual/%): New target.
35308         (manual/%): Remove target.
35309         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35310         (print_version): Use PKGVERSION.
35311         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35312         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35313         and REPORT_BUGS_TO.
35314         ($(objpfx)xtrace): Likewise.
35315         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35316         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35317         (print_version): Use PKGVERSION.
35318         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35319         (do_version): Use PKGVERSION.
35320         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35321         REPORT_BUGS_TO.
35322         (common-ldd-rewrite): Likewise.
35323         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35324         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35325         (print_version): Use PKGVERSION.
35326         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35327         * elf/pldd.c (argp_program_bug_address): Remove variable.
35328         (more_help): New function.
35329         (argp): Use more_help.
35330         (print_version): Use PKGVERSION.
35331         * elf/sln.c (main): Use PKGVERSION.
35332         (usage): Use REPORT_BUGS_TO.
35333         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35334         (top level): Use PKGVERSION.
35335         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35336         (print_version): Use PKGVERSION.
35337         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35338         (print_version): Use PKGVERSION.
35339         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35340         (print_version): Use PKGVERSION.
35341         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35342         (print_version): Use PKGVERSION.
35343         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35344         (print_version): Use PKGVERSION.
35345         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35346         (print_version): Use PKGVERSION.
35347         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35348         and BUGURL.
35349         ($(objpfx)memusage): Likewise.
35350         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35351         (do_version): Use PKGVERSION.
35352         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35353         (print_version): Use PKGVERSION.
35354         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35355         ($PKGVERSION): New variable.
35356         ($REPORT_BUGS_TO): Likewise.
35357         (usage): Use $REPORT_BUGS_TO.
35358         (top level): Use $PKGVERSION.
35359         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35360         ($(objpfx)pkgvers.texi): New rule.
35361         ($(objpfx)stamp-pkgvers): Likewise.
35362         * manual/install.texi: Include pkgvers.texi.
35363         (--with-pkgversion): Document new configure option.
35364         (--with-bugurl): Likewise.
35365         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35366         than necessarily for this particular distribution.  Use
35367         REPORT_BUGS_TO for where to report bugs.
35368         * INSTALL: Regenerated.
35369         * manual/libc.texinfo: Include pkgvers.texi.
35370         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35371         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35372         (print_version): Use PKGVERSION.
35373         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35374         (print_version): Use PKGVERSION.
35375         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35376         (print_version): Use PKGVERSION.
35377         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35378         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35379         macro.
35380         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35381         (print_version): Use PKGVERSION.
35382         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35383         (print_version): Use PKGVERSION.
35384         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35385         and PKGVERSION.
35387         * timezone/checktab.awk: Update from tzcode 2012i.
35388         * timezone/ialloc.c: Likewise.
35389         * timezone/private.h: Likewise.
35390         * timezone/scheck.c: Likewise.
35391         * timezone/tzfile.h: Likewise.
35392         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35393         (TZVERSION): Hardcode tzcode version number.
35394         * timezone/zdump.c: Update from tzcode 2012i.
35395         * timezone/zic.c: Likewise.
35396         * timezone/version.h: New file.
35397         * timezone/README: Describe version.h.  Update upstream location.
35399         [BZ #14824]
35400         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35401         (mktemp): Enable declaration.
35402         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35403         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35404         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35405         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35406         Likewise.
35407         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35408         Likewise.
35409         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35410         Likewise.
35411         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35412         Likewise.
35413         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35414         Likewise.
35415         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35416         Likewise.
35418         [BZ #14821]
35419         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35420         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35421         for copies of such integer values.
35422         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35423         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35425 2012-11-09  Andreas Jaeger  <aj@suse.de>
35427         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35428         definitions and declarations that are provided by
35429         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35431 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35433         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35434         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35435         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35436         definition.
35438 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35440         * elf/elf.h: Update comment before AArch64 relocations.
35442 2012-11-07  David S. Miller  <davem@davemloft.net>
35444         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35445         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35446         (__start_context): Declare.
35447         (__makecontext_ret): Delete.
35448         (__makecontext): Hook up __start_context instead of
35449         __makecontext_ret.
35450         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35451         (sysdep_routines): Add __start_context when in stdlib.
35453 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35455         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35456         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35457         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35458         hardcoded "nm".
35459         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35460         (READELF): New variable.  Use it instead of hardcoded "readelf".
35462 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35464         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35465         * sysdeps/x86/Makefile: Here.
35466         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35467         * sysdeps/x86/tst-xmmymm.sh: This.
35469 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35471         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35472         expectations.
35473         [UNIX98] (pthread_barrier_t): Do not expect.
35474         [UNIX98] (pthread_barrierattr_t): Likewise.
35475         [UNIX98] (pthread_spinlock_t): Likewise.
35476         [UNIX98] (pthread_barrier_destroy): Likewise.
35477         [UNIX98] (pthread_barrier_init): Likewise.
35478         [UNIX98] (pthread_barrier_wait): Likewise.
35479         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35480         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35481         [UNIX98] (pthread_barrierattr_init): Likewise.
35482         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35483         [UNIX98] (pthread_getcpuclockid): Likewise.
35484         [UNIX98] (pthread_mutex_timedlock): Likewise.
35485         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35486         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35487         [UNIX98] (pthread_sigmask): Likewise.
35488         [UNIX98] (pthread_spin_destroy): Likewise.
35489         [UNIX98] (pthread_spin_init): Likewise.
35490         [UNIX98] (pthread_spin_lock): Likewise.
35491         [UNIX98] (pthread_spin_trylock): Likewise.
35492         [UNIX98] (pthread_spin_unlock): Likewise.
35493         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35494         Do not expect.
35495         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35496         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35497         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35498         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35499         [XPG3 || XPG4] (pthread_key_t): Likewise.
35500         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35501         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35502         [XPG3 || XPG4] (pthread_once_t): Likewise.
35503         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35504         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35505         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35506         [XPG3 || XPG4] (pthread_t): Likewise.
35508         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35509         not expect.
35510         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35512         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35513         Change function return type to int.
35515         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35516         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35517         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35518         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35519         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35520         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35521         [!POSIX] (posix_madvise): Likewise.
35522         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35523         && !UNIX98].
35524         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35525         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35526         (mode_t): Likewise.
35527         (posix_mem_offset): Likewise.
35528         (posix_typed_mem_get_info): Likewise.
35529         (posix_typed_mem_open): Likewise.
35531         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35532         Change condition to [XOPEN2K8].
35534         * conform/conformtest.pl: Preprocess allow-header data with -x c
35535         instead of from stdin.
35536         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35537         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35538         [C99-based standards] (cerfc): Likewise.
35539         [C99-based standards] (cexp2): Likewise.
35540         [C99-based standards] (cexpm1): Likewise.
35541         [C99-based standards] (clog10): Likewise.
35542         [C99-based standards] (clog1p): Likewise.
35543         [C99-based standards] (clog2): Likewise.
35544         [C99-based standards] (clgamma): Likewise.
35545         [C99-based standards] (ctgamma): Likewise.
35546         [C99-based standards] (cerff): Likewise.
35547         [C99-based standards] (cerfcf): Likewise.
35548         [C99-based standards] (cexp2f): Likewise.
35549         [C99-based standards] (cexpm1f): Likewise.
35550         [C99-based standards] (clog10f): Likewise.
35551         [C99-based standards] (clog1pf): Likewise.
35552         [C99-based standards] (clog2f): Likewise.
35553         [C99-based standards] (clgammaf): Likewise.
35554         [C99-based standards] (ctgammaf): Likewise.
35555         [C99-based standards] (cerfl): Likewise.
35556         [C99-based standards] (cerfcl): Likewise.
35557         [C99-based standards] (cexp2l): Likewise.
35558         [C99-based standards] (cexpm1l): Likewise.
35559         [C99-based standards] (clog10l): Likewise.
35560         [C99-based standards] (clog1pl): Likewise.
35561         [C99-based standards] (clog2l): Likewise.
35562         [C99-based standards] (clgammal): Likewise.
35563         [C99-based standards] (ctgammal): Likewise.
35564         * conform/data/inttypes.h-data [C99-based standards]: Include
35565         stdint.h-data.  Remove all expectations for stdint.h contents.
35566         [C99-based standards] (PRI*): Do not allow.
35567         [C99-based standards] (SCN*): Likewise.
35568         [C99-based standards] (*_t): Likewise.
35569         [C99-based-standards] (PRId8): Expect macro.
35570         [C99-based-standards] (PRIi8): Likewise.
35571         [C99-based-standards] (PRIo8): Likewise.
35572         [C99-based-standards] (PRIu8): Likewise.
35573         [C99-based-standards] (PRIx8): Likewise.
35574         [C99-based-standards] (PRIX8): Likewise.
35575         [C99-based-standards] (SCNd8): Likewise.
35576         [C99-based-standards] (SCNi8): Likewise.
35577         [C99-based-standards] (SCNo8): Likewise.
35578         [C99-based-standards] (SCNu8): Likewise.
35579         [C99-based-standards] (SCNx8): Likewise.
35580         [C99-based-standards] (PRIdLEAST8): Likewise.
35581         [C99-based-standards] (PRIiLEAST8): Likewise.
35582         [C99-based-standards] (PRIoLEAST8): Likewise.
35583         [C99-based-standards] (PRIuLEAST8): Likewise.
35584         [C99-based-standards] (PRIxLEAST8): Likewise.
35585         [C99-based-standards] (PRIXLEAST8): Likewise.
35586         [C99-based-standards] (SCNdLEAST8): Likewise.
35587         [C99-based-standards] (SCNiLEAST8): Likewise.
35588         [C99-based-standards] (SCNoLEAST8): Likewise.
35589         [C99-based-standards] (SCNuLEAST8): Likewise.
35590         [C99-based-standards] (SCNxLEAST8): Likewise.
35591         [C99-based-standards] (PRIdFAST8): Likewise.
35592         [C99-based-standards] (PRIiFAST8): Likewise.
35593         [C99-based-standards] (PRIoFAST8): Likewise.
35594         [C99-based-standards] (PRIuFAST8): Likewise.
35595         [C99-based-standards] (PRIxFAST8): Likewise.
35596         [C99-based-standards] (PRIXFAST8): Likewise.
35597         [C99-based-standards] (SCNdFAST8): Likewise.
35598         [C99-based-standards] (SCNiFAST8): Likewise.
35599         [C99-based-standards] (SCNoFAST8): Likewise.
35600         [C99-based-standards] (SCNuFAST8): Likewise.
35601         [C99-based-standards] (SCNxFAST8): Likewise.
35602         [C99-based-standards] (PRId16): Likewise.
35603         [C99-based-standards] (PRIi16): Likewise.
35604         [C99-based-standards] (PRIo16): Likewise.
35605         [C99-based-standards] (PRIu16): Likewise.
35606         [C99-based-standards] (PRIx16): Likewise.
35607         [C99-based-standards] (PRIX16): Likewise.
35608         [C99-based-standards] (SCNd16): Likewise.
35609         [C99-based-standards] (SCNi16): Likewise.
35610         [C99-based-standards] (SCNo16): Likewise.
35611         [C99-based-standards] (SCNu16): Likewise.
35612         [C99-based-standards] (SCNx16): Likewise.
35613         [C99-based-standards] (PRIdLEAST16): Likewise.
35614         [C99-based-standards] (PRIiLEAST16): Likewise.
35615         [C99-based-standards] (PRIoLEAST16): Likewise.
35616         [C99-based-standards] (PRIuLEAST16): Likewise.
35617         [C99-based-standards] (PRIxLEAST16): Likewise.
35618         [C99-based-standards] (PRIXLEAST16): Likewise.
35619         [C99-based-standards] (SCNdLEAST16): Likewise.
35620         [C99-based-standards] (SCNiLEAST16): Likewise.
35621         [C99-based-standards] (SCNoLEAST16): Likewise.
35622         [C99-based-standards] (SCNuLEAST16): Likewise.
35623         [C99-based-standards] (SCNxLEAST16): Likewise.
35624         [C99-based-standards] (PRIdFAST16): Likewise.
35625         [C99-based-standards] (PRIiFAST16): Likewise.
35626         [C99-based-standards] (PRIoFAST16): Likewise.
35627         [C99-based-standards] (PRIuFAST16): Likewise.
35628         [C99-based-standards] (PRIxFAST16): Likewise.
35629         [C99-based-standards] (PRIXFAST16): Likewise.
35630         [C99-based-standards] (SCNdFAST16): Likewise.
35631         [C99-based-standards] (SCNiFAST16): Likewise.
35632         [C99-based-standards] (SCNoFAST16): Likewise.
35633         [C99-based-standards] (SCNuFAST16): Likewise.
35634         [C99-based-standards] (SCNxFAST16): Likewise.
35635         [C99-based-standards] (PRId32): Likewise.
35636         [C99-based-standards] (PRIi32): Likewise.
35637         [C99-based-standards] (PRIo32): Likewise.
35638         [C99-based-standards] (PRIu32): Likewise.
35639         [C99-based-standards] (PRIx32): Likewise.
35640         [C99-based-standards] (PRIX32): Likewise.
35641         [C99-based-standards] (SCNd32): Likewise.
35642         [C99-based-standards] (SCNi32): Likewise.
35643         [C99-based-standards] (SCNo32): Likewise.
35644         [C99-based-standards] (SCNu32): Likewise.
35645         [C99-based-standards] (SCNx32): Likewise.
35646         [C99-based-standards] (PRIdLEAST32): Likewise.
35647         [C99-based-standards] (PRIiLEAST32): Likewise.
35648         [C99-based-standards] (PRIoLEAST32): Likewise.
35649         [C99-based-standards] (PRIuLEAST32): Likewise.
35650         [C99-based-standards] (PRIxLEAST32): Likewise.
35651         [C99-based-standards] (PRIXLEAST32): Likewise.
35652         [C99-based-standards] (SCNdLEAST32): Likewise.
35653         [C99-based-standards] (SCNiLEAST32): Likewise.
35654         [C99-based-standards] (SCNoLEAST32): Likewise.
35655         [C99-based-standards] (SCNuLEAST32): Likewise.
35656         [C99-based-standards] (SCNxLEAST32): Likewise.
35657         [C99-based-standards] (PRIdFAST32): Likewise.
35658         [C99-based-standards] (PRIiFAST32): Likewise.
35659         [C99-based-standards] (PRIoFAST32): Likewise.
35660         [C99-based-standards] (PRIuFAST32): Likewise.
35661         [C99-based-standards] (PRIxFAST32): Likewise.
35662         [C99-based-standards] (PRIXFAST32): Likewise.
35663         [C99-based-standards] (SCNdFAST32): Likewise.
35664         [C99-based-standards] (SCNiFAST32): Likewise.
35665         [C99-based-standards] (SCNoFAST32): Likewise.
35666         [C99-based-standards] (SCNuFAST32): Likewise.
35667         [C99-based-standards] (SCNxFAST32): Likewise.
35668         [C99-based-standards] (PRId64): Likewise.
35669         [C99-based-standards] (PRIi64): Likewise.
35670         [C99-based-standards] (PRIo64): Likewise.
35671         [C99-based-standards] (PRIu64): Likewise.
35672         [C99-based-standards] (PRIx64): Likewise.
35673         [C99-based-standards] (PRIX64): Likewise.
35674         [C99-based-standards] (SCNd64): Likewise.
35675         [C99-based-standards] (SCNi64): Likewise.
35676         [C99-based-standards] (SCNo64): Likewise.
35677         [C99-based-standards] (SCNu64): Likewise.
35678         [C99-based-standards] (SCNx64): Likewise.
35679         [C99-based-standards] (PRIdLEAST64): Likewise.
35680         [C99-based-standards] (PRIiLEAST64): Likewise.
35681         [C99-based-standards] (PRIoLEAST64): Likewise.
35682         [C99-based-standards] (PRIuLEAST64): Likewise.
35683         [C99-based-standards] (PRIxLEAST64): Likewise.
35684         [C99-based-standards] (PRIXLEAST64): Likewise.
35685         [C99-based-standards] (SCNdLEAST64): Likewise.
35686         [C99-based-standards] (SCNiLEAST64): Likewise.
35687         [C99-based-standards] (SCNoLEAST64): Likewise.
35688         [C99-based-standards] (SCNuLEAST64): Likewise.
35689         [C99-based-standards] (SCNxLEAST64): Likewise.
35690         [C99-based-standards] (PRIdFAST64): Likewise.
35691         [C99-based-standards] (PRIiFAST64): Likewise.
35692         [C99-based-standards] (PRIoFAST64): Likewise.
35693         [C99-based-standards] (PRIuFAST64): Likewise.
35694         [C99-based-standards] (PRIxFAST64): Likewise.
35695         [C99-based-standards] (PRIXFAST64): Likewise.
35696         [C99-based-standards] (SCNdFAST64): Likewise.
35697         [C99-based-standards] (SCNiFAST64): Likewise.
35698         [C99-based-standards] (SCNoFAST64): Likewise.
35699         [C99-based-standards] (SCNuFAST64): Likewise.
35700         [C99-based-standards] (SCNxFAST64): Likewise.
35701         [C99-based-standards] (PRIdMAX): Likewise.
35702         [C99-based-standards] (PRIiMAX): Likewise.
35703         [C99-based-standards] (PRIoMAX): Likewise.
35704         [C99-based-standards] (PRIuMAX): Likewise.
35705         [C99-based-standards] (PRIxMAX): Likewise.
35706         [C99-based-standards] (PRIXMAX): Likewise.
35707         [C99-based-standards] (SCNdMAX): Likewise.
35708         [C99-based-standards] (SCNiMAX): Likewise.
35709         [C99-based-standards] (SCNoMAX): Likewise.
35710         [C99-based-standards] (SCNuMAX): Likewise.
35711         [C99-based-standards] (SCNxMAX): Likewise.
35712         [C99-based-standards] (PRIdPTR): Likewise.
35713         [C99-based-standards] (PRIiPTR): Likewise.
35714         [C99-based-standards] (PRIoPTR): Likewise.
35715         [C99-based-standards] (PRIuPTR): Likewise.
35716         [C99-based-standards] (PRIxPTR): Likewise.
35717         [C99-based-standards] (PRIXPTR): Likewise.
35718         [C99-based-standards] (SCNdPTR): Likewise.
35719         [C99-based-standards] (SCNiPTR): Likewise.
35720         [C99-based-standards] (SCNoPTR): Likewise.
35721         [C99-based-standards] (SCNuPTR): Likewise.
35722         [C99-based-standards] (SCNxPTR): Likewise.
35723         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35724         allow.
35725         * conform/data/stdint.h-data: Update comments to clarify
35726         requirements.
35727         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35728         type.
35729         [C99-based standards] (INT8_MAX): Likewise.
35730         [C99-based standards] (INT16_MIN): Likewise.
35731         [C99-based standards] (INT16_MAX): Likewise.
35732         [C99-based standards] (INT32_MIN): Likewise.
35733         [C99-based standards] (INT32_MAX): Likewise.
35734         [C99-based standards] (INT64_MIN): Likewise.
35735         [C99-based standards] (INT64_MAX): Likewise.
35736         [C99-based standards] (UINT8_MAX): Likewise.
35737         [C99-based standards] (UINT16_MAX): Likewise.
35738         [C99-based standards] (UINT32_MAX): Likewise.
35739         [C99-based standards] (UINT64_MAX): Likewise.
35740         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35741         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35742         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35743         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35744         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35745         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35746         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35747         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35748         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35749         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35750         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35751         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35752         [C99-based standards] (INT_FAST8_MIN): Likewise.
35753         [C99-based standards] (INT_FAST8_MAX): Likewise.
35754         [C99-based standards] (INT_FAST16_MIN): Likewise.
35755         [C99-based standards] (INT_FAST16_MAX): Likewise.
35756         [C99-based standards] (INT_FAST32_MIN): Likewise.
35757         [C99-based standards] (INT_FAST32_MAX): Likewise.
35758         [C99-based standards] (INT_FAST64_MIN): Likewise.
35759         [C99-based standards] (INT_FAST64_MAX): Likewise.
35760         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35761         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35762         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35763         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35764         [C99-based standards] (INTPTR_MIN): Likewise.
35765         [C99-based standards] (INTPTR_MAX): Likewise.
35766         [C99-based standards] (UINTPTR_MAX): Likewise.
35767         [C99-based standards] (INTMAX_MIN): Likewise.
35768         [C99-based standards] (INTMAX_MAX): Likewise.
35769         [C99-based standards] (UINTMAX_MAX): Likewise.
35770         [C99-based standards] (PTRDIFF_MIN): Likewise.
35771         [C99-based standards] (PTRDIFF_MAX): Likewise.
35772         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35773         [C99-based standards] (SIZE_MAX): Likewise.
35774         [C99-based standards] (WCHAR_MAX): Likewise.
35775         [C99-based standards] (WINT_MAX): Likewise.
35776         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35777         constraint on value.
35778         [C99-based standards] (WCHAR_MIN): Likewise.
35779         [C99-based standards] (WINT_MIN): Likewise.
35780         [C99-based standards] (*_t): Allow.
35781         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35782         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35783         Include math.h-data and complex.h-data.  Remove all expectations
35784         of math.h and complex.h contents.
35785         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35786         at end of line.
35787         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35788         (struct tm): Expect tag.
35789         [C99-based-standards] (wcstof): Expect function.
35790         [C99-based-standards] (wcstold): Likewise.
35791         [C99-based-standards] (wcstoll): Likewise.
35792         [C99-based-standards] (wcstoull): Likewise.
35793         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35794         macro-int-constant.  Specify type.
35795         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35796         constraint on value.
35797         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35798         Specify type.
35799         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35800         Specify value.
35801         [ISO C standards]: Do not allow headers.
35802         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35803         wcs[abcdefghijklmnopqrstuvwxyz]*.
35804         [ISO C standards] (*_t): Do not allow.
35805         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35806         Expect function.
35807         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35808         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35809         Specify type.
35810         [ISO C standards]: Do not allow headers.
35811         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35812         is[abcdefghijklmnopqrstuvwxyz]*.
35813         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35814         to[abcdefghijklmnopqrstuvwxyz]*.
35815         [ISO C standards] (*_t): Do not allow.
35816         * conform/data/stdalign.h-data: New file.
35817         * conform/data/stdbool.h-data: Likewise.
35818         * conform/data/stdnoreturn.h-data: Likewise.
35820 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35822         [BZ #14815]
35823         * manual/filesys.texi (Directory Entries): Typo fix.
35824         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35826 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35828         * elf/elf.h (EM_AARCH64): New macro.
35829         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35830         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35831         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35832         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35833         (R_AARCH64_TLSDESC): Likewise.
35834         (NT_ARM_TLS): Likewise.
35835         (NT_ARM_HW_BREAK): Likewise.
35836         (NT_ARM_HW_WATCH): Likewise.
35838 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35840         [BZ #14811]
35841         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35842         (__ieee754_powl): Saturate nonzero exponents with absolute value
35843         below 0x1p-79 to +/- 0x1p-79.
35844         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35845         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35846         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35847         nonzero exponents with absolute value below 0x1p-32 to +/-
35848         0x1p-32.
35849         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35850         (__ieee754_powl): Saturate nonzero exponents with absolute value
35851         below 0x1p-79 to +/- 0x1p-79.
35852         * math/libm-test.inc (pow_test): Add more tests.
35854 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35856         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35857         _dl_s390_cap_flags with kernel. Increase string length.
35858         (_dl_s390_platforms): Add z196 and zEC12.
35860 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35862         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35863         Change XOPEN21K to XOPEN2K.
35865 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35867         * string/memmove.c: Use memcpy when possible.
35869 2012-11-06  Andreas Jaeger  <aj@suse.de>
35871         * po/eo.po: Update from translation team.
35873 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35875         [BZ #14793]
35876         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35877         exponent and small x and y exponents, scale x or y up.  Increase
35878         by 2 the exponent used in scaling up.
35879         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35880         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35881         * math/libm-test.inc (fma_test): Add more tests.
35882         (fma_test_towardzero): Likewise.
35883         (fma_test_downward): Likewise.
35884         (fma_test_upward): Likewise.
35886 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35888         [BZ #14805]
35889         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35890         fenv_t *.
35892         [BZ #14801]
35893         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35894         namespace for names of struct fields.
35895         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35896         fenv_t fields.
35897         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35898         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35900 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35902         [BZ #3665]
35903         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35905 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35907         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35908         PTR_DEMANGLE.
35910         [BZ #5246]
35911         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35912         PTR_DEMANGLE.
35914 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35916         [BZ #14797]
35917         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35918         definitely overflow as x * y not x * y + z.
35919         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35920         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35921         * math/libm-test.inc (fma_test): Add more tests.
35922         (fma_test_towardzero): Likewise.
35923         (fma_test_downward): Likewise.
35924         (fma_test_upward): Likewise.
35926 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35928         [BZ #157]
35930         * include/stub-tag.h: Remove file.
35931         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35932         '#include' of it.
35933         * manual/maint.texi (Porting): Don't reference it.
35934         * Makerules ($(objpfx)stubs): Likewise.
35935         * dirent/closedir.c: Don't include <stub-tag.h>.
35936         * dirent/dirfd.c: Likewise.
35937         * dirent/fdopendir.c: Likewise.
35938         * dirent/getdents.c: Likewise.
35939         * dirent/getdents64.c: Likewise.
35940         * dirent/opendir.c: Likewise.
35941         * dirent/readdir.c: Likewise.
35942         * dirent/readdir64.c: Likewise.
35943         * dirent/readdir64_r.c: Likewise.
35944         * dirent/readdir_r.c: Likewise.
35945         * dirent/rewinddir.c: Likewise.
35946         * dirent/seekdir.c: Likewise.
35947         * dirent/telldir.c: Likewise.
35948         * gmon/profil.c: Likewise.
35949         * grp/setgroups.c: Likewise.
35950         * inet/if_index.c: Likewise.
35951         * io/access.c: Likewise.
35952         * io/chdir.c: Likewise.
35953         * io/chmod.c: Likewise.
35954         * io/chown.c: Likewise.
35955         * io/close.c: Likewise.
35956         * io/dup.c: Likewise.
35957         * io/dup2.c: Likewise.
35958         * io/dup3.c: Likewise.
35959         * io/euidaccess.c: Likewise.
35960         * io/faccessat.c: Likewise.
35961         * io/fchdir.c: Likewise.
35962         * io/fchmod.c: Likewise.
35963         * io/fchmodat.c: Likewise.
35964         * io/fchown.c: Likewise.
35965         * io/fchownat.c: Likewise.
35966         * io/fcntl.c: Likewise.
35967         * io/flock.c: Likewise.
35968         * io/fstatfs.c: Likewise.
35969         * io/fstatfs64.c: Likewise.
35970         * io/fstatvfs.c: Likewise.
35971         * io/fstatvfs64.c: Likewise.
35972         * io/futimens.c: Likewise.
35973         * io/fxstat.c: Likewise.
35974         * io/fxstat64.c: Likewise.
35975         * io/fxstatat.c: Likewise.
35976         * io/fxstatat64.c: Likewise.
35977         * io/getcwd.c: Likewise.
35978         * io/isatty.c: Likewise.
35979         * io/lchmod.c: Likewise.
35980         * io/lchown.c: Likewise.
35981         * io/link.c: Likewise.
35982         * io/linkat.c: Likewise.
35983         * io/lseek.c: Likewise.
35984         * io/lseek64.c: Likewise.
35985         * io/lxstat64.c: Likewise.
35986         * io/mkdir.c: Likewise.
35987         * io/mkdirat.c: Likewise.
35988         * io/mkfifo.c: Likewise.
35989         * io/mkfifoat.c: Likewise.
35990         * io/open.c: Likewise.
35991         * io/open64.c: Likewise.
35992         * io/openat.c: Likewise.
35993         * io/openat64.c: Likewise.
35994         * io/pipe.c: Likewise.
35995         * io/pipe2.c: Likewise.
35996         * io/poll.c: Likewise.
35997         * io/posix_fadvise.c: Likewise.
35998         * io/posix_fadvise64.c: Likewise.
35999         * io/posix_fallocate.c: Likewise.
36000         * io/posix_fallocate64.c: Likewise.
36001         * io/read.c: Likewise.
36002         * io/readlink.c: Likewise.
36003         * io/readlinkat.c: Likewise.
36004         * io/rmdir.c: Likewise.
36005         * io/sendfile.c: Likewise.
36006         * io/sendfile64.c: Likewise.
36007         * io/statfs.c: Likewise.
36008         * io/statfs64.c: Likewise.
36009         * io/statvfs.c: Likewise.
36010         * io/statvfs64.c: Likewise.
36011         * io/symlink.c: Likewise.
36012         * io/symlinkat.c: Likewise.
36013         * io/ttyname.c: Likewise.
36014         * io/ttyname_r.c: Likewise.
36015         * io/umask.c: Likewise.
36016         * io/unlink.c: Likewise.
36017         * io/unlinkat.c: Likewise.
36018         * io/utime.c: Likewise.
36019         * io/utimensat.c: Likewise.
36020         * io/write.c: Likewise.
36021         * io/xmknod.c: Likewise.
36022         * io/xmknodat.c: Likewise.
36023         * io/xstat.c: Likewise.
36024         * io/xstat64.c: Likewise.
36025         * login/getpt.c: Likewise.
36026         * login/grantpt.c: Likewise.
36027         * login/unlockpt.c: Likewise.
36028         * math/e_acoshl.c: Likewise.
36029         * math/e_acosl.c: Likewise.
36030         * math/e_asinl.c: Likewise.
36031         * math/e_atan2l.c: Likewise.
36032         * math/e_atanhl.c: Likewise.
36033         * math/e_coshl.c: Likewise.
36034         * math/e_expl.c: Likewise.
36035         * math/e_fmodl.c: Likewise.
36036         * math/e_gammal_r.c: Likewise.
36037         * math/e_hypotl.c: Likewise.
36038         * math/e_j0l.c: Likewise.
36039         * math/e_j1l.c: Likewise.
36040         * math/e_jnl.c: Likewise.
36041         * math/e_lgammal_r.c: Likewise.
36042         * math/e_log10l.c: Likewise.
36043         * math/e_log2l.c: Likewise.
36044         * math/e_logl.c: Likewise.
36045         * math/e_powl.c: Likewise.
36046         * math/e_rem_pio2l.c: Likewise.
36047         * math/e_sinhl.c: Likewise.
36048         * math/e_sqrtl.c: Likewise.
36049         * math/fclrexcpt.c: Likewise.
36050         * math/fedisblxcpt.c: Likewise.
36051         * math/feenablxcpt.c: Likewise.
36052         * math/fegetenv.c: Likewise.
36053         * math/fegetexcept.c: Likewise.
36054         * math/fegetround.c: Likewise.
36055         * math/feholdexcpt.c: Likewise.
36056         * math/fesetenv.c: Likewise.
36057         * math/fesetround.c: Likewise.
36058         * math/feupdateenv.c: Likewise.
36059         * math/fgetexcptflg.c: Likewise.
36060         * math/fraiseexcpt.c: Likewise.
36061         * math/fsetexcptflg.c: Likewise.
36062         * math/ftestexcept.c: Likewise.
36063         * math/k_cosl.c: Likewise.
36064         * math/k_rem_pio2l.c: Likewise.
36065         * math/k_sinl.c: Likewise.
36066         * math/k_tanl.c: Likewise.
36067         * math/s_asinhl.c: Likewise.
36068         * math/s_atanl.c: Likewise.
36069         * math/s_cbrtl.c: Likewise.
36070         * math/s_erfl.c: Likewise.
36071         * math/s_expm1l.c: Likewise.
36072         * math/s_log1pl.c: Likewise.
36073         * math/s_tanhl.c: Likewise.
36074         * misc/acct.c: Likewise.
36075         * misc/brk.c: Likewise.
36076         * misc/chflags.c: Likewise.
36077         * misc/chroot.c: Likewise.
36078         * misc/fchflags.c: Likewise.
36079         * misc/fgetxattr.c: Likewise.
36080         * misc/flistxattr.c: Likewise.
36081         * misc/fremovexattr.c: Likewise.
36082         * misc/fsetxattr.c: Likewise.
36083         * misc/fsync.c: Likewise.
36084         * misc/ftruncate.c: Likewise.
36085         * misc/futimes.c: Likewise.
36086         * misc/futimesat.c: Likewise.
36087         * misc/getdomain.c: Likewise.
36088         * misc/getdtsz.c: Likewise.
36089         * misc/gethostid.c: Likewise.
36090         * misc/gethostname.c: Likewise.
36091         * misc/getloadavg.c: Likewise.
36092         * misc/getpagesize.c: Likewise.
36093         * misc/getsysstats.c: Likewise.
36094         * misc/getxattr.c: Likewise.
36095         * misc/gtty.c: Likewise.
36096         * misc/ioctl.c: Likewise.
36097         * misc/lgetxattr.c: Likewise.
36098         * misc/listxattr.c: Likewise.
36099         * misc/llistxattr.c: Likewise.
36100         * misc/lremovexattr.c: Likewise.
36101         * misc/lsetxattr.c: Likewise.
36102         * misc/lutimes.c: Likewise.
36103         * misc/madvise.c: Likewise.
36104         * misc/mincore.c: Likewise.
36105         * misc/mlock.c: Likewise.
36106         * misc/mlockall.c: Likewise.
36107         * misc/mmap.c: Likewise.
36108         * misc/mprotect.c: Likewise.
36109         * misc/msync.c: Likewise.
36110         * misc/munlock.c: Likewise.
36111         * misc/munlockall.c: Likewise.
36112         * misc/munmap.c: Likewise.
36113         * misc/preadv.c: Likewise.
36114         * misc/preadv64.c: Likewise.
36115         * misc/ptrace.c: Likewise.
36116         * misc/pwritev.c: Likewise.
36117         * misc/pwritev64.c: Likewise.
36118         * misc/readv.c: Likewise.
36119         * misc/reboot.c: Likewise.
36120         * misc/remap_file_pages.c: Likewise.
36121         * misc/removexattr.c: Likewise.
36122         * misc/revoke.c: Likewise.
36123         * misc/select.c: Likewise.
36124         * misc/setdomain.c: Likewise.
36125         * misc/setegid.c: Likewise.
36126         * misc/seteuid.c: Likewise.
36127         * misc/sethostid.c: Likewise.
36128         * misc/sethostname.c: Likewise.
36129         * misc/setregid.c: Likewise.
36130         * misc/setreuid.c: Likewise.
36131         * misc/setxattr.c: Likewise.
36132         * misc/sstk.c: Likewise.
36133         * misc/stty.c: Likewise.
36134         * misc/swapoff.c: Likewise.
36135         * misc/swapon.c: Likewise.
36136         * misc/sync.c: Likewise.
36137         * misc/syncfs.c: Likewise.
36138         * misc/syscall.c: Likewise.
36139         * misc/truncate.c: Likewise.
36140         * misc/ualarm.c: Likewise.
36141         * misc/usleep.c: Likewise.
36142         * misc/ustat.c: Likewise.
36143         * misc/utimes.c: Likewise.
36144         * misc/vhangup.c: Likewise.
36145         * misc/writev.c: Likewise.
36146         * posix/_exit.c: Likewise.
36147         * posix/alarm.c: Likewise.
36148         * posix/execve.c: Likewise.
36149         * posix/fexecve.c: Likewise.
36150         * posix/fork.c: Likewise.
36151         * posix/fpathconf.c: Likewise.
36152         * posix/getaddrinfo.c: Likewise.
36153         * posix/getegid.c: Likewise.
36154         * posix/geteuid.c: Likewise.
36155         * posix/getgid.c: Likewise.
36156         * posix/getgroups.c: Likewise.
36157         * posix/getlogin.c: Likewise.
36158         * posix/getlogin_r.c: Likewise.
36159         * posix/getpgid.c: Likewise.
36160         * posix/getpid.c: Likewise.
36161         * posix/getppid.c: Likewise.
36162         * posix/getresgid.c: Likewise.
36163         * posix/getresuid.c: Likewise.
36164         * posix/getsid.c: Likewise.
36165         * posix/getuid.c: Likewise.
36166         * posix/glob64.c: Likewise.
36167         * posix/nanosleep.c: Likewise.
36168         * posix/pathconf.c: Likewise.
36169         * posix/pause.c: Likewise.
36170         * posix/posix_madvise.c: Likewise.
36171         * posix/pread.c: Likewise.
36172         * posix/pread64.c: Likewise.
36173         * posix/pwrite.c: Likewise.
36174         * posix/pwrite64.c: Likewise.
36175         * posix/sched_getaffinity.c: Likewise.
36176         * posix/sched_getp.c: Likewise.
36177         * posix/sched_gets.c: Likewise.
36178         * posix/sched_primax.c: Likewise.
36179         * posix/sched_primin.c: Likewise.
36180         * posix/sched_rr_gi.c: Likewise.
36181         * posix/sched_setaffinity.c: Likewise.
36182         * posix/sched_setp.c: Likewise.
36183         * posix/sched_sets.c: Likewise.
36184         * posix/sched_yield.c: Likewise.
36185         * posix/setgid.c: Likewise.
36186         * posix/setlogin.c: Likewise.
36187         * posix/setpgid.c: Likewise.
36188         * posix/setresgid.c: Likewise.
36189         * posix/setresuid.c: Likewise.
36190         * posix/setsid.c: Likewise.
36191         * posix/setuid.c: Likewise.
36192         * posix/sleep.c: Likewise.
36193         * posix/spawni.c: Likewise.
36194         * posix/sysconf.c: Likewise.
36195         * posix/times.c: Likewise.
36196         * posix/wait.c: Likewise.
36197         * posix/wait3.c: Likewise.
36198         * posix/wait4.c: Likewise.
36199         * posix/waitpid.c: Likewise.
36200         * resolv/gai_sigqueue.c: Likewise.
36201         * resource/getpriority.c: Likewise.
36202         * resource/getrlimit.c: Likewise.
36203         * resource/getrusage.c: Likewise.
36204         * resource/nice.c: Likewise.
36205         * resource/setpriority.c: Likewise.
36206         * resource/setrlimit.c: Likewise.
36207         * resource/ulimit.c: Likewise.
36208         * rt/aio_cancel.c: Likewise.
36209         * rt/aio_fsync.c: Likewise.
36210         * rt/aio_read.c: Likewise.
36211         * rt/aio_sigqueue.c: Likewise.
36212         * rt/aio_suspend.c: Likewise.
36213         * rt/aio_write.c: Likewise.
36214         * rt/clock_getres.c: Likewise.
36215         * rt/clock_gettime.c: Likewise.
36216         * rt/clock_nanosleep.c: Likewise.
36217         * rt/clock_settime.c: Likewise.
36218         * rt/lio_listio.c: Likewise.
36219         * rt/mq_close.c: Likewise.
36220         * rt/mq_getattr.c: Likewise.
36221         * rt/mq_notify.c: Likewise.
36222         * rt/mq_open.c: Likewise.
36223         * rt/mq_receive.c: Likewise.
36224         * rt/mq_send.c: Likewise.
36225         * rt/mq_setattr.c: Likewise.
36226         * rt/mq_timedreceive.c: Likewise.
36227         * rt/mq_timedsend.c: Likewise.
36228         * rt/mq_unlink.c: Likewise.
36229         * rt/shm_open.c: Likewise.
36230         * rt/shm_unlink.c: Likewise.
36231         * rt/timer_create.c: Likewise.
36232         * rt/timer_delete.c: Likewise.
36233         * rt/timer_getoverr.c: Likewise.
36234         * rt/timer_gettime.c: Likewise.
36235         * rt/timer_settime.c: Likewise.
36236         * setjmp/__longjmp.c: Likewise.
36237         * setjmp/setjmp.c: Likewise.
36238         * signal/kill.c: Likewise.
36239         * signal/killpg.c: Likewise.
36240         * signal/raise.c: Likewise.
36241         * signal/sigaction.c: Likewise.
36242         * signal/sigaltstack.c: Likewise.
36243         * signal/sigblock.c: Likewise.
36244         * signal/sigignore.c: Likewise.
36245         * signal/sigintr.c: Likewise.
36246         * signal/signal.c: Likewise.
36247         * signal/sigpause.c: Likewise.
36248         * signal/sigpending.c: Likewise.
36249         * signal/sigqueue.c: Likewise.
36250         * signal/sigreturn.c: Likewise.
36251         * signal/sigset.c: Likewise.
36252         * signal/sigsetmask.c: Likewise.
36253         * signal/sigstack.c: Likewise.
36254         * signal/sigsuspend.c: Likewise.
36255         * signal/sigtimedwait.c: Likewise.
36256         * signal/sigvec.c: Likewise.
36257         * signal/sigwait.c: Likewise.
36258         * signal/sigwaitinfo.c: Likewise.
36259         * signal/sysv_signal.c: Likewise.
36260         * socket/accept.c: Likewise.
36261         * socket/accept4.c: Likewise.
36262         * socket/bind.c: Likewise.
36263         * socket/connect.c: Likewise.
36264         * socket/getpeername.c: Likewise.
36265         * socket/getsockname.c: Likewise.
36266         * socket/getsockopt.c: Likewise.
36267         * socket/isfdtype.c: Likewise.
36268         * socket/listen.c: Likewise.
36269         * socket/recv.c: Likewise.
36270         * socket/recvfrom.c: Likewise.
36271         * socket/recvmsg.c: Likewise.
36272         * socket/send.c: Likewise.
36273         * socket/sendmsg.c: Likewise.
36274         * socket/sendto.c: Likewise.
36275         * socket/setsockopt.c: Likewise.
36276         * socket/shutdown.c: Likewise.
36277         * socket/sockatmark.c: Likewise.
36278         * socket/socket.c: Likewise.
36279         * socket/socketpair.c: Likewise.
36280         * stdio-common/ctermid.c: Likewise.
36281         * stdio-common/cuserid.c: Likewise.
36282         * stdio-common/remove.c: Likewise.
36283         * stdio-common/rename.c: Likewise.
36284         * stdio-common/renameat.c: Likewise.
36285         * stdio-common/tempname.c: Likewise.
36286         * stdlib/getcontext.c: Likewise.
36287         * stdlib/makecontext.c: Likewise.
36288         * stdlib/setcontext.c: Likewise.
36289         * stdlib/swapcontext.c: Likewise.
36290         * stdlib/system.c: Likewise.
36291         * streams/fattach.c: Likewise.
36292         * streams/fdetach.c: Likewise.
36293         * streams/getmsg.c: Likewise.
36294         * streams/getpmsg.c: Likewise.
36295         * streams/putmsg.c: Likewise.
36296         * streams/putpmsg.c: Likewise.
36297         * sysdeps/unix/bsd/getpt.c: Likewise.
36298         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36299         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36300         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36302         Likewise.
36303         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36304         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36305         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36306         * sysvipc/msgctl.c: Likewise.
36307         * sysvipc/msgget.c: Likewise.
36308         * sysvipc/msgrcv.c: Likewise.
36309         * sysvipc/msgsnd.c: Likewise.
36310         * sysvipc/semctl.c: Likewise.
36311         * sysvipc/semget.c: Likewise.
36312         * sysvipc/semop.c: Likewise.
36313         * sysvipc/semtimedop.c: Likewise.
36314         * sysvipc/shmat.c: Likewise.
36315         * sysvipc/shmctl.c: Likewise.
36316         * sysvipc/shmdt.c: Likewise.
36317         * sysvipc/shmget.c: Likewise.
36318         * termios/tcdrain.c: Likewise.
36319         * termios/tcflow.c: Likewise.
36320         * termios/tcflush.c: Likewise.
36321         * termios/tcgetattr.c: Likewise.
36322         * termios/tcgetpgrp.c: Likewise.
36323         * termios/tcsendbrk.c: Likewise.
36324         * termios/tcsetattr.c: Likewise.
36325         * termios/tcsetpgrp.c: Likewise.
36326         * time/adjtime.c: Likewise.
36327         * time/clock.c: Likewise.
36328         * time/getitimer.c: Likewise.
36329         * time/gettimeofday.c: Likewise.
36330         * time/setitimer.c: Likewise.
36331         * time/settimeofday.c: Likewise.
36332         * time/stime.c: Likewise.
36333         * time/time.c: Likewise.
36335 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36337         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36338         /usr/old/bin.
36340         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36341         instead of spaces.
36342         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36344 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36346         [BZ #14796]
36347         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36348         FE_TONEAREST before applying Dekker multiplication and Knuth
36349         addition.  Clear inexact exceptions and check for exact zero
36350         results afterwards.
36351         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36352         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36353         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36354         * math/libm-test.inc (fma_test): Add more tests.
36355         (fma_test_towardzero): Likewise.
36356         (fma_test_downward): Likewise.
36357         (fma_test_upward): Likewise.
36358         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36359         function.
36360         (libc_fesetround): New macro.
36361         (libc_fesetroundf): Likewise.
36362         (libc_fesetroundl): Likewise.
36363         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36364         function.
36365         (libc_fesetround_387): Likewise.
36366         (libc_fesetroundf): New macro.
36367         (libc_fesetround): Likewise.
36368         (libc_fesetroundl): Likewise.
36369         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36370         function.
36371         (libc_fesetroundf): New macro.
36372         (libc_fesetround): Likewise.
36373         (libc_fesetroundl): Likewise.
36374         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36375         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36376         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36377         libm_hidden_ver.
36378         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36379         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36380         libm_hidden_def.
36381         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36382         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36383         libm_hidden_ver.
36384         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36385         libm_hidden_def.
36387         [BZ #3439]
36388         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36389         integer constant usable in #if and use that to give value to enum
36390         constant.
36391         (FE_DIVBYZERO): Likewise.
36392         (FE_UNDERFLOW): Likewise.
36393         (FE_OVERFLOW): Likewise.
36394         (FE_INVALID): Likewise.
36395         (FE_INVALID_SNAN): Likewise.
36396         (FE_INVALID_ISI): Likewise.
36397         (FE_INVALID_IDI): Likewise.
36398         (FE_INVALID_ZDZ): Likewise.
36399         (FE_INVALID_IMZ): Likewise.
36400         (FE_INVALID_COMPARE): Likewise.
36401         (FE_INVALID_SOFTWARE): Likewise.
36402         (FE_INVALID_SQRT): Likewise.
36403         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36404         (FE_TONEAREST): Likewise.
36405         (FE_TOWARDZERO): Likewise.
36406         (FE_UPWARD): Likewise.
36407         (FE_DOWNWARD): Likewise.
36408         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36409         (FE_DIVBYZERO): Likewise.
36410         (FE_OVERFLOW): Likewise.
36411         (FE_UNDERFLOW): Likewise.
36412         (FE_INEXACT): Likewise.
36413         (FE_TONEAREST): Likewise.
36414         (FE_DOWNWARD): Likewise.
36415         (FE_UPWARD): Likewise.
36416         (FE_TOWARDZERO): Likewise.
36417         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36418         (FE_UNDERFLOW): Likewise.
36419         (FE_OVERFLOW): Likewise.
36420         (FE_DIVBYZERO): Likewise.
36421         (FE_INVALID): Likewise.
36422         (FE_TONEAREST): Likewise.
36423         (FE_TOWARDZERO): Likewise.
36424         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36425         (FE_OVERFLOW): Likewise.
36426         (FE_UNDERFLOW): Likewise.
36427         (FE_DIVBYZERO): Likewise.
36428         (FE_INEXACT): Likewise.
36429         (FE_TONEAREST): Likewise.
36430         (FE_TOWARDZERO): Likewise.
36431         (FE_UPWARD): Likewise.
36432         (FE_DOWNWARD): Likewise.
36433         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36434         (FE_DIVBYZERO): Likewise.
36435         (FE_OVERFLOW): Likewise.
36436         (FE_UNDERFLOW): Likewise.
36437         (FE_INEXACT): Likewise.
36438         (FE_TONEAREST): Likewise.
36439         (FE_DOWNWARD): Likewise.
36440         (FE_UPWARD): Likewise.
36441         (FE_TOWARDZERO): Likewise.
36443 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36445         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36447 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36449         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36450         commands.  Quote $PWD.
36451         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36452         -x" by "export".
36453         (remove_newlines): Remove.
36455 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36457         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36458         * stdlib/stdlib.h (atof): Moved to ...
36459         * include/bits/stdlib-float.h: Here.  New file.
36460         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36461         * stdlib/bits/stdlib-float.h: New file.
36462         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36463         -mno-sse -mno-mmx.
36464         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36465         <xmmintrin.h>.
36467 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36469         * conform/conformtest.pl (@headers): Add fenv.h.
36470         * conform/data/fenv.h-data: New file.
36471         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36472         include of <math/fenv.h>.
36474         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36475         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36476         && !UNIX98].  Enables tests for XOPEN2K8.
36477         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36478         POSIX2008]: Likewise.
36480         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36481         (struct rusage): Do not expect type or its members.
36483         [BZ #3439]
36484         * math/math.h (FP_NAN): Define macro to integer constant usable in
36485         #if and use that to give value to enum constant.
36486         (FP_INFINITE): Likewise.
36487         (FP_ZERO): Likewise.
36488         (FP_SUBNORMAL): Likewise.
36489         (FP_NORMAL): Likewise.
36491 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36493         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36494         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36495         arguments.
36497 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36499         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36500         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36501         autoconf-time if not.
36502         * configure.in: Remove AC_PREREQ.
36504 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36506         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36507         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36508         of the internal implementation.
36510 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36512         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36513         except include of <misc/sys/syslog.h>.
36515 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36518         function returns with a NULL context exit with zero.
36520 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36522         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36524 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36526         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36527         (run_program_cmd): This.
36528         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36529         (tst_langinfo): New variable.  Use it.
36531 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36533         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36534         floating point opcodes.
36536 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36538         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36539         variable.
36541         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36543         * sysdeps/mach/hurd/powerpc: Remove directory.
36544         * sysdeps/mach/powerpc: Likewise.
36546 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36548         * scripts/check-local-headers.sh: Ignore c++ headers.
36550 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36552         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36553         __libc_cleanup_region_start argument.
36555 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36557         [BZ #14784]
36558         [BZ #14785]
36559         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36560         x * y using scaling, not as x * y + z.
36561         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36562         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36563         * math/libm-test.inc (fma_test): Add more tests.
36564         (fma_test_towardzero): Likewise.
36565         (fma_test_downward): Likewise.
36566         (fma_test_upward): Likewise.
36568 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36570         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36572 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36574         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36575         New variable.
36577 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36579         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36581 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36584         Fix sort order.
36585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36586         Likewise.
36588 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36591         Fix the order of the list for glibc 2.17.
36592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36593         Likewise.
36595 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36599 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36601         [BZ #14610]
36602         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36603         for low part of x being zero before using __atanl (y).
36604         * math/libm-test.inc (atan2_test): Add another test.
36606         * manual/install.texi (Configuring and compiling): Document
36607         general use of test-wrapper and test-wrapper-env.
36608         * INSTALL: Regenerated.
36610         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36611         (__fma): Do not extract and scale down low bits on after-rounding
36612         systems when result rounded to normal precision would have normal
36613         exponent.
36614         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36615         (__fmal): Do not extract and scale down low bits on after-rounding
36616         systems when result rounded to normal precision would have normal
36617         exponent.
36618         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36619         (__fmal): Do not extract and scale down low bits on after-rounding
36620         systems when result rounded to normal precision would have normal
36621         exponent.
36622         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36623         macro.
36624         (fma_test): Add more tests.
36625         (fma_test_towardzero): Likewise.
36626         (fma_test_downward): Likewise.
36627         (fma_test_upward): Likewise.
36629 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36631         * sysdeps/i386/tininess.h: Renamed to ...
36632         * sysdeps/x86/tininess.h: This.
36633         * sysdeps/x86_64/tininess.h: Removed.
36635 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36637         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36638         input.  Use $(build-program-cmd).
36639         ($(objpfx)tst-array1-static.out): Likewise.
36640         ($(objpfx)tst-array2.out): Likewise.
36641         ($(objpfx)tst-array3.out): Likewise.
36642         ($(objpfx)tst-array4.out): Likewise.
36643         ($(objpfx)tst-array5.out): Likewise.
36644         ($(objpfx)tst-array5-static.out): Likewise.
36646 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36648         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36649         if defined.
36651         * nss/nsswitch.h (nss_interface_function): Provide new
36652         macro for use with NSS functions.
36653         * grp/initgroups.c: Use new macro.
36654         * nss/getXXbyYY.c: Likewise.
36655         * nss/getXXbyYY_r.c: Likewise.
36656         * nss/getXXent.c: Likewise.
36657         * nss/getXXent_r.c: Likewise.
36658         * sysdeps/posix/getaddrinfo.c: Likewise.
36660 2012-10-30  Andreas Jaeger  <aj@suse.de>
36662         * po/ru.po: Update Russion translation from translation project.
36664 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36666         [BZ #14152]
36667         [BZ #14783]
36668         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36669         result and shift together with sticky bit instead of replicating
36670         round-to-nearest rounding.
36671         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36672         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36673         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36674         missing underflow exceptions.
36675         (fma_test_towardzero): Add more tests.
36676         (fma_test_downward): Likewise.
36677         (fma_test_upward): Likewise.
36679         [BZ #14047]
36680         * sysdeps/generic/tininess.h: New file.
36681         * sysdeps/i386/tininess.h: Likewise.
36682         * sysdeps/sh/tininess.h: Likewise.
36683         * sysdeps/x86_64/tininess.h: Likewise.
36684         * stdlib/tst-strtod-underflow.c: Likewise.
36685         * stdlib/tst-tininess.c: Likewise.
36686         * stdlib/strtod_l.c: Include <tininess.h>.
36687         (round_and_return): Do not set errno for exact underflow cases.
36688         Force an underflow exception when setting errno for underflow.
36689         Determine underflow based on rounding to normal precision if
36690         TININESS_AFTER_ROUNDING.
36691         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36692         ERANGE for exact underflow cases.
36693         * stdlib/Makefile (tests): Add tst-tininess and
36694         tst-strtod-underflow.
36695         ($(objpfx)tst-tininess): Use $(link-libm).
36696         ($(objpfx)tst-strtod-underflow): Likewise.
36698 2012-10-30  Andreas Jaeger  <aj@suse.de>
36700         [BZ#14767]
36701         * elf/Makefile (tests): Remove conditional for have-initfini-array
36702         since this is now always required and the variable does not exist
36703         anymore.
36704         (tests-static): Likewise.
36705         (modules-names): Likewise.
36707         * po/eo.po: Add Esperanto translation from translation project.
36709         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36710         merged with constructor/destructor.
36711         (init_array): Likewise.
36712         * elf/tst-array2dep.c (fini_array): Likewise.
36713         (init_array): Likewise.
36715 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36717         * manual/message.texi: Delete @cartouche tags.
36719 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36721         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36722         EOPNOTSUPP.
36723         * sysdeps/mach/hurd/fsync.c: Likewise.
36725         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36726         [_POSIX_REALTIME_SIGNALS]: Change condition to
36727         [_POSIX_REALTIME_SIGNALS > 0].
36729 2012-10-27  Andreas Jaeger  <aj@suse.de>
36731         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36732         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36733         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36734         [__WORDSIZE != 64]: Likewise.
36736 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36738         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36739         *  iconvdata/tst-tables.sh: Likewise.
36741 2012-10-25  David S. Miller  <davem@davemloft.net>
36743         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36744         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36745         of strtoull.
36747         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36748         ifunc-impl-list.c
36749         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36750         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36751         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36752         file.
36754 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36756         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36757         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36758         __getdirentries.
36760 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36761             Jim Blandy  <jimb@codesourcery.com>
36763         * scripts/cross-test-ssh.sh: New file.
36764         * manual/install.texi (Configuring and compiling): Document use of
36765         cross-test-ssh.sh.
36766         * INSTALL: Regenerated.
36768 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36770         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36771         EOPNOTSUPP.
36773 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36775         * Makeconfig (run-program-prefix): Fix comment.
36777 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36778             Jim Blandy  <jimb@codesourcery.com>
36780         * Makeconfig (test-wrapper): New variable,
36781         (test-wrapper-env): Likewise.
36782         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36783         (run-built-tests): Define to yes.
36784         (run-program-prefix): Use $(test-wrapper).
36785         (built-program-cmd): Likewise.
36786         * Rules (make-test-out): Use $(test-wrapper-env) and
36787         $(host-built-program-cmd).
36788         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36789         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36790         tst-pathopt.sh.
36791         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36792         $(test-wrapper-env) to tst-rtld-load-self.sh.
36793         ($(objpfx)order2.out): Use $(test-wrapper).
36794         ($(objpfx)tst-initorder.out): Likewise.
36795         ($(objpfx)tst-initorder2.out): Likewise.
36796         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36797         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36798         (test_wrapper_env): New variable.  Use it to run ld.so.
36799         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36800         Use it to run ld.so.
36801         (test_wrapper_env): Likewise.
36802         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36803         $(test-wrapper) to run-iconv-test.sh.
36804         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36805         (ICONV): Use $test_wrapper.
36806         * posix/Makefile ($(objpfx)globtest.out): Pass
36807         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36808         globtest.sh, not $(run-program-prefix).
36809         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36810         (test_wrapper): Likewise.
36811         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36812         set together with run_via_rtld_prefix.
36813         (run_program_prefix): Define in terms of test_wrapper and
36814         run_via_rtld_prefix.
36816 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36818         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36819         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36820         Targets removed.
36822         [BZ #14743]
36823         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36824         Declare __clock_getres, __clock_gettime, __clock_settime,
36825         __clock_nanosleep, and __clock_getcpuclockid.
36826         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36827         Remove librt_hidden_def (clock_gettime).
36828         * sysdeps/unix/clock_gettime.c: Likewise.
36829         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36830         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36831         * rt/clock_getres.c: Define __clock_getres as an alias.
36832         * sysdeps/posix/clock_getres.c: Likewise.
36833         * rt/clock_settime.c: Define __clock_settime as an alias.
36834         * sysdeps/unix/clock_settime.c: Likewise.
36835         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36836         * sysdeps/unix/clock_nanosleep.c: Likewise.
36837         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36838         * rt/clock-compat.c: New file.
36839         * rt/Makefile (librt-routines): Add clock-compat and move
36840         $(clock-routines) to ...
36841         (routines): ... here, new variable.
36842         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36843         Don't add get_clockfreq here.
36844         * rt/Versions (libc: GLIBC_2.17): New version set.
36845         Add clock_* symbols here.
36846         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36847         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36848         (GLIBC_2.17): Add clock_* symbols.
36849         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36850         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36851         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36853         Likewise.
36854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36855         Likewise.
36856         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36860         * NEWS: Mention the move.
36862         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36863         Use __open, __read, __close rather than their public counterparts.
36864         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36865         (__get_clockfreq_via_cpuinfo): Likewise.
36866         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36867         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36869         * config.h.in (HAVE_IFUNC): New #undef.
36870         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36871         was successful.
36872         * configure: Regenerated.
36874 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36876         * configure.in: Move READELF check to start of file.
36877         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36878         libc_cv_asm_gnu_indirect_function in the process.
36879         * configure: Regenerated.
36881 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36883         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36884         send the output to /dev/null.
36885         (libc_cv_cc_with_libunwind): Likewise.
36886         (libc_cv_as_noexecstack): Likewise.
36887         * configure: Regenerate.
36889 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36891         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36893         * posix/globtest.sh (TMPDIR): Do not set.
36894         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36895         (testout): Likewise.
36897 2012-10-24  Andreas Jaeger  <aj@suse.de>
36899         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36900         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36901         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36902         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36903         posix_fadvise64, posix_fallocate64.
36905         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36906         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36907         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36908         Likewise.
36909         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36910         Likewise.
36911         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36913         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36914         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36915         <bits/fcntl-linux.h>.
36916         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36918         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36919         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36920         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36921         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36922         [__WORDSIZE != 64]: Likewise.
36924 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36926         * Makeconfig (run-built-tests): New variable.
36927         * Rules [$(cross-compiling) = yes]: Change condition to
36928         [$(run-built-tests) = no].
36929         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36930         to [$(run-built-tests) = yes].
36931         * elf/Makefile [$(cross-compiling) = no]: Likewise
36932         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36933         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36934         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36935         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36936         * io/Makefile [$(cross-compiling) = no]: Likewise.
36937         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36938         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36939         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36940         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36941         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36942         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36943         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36944         * string/Makefile [$(cross-compiling) = no]: Likewise.
36946         * posix/Makefile ($(objpfx)globtest.out): Pass
36947         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36948         $(rtld-installed-name).
36949         * posix/globtest.sh (elf_objpfx): Remove variable.
36950         (rtld_installed_name): Likewise.
36951         (library_path): Likewise.
36952         (run_program_prefix): New variable.  Use for running globtest
36953         binary.
36955 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36956             Joseph Myers  <joseph@codesourcery.com>
36958         * Makeconfig (host-built-program-cmd): New variable.
36959         * elf/Makefile (tst-stackguard1-ARGS): Use
36960         $(host-built-program-cmd).
36961         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36962         (tst-spawn-ARGS): Likewise.
36963         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36965 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36966             Jim Blandy  <jimb@codesourcery.com>
36968         * Makeconfig (run-via-rtld-prefix): New variable.
36969         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36970         (built-program-cmd): Likewise.
36972 2012-10-22  Andreas Jaeger  <aj@suse.de>
36974         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36975         __O_RSYNC if it exists, otherwise to O_SYNC.
36977 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36978             Joseph Myers  <joseph@codesourcery.com>
36980         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36981         /dev/null.
36982         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36983         from /dev/null
36984         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36985         /dev/null.
36987 2012-10-22  Andreas Jaeger  <aj@suse.de>
36989         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36990         Define always.
36991         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36993         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36994         bits/fcntl-linux.h.
36996         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36997         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36999         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37000         to __O_LARGEFILE.
37001         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37002         to __O_LARGEFILE.
37004 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37005             Joseph Myers  <joseph@codesourcery.com>
37007         * config.make.in (NM): New variable.
37009 2012-10-21  Andreas Jaeger  <aj@suse.de>
37011         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37012         definitions and declarations that are provided by
37013         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37015 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37017         [BZ #14683]
37018         * elf/Makefile (tests-static): Add tst-leaks1-static.
37019         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37020         ($(objpfx)tst-leaks1-static): New rule.
37021         ($(objpfx)tst-leaks1-static-mem): Likewise.
37022         (tst-leaks1-static-ENV): New macro.
37023         * elf/dl-open.c (dl_open_worker): Check the main application
37024         only if SHARED is defined.
37025         * elf/tst-leaks1-static.c: New file.
37027 2012-10-20  Andreas Jaeger  <aj@suse.de>
37029         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37030         generic values for Linux.
37031         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37032         and declarations that are provided by <bits/fcntl-linux.h> and
37033         include <bits/fcntl-linux.h>.
37034         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37035         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37037 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37039         * io/fcntl.h: Move include of <bits/types.h> to the top and
37040         include it unconditionally.
37042 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37044         * wcsmbs/Makefile (tests-ifunc): New variable.
37045         (tests): Add $(tests-ifunc).
37046         * wcsmbs/test-wcschr-ifunc.c: New file.
37047         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37048         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37049         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37050         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37051         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37053         * string/Makefile (tests-ifunc): New variable.
37054         (tests): Add $(tests-ifunc).
37055         * string/test-memccpy.c (TEST_NAME): New macro.
37056         * string/test-memchr.c (TEST_NAME): Likewise.
37057         * string/test-memcmp.c (TEST_NAME): Likewise.
37058         * string/test-memcpy.c (TEST_NAME): Likewise.
37059         * string/test-memmem.c (TEST_NAME): Likewise.
37060         * string/test-memmove.c (TEST_NAME): Likewise.
37061         * string/test-memset.c (TEST_NAME): Likewise.
37062         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37063         * string/test-stpcpy.c (TEST_NAME): Likewise.
37064         * string/test-stpncpy.c (TEST_NAME): Likewise.
37065         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37066         * string/test-strcasestr.c (TEST_NAME): Likewise.
37067         * string/test-strcat.c (TEST_NAME): Likewise.
37068         * string/test-strchr.c (TEST_NAME): Likewise.
37069         * string/test-strcmp.c(TEST_NAME): Likewise.
37070         * string/test-strcpy.c (TEST_NAME): Likewise.
37071         * string/test-strcspn.c (TEST_NAME): Likewise.
37072         * string/test-strlen.c (TEST_NAME): Likewise.
37073         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37074         * string/test-strncmp.c (TEST_NAME): Likewise.
37075         * string/test-strncpy.c (TEST_NAME): Likewise.
37076         * string/test-strnlen.c (TEST_NAME): Likewise.
37077         * string/test-strpbrk.c (TEST_NAME): Likewise.
37078         * string/test-strrchr.c (TEST_NAME): Likewise.
37079         * string/test-strspn.c (TEST_NAME): Likewise.
37080         * string/test-strstr.c (TEST_NAME): Likewise.
37081         * string/test-bcopy-ifunc.c: New file.
37082         * string/test-bzero-ifunc.c: Likewise.
37083         * string/test-memccpy-ifunc.c: Likewise.
37084         * string/test-memchr-ifunc.c: Likewise.
37085         * string/test-memcmp-ifunc.c: Likewise.
37086         * string/test-memcpy-ifunc.c: Likewise.
37087         * string/test-memmem-ifunc.c: Likewise.
37088         * string/test-memmove-ifunc.c: Likewise.
37089         * string/test-mempcpy-ifunc.c: Likewise.
37090         * string/test-memset-ifunc.c: Likewise.
37091         * string/test-rawmemchr-ifunc.c: Likewise.
37092         * string/test-stpcpy-ifunc.c: Likewise.
37093         * string/test-stpncpy-ifunc.c: Likewise.
37094         * string/test-strcasecmp-ifunc.c: Likewise.
37095         * string/test-strcasestr-ifunc.c: Likewise.
37096         * string/test-strcat-ifunc.c: Likewise.
37097         * string/test-strchr-ifunc.c: Likewise.
37098         * string/test-strchrnul-ifunc.c: Likewise.
37099         * string/test-strcmp-ifunc.c: Likewise.
37100         * string/test-strcpy-ifunc.c: Likewise.
37101         * string/test-strcspn-ifunc.c: Likewise.
37102         * string/test-strlen-ifunc.c: Likewise.
37103         * string/test-strncasecmp-ifunc.c: Likewise.
37104         * string/test-strncat-ifunc.c: Likewise.
37105         * string/test-strncmp-ifunc.c: Likewise.
37106         * string/test-strncpy-ifunc.c: Likewise.
37107         * string/test-strnlen-ifunc.c: Likewise.
37108         * string/test-strpbrk-ifunc.c: Likewise.
37109         * string/test-strrchr-ifunc.c: Likewise.
37110         * string/test-strspn-ifunc.c: Likewise.
37111         * string/test-strstr-ifunc.c: Likewise.
37113         * debug/Makefile (tests-ifunc): New variable.
37114         (tests): Add $(tests-ifunc).
37115         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37116         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37117         * debug/test-stpcpy_chk-ifunc.c: New file.
37118         * debug/test-strcpy_chk-ifunc.c: Likewise.
37120 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37122         [BZ #13601]
37123         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37124         header is not read in.
37126 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37128         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37129         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37130         directly.  Pass built executable to script as
37131         $(built-program-cmd).
37132         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37133         $testprogram without using LD_LIBRARY_PATH and $ldso.
37135         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37136         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37137         $(rtld-installed-name).
37138         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37139         (rtld_installed_name): Likewise.
37140         (library_path): Likewise.
37141         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37142         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37143         $(run-program-prefix) to tst-tables.sh.
37144         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37145         it to run tst-table-from and tst-table-to.
37146         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37147         Pass it to tst-table.sh.
37148         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37149         $(run-program-prefix) to tst-gettext.sh.
37150         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37151         tst-translit.sh.
37152         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37153         tst-gettext2.sh.
37154         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37155         to run tst-gettext.
37156         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37157         to run tst-gettext2.
37158         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37159         to run tst-translit.
37160         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37161         $(run-program-prefix) to tst-mtrace.sh.
37162         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37163         to run tst-mtrace.
37164         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37165         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37166         $(rtld-installed-name).
37167         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37168         (rtld_installed_name): Likewise.
37169         (run_program_prefix): New variable.  Use it to run wordexp-test.
37171         * Makeconfig (ARCH): Remove all definitions.
37172         (machine): Likewise.
37173         [ARCH]: Remove conditional code.
37174         [!objdir]: Give error.
37175         [!objdir] (objpfx): Remove.
37176         [!objdir] (common-objpfx): Likewise.
37177         [!objdir] (common-objdir): Likewise.
37178         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37179         AC_CONFIG_FILES call.
37180         * configure: Regenerated.
37182         [BZ #13888]
37183         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37184         or TMPDIR.
37185         (testout): Likewise.
37187         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37188         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37189         $(rtld-installed-name).
37190         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37191         (rtld_installed_name): Likwise.
37192         (runit): Remove function.
37193         (run_getconf): New variable,  Use it for running getconf binary.
37195 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37197         [BZ #14716]
37198         * string/test-memmem.c (check_result): New function.
37199         (do_one_test): Use it.
37200         (check1): New function.
37201         (test_main): Use it.
37203 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37205         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37207 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37209         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37210         (_G_LSEEK64): Likewise.
37211         (_G_MMAP64): Likewise.
37212         (_G_FSTAT64): Likewise.
37213         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37214         (_G_LSEEK64): Likewise.
37215         (_G_MMAP64): Likewise.
37216         (_G_FSTAT64): Likewise.
37217         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37218         unconditional.  Call __mmap64 directly.
37219         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37220         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37221         __lseek64 directly.
37222         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37223         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37224         __mmap64 directly.
37225         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37226         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37227         __lseek64 directly.
37228         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37229         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37230         __lseek64 directly.
37231         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37232         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37233         __lseek64 directly.
37234         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37235         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37236         __fxstat64 directly.
37237         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37238         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37239         unconditional.
37240         (freopen64) [!_G_OPEN64]: Remove conditional code.
37241         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37242         unconditional.
37243         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37244         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37245         unconditional.
37246         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37247         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37248         unconditional.
37249         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37250         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37251         unconditional.
37252         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37253         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37254         unconditional.
37255         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37256         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37257         unconditional.
37258         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37259         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37260         unconditional.
37261         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37263 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37265         [BZ #12140]
37266         * manual/memory.texi (Malloc Tunable Parameters): Add note
37267         about free list pointers overwriting some perturb bytes.
37268         Wording suggested by Roland McGrath.
37270 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37272         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37273         (lgamma_test): Likewise.
37274         (tgamma_test): Likewise.
37276 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37278         [BZ #14700]
37279         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37280         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37282 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37284         * NEWS: Mention BZ #14716.
37285         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37286         when removing AVAILABLE1_USES_J macro.
37288 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37290         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37291         (__bswap_64): __uint64_t for unsigned 64-bit int.
37293 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37295         * include/string.h (memmem): Declare libc hidden alias.
37296         * string/memmem.c (memmem): Define libc hidden alias.
37297         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37298         __read, __close instead of open, read, close.
37300 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37302         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37303         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37304         global and hidden.
37305         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37306         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37307         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37308         Likewise.
37309         (__rawmemchr_sse2): Likewise.
37310         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37311         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37312         (__strchr_sse2): Likewise.
37313         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37314         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37315         (__strcasecmp_sse2): Likewise.
37316         (__strncasecmp_sse2): Likewise.
37317         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37318         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37319         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37320         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37321         (__strrchr_sse2): Likewise.
37322         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37323         ifunc-impl-list.c.
37324         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37325         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37326         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37327         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37328         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37329         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37330         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37331         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37332         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37333         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37334         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37335         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37336         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37337         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37338         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37339         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37340         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37341         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37342         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37343         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37344         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37345         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37346         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37347         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37348         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37349         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37350         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37351         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37352         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37353         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37355         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37356         global and hidden.
37357         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37358         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37359         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37360         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37361         Likewise.
37362         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37363         Likewise.
37364         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37365         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37366         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37367         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37368         ifunc-impl-list.c.
37369         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37370         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37371         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37372         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37373         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37374         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37375         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37376         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37377         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37378         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37379         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37380         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37381         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37382         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37383         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37384         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37385         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37386         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37387         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37388         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37389         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37390         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37391         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37392         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37393         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37394         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37395         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37396         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37397         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37398         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37399         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37400         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37401         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37402         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37403         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37404         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37405         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37406         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37407         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37408         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37409         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37411         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37412         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37413         * include/ifunc-impl-list.h: New file.
37414         * misc/ifunc-impl-list.c: Likewise.
37415         * misc/Makefile (routines): Add ifunc-impl-list.
37416         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37417         * string/test-string.h: Include <ifunc-impl-list.h>.
37418         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37419         TEST_NAME]: New variables.
37420         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37421         are defined.
37422         (test_init): Call __libc_ifunc_impl_list to initialize
37423         func_list if TEST_IFUNC and TEST_NAME are defined.
37425         * string/Makefile (strop-tests): Add bcopy and bzero.
37426         * string/test-bcopy.c: New file.
37427         * string/test-bzero.c: Likewise.
37428         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37429         defined.
37430         * string/test-memset.c: Support bzero test if TEST_BZERO is
37431         defined.
37432         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37433         __libc_memmove.
37434         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37435         __libc_memset.
37436         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37437         of memset.
37439 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37441         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37442         * configure: Regenerated.
37444         * Makeconfig (+link-static-before-libc): Don't include
37445         $(link-static-libc).
37447         * libio/libio.h (_IO_pos_t): Remove.
37449 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37451         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37452         McGrath.
37454 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37456         * crypt/crypt-entry.c: Include fips-private.h.
37457         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37458         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37459         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37460         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37462 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37464         * crypt/crypt-private.h: Include stdbool.h.
37465         (_ufc_setup_salt_r): Return bool.
37466         * crypt/crypt-entry.c: Include errno.h.
37467         (__crypt_r): Return NULL with EINVAL for bad salt.
37468         * crypt/crypt_util.c (bad_for_salt): New.
37469         (_ufc_setup_salt_r): Check that salt is long enough and within
37470         the specified alphabet.
37471         * crypt/badsalttest.c: New file.
37472         * crypt/Makefile (tests): Add it.
37473         ($(objpfx)badsalttest): New.
37475 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37477         * NEWS: Add entry for BZ #14602.
37479 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37481         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37482         type-generic.
37483         * math/libm-test.inc: Update comment listing what functions and
37484         macros are tested.
37485         (isgreater_test): New function.
37486         (isgreaterequal_test): Likewise.
37487         (isless_test): Likewise.
37488         (islessequal_test): Likewise.
37489         (islessgreater_test): Likewise.
37490         (isunordered_test): Likewise.
37491         (main): Call the new functions.
37493 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37495         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37496         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37497         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37498         * sysdeps/i386/configure: Regenerated.
37499         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37500         * sysdeps/mach/configure: Regenerated.
37501         * sysdeps/mach/hurd/configure: Regenerated.
37502         * sysdeps/powerpc/configure: Regenerated.
37503         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37504         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37505         * sysdeps/s390/s390-32/configure: Regenerated.
37506         * sysdeps/s390/s390-64/configure: Regenerated.
37507         * sysdeps/sh/configure: Regenerated.
37508         * sysdeps/sparc/configure: Regenerated.
37509         * sysdeps/unix/sysv/linux/configure: Regenerated.
37510         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37511         * sysdeps/x86_64/configure: Regenerated.
37513         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37514         defined.  Don't check if MAP is NULL.
37516 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37518         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37519         (_G_stat64): Likewise.
37520         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37521         (_G_stat64): Likewise.
37522         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37523         instead of struct _G_stat64.
37524         * libio/fileops.c (mmap_remap_check): Likewise.
37525         (decide_maybe_mmap): Likewise.
37526         (_IO_new_file_seekoff): Likewise.
37527         (_IO_file_stat): Likewise.
37528         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37529         _G_off64_t.
37530         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37531         instead of struct _G_stat64.
37532         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37534 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37536         [BZ #14602]
37537         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37538         Replace with ...
37539         (CHECK_EOL): New macro.
37540         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37541         CHECK_EOL.
37542         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37543         Replace with CHECK_EOL.
37544         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37545         Replace with CHECK_EOL.
37547 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37549         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37550         type-generic.
37551         * math/libm-test.inc: Update comment listing what functions and
37552         macros are tested.
37553         (finite_test): New function.
37554         (isinf_test): Likewise.
37555         (isnan_test): Likewise.
37556         (fpclassify_test): Test subnormal input.
37557         (isfinite_test): Likewise.
37558         (isnormal_test): Likewise.
37559         (main): Call the new functions.
37561 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37563         [BZ #14660]
37564         * Makerules (%.dynsym): Force C locale when running
37565         $(OBJDUMP) --dynamic-syms.
37567 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37569         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37570         <stdint.h>.
37572 2012-10-06  David S. Miller  <davem@davemloft.net>
37574         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37575         upper 32-bits of the length value in %o2 since we use branch-on-register
37576         tests which consider the entire 64-bit register.
37578 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37580         * string/test-strstr.c (check2): Add a test for page boundary.
37582 2012-10-05  David S. Miller  <davem@davemloft.net>
37584         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37585         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37586         file.
37587         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37588         sysdep_routines.
37589         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37590         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37591         and bzero when HWCAP_SPARC_CRYPTO is present.
37593 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37595         [BZ #14602]
37596         * string/test-strstr.c (check2): New function.
37597         (test_main): Call check2.
37599         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37600         and bug-strchr1.
37601         * string/bug-strcasestr1.c (do_test): Moved to ...
37602         * string/test-strcasestr.c (check1): Here.  New function.
37603         (do_one_test): Break out result checking code into ...
37604         (check_result): This.  New function.
37605         (do_one_test): Call check_result.
37606         (test_main): Call check1.
37607         * string/bug-strchr1.c (do_test): Moved to ...
37608         * string/test-strchr.c (check1): Here.  New function.
37609         (do_one_test): Break out result checking code into ...
37610         (check_result): This.  New function.
37611         (do_one_test): Call check_result.
37612         (test_main): Call check1.
37613         * string/bug-strstr1.c (main): Moved to ...
37614         * string/test-strstr.c (check1): Here.  New function.
37615         (do_one_test): Break out result checking code into ...
37616         (check_result): This.  New function.
37617         (do_one_test): Call check_result.
37618         (test_main): Call check1.
37619         * string/bug-strcasestr1.c: Removed.
37620         * string/bug-strchr1.c: Likewise.
37621         * string/bug-strstr1.c: Likewise.
37623         * elf/Makefile (dl-routines): Add hwcaps.
37624         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37625         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37626         (_dl_important_hwcaps): Moved to ...
37627         * elf/dl-hwcaps.c: Here.  New file.
37628         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37630         [BZ #14557]
37631         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37632         if IS_IN_rtld isn't defined.
37634         * elf/dl-support.c (_dl_sysinfo_map): New.
37635         Include "get-dynamic-info.h" and "setup-vdso.h".
37636         (_dl_non_dynamic_init): Call setup_vdso.
37637         * elf/dynamic-link.h: Don't include <assert.h>.
37638         (elf_get_dynamic_info): Moved to ...
37639         * elf/get-dynamic-info.h: Here.  New file.
37640         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37641         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37642         * elf/setup-vdso.h: Here.  New file.
37643         * elf/rtld.c: Include "setup-vdso.h".
37644         (dl_main): Call setup_vdso.
37646 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37648         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37649         creal in comment listing functions tested.  List finite, isinf,
37650         isnan, isless, islessequal, isgreater, isgreaterequal,
37651         islessgreater, isunordered, lgamma_r and pow10 as functions and
37652         macros not tested.  Mention which functions not tested are aliases
37653         for other functions.  Fix typo.  Note that signs of NaNs are not
37654         tested.
37656         * scripts/config.guess: Update from config.git.
37657         * scripts/config.sub: Likewise.
37659 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37661         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37662         * misc/madvise.c (madvise): Renamed to __madvise.
37663         Make madvise a weak alias.
37664         * include/sys/mman.h: Declare __madvise.
37665         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37666         * sysdeps/unix/syscalls.list
37667         (madvise): Make __madvise the strong name, and madvise a weak alias.
37668         * sysdeps/unix/sysv/linux/syscalls.list
37669         (madvise, mmap): Remove redundant entries.
37670         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37671         * malloc/malloc.c (mtrim): Likewise.
37672         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37674 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37676         * sysdeps/mach/hurd/dl-cache.c: File removed.
37677         * config.h.in (USE_LDCONFIG): New #undef.
37678         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37679         * configure: Regenerated.
37680         * elf/Makefile (dl-routines): Add dl-cache only under
37681         [$(use-ldconfig) = yes].
37682         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37683         cache on [USE_LDCONFIG].
37684         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37685         [USE_LDCONFIG].
37686         * elf/rtld.c (dl_main): Likewise.
37688 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37690         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37691         _SC_LEVEL4_CACHE_LINESIZE.
37693 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37695         * sysdeps/unix/bsd/confstr.h: File removed.
37697 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37699         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37700         sys/sdt-config.h.
37702 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37704         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37705         Make 'mapoff' field ElfW(Off) rather than off_t.
37707 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37709         * nscd/Makefile: Remove nscd-cflags and all its users.
37710         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37711         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37713         [BZ #10631]
37714         * malloc.c (malloc_printerr): Clarify error message.
37716 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37718         [BZ #14648]
37719         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37720         Set bit_FMA_Usable if FMA is supported.
37721         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37722         macro.
37723         (bit_FMA4_Usable): Updated.
37724         (index_FMA_Usable): New macro.
37725         (CPUID_FMA): Likewise
37726         (HAS_FMA): Defined with bit_FMA_Usable.
37728 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37730         * bits/types.h (__swblk_t): Type removed.
37731         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37732         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37733         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37734         (__SWBLK_T_TYPE): Likewise.
37735         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37736         (__SWBLK_T_TYPE): Likewise.
37737         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37738         (__SWBLK_T_TYPE): Likewise.
37739         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37740         (__SWBLK_T_TYPE): Likewise.
37742 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37743             Honza Horak <hhorak@redhat.com>
37745         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37746         (xdr_mapname): Use YPMAXMAP as maxsize.
37747         (xdr_peername): Use YPMAXPEER as maxsize.
37748         (xdr_keydat): Use YPAXRECORD as maxsize.
37749         (xdr_valdat): Use YPMAXRECORD as maxsize.
37751 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37753         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37755         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37756         * csu/init-first.c: ... here.
37757         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37758         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37759         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37760         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37761         * sysdeps/i386/init-first.c: File removed.
37762         * sysdeps/sh/init-first.c: File removed.
37764 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37766         [BZ #14645]
37767         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37768         if x * y might underflow to zero and z is zero.
37769         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37770         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37771         * math/libm-test.inc (min_subnorm_value): New variable.
37772         (fma_test): Add more tests.
37773         (fma_test_towardzero): Likewise.
37774         (fma_test_downward): Likewise
37775         (fma_test_upward): Likewise.
37776         (initialize): Set min_subnorm_value.
37778 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37780         [BZ #14638]
37781         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37782         0 + 0.
37783         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37784         mode for addition resulting in exact zero.
37785         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37786         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37787         exact 0 + 0.
37788         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37789         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37790         * math/libm-test.inc (fma_test): Add more tests.
37791         (fma_test_towardzero): New function.
37792         (fma_test_downward): Likewise.
37793         (fma_test_upward): Likewise.
37794         (main): Call the new functions.
37796 2012-09-28  David S. Miller  <davem@davemloft.net>
37798         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37800 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37802         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37803         instead of SIGALRM.
37805         * sysdeps/gnu/_G_config.h: Moved to ...
37806         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37807         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37808         * sysdeps/generic/_G_config.h: ... here.
37810         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37812         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37814         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37815         Conditionalize target on [libnss_test1.so-version].
37817         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37819         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37820         (elfobjdir): Move out of conditionals.
37822         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37823         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37824         (__nss_lookup_function): Conditionalize label remove_from_tree on
37825         [!DO_STATIC_NSS || SHARED], matching its only use.
37827 2012-09-28  David S. Miller  <davem@davemloft.net>
37829         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37830         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37831         file.
37832         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37833         sysdep_routines.
37834         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37835         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37836         when HWCAP_SPARC_CRYPTO is present.
37838 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37840         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37842 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37844         [BZ #6530]
37845         * stdio-common/vfprintf.c (process_string_arg): Revert
37846         2000-07-22 change.
37848 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37850         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37851         for testcase.
37852         * stdio-common/tst-sprintf.c: Include <locale.h>
37853         (main): Test sprintf's handling of incomplete multibyte
37854         characters.
37856 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37858         * elf/dl-runtime.c (VERSYMIDX): Removed.
37859         * elf/dl-version.c (VERSYMIDX): Likewise.
37860         * elf/do-rel.h (VERSYMIDX): Likewise.
37861         (VALIDX): Likewise.
37862         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37863         * elf/rtld.c (VALIDX): Likewise.
37864         (ADDRIDX): Likewise.
37865         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37866         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37867         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37868         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37869         (VALIDX): Likewise.
37870         (ADDRIDX): Likewise.
37872 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37874         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37876 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37878         [BZ #11438]
37879         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37880         to global scope.
37881         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37882         addresses are in the same scope as 192.0.2/24.
37883         * posix/gai.conf: Document new scope table defaults.
37885 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37887         [BZ #5298]
37888         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37889         for ftell.  Compute offsets from write pointers instead.
37890         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37892 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37894         [BZ #14543]
37895         * libio/Makefile (tests): New test case tst-fseek.
37896         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37897         combination works in wide mode.
37898         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37899         state when the external buffer state changes.
37901 2012-09-27  David S. Miller  <davem@davemloft.net>
37903         [BZ #14376]
37904         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37905         pass reloc->r_addend in as the 'high' argument to
37906         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37908         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37910 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37912         * rt/tst-aio2.c: Include <pthread.h>.
37913         * rt/tst-aio3.c: Likewise.
37915 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37917         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37919 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37921         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37922         contents on [SHARED].
37924 2012-09-26  Marek Polacek  <polacek@redhat.com>
37926         [BZ #14530]
37927         [BZ #13741]
37928         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37929         for C++ and GCC <4.3 as well as for non GCC compilers.
37931 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37933         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37935 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37937         * Makefile.in (all, install): Declare with .PHONY.
37938         Reported by Michael Hope <michael.hope@linaro.org>.
37940 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37942         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37943         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37944         system header.
37945         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37946         Likewise.
37947         (sydep_routines): Add the new and the internal functions.
37948         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37949         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37951         (GLIBC_2.17): Add the new function.
37952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37953         (GLIBC_2.17): Likewise.
37954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37955         (GLIBC_2.17): Likewise.
37956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37957         (GLIBC_2.17): Likewise.
37958         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37960 2012-09-25  Alan Modra  <amodra@gmail.com>
37962         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37963         Add release barrier before setting once_control to say
37964         initialisation is done.  Add hints on lwarx.  Use macro in
37965         place of isync.
37966         (clear_once_control): Add release barrier.
37968 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37970         [BZ #13629]
37971         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37972         specially.
37973         * math/s_clog10.c (__clog10): Likewise.
37974         * math/s_clog10f.c (__clog10f): Likewise.
37975         * math/s_clog10l.c (__clog10l): Likewise.
37976         * math/s_clogf.c (__clogf): Likewise.
37977         * math/s_clogl.c (__clogl): Likewise.
37978         * math/Makefile (libm-calls): Add x2y2m1.
37979         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37980         (__x2y2m1): Likewise.
37981         (__x2y2m1l): Likewise.
37982         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37983         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37984         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37985         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37986         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37987         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37988         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37989         * sysdeps/i386/fpu/libm-test-ulps: Update.
37990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37992         [BZ #14621]
37993         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37994         int as type of variable DEPTH.
37995         (glob): Use size_t instead of int as type of variables NEWCOUNT
37996         and OLD_PATHC.
37998 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38000         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38001         Add s_sincosf-sse2.
38002         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38003         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38004         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38005         macros for using routine as __sincosf_ia32.
38006         Use macro for function declaration and weak_alias.
38007         * sysdeps/i386/fpu/libm-test-ulps: Update.
38009         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38010         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38012         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38013         subnormal argument.
38014         * math/s_cexpf.c (__cexpf): Likewise.
38015         * math/s_csinf.c (__csinf): Likewise.
38016         * math/s_csinhf.c (__csinhf): Likewise.
38017         * math/s_ctanf.c (__ctanf): Likewise.
38018         * math/s_ctanhf.c (__ctanhf): Likewise.
38019         * math/s_ccosh.c (__ccoshf): Likewise.
38020         * math/s_cexp.c (__cexpl): Likewise.
38021         * math/s_csin.c (__csin): Likewise.
38022         * math/s_csinh.c (__csinh): Likewise.
38023         * math/s_ctan.c (__ctan): Likewise.
38024         * math/s_ctanh.c (ctanh): Likewise.
38025         * math/s_ccoshl.c (__ccoshl): Likewise.
38026         * math/s_cexpl.c (__cexpl): Likewise.
38027         * math/s_csinl.c (__csinl): Likewise.
38028         * math/s_csinhl.c (__csinhl): Likewise.
38029         * math/s_ctanl.c (__ctanl): Likewise.
38030         * math/s_ctanhl.c (__ctanhl): Likewise.
38032 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38034         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38035         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38036         (_IO_off_t): Define to __off_t, not _G_off_t.
38037         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38038         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38039         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38040         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38041         type of __dummy and __dummy2 fields.
38042         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38043         (_G_ssize_t): Likewise.
38044         (_G_off_t): Likewise.
38045         (_G_pid_t): Likewise.
38046         (_G_uid_t): Likewise.
38047         (_G_wchar_t): Likewise.
38048         (_G_wint_t): Likewise.
38049         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38050         (_G_ssize_t): Likewise.
38051         (_G_off_t): Likewise.
38052         (_G_pid_t): Likewise.
38053         (_G_uid_t): Likewise.
38054         (_G_wchar_t): Likewise.
38055         (_G_wint_t): Likewise.
38056         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38057         (_G_ssize_t): Likewise.
38058         (_G_off_t): Likewise.
38059         (_G_pid_t): Likewise.
38060         (_G_uid_t): Likewise.
38061         (_G_wchar_t): Likewise.
38062         (_G_wint_t): Likewise.
38064 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38066         * malloc/arena.c: Include malloc-sysdep.h.
38067         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38068         is sufficient to shrink the heap or an unmap is needed.
38069         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38070         new function check_may_shrink_heap.
38071         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38072         new function check_may_shrink_heap.
38074 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38076         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38077         comments.
38079 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38081         * catgets/test-gencat.sh: Add "set -e".
38082         * elf/tst-pathopt.sh: Likewise.
38083         * grp/tst_fgetgrent.sh: Likewise.
38084         * iconvdata/run-iconv-test.sh: Likewise.
38085         * intl/tst-gettext.sh: Likewise.
38086         * intl/tst-gettext2.sh: Likewise.
38087         * intl/tst-gettext4.sh: Likewise.
38088         * intl/tst-gettext6.sh: Likewise.
38089         * intl/tst-translit.sh: Likewise.
38090         * io/ftwtest-sh: Likewise.
38091         * libio/test-freopen.sh: Likewise.
38092         * malloc/tst-mtrace.sh: Likewise.
38093         * posix/globtest.sh: Likewise.
38094         * posix/tst-getconf.sh: Likewise.
38095         * posix/wordexp-tst.sh: Likewise.
38096         * stdio-common/tst-printf.sh: Likewise.
38097         * stdio-common/tst-unbputc.sh: Likewise.
38098         * stdlib/tst-fmtmsg.sh: Likewise.
38099         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38100         * catgets/Makefile: Do not specify -e option when running
38101         testsuite shell scripts.
38102         * elf/Makefile: Likewise.
38103         * grp/Makefile: Likewise.
38104         * iconvdata/Makefile: Likewise.
38105         * intl/Makefile: Likewise.
38106         * io/Makefile: Likewise.
38107         * libio/Makefile: Likewise.
38108         * malloc/Makefile: Likewise.
38109         * posix/Makefile: Likewise.
38110         * stdio-common/Makefile: Likewise.
38111         * stdlib/Makefile: Likewise.
38112         * sysdeps/x86_64/Makefile: Likewise.
38114         * io/ftwtest-sh: Add copyright header.
38115         * posix/globtest.sh: Likewise.
38116         * posix/tst-getconf.sh: Likewise.
38117         * posix/wordexp-tst.sh: Likewise.
38118         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38120 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38122         [BZ #13679]
38123         * Makeconfig (+link): Defined as $(+link-static) if
38124         $(build-shared) isn't yes.
38125         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38126         isn't yes.
38127         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38129         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38131         [BZ #14562]
38132         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38133         new chunk size with MALLOC_ALIGN_MASK.
38135 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38137         [BZ #5044]
38138         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38139         <rounding-mode.h>.
38140         (__printf_fphex): Determine rounding using get_rounding_mode and
38141         round_away.
38142         * stdio-common/tst-printf-round.c (struct hex_test): New
38143         structure.
38144         (hex_tests): New variable.
38145         (test_hex_in_one_mode): New function.
38146         (do_test): Also run tests for hex float output.
38148 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38150         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38151         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38152         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38153         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38154         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38155         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38156         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38157         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38159 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38161         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38162         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38163         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38164         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38166 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38168         [BZ #14579]
38169         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38170         mode only.
38171         * elf/tst-rtld-load-self.sh: New test.
38172         * elf/Makefile: Run it.
38174 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38176         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38177         (tst-writev-ENV): Remove.
38178         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38180 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38182         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38184 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38186         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38187         unconditional.
38188         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38189         Likewise.
38190         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38191         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38192         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38193         Likewise.
38195 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38197         [BZ #14587]
38198         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38199         * config.make.in (have-cpp-asm-debuginfo): Removed.
38200         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38201         * configure: Regenerated.
38203 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38205         [BZ #5044]
38206         * stdio-common/printf_fp.c: Include <stdbool.h> and
38207         <rounding-mode.h>.
38208         (___printf_fp): Determine rounding using get_rounding_mode and
38209         round_away.
38210         * stdio-common/tst-printf-round.c: New file.
38211         * stdio-common/Makefile (tests): Add tst-printf-round.
38212         (link-libm): New variable.
38213         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38215 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38217         [BZ #14576]
38218         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38219         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38220         Likewise.
38221         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38222         Likewise.
38224 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38226         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38227         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38228         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38229         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38231 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38233         [BZ #14518]
38234         * include/rounding-mode.h: New file.
38235         * sysdeps/generic/get-rounding-mode.h: Likewise.
38236         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38237         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38238         (MAX_VALUE): New macro.
38239         (MIN_VALUE): Likewise.
38240         (overflow_value): New function.
38241         (underflow_value): Likewise.
38242         (round_and_return): Use overflow_value and underflow_value to
38243         determine return values in overflow and underflow cases.  Use
38244         round_away to determine rounding depending on rounding mode.
38245         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38246         determine return values in overflow and underflow cases.
38247         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38248         (struct test_results): New structure.
38249         (struct test): Use struct test_results to store expected results
38250         for all rounding modes.
38251         (TEST): Include expected results for all rounding modes.
38252         (test_in_one_mode): New function.
38253         (do_test): Use test_in_one_mode to compute and check results.
38254         Check results for all rounding modes.
38255         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38256         $(link-libm).
38258 2012-12-09  Allan McRae  <allan@archlinux.org>
38260         * sysdeps/i386/fpu/libm-test-ulps: Update
38262 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38264         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38265         (_G_int32_t): Likewise.
38266         (_G_uint16_t): Likewise.
38267         (_G_uint32_t): Likewise.
38268         (_G_HAVE_BOOL): Likewise.
38269         (_G_HAVE_ATEXIT): Likewise.
38270         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38271         (_G_HAVE_IO_FILE_OPEN): Likewise.
38272         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38273         (_G_int32_t): Likewise.
38274         (_G_uint16_t): Likewise.
38275         (_G_uint32_t): Likewise.
38276         (_G_HAVE_BOOL): Likewise.
38277         (_G_HAVE_ATEXIT): Likewise.
38278         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38279         (_G_HAVE_IO_FILE_OPEN): Likewise.
38280         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38281         (_G_int32_t): Likewise.
38282         (_G_uint16_t): Likewise.
38283         (_G_uint32_t): Likewise.
38284         (_G_HAVE_BOOL): Likewise.
38285         (_G_HAVE_ATEXIT): Likewise.
38286         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38287         (_G_HAVE_IO_FILE_OPEN): Likewise.
38289 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38291         * csu/libc-tls.c: Update copyright years.
38293 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38295         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38296         [!_G_USING_THUNKS]: Remove conditional code.
38297         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38298         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38300         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38301         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38302         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38303         (_G_VTABLE_LABEL_PREFIX): Likewise.
38304         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38305         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38306         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38307         (_G_VTABLE_LABEL_PREFIX): Likewise.
38308         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38309         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38310         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38311         (_G_VTABLE_LABEL_PREFIX): Likewise.
38312         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38314 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38316         * libio/Makefile: Include ../Makeconfig before tests.
38317         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38318         only if $(build-shared) is yes.
38320         * iconv/gconv_db.c: Update copyright years.
38322 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38324         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38325         unwind info if defined PIC. Fix special cases description.
38326         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38328         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38329         DP_HI_MASK entry.
38330         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38332 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38334         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38336         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38337         is NULL.
38339         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38340         (LDLIBS-tst-chk4): This.
38341         (LDFLAGS-tst-chk5): Renamed to ...
38342         (LDLIBS-tst-chk5): This.
38343         (LDFLAGS-tst-chk6): Renamed to ...
38344         (LDLIBS-tst-chk6): This.
38345         (LDFLAGS-tst-lfschk4): Renamed to ...
38346         (LDLIBS-tst-lfschk4): This.
38347         (LDFLAGS-tst-lfschk5): Renamed to ...
38348         (LDLIBS-tst-lfschk5): This.
38349         (LDFLAGS-tst-lfschk6): Renamed to ...
38350         (LDLIBS-tst-lfschk6): This.
38352         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38353         on $(common-objpfx)soversions.mk.
38355 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38357         [BZ #10014]
38358         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38359         example host name.
38361 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38363         * malloc/arena.c (arena_get_retry): New function that gets
38364         another arena for the caller to try its request on.
38365         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38366         current arena cannot fulfill the request.
38367         (__libc_memalign): Likewise.
38368         (__libc_memalign): Likewise.
38369         (__libc_pvalloc): Likewise.
38370         (__libc_calloc): Likewise.
38372 2012-09-05  John Tobey  <john.tobey@gmail.com>
38374         [BZ #13542]
38375         * manual/arith.texi (Operations on Complex): Fix description
38376         of carg branch cut.
38378 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38380         [BZ #10014]
38381         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38382         host name.
38384         [BZ #10038]
38385         * manual/memory.texi (Memory): Make order of menu items match
38386         order of sections.
38388 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38390         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38391         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38392         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38394 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38396         * csu/libc-tls.c (static_dtv): Renamed to ...
38397         (_dl_static_dtv): This.  Make it global.
38398         (_dl_initial_dtv): Removed.
38399         (__libc_setup_tls): Updated.
38400         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38401         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38402         DL_INITIAL_DTV.
38404 2012-09-06  Petr Machata  <pmachata@redhat.com>
38406         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38407         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38408         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38409         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38411 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38413         [BZ #14545]
38414         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38415         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38416         freeing dtv[-1].
38418 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38420         [BZ #14544]
38421         * Makeconfig (link-static-before-libc): Replace $(+prector)
38422         with $(+prectorT).
38423         (link-static-after-libc): Replace $(+postctor) with
38424         $(+postctorT).
38425         (link-bounded): Replace $(+prector)/$(+postctor) with
38426         $(+prectorT)/$(+postctorT).
38427         (+prectorT): New macro.
38428         (+postctorT): Likewise.
38430 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38432         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38433         (round_str): Handle values above the maximum for IBM long double
38434         as inexact.
38435         * stdlib/tst-strtod-round.c (tests): Regenerated.
38437 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38439         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38440         assembler flag.
38441         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38442         zarch_nohighgprs around the zarch optimized routines.
38443         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38444         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38445         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38446         for zarch.
38448 2012-09-05  David S. Miller  <davem@davemloft.net>
38450         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38452         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38453         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38454         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38455         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38456         entries.
38458 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38460         * malloc/arena.c: Fold copyright years.
38461         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38463 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38465         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38467 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38469         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38471 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38473         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38474         change internal state upon failure.
38476 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38478         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38479         * malloc/memusage.c (mmap): Likewise.
38480         (mmap64, mremap): Likewise.  Adjust name in comment.
38482 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38484         * libio/fileops.c: Fix typos in comments.
38485         * libio/oldfileops.c: Likewise.
38486         * libio/wfileops.c: Likewise.
38488 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38490         [BZ #1349]
38491         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38492         (tst-malloc-usable-ENV): Set environment for test case.
38493         * malloc/hooks.c (malloc_check_get_size): New function to get
38494         requested size.
38495         * malloc/malloc.c (musable): Use malloc_check_get_size.
38496         * malloc/tst-malloc-usable.c: New test case.
38498 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38500         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38502 2012-09-05  Allan McRae  <allan@archlinux.org>
38504         [BZ #13966]
38505         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38506         determine header location.
38507         * configure: Regenerated.
38509 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38511         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38512         float format.
38513         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38514         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38515         format.
38516         (test): Regenerate.
38518 2012-09-04  David S. Miller  <davem@davemloft.net>
38520         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38521         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38522         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38524 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38526         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38527         failures.
38529         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38531 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38533         [BZ #9914]
38534         * libio/iogetdelim.c: Include <limits.h>.
38535         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38536         + len + 1 would overflow.
38538 2012-09-03  Andreas Jaeger  <aj@suse.de>
38540         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38541         * sysdeps/i386/fpu/libm-test-ulps: Update.
38543 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38545         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38546         Add s_sinf-sse2, s_conf-sse2.
38548         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38549         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38550         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38551         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38553         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38554         for using routine as __sinf_ia32.
38555         Use macro for function declaration and weak_alias.
38556         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38557         for using routine as __cosf_ia32.
38558         Use macro for function declaration and weak_alias.
38560         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38561         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38563         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38564         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38565         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38567         * math/libm-test.inc (cos_test): Add more test cases.
38568         (sin_test): Likewise.
38569         (sincos_test): Likewise.
38571 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38573         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38574         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38575         hidden.
38576         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38578 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38580         [BZ #14538]
38581         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38582         first element of the GOT.
38583         (elf_machine_load_address): Return the difference between
38584         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38586 2012-09-01  Allan McRae  <allan@archlinux.org>
38588         [BZ #13412]
38589         * configure.in (AWK): Require gawk version 3.0 or later.
38590         * configure: Regenerated.
38592 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38594         * sysdeps/unix/sysv/linux/kernel-features.h
38595         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38596         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38597         [__NR_clock_getres]: Make code unconditional.
38598         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38599         (clock_getcpuclockid): Remove code left unreachable by removal of
38600         conditionals.
38601         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38602         code unconditional.
38603         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38604         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38605         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38606         Make code unconditional.
38607         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38608         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38609         * sysdeps/unix/sysv/linux/clock_settime.c
38610         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38611         conditional code.
38612         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38613         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38615 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38617         [BZ #14476]
38618         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38619         scripts/test-installation.pl.
38621         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38622         and $ld_so_version if it is set.
38624 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38626         [BZ #14516]
38627         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38628         failure if reading from procfs failed.
38629         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38631 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38633         * sysdeps/unix/sysv/linux/kernel-features.h
38634         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38635         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38636         Remove conditional code.
38637         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38638         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38639         Remove conditional code.
38640         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38641         * sysdeps/unix/sysv/linux/i386/fxstat.c
38642         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38643         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38644         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38645         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38646         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38647         * sysdeps/unix/sysv/linux/i386/lxstat.c
38648         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38649         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38650         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38651         Remove conditional code.
38652         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38653         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38654         Remove conditional code.
38655         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38656         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38657         <kernel-features.h>.
38658         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38659         Remove.
38660         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38661         Remove conditional code.
38662         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38663         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38664         Remove conditional.
38666 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38668         [BZ #5400]
38669         * NEWS: Add fixed bug number.
38671 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38673         [BZ #14519]
38674         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38675         underflowing exponent in case of negative sign.
38676         * stdlib/tst-strtod-round-data: Add more tests.
38677         * stdlib/tst-strtod-round.c (tests): Regenerated.
38679         [BZ #3479]
38680         * stdlib/strtod_l.c (NDIG): Remove.
38681         (HEXNDIG): Likewise.
38682         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38683         smallest representable value.
38684         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38685         lie within an exact representation of 1/2 ulp of the result.
38686         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38687         unconditionally.
38688         (TENS_P9_IDX): Define unconditionally.
38689         (TENS_P9_SIZE): Likewise.
38690         (TENS_P10_IDX): Likewise.
38691         (TENS_P10_SIZE): Likewise.
38692         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38693         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38694         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38695         entries for 10^2^13 and 10^2^14.
38696         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38697         (TENS_P13_IDX): Define.
38698         (TENS_P13_SIZE): Likewise.
38699         (TENS_P14_IDX): Likewise.
38700         (TENS_P14_SIZE): Likewise.
38701         (_fpioconst_pow10): Change array size to
38702         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38703         unconditional.
38704         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38705         1024]: Add entries for 10^2^13 and 10^2^14.
38706         [LAST_POW10 > _LAST_POW10]: Remove #error.
38707         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38708         (_fpioconst_pow10): Change array size to
38709         FPIOCONST_POW10_ARRAY_SIZE.
38710         * stdlib/gen-fpioconst.c: New file.
38711         * stdlib/gen-tst-strtod-round.c: Likewise.
38712         * stdlib/tst-strtod-round-data: Likewise.
38713         * stdlib/tst-strtod-round.c: Likewise.
38714         * stdlib/Makefile (tests): Add tst-strtod-round.
38716         [BZ #14459]
38717         * stdlib/strtod_l.c: Include <stdint.h>.
38718         (NDEBUG): Do not define.
38719         (round_and_return): Change EXPONENT parameter to type intmax_t.
38720         Rearrange calculations to avoid internal overflow possibilities.
38721         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38722         Rearrange calculations to avoid internal overflow possibilities.
38723         Assert that number fits inside MPNSIZE limbs.
38724         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38725         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38726         calculations and add assertions to avoid internal overflow
38727         possibilities.  Add casts to avoid signed/unsigned operations.
38728         * stdlib/tst-strtod-overflow.c: New file.
38729         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38731 2012-08-25  Marek Polacek  <polacek@redhat.com>
38733         * time/time.h: Fix some typos in comments.
38735 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38737         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38738         * posix/tst-rfc3484-2.c: Likewise.
38739         * posix/tst-rfc3484-3.c: Likewise.
38741 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38743         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38744         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38746 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38748         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38749         #include of fxstatat64.c.
38751 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38753         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38754         * shadow/getspent_r.c: Likewise.
38755         * shadow/getspnam.c: Likewise.
38756         * shadow/getspnam_r.c: Likewise.
38757         * gshadow/getsgent.c: Likewise.
38758         * gshadow/getsgent_r.c: Likewise.
38759         * gshadow/getsgnam.c: Likewise.
38760         * gshadow/getsgnam_r.c: Likewise.
38761         * inet/getnetbyad.c: Likewise.
38762         * inet/getnetbyad_r.c: Likewise.
38763         * inet/getnetbynm.c: Likewise.
38764         * inet/getnetbynm_r.c: Likewise.
38765         * inet/getnetent.c: Likewise.
38766         * inet/getnetent_r.c: Likewise.
38767         * inet/getproto.c: Likewise.
38768         * inet/getproto_r.c: Likewise.
38769         * inet/getprtent.c: Likewise.
38770         * inet/getprtent_r.c: Likewise.
38771         * inet/getprtname.c: Likewise.
38772         * inet/getprtname_r.c: Likewise.
38773         * inet/getrpcbyname.c: Likewise.
38774         * inet/getrpcbyname_r.c: Likewise.
38775         * inet/getrpcbynumber.c: Likewise.
38776         * inet/getrpcbynumber_r.c: Likewise.
38777         * inet/getrpcent.c: Likewise.
38778         * inet/getrpcent_r.c: Likewise.
38779         * inet/getaliasent.c: Likewise.
38780         * inet/getaliasent_r.c: Likewise.
38781         * inet/getaliasname.c: Likewise.
38782         * inet/getaliasname_r.c: Likewise.
38783         * nscd/getgrgid_r.c: Likewise.
38784         * nscd/getgrnam_r.c: Likewise.
38785         * nscd/gethstbyad_r.c: Likewise.
38786         * nscd/gethstbynm3_r.c: Likewise.
38787         * nscd/getpwnam_r.c: Likewise.
38788         * nscd/getpwuid_r.c: Likewise.
38789         * nscd/getsrvbynm_r.c: Likewise.
38790         * nscd/getsrvbypt_r.c: Likewise.
38791         * nscd/gai.c: Likewise.
38793         * configure.in (build_nscd): New substituted variable, set
38794         by --disable-build-nscd and defaults to $use_nscd.
38795         * configure: Regenerated.
38796         * config.make.in (build-nscd): New substituted variable.
38797         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38798         Change conditional to require [$(build-nscd) = yes] as well.
38799         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38801         [BZ# 13696]
38802         * configure.in (use_nscd): New substituted variable, set by
38803         --disable-nscd.  If enabled, define USE_NSCD.
38804         * configure: Regenerated.
38805         * config.h.in: Add USE_NSCD.
38806         * config.make.in (use-nscd): New substituted variable.
38807         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38808         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38809         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38810         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38811         (CFLAGS-getgrnam_r.c): Likewise.
38812         (CFLAGS-initgroups.c): Likewise.
38813         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38814         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38815         Variables removed.
38816         * inet/getnetgrent_r.c
38817         (nscd_setnetgrent): New function, broken out of ...
38818         (setnetgrent): ... here.  Call it.
38819         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38820         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38821         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38822         * nscd/Makefile (routines, aux): Move definitions after include of
38823         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38824         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38825         Conditionalize on [USE_NSCD].
38826         (is_nscd, nscd_init_cb): Likewise.
38827         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38828         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38829         * nss/nss_db/db-init.c: Likewise.
38830         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38831         [USE_NSCD].
38832         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38833         (make_request): Use it.
38834         (cache_valid_p): New function.
38835         (__check_pf): Use it.
38836         * NEWS: Add item for --disable-nscd.
38838 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38840         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38841         to support sed >= 4.2.1-20-ga9bf076.
38842         * configure: Regenerated.
38844 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38846         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38847         Conditionalize whole body on [IREL].
38849 2012-08-22  Jeff Law <law@redhat.com>
38851         [BZ #14505]
38852         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38853         if the family is PF_UNSPEC.
38855 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38857         * Makerules (lib-version): Rename from V.
38858         (install-lib-nosubdir): Change V to lib-version.
38860 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38862         [BZ #14252]
38863         * powerpc32/power6/wcschr.c: New file.
38864         * powerpc32/power6/wcscpy.c: New file.
38865         * powerpc32/power6/wcsrchr.c: New file.
38866         * powerpc64/power6/wcschr.c: New file.
38867         * powerpc64/power6/wcscpy.c: New file.
38868         * powerpc64/power6/wcsrchr.c: New file.
38870 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38872         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38873         (two_way_short_needle): Use it.
38874         * string/strstr.c (AVAILABLE1_USES_J): Define.
38875         * string/strcasestr.c: Likewise.
38877         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38878         array references.
38879         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38881         [BZ #11607]
38882         * NEWS: Add an entry.
38883         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38884         define their defaults.
38885         (two_way_short_needle): Detect end-of-string on-the-fly.
38886         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38887         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38888         * string/bug-strcasestr1.c: New test.
38889         * string/Makefile: Run it.
38891 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38893         [BZ #11607]
38894         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38895         the first character.
38897 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38899         * csu/elf-init.c (__libc_csu_irel): Function removed.
38900         * csu/libc-start.c (apply_irel): New function.
38901         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38903 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38905         * sysdeps/unix/sysv/linux/kernel-features.h
38906         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38907         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38908         <kernel-features.h>.
38909         [__NR_fadvise64_64]: Make code unconditional.
38910         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38911         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38912         !__NR_fadvise64_64)]: Likewise.
38913         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38914         !__NR_fadvise64_64))]: Likewise.
38915         [__NR_fadvise64]: Make code unconditional.
38916         [!__NR_fadvise64]: Remove conditional code.
38917         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38918         <kernel-features.h>.
38919         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38920         unconditional.
38921         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38922         conditional code.
38923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38924         not include <kernel-features.h>.
38925         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38926         unconditional.
38927         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38928         conditional code.
38929         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38930         include <kernel-features.h>.
38931         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38932         unconditional.
38933         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38934         conditional code.
38936 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38938         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38939         slight instruction rearrangements per scrollpipe analysis.
38940         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38942 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38944         * manual/syslog.texi (syslog; vsyslog, closelog):
38945         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38946         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38948         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38949         DSOCAPS to match condition on defining it.
38951 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38953         * sysdeps/unix/sysv/linux/kernel-features.h
38954         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38956         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38957         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38959         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38960         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38962         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38963         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38965         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38966         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38968         * sysdeps/unix/sysv/linux/kernel-features.h
38969         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38970         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38971         unconditional.
38972         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38973         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38974         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38975         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38976         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38977         Make code unconditional.
38978         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38979         (__mmap64) [!__NR_mmap2]: Likewise.
38980         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38981         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38982         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38983         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38984         [__NR_mmap2]: Make code unconditional.
38985         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38986         (__mmap64) [!__NR_mmap2]: Likewise.
38988 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38990         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38992 2012-08-18  Andreas Jaeger  <aj@suse.de>
38994         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38996 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38998         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38999         * include/unistd.h (__have_sock_cloexec): Likewise.
39000         (__have_pipe2): Likewise.
39001         (__have_dup3): Likewise.
39003 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39005         [BZ #9685]
39006         * include/unistd.h (__have_pipe2): Change define into an extern int.
39007         (__have_dup3): Likewise.
39008         * socket/have_sock_cloexec.c: Include fcntl.h.
39009         (__have_pipe2): New variable.
39010         (__have_dup3): Likewise.
39012 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39014         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39016 2012-08-17  Marek Polacek  <polacek@redhat.com>
39018         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39019         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39021 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39023         * configure.in: Add AC_SUBST for sysheaders.
39024         * configure: Regenerated.
39025         * config.make.in (sysheaders): New substituted variable.
39027         * sysdeps/unix/mkfifo.c: Moved ...
39028         * sysdeps/posix/mkfifo.c: ... here.
39029         * sysdeps/unix/mkfifoat.c: Moved ...
39030         * sysdeps/posix/mkfifoat.c: ... here.
39032         * sysdeps/unix/utime.c: Moved ...
39033         * sysdeps/posix/utime.c: ... here.
39035         * sysdeps/unix/time.c: Moved ...
39036         * sysdeps/posix/time.c: ... here.
39037         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39038         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39040         * sysdeps/unix/nice.c: Moved ...
39041         * sysdeps/posix/nice.c: ... here.
39043         * sysdeps/unix/alarm.c: Moved ...
39044         * sysdeps/posix/alarm.c: ... here.
39046         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39048 2012-08-17  Jeff Law <law@redhat.com>
39050         * intl/Makefile (codeset_mo): New variable.
39051         ($(codeset_mo)): New target.
39052         (tst-codeset.out): Depend on that.  Remove explicit rule.
39053         (tst-gettext3.out, tst-gettext5.out): Likewise.
39054         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39055         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39056         * intl/tst-codeset.sh: Remove.
39057         * intl/tst-gettext3.sh: Likewise.
39058         * intl/tst-gettext5.sh: Likewise.
39060 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39062         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39063         * sysdeps/unix/syscalls.list: ... here.
39065         * sysdeps/posix/getaddrinfo.c
39066         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39067         (gaiconf_init, gaiconf_reload): Use them.
39068         [!_STATBUF_ST_NSEC]
39069         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39070         Define using time_t rather than struct timespec.
39072         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39073         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39074         Macros removed.
39075         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39076         [!NO_THREADS].
39077         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39078         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39079         Likewise.
39081         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39082         __libc_cleanup_push argument.
39084         * bits/param.h: New file.
39085         * misc/sys/param.h: New file.
39086         * include/sys/param.h: New file.
39087         * misc/Makefile (headers): Add bits/param.h.
39088         * sysdeps/generic/sys/param.h: File removed.
39089         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39090         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39091         * sysdeps/mach/hurd/bits/param.h: New file.
39092         * sysdeps/mach/hurd/sys/param.h: File removed.
39094         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39095         last change.
39097         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39098         [_IO_MTSAFE_IO].
39099         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39100         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39101         New macros.
39103         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39104         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39105         rather than -D_IO_MTSAFE_IO conditionally.
39106         * stdio-common/Makefile (CPPFLAGS): Likewise.
39107         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39108         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39109         Use $(libio-mtsafe).
39110         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39111         of -D_IO_MTSAFE_IO.
39112         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39113         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39114         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39115         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39116         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39117         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39118         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39119         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39120         (CFLAGS-fread_u_chk.c): Likewise.
39121         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39122         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39123         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39124         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39125         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39126         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39127         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39128         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39129         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39131         * libio/Makefile: Test [$(libc-reentrant) = yes]
39132         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39134         * Makeconfig
39135         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39136         * sysdeps/pthread/configure: File removed.
39137         * sysdeps/pthread/Makeconfig: New file.
39138         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39139         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39141 2012-08-16  Gary Benson  <gbenson@redhat.com>
39143         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39144         unmapping the first object in a namespace.
39146 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39148         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39149         (__internal_setnetgrent): ... this.  Add internal_function to
39150         definition.  Add libc_hidden_def.
39151         (setnetgrent): Update caller.
39152         (internal_endnetgrent): Renamed to ...
39153         (__internal_endnetgrent): ... this.  Add internal_function to
39154         definition.  Add libc_hidden_def.
39155         (endnetgrent): Update caller.
39156         (internal_getnetgrent_r): Renamed to ...
39157         (__internal_getnetgrent_r): ... this.  Add internal_function to
39158         definition.  Add libc_hidden_def.
39159         (__getnetgrent_r): Update caller.
39160         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39162 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39164         * stdlib/longlong.h: Update from GCC.
39166 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39168         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39169         on _QL, which is set by umul_ppmm but never used.
39170         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39171         variables, which are set by GMP macros but never used.
39172         * stdio-common/_itowa.c (_itowa): Likewise.
39173         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39174         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39176 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39178         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39179         struct La_sh_regs is not constant.
39180         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39181         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39182         and struct La_sparc64_regs are not constant.
39184 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39186         * sysdeps/unix/sysv/linux/kernel-features.h
39187         (__ASSUME_POSIX_TIMERS): Remove.
39188         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39189         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39190         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39191         Make code unconditional.
39192         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39193         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39194         Make code unconditional.
39195         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39196         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39197         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39198         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39199         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39200         Make code unconditional.
39201         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39202         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39203         (__libc_missing_posix_timers): Remove.
39205 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39207         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39208         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39210         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39212         * elf/dl-sym.c: Include <stdlib.h>.
39214         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39215         constants, which avoids warnings in 32-bit builds.
39217         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39218         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39220         * misc/lseek.c: File moved to ...
39221         * io/lseek.c: ... here.
39223         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39225         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39226         shifting LEN more than 31 bits at once.
39228 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39230         [BZ #14195]
39231         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39232         segmentation fault for a case of two empty input strings.
39233         * string/test-strncasecmp.c (check1): Renamed to...
39234         (bz12205): ...this.
39235         (bz14195): Add new testcase for two empty input strings and N > 0.
39236         (test_main): Call new testcase, adapt for renamed function.
39238 2012-08-15  Andreas Jaeger  <aj@suse.de>
39240         [BZ #14090]
39241         * crypt/md5test2.c: New test, based on test supplied by Serge
39242         Belyshev <belyshev@depni.sinp.msu.ru>.
39243         * crypt/Makefile (xtests): Add md5test-giant..
39244         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39246 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39248         [BZ #14090]
39249         * crypt/md5.c (md5_process_block): Don't assume the buffer
39250         length is less than 2**32.
39251         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39252         length is less than 2**64.
39254 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39256         * string/str-two-way.h: Include <sys/param.h>.
39257         (MAX): Macro removed.
39259         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39260         Move #define and #undef of memmove to just before and after
39261         including <string.h>.
39263         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39264         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39265         and after including <string.h>.  Move declarations of
39266         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39267         to before #include "string/memmove.c".
39269         * include/dirent.h: Declare __getdirentries.
39271         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39272         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39274 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39276         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39277         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39278         * sysdeps/i386/configure: Regenerated.
39279         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39280         STABS_CURRENT_FILE, and STABS_FUN.
39281         (END): Remove call to STABS_FUN_END.
39282         (STABS_CURRENT_FILE1): Delete.
39283         (STABS_CURRENT_FILE): Likewise.
39284         (STABS_FUN): Likewise.
39285         (STABS_FUN_END): Likewise.
39286         (STABS_FUN2): Likewise.
39287         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39288         * sysdeps/x86_64/configure: Regenerated.
39290 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39292         * elf/dl-open.c: Include <atomic.h>.
39293         * elf/dl-lookup.c: Likewise.
39295 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39297         * sysdeps/unix/sysv/linux/kernel-features.h
39298         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39299         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39300         unconditionally.
39301         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39302         unconditionally.
39303         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39304         condition on __ASSUME_CLONE_THREAD_FLAGS.
39306 2012-08-14  Andreas Jaeger  <aj@suse.de>
39308         * sysdeps/i386/fpu/libm-test-ulps: Update.
39310 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39312         * include/atomic.h (atomic_exchange_and_add): Split into ...
39313         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39314         New atomic macros.
39316 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39318         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39320 2012-08-13  Jeff Law <law@redhat.com>
39322         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39323         null byte in the output string.
39325 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39327         * sysdeps/unix/sysv/linux/kernel-features.h
39328         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39329         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39330         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39331         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39332         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39333         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39334         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39336 2012-08-09  Jeff Law <law@redhat.com>
39338         [BZ #13939]
39339         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39340         When avoid_arena is set, don't retry in the that arena.  Pick the
39341         next one, whatever it might be.
39342         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39343         (arena_lock): Pass in new parameter to arena_get2.
39344         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39345         arena_get2.
39346         (__libc_malloc): Unify retrying after main arena failure with
39347         __libc_memalign version.
39348         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39350 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39352         [BZ #14166]
39353         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39354         to __redirect_strstr.
39355         (__strstr_sse42): Use typeof __redirect_strstr.
39356         (__strstr_ia32): Likewise.
39357         (__libc_strstr): New prototype.
39358         (strstr): Renamed to ...
39359         (__libc_strstr): This.
39360         (strstr): New strong alias of __libc_strstr.
39361         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39362         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39363         __redirect_time.
39364         Include <time.h>.
39365         (__libc_time): New prototype.
39366         (time_ifunc): Replace time with __libc_time.
39367         (time): New strong alias and hidden definition of __libc_time.
39368         (__GI_time): Remove strong alias.
39369         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39370         Include <stddef.h>.
39371         (memmove): Redefined to __redirect_memmove.
39372         (__memmove_sse2): Use typeof __redirect_memmove.
39373         (__memmove_ssse3): Likewise.
39374         (__memmove_ssse3_back): Likewise.
39375         (__libc_memmove): New prototype.
39376         (memmove): Renamed to ...
39377         (__libc_memmove): This.
39378         (memmove): New strong alias of __libc_memmove.
39380 2012-08-08  Mark Salter  <msalter@redhat.com>
39382         * elf/elf.h
39383         (R_MN10300_TLS_GD): Define.
39384         (R_MN10300_TLS_LD): Likewise.
39385         (R_MN10300_TLS_LDO): Likewise.
39386         (R_MN10300_TLS_GOTIE): Likewise.
39387         (R_MN10300_TLS_IE): Likewise.
39388         (R_MN10300_TLS_LE): Likewise.
39389         (R_MN10300_TLS_DTPMOD): Likewise.
39390         (R_MN10300_TLS_DTPOFF): Likewise.
39391         (R_MN10300_TLS_TPOFF): Likewise.
39392         (R_MN10300_SYM_DIFF): Likewise.
39393         (R_MN10300_ALIGN): Likewise.
39394         (R_MN10300_NUM): Update.
39396 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39398         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39399         Remove.
39401 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39403         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39405         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39406         sysdeps/unix -> sysdeps/posix move.
39407         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39409 2012-08-07      Allan McRae     <allan@archlinux.org>
39411         [BZ #14303]
39412         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39413         (SUNOS_CPP): Likewise.
39414         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39415         not found.
39416         (open_input): Call CPP using execvp.
39418 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39420         * sysdeps/unix/sysv/linux/kernel-features.h
39421         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39422         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39423         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39424         (__ASSUME_WAITID_SYSCALL): Likewise.
39425         * sysdeps/unix/sysv/linux/dl-execstack.c
39426         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39427         code unconditional.
39428         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39429         conditional code.
39430         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39431         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39432         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39433         code.
39434         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39435         unconditional.
39436         [__ASSUME_WAITID_SYSCALL]: Likewise.
39437         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39439 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39441         * sysdeps/unix/closedir.c: Renamed to ...
39442         * sysdeps/posix/closedir.c: ... here.
39443         * sysdeps/unix/dirfd.c: Renamed to ...
39444         * sysdeps/posix/dirfd.c: ... here.
39445         * sysdeps/unix/dirstream.h: Renamed to ...
39446         * sysdeps/posix/dirstream.h: ... here.
39447         * sysdeps/unix/fdopendir.c: Renamed to ...
39448         * sysdeps/posix/fdopendir.c: ... here.
39449         * sysdeps/unix/opendir.c: Renamed to ...
39450         * sysdeps/posix/opendir.c: ... here.
39451         * sysdeps/unix/readdir.c: Renamed to ...
39452         * sysdeps/posix/readdir.c: ... here.
39453         * sysdeps/unix/readdir_r.c: Renamed to ...
39454         * sysdeps/posix/readdir_r.c: ... here.
39455         * sysdeps/unix/rewinddir.c: Renamed to ...
39456         * sysdeps/posix/rewinddir.c: ... here.
39457         * sysdeps/unix/seekdir.c: Renamed to ...
39458         * sysdeps/posix/seekdir.c: ... here.
39459         * sysdeps/unix/telldir.c: Renamed to ...
39460         * sysdeps/posix/telldir.c: ... here.
39461         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39462         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39463         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39464         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39466         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39467         * bits/fcntl.h: ... here.
39469         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39470         not 0.
39471         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39472         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39473         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39474         (struct flock): Move l_start, l_len to the beginning.
39475         Use __pid_t for l_pid.
39476         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39477         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39478         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39479         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39480         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39481         [__USE_LARGEFILE64] (struct flock64): New type.
39482         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39484         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39485         * bits/dirent.h: ... here.
39487         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39488         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39490 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39492         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39493         Change from 2.6.0 to 2.6.16.
39494         * sysdeps/unix/sysv/linux/configure: Regenerated.
39495         * sysdeps/unix/sysv/linux/kernel-features.h
39496         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39497         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39498         version.
39499         (__ASSUME_UTIMES): Likewise.
39500         (__ASSUME_CLONE_STOPPED): Remove.
39501         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39502         architectures, not kernel version.
39503         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39504         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39505         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39506         (__ASSUME_WAITID_SYSCALL): Likewise.
39507         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39508         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39509         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39510         refer to older versions.
39512 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39514         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39515         Define alphasort64 as an alias.
39516         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39517         Define versionsort64 as an alias.
39518         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39519         Define scandir64 as an alias.
39520         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39521         Define scandirat64 as an alias.
39522         * dirent/alphasort64.c (alphasort64):
39523         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39524         * dirent/versionsort64.c: Likewise.
39525         * dirent/scandir64.c: Likewise.
39526         * dirent/scandirat64.c: Likewise.
39527         * sysdeps/wordsize-64/alphasort.c: File removed.
39528         * sysdeps/wordsize-64/alphasort64.c: File removed.
39529         * sysdeps/wordsize-64/scandir.c: File removed.
39530         * sysdeps/wordsize-64/scandir64.c: File removed.
39531         * sysdeps/wordsize-64/scandirat.c: File removed.
39532         * sysdeps/wordsize-64/scandirat64.c: File removed.
39533         * sysdeps/wordsize-64/versionsort.c: File removed.
39534         * sysdeps/wordsize-64/versionsort64.c: File removed.
39535         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39536         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39537         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39538         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39539         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39540         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39541         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39542         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39544         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39545         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39546         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39547         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39548         [defined __arch64__ || defined __sparcv9]
39549         (__INO_T_MATCHES_INO64_T): New macro.
39550         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39551         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39552         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39553         * sysdeps/unix/sysv/linux/bits/dirent.h
39554         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39555         (_DIRENT_MATCHES_DIRENT64): New macro.
39557         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39558         Define lockf64 as an alias.
39559         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39560         Define fseeko64 as an alias.
39561         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39562         Define ftello64 as an alias.
39563         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39564         Define _IO_fgetpos64 and fgetpos64 as aliases.
39565         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39566         Define _IO_fsetpos64 and fsetpos64 as aliases.
39567         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39568         Conditionalize body on this.
39569         * libio/fseeko64.c: Likewise.
39570         * libio/ftello64.c: Likewise.
39571         * libio/iofgetpos64.c: Likewise.
39572         * libio/iofsetpos64.c: Likewise.
39573         * sysdeps/wordsize-64/lockf.c: File removed.
39574         * sysdeps/wordsize-64/lockf64.c: File removed.
39575         * sysdeps/wordsize-64/fseeko.c: File removed.
39576         * sysdeps/wordsize-64/fseeko64.c: File removed.
39577         * sysdeps/wordsize-64/ftello.c: File removed.
39578         * sysdeps/wordsize-64/ftello64.c: File removed.
39579         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39580         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39581         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39582         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39583         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39584         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39585         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39586         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39587         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39588         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39589         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39590         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39591         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39592         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39594         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39595         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39596         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39597         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39598         [defined __arch64__ || defined __sparcv9]
39599         (__OFF_T_MATCHES_OFF64_T): New macro.
39600         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39601         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39602         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39603         (__OFF_T_MATCHES_OFF64_T): New macro.
39605 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39607         * stdlib/secure-getenv.c (__secure_getenv): Replace
39608         GLIBC_2_16 with GLIBC_2_17.
39610 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39612         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39613         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39615 2012-08-03  David S. Miller  <davem@davemloft.net>
39617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39619 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39621         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39622         Remove.
39623         (__ASSUME_CORRECT_SI_PID): Likewise.
39624         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39625         (__ASSUME_TMPFS_NAME): Likewise.
39626         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39627         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39628         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39629         (HAVE_AUX_SECURE): Make definition unconditional.
39630         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39631         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39633 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39635         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39636         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39637         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39638         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39639         __eloop_threshold instead of SYMLOOP_MAX.
39641         * sysdeps/generic/eloop-threshold.h: New file.
39642         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39643         of MAXSYMLINKS.
39644         * elf/chroot_canon.c (chroot_canon): Likewise.
39646 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39648         [BZ #13717]
39649         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39650         Change to 2.6.0 everywhere.
39651         * sysdeps/unix/sysv/linux/configure: Regenerated.
39652         * sysdeps/unix/sysv/linux/kernel-features.h
39653         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39654         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39655         kernel versions.
39656         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39657         (__ASSUME_FUTEX_REQUEUE): Remove.
39658         (__ASSUME_STATFS64): Define unconditionally.
39659         (__ASSUME_AT_SECURE): Likewise.
39660         (__ASSUME_CORRECT_SI_PID): Likewise.
39661         (__ASSUME_TGKILL): Define without depending on kernel version for
39662         i386.
39663         (__ASSUME_UTIMES): Likewise.
39664         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39665         kernel version.
39666         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39667         (__ASSUME_TMPFS_NAME): Likewise.
39668         * README: Update reference to Linux kernel versions.
39670 2012-08-02  Marek Polacek  <polacek@redhat.com>
39672         [BZ# 14150]
39673         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39674         libc_cv_asm_type_prefix with %.
39675         * configure: Regenerated.
39676         * include/libc-symbols.h: Remove comment about
39677         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39678         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39679         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39680         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39681         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39682         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39683         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39684         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39685         * elf/tst-unique2mod1.c: Likewise.
39686         * elf/tst-unique1mod2.c: Likewise.
39687         * elf/tst-unique1mod1.c: Likewise.
39688         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39689         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39690         Replace ASM_TYPE_DIRECTIVE with .type.
39691         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39692         * sysdeps/i386/sysdep.h: Likewise.
39693         * sysdeps/x86_64/sysdep.h: Likewise.
39694         * sysdeps/sh/sysdep.h: Likewise.
39695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39696         Do not define ASM_TYPE_DIRECTIVE.
39697         * sysdeps/powerpc/sysdep.h: Likewise.
39698         * sysdeps/powerpc/powerpc32/sysdep.h:
39699         Replace ASM_TYPE_DIRECTIVE with .type.
39700         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39701         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39702         * sysdeps/i386/fpu/e_powf.S: Likewise.
39703         * sysdeps/i386/fpu/e_expl.S: Likewise.
39704         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39705         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39706         * sysdeps/i386/fpu/e_pow.S: Likewise.
39707         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39708         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39709         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39710         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39711         * sysdeps/i386/fpu/e_log2.S: Likewise.
39712         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39713         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39714         * sysdeps/i386/fpu/e_powl.S: Likewise.
39715         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39716         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39717         * sysdeps/i386/fpu/e_logl.S: Likewise.
39718         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39719         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39720         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39721         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39722         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39723         * sysdeps/i386/fpu/e_log.S: Likewise.
39724         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39725         * sysdeps/i386/fpu/e_logf.S: Likewise.
39726         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39727         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39728         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39729         * sysdeps/i386/fpu/e_log10.S: Likewise.
39730         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39731         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39732         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39733         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39734         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39735         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39736         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39737         * sysdeps/i386/i686/strtok.S: Likewise.
39738         * sysdeps/i386/i386-mcount.S: Likewise.
39739         * sysdeps/i386/strtok.S: Likewise.
39740         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39741         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39742         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39743         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39744         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39745         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39746         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39747         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39748         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39749         * sysdeps/x86_64/_mcount.S: Likewise.
39750         * sysdeps/x86_64/strtok.S: Likewise.
39751         * sysdeps/sh/_mcount.S: Likewise.
39753 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39755         * libio/iofopen.c: Include <fcntl.h>.
39756         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39757         (_IO_fopen64, fopen64): Define as aliases.
39758         * libio/iofopen64.c: Include <fcntl.h>.
39759         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39760         Conditionalize body on this.
39761         * sysdeps/wordsize-64/iofopen.c: File removed.
39762         * sysdeps/wordsize-64/iofopen64.c: File removed.
39764 2012-08-01  Marek Polacek  <polacek@redhat.com>
39766         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39767         Use dlfcn directly instead of a variable.
39768         (binfmt-subdir): Do not define.
39769         (dlfcn): Likewise.
39771 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39773         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39774         Remove all definitions.
39775         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39776         <kernel-features.h>.
39777         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39778         (miss_F_GETOWN_EX): Remove all definitions.
39779         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39780         macro definition.
39781         [!__ASSUME_FCNTL64]: Remove conditional code.
39782         [__ASSUME_FCNTL64]: Make code unconditional.
39783         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39784         <kernel-features.h>.
39785         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39786         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39787         (lockf64) [__NR_fcntl64]: Make code unconditional.
39788         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39790         * sysdeps/unix/sysv/linux/kernel-features.h
39791         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39792         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39793         Make code unconditional.
39794         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39795         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39797         [__NR_vfork]: Make code unconditional.
39798         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39799         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39801         [__NR_vfork]: Make code unconditional.
39802         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39803         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39805 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39807         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39808         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39810         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39811         Define mkstemp64 as an alias.
39812         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39813         Define mkstemps64 as an alias.
39814         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39815         Define mkostemp64 as an alias.
39816         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39817         Define mkostemps64 as an alias.
39818         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39819         Conditionalize body on this.
39820         * misc/mkostemp64.c: Likewise.
39821         * misc/mkostemps64.c: Likewise.
39822         * misc/mkstemps64.c: Likewise.
39823         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39824         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39825         * sysdeps/wordsize-64/mkostemp.c: File removed.
39826         * sysdeps/wordsize-64/mkstemp.c: File removed.
39827         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39828         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39829         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39830         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39832         [BZ #14138]
39833         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39834         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39835         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39836         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39838         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39839         compat_symbol macros from <shlib-compat.h> rather than the underlying
39840         default_symbol_version and symbol_version macros, so that DEFAULT
39841         lines in shlib-versions are respected.
39842         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39844 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39846         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39847         Declare with warn_unused_result.
39848         (setgid, setregid, setegid, setresgid): Likewise.
39849         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39850         Likewise.
39851         * WUR-REPORT: Remove set*id functions.
39853 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39855         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39857 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39859         [BZ #10191]
39860         * include/sys/socket.h (__libc_accept, __libc_accept4):
39861         Add attribute_hidden.
39862         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39864         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39865         use of PTR_MANGLE.
39866         * inet/getnetgrent_r.c (setup): Likewise.
39868         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39870 2012-07-31  David S. Miller  <davem@davemloft.net>
39872         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39874 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39876         [BZ #13629]
39877         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39878         value between 1.0 and 2.0 and smaller part has absolute value less
39879         than 1.0.
39880         * math/s_clog10.c (__clog10): Likewise.
39881         * math/s_clog10f.c (__clog10f): Likewise.
39882         * math/s_clog10l.c (__clog10l): Likewise.
39883         * math/s_clogf.c (__clogf): Likewise.
39884         * math/s_clogl.c (__clogl): Likewise.
39885         * math/libm-test.inc (clog_test): Add more tests.
39886         (clog10_test): Likewise.
39887         * sysdeps/i386/fpu/libm-test-ulps: Update.
39888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39890 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39892         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39893         Exit with zero in case no suitable GID is found, and write a
39894         message to standard error.
39896 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39898         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39899         rather than to 1.
39900         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39901         (MAXPATHLEN): Removed.
39902         (NOGROUP, NODEV): New macros.
39903         (setbit, clrbit, isset, isclr): New macros.
39904         (howmany, roundup, powerof2): New macros.
39905         (DEV_BSIZE): New macro.
39907         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39908         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39910         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39911         definition on [!__NO_LONG_DOUBLE_MATH].
39913         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39914         PTR_MANGLE and PTR_DEMANGLE.
39916         * socket/accept4.c (accept4): Rename to __libc_accept4.
39917         Define accept4 as a weak alias.
39919         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39920         on [_DIRENT_HAVE_D_TYPE].
39921         * io/ftw.c (ftw_dir): Likewise.
39923         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39925         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39927         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39928         Use the BSD numbers rather than the arbitrary ones we had.
39929         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39930         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39931         (SIGXCPU, SIGXFSZ): New macros.
39932         (_NSIG): Now 32.
39934         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39935         initializer on [_LIBC_REENTRANT].
39937         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39938         definitions inside [_POSIX_MAPPED_FILES].
39940         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39942         * dirent/opendir.c: Include <fcntl.h>.
39944         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39945         (__libc_getspecific): Likewise.
39946         (__libc_key_create): Likewise.
39948         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39949         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39950         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39951         (tmpfile64): Define as alias.
39952         * sysdeps/wordsize-64/tmpfile.c: File removed.
39953         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39954         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39955         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39957         * stdio-common/vfscanf.c: Include <stdbool.h>.
39958         * nss/makedb.c: Likewise.
39959         * stdio-common/_i18n_number.h: Likewise.
39960         * argp/argp-help.c: Likewise.
39961         * posix/wordexp.c: Likewise.
39962         * sysdeps/posix/spawni.c: Likewise.
39963         * nss/nss_files/files-initgroups.c: Likewise.
39964         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39965         * nss/nss_files/files-initgroups.c: Likewise.
39966         * nss/nss_db/db-netgrp.c: Likewise.
39967         * nss/nss_db/db-initgroups.c: Likewise.
39968         * io/fchmodat.c: Include <sys/stat.h>.
39970         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39971         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39973         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39974         [HAVE_MMAP].
39976         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39977         Add multiple inclusion protection.
39979 2012-07-27  David S. Miller  <davem@davemloft.net>
39981         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39983 2012-07-27  Gary Benson  <gbenson@redhat.com>
39985         [BZ #14298]
39986         * elf/rtld.c: Include <stap-probe.h>.
39987         (dl_main): Added static probes "init_start" and "init_complete".
39988         * elf/dl-load.c: Include <stap-probe.h>.
39989         (lose): Take new parameter "nsid".
39990         Added static probe "map_failed".
39991         (_dl_map_object_from_fd): Pass namespace id to lose.
39992         Added static probe "map_start".
39993         (open_verify): Pass namespace id to lose.
39994         * elf/dl-open.c: Include <stap-probe.h>.
39995         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39996         and "reloc_complete".
39997         * elf/dl-close.c: Include <stap-probe.h>.
39998         (_dl_close_worker): Added static probes "unmap_start" and
39999         "unmap_complete".
40000         * elf/rtld-debugger-interface.txt: New file documenting the above.
40002 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40004         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40005         rather than a string variable.
40006         * sunrpc/rpc_main.c (h_output): Likewise.
40007         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40009 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40011         * inet/check_native.c: New file.
40013 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40015         [BZ #13629]
40016         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40017         if larger part has absolute value 1.0.
40018         * math/s_clog10.c (__clog10): Likewise.
40019         * math/s_clog10f.c (__clog10f): Likewise.
40020         * math/s_clog10l.c (__clog10l): Likewise.
40021         * math/s_clogf.c (__clogf): Likewise.
40022         * math/s_clogl.c (__clogl): Likewise.
40023         * math/libm-test.inc (clog_test): Add more tests.
40024         (clog10_test): Likewise.
40025         * sysdeps/i386/fpu/libm-test-ulps: Update.
40026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40028         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40029         (pltexit): Likewise.
40030         (La_regs): Likewise.
40031         (La_retval): Likewise.
40032         (int_retval): Likewise.
40033         Update #error for removed macros to refer only to definitions in
40034         tst-audit.h.
40035         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40036         macro.
40037         (pltexit): Likewise.
40038         (La_regs): Likewise.
40039         (La_retval): Likewise.
40040         (int_retval): Likewise.
40041         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40042         macro.
40043         (pltexit): Likewise.
40044         (La_regs): Likewise.
40045         (La_retval): Likewise.
40046         (int_retval): Likewise.
40047         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40048         macro.
40049         (pltexit): Likewise.
40050         (La_regs): Likewise.
40051         (La_retval): Likewise.
40052         (int_retval): Likewise.
40053         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40054         macro.
40055         (pltexit): Likewise.
40056         (La_regs): Likewise.
40057         (La_retval): Likewise.
40058         (int_retval): Likewise.
40059         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40060         macro.
40061         (pltexit): Likewise.
40062         (La_regs): Likewise.
40063         (La_retval): Likewise.
40064         (int_retval): Likewise.
40065         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40066         macro.
40067         (pltexit): Likewise.
40068         (La_regs): Likewise.
40069         (La_retval): Likewise.
40070         (int_retval): Likewise.
40071         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40072         macro definitions in tst-audit.h.
40073         * sysdeps/i386/tst-audit.h: New file.
40074         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40075         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40076         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40077         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40078         * sysdeps/sh/tst-audit.h: Likewise.
40079         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40080         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40081         * sysdeps/x86_64/tst-audit.h: Likewise.
40083 2012-07-26  Andreas Jaeger  <aj@suse.de>
40085         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40086         ptrace.
40088         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40089         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40090         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40091         PTRACE_O_MASK.
40092         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40093         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40094         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40096         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40097         value.
40099         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40100         _sigsys.
40101         (si_call_addr, si_syscall, si_arch): Define new macro.
40102         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40103         _sigsys.
40104         (si_call_addr, si_syscall, si_arch): Define new marcro.
40105         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40106         _sigsys.
40107         (si_call_addr, si_syscall, si_arch): Define new macro.
40108         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40109         _sigsys.
40110         (si_call_addr, si_syscall, si_arch): Define new macro.
40112 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40114         [BZ #13717]
40115         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40116         Change to 2.4.21 where previously 2.4.1.
40117         * sysdeps/unix/sysv/linux/configure: Regenerated.
40118         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40119         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40120         Linux kernel version.
40121         (__ASSUME_STD_AUXV): Remove.
40122         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40123         kernel version.
40124         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40125         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40126         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40127         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40128         (__ASSUME_NETLINK_SUPPORT): Likewise.
40129         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40130         (__no_netlink_support): Remove conditional definition.
40131         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40132         Remove.
40133         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40134         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40135         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40136         (if_nameindex_ioctl): Remove.
40137         (if_nameindex_netlink): Do not handle __no_netlink_support.
40138         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40139         code.
40140         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40141         Remove conditional code.
40142         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40143         code.
40144         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40145         unconditional.
40146         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40147         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40148         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40149         Remove.
40150         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40151         [!__ASSUME_STD_AUXV]: Remove conditional code.
40152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40153         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40154         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40156         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40157         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40158         code.
40159         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40161         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40162         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40163         conditional code.
40164         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40166         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40167         code.
40168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40169         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40170         conditional code.
40171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40172         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40173         code unconditional.
40174         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40175         conditional code.
40176         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40177         unconditional.
40178         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40179         conditional code.
40180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40181         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40182         unconditional.
40183         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40184         conditional code.
40185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40186         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40187         code unconditional.
40188         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40189         conditional code.
40190         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40191         unconditional.
40192         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40193         conditional code.
40194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40195         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40196         code unconditional.
40197         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40198         conditional code.
40199         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40200         unconditional.
40201         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40202         conditional code.
40204 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40206         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40207         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40208         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40209         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40210         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40211         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40212         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40213         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40214         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40215         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40216         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40217         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40218         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40219         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40220         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40221         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40222         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40223         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40224         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40225         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40226         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40227         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40228         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40230 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40232         * Versions.def: Add GLIBC_2.17.
40233         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40234         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40235         Introduce __libc_secure_getenv.
40236         * stdlib/Versions (2.17): Add secure_getenv
40237         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40238         * stdlib/secure-getenv.c: Rename __secure_getenv to
40239         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40240         symbol __secure_getenv for GLIBC_2.0.
40241         * stdlib/tst-secure-getenv.c: New.
40242         * stdlib/Makefile (tests): Add testcase.
40243         * manual/startup.texi (Environment Access): Document
40244         secure_getenv.
40245         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40246         __libc_secure_getenv.
40247         * inet/ruserpass.c (ruserpass): Likewise.
40248         * malloc/mtrace.c (mtrace): Likewise.
40249         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40250         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40251         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40252         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40253         HAVE_SECURE_GETENV.
40254         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40255         __secure_getenv to __libc_secure_getenv.
40256         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40258         Likewise.
40259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40260         Likewise.
40261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40262         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40263         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40264         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40265         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40266         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40267         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40269 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40271         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40272         (struct La_i86_retval): Likewise.
40273         (struct La_x86_64_regs): Likewise.
40274         (struct La_x86_64_retval): Likewise.
40275         (struct La_x32_regs): Likewise.
40276         (struct La_x32_retval): Likewise.
40277         (struct La_ppc32_regs): Likewise.
40278         (struct La_ppc32_retval): Likewise.
40279         (struct La_ppc64_regs): Likewise.
40280         (struct La_ppc64_retval): Likewise.
40281         (struct La_sh_regs): Likewise.
40282         (struct La_sh_retval): Likewise.
40283         (struct La_s390_32_regs): Likewise.
40284         (struct La_s390_32_retval): Likewise.
40285         (struct La_s390_64_regs): Likewise.
40286         (struct La_s390_64_retval): Likewise.
40287         (struct La_sparc32_regs): Likewise.
40288         (struct La_sparc32_retval): Likewise.
40289         (struct La_sparc64_regs): Likewise.
40290         (struct La_sparc64_retval): Likewise.
40291         (struct audit_ifaces): Remove architecture-specific pltenter and
40292         pltexit members.
40293         * sysdeps/i386/ldsodefs.h: New file.
40294         * sysdeps/powerpc/ldsodefs.h: Likewise.
40295         * sysdeps/s390/ldsodefs.h: Likewise.
40296         * sysdeps/sh/ldsodefs.h: Likewise.
40297         * sysdeps/sparc/ldsodefs.h: Likewise.
40298         * sysdeps/x86_64/ldsodefs.h: Likewise.
40300 2012-07-25  Marek Polacek  <polacek@redhat.com>
40302         [BZ #6808]
40303         * math/libm-test.inc (yn_test): Add another test.
40304         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40305         to ERANGE when the result is +-Inf.
40306         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40307         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40308         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40309         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40311 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40313         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40314         equal to 0.
40315         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40316         clock_t.
40317         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40319 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40321         * configure.in <sysdeps resolving>: Correct printing
40322         Implies_before.
40323         * configure: Regenerate.
40325 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40327         * math/w_ilogb.c: Include <limits.h>.
40328         * math/w_ilogbl.c: Likewise.
40330 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40332         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40333         va_copy.  Document allowing for unavailable va_copy only as
40334         pre-C99 compatibility.
40335         * manual/string.texi (Copying and Concatenation): Use va_copy
40336         instead of __va_copy in concat example.
40338 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40340         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40341         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40342         it if not null.
40344         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40345         with O_NOLINK passed to __file_name_lookup.
40347         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40348         with O_NOLINK passed to __file_name_lookup.
40350         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40351         negative N or less than NGIDS.
40353         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40354         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40355         enough.  Use memcpy instead of strncpy.
40357 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40359         * elf/Makefile (check-data): Remove.
40360         (localplt.data): New vpath directive.
40361         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40362         instead of $(check-data).
40363         * scripts/data/localplt-generic.data: Move to ...
40364         * sysdeps/generic/localplt.data: ... here.
40365         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40366         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40367         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40369         ... here.
40370         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40372         ... here.
40373         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40374         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40375         ... here.
40376         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40377         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40378         ... here.
40379         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40381         ... here.
40382         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40383         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40384         ... here.
40386 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40388         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40389         PPC32 and PPC64 files.
40390         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40391         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40393 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40395         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40396         __makecontext_ret to ...
40397         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40398         ... here and call exit if uc_link is NULL.  New file.
40399         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40400         __makecontext_ret.S.
40401         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40402         __makecontext_ret to ...
40403         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40404         ... here and call exit if uc_link is NULL.  New file.
40405         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40406         __makecontext_ret.S.
40408 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40410         * elf/elf.h (R_390_IRELATIVE): New definition.
40411         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40412         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40413         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40414         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40415         (elf_machine_lazy_rel): Likewise.
40416         * sysdeps/s390/dl-irel.h: New file.
40417         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40418         * sysdeps/s390/s390-64/memset.S: New asm code.
40419         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40420         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40421         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40422         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40423         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40424         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40425         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40426         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40427         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40428         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40429         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40430         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40431         * sysdeps/s390/s390-32/memset.S: New asm code.
40432         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40434 2012-07-17  Marek Polacek  <polacek@redhat.com>
40436         [BZ #14349]
40437         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40438         * sysdeps/s390/s390-64/configure.in: Likewise.
40439         * sysdeps/sparc/configure.in: Likewise.
40440         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40441         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40442         * sysdeps/i386/configure.in: Likewise.
40443         * sysdeps/x86_64/configure.in: Likewise.
40444         * sysdeps/sh/configure.in: Likewise.
40445         * sysdeps/s390/s390-32/configure: Regenerated.
40446         * sysdeps/s390/s390-64/configure: Likewise.
40447         * sysdeps/x86_64/configure: Likewise.
40448         * sysdeps/sh/configure: Likewise.
40449         * sysdeps/powerpc/powerpc64/configure: Likewise.
40450         * sysdeps/powerpc/powerpc32/configure: Likewise.
40451         * sysdeps/sparc/configure: Likwise.
40452         * sysdeps/i386/configure: Likewise.
40454         * elf/dl-open.c: Comment fixes.
40456 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40458         * Makefile [CXX] (check-data): Remove.
40459         [CXX] (c++-types.data): New vpath directive.
40460         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40461         vpath.  Do not allow for C++ type data being missing.
40462         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40463         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40464         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40465         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40466         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40467         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40468         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40470         ... here.
40471         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40473         ... here.
40474         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40476         ... here.
40477         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40479         ... here.
40480         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40482         ... here.
40483         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40485         ... here.
40486         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40487         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40488         ... here.
40489         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40490         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40492         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40493         definitions to architecture-specific files.
40494         (TLS_IE): Likewise.
40495         (TLS_LD): Likewise.
40496         (TLS_GD): Likewise.
40497         * sysdeps/i386/tls-macros.h: New file.
40498         * sysdeps/powerpc/tls-macros.h: Likewise.
40499         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40500         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40501         * sysdeps/sh/tls-macros.h: Likewise.
40502         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40503         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40504         * sysdeps/x86_64/tls-macros.h: Likewise.
40506 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40508         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40509         zero value for regular exit case.
40511         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40512         (__start_context): Preserve zero value for regular exit case.
40514 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40515             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40517         * manual/setjmp.texi (setcontext): Clarify normal process
40518         termination when uc_link is the null pointer.
40519         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40520         exit call.
40522 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40524         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40525         preprocessor.  Test for each exception mask separately.
40527 2012-07-16  Andreas Jaeger  <aj@suse.de>
40529         * po/ru.po: Update from translation team.
40531 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40533         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40534         equal to 0.
40535         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40536         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40537         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40538         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40539         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40541 2012-07-13  Andreas Jaeger  <aj@suse.de>
40543         * po/fr.po: Update from translation team.
40545 2012-07-12  Marek Polacek  <polacek@redhat.com>
40547         [BZ #14173]
40548         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40549         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40550         loop condition.
40552 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40554         [BZ #13717]
40555         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40556         Change to 2.4.1 where previously 2.4.0.
40557         * sysdeps/unix/sysv/linux/configure: Regenerated.
40558         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40559         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40560         version.
40561         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40562         (__ASSUME_AT_CLKTCK): Remove.
40563         (__ASSUME_AT_PAGESIZE): Likewise.
40564         (__ASSUME_AT_XID): Likewise.
40565         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40566         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40567         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40568         unconditionally.
40569         (HAVE_AUX_PAGESIZE): Likewise.
40570         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40571         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40572         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40574 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40576         [BZ #14307]
40577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40578         the temporary buffer used to invoke __gethostbyname2_r,
40579         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40580         host_data / struct gaih_addrtuple.
40581         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40582         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40583         header file nss/nsswitch.h.
40584         * nss/nsswitch.h (global scope): Add definition of implementation
40585         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40586         resolv/nss_dns/dns-host.c).
40588 2012-07-11  Andreas Jaeger  <aj@suse.de>
40590         * po/fr.po: Update from translation team.
40592         * po/sv.po: Update from translation team
40593         * po/fr.po: Another update from translation team.
40595 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40597         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40598         for subnormals or multiply small sinh result by itself.
40599         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40602 2012-07-11  David S. Miller  <davem@davemloft.net>
40604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40606 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40608         [BZ #14347]
40609         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40610         (INTERNAL_MARK): Shift it here.
40612 2012-07-10  Marek Polacek  <polacek@redhat.com>
40614         [BZ #14151]
40615         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40616         libc_cv_asm_global_directive with .globl.
40617         * configure: Regenerated.
40618         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40619         with .globl.
40620         * sysdeps/i386/configure: Regenerated.
40621         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40622         with .globl.
40623         * sysdeps/x86_64/configure: Regenerated.
40624         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40625         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40626         * elf/tst-unique2mod2.c: Likewise.
40627         * elf/tst-unique2mod1.c: Likewise.
40628         * elf/tst-unique1mod2.c: Likewise.
40629         * elf/tst-unique1mod1.c: Likewise.
40630         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40631         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40632         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40633         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40634         * sysdeps/mach/sysdep.h: Likewise.
40635         * sysdeps/i386/sysdep.h: Likewise.
40636         * sysdeps/i386/i386-mcount.S: Likewise.
40637         * sysdeps/x86_64/_mcount.S: Likewise.
40638         * sysdeps/x86_64/sysdep.h: Likewise.
40639         * sysdeps/sh/_mcount.S: Likewise.
40640         * sysdeps/sh/sysdep.h: Likewise.
40641         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40642         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40643         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40644         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40645         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40646         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40647         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40648         * locale/localeinfo.h: Likewise.
40649         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40650         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40652 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40654         [BZ #14336]
40655         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40656         system".
40657         * manual/message.texi (The Uniforum approach): Likewise.
40658         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40659         (glibc iconv Implementation): Likewise.
40661 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40663         [BZ #14337]
40664         * math/s_clog.c (__clog): Avoid scaling a value down where that
40665         could result in underflow.
40666         * math/s_clog10.c (__clog10): Likewise.
40667         * math/s_clog10f.c (__clog10f): Likewise.
40668         * math/s_clog10l.c (__clog10l): Likewise.
40669         * math/s_clogf.c (__clogf): Likewise.
40670         * math/s_clogl.c (__clogl): Likewise.
40671         * math/libm-test.inc (clog_test): Add more tests.
40672         (clog10_test): Likewise.
40673         * sysdeps/i386/fpu/libm-test-ulps: Update.
40674         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40676 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40678         [BZ #14283]
40679         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40680         by 7 not 8 to examine high bit of fractional part.
40682         [BZ #14042]
40683         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40684         for call to __mcount_internal.
40685         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40686         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40687         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40689 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40691         [BZ #14154]
40692         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40693         approximation for values within 0x1p-13f of an odd multiple of
40694         pi/4.
40695         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40696         exception.  Add more tests.
40697         * sysdeps/i386/fpu/libm-test-ulps: Update.
40699         [BZ #6778]
40700         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40701         inputs and return -1 for them.  Do not check for +Inf in case not
40702         reachable for +Inf.
40703         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40704         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40705         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40706         and return -1 for them.  Do not check for +Inf in case not
40707         reachable for +Inf.
40708         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40709         define.
40710         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40711         and return -1 for them.  Do not check for +Inf in case not
40712         reachable for +Inf.
40713         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40714         spurious underflow.
40715         * sysdeps/i386/fpu/libm-test-ulps: Update.
40716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40718 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40720         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40722 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40724         [BZ #14157]
40725         [BZ #14331]
40726         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40727         could result in spurious underflow.  Scale down values above
40728         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40729         * math/s_csqrtf.c (__csqrtf): Likewise.
40730         * math/s_csqrtl.c (__csqrtl): Likewise.
40731         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40732         spurious underflow.
40733         * sysdeps/i386/fpu/libm-test-ulps: Update.
40734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40736 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40738         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40739         xopen-msg.sed.
40740         * catgets/xopen-msg.awk: New file.
40741         * catgets/xopen-msg.sed: Removed.
40743         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40744         po2text.sed.
40745         * intl/po2test.awk: New file.
40746         * intl/po2test.sed: Removed.
40748 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40750         [BZ #14328]
40751         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40752         or multiply small sinh result by itself.
40753         * math/s_ctanf.c (__ctanf): Likewise.
40754         * math/s_ctanh.c (__ctanh): Likewise.
40755         * math/s_ctanhf.c (__ctanhf): Likewise.
40756         * math/s_ctanhl.c (__ctanhl): Likewise.
40757         * math/s_ctanl.c (__ctanl): Likewise.
40758         * math/libm-test.inc (ctan_test_tonearest): New function.
40759         (ctan_test_towardzero): Likewise.
40760         (ctan_test_downward): Likewise.
40761         (ctan_test_upward): Likewise.
40762         (ctanh_test_tonearest): Likewise.
40763         (ctanh_test_towardzero): Likewise.
40764         (ctanh_test_downward): Likewise.
40765         (ctanh_test_upward): Likewise.
40766         (main): Call these new functions.
40767         * sysdeps/i386/fpu/libm-test-ulps: Update.
40768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40770 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40772         * .gitignore: Delete /ports entry.
40774 2012-07-03  Andreas Jaeger  <aj@suse.de>
40776         * po/bg.po: Update from translation team.
40777         * po/cs.po: Likewise.
40778         * po/de.po: Likewise.
40779         * po/hr.po: Likewise.
40780         * po/nl.pl: Likewise.
40781         * po/pl.po: Likewise.
40782         * po/vi.po: Likewise.
40784 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40786         * Makeconfig [!+link] (+link-before-libc): New variable.
40787         [!+link] (+link-after-libc): Likewise.
40788         [!+link] (+link-tests): Likewise.
40789         [!+link] (+link): Define in terms of $(+link-before-libc) and
40790         $(+link-after-libc).
40791         [!+link-static] (+link-static-before-libc): New variable.
40792         [!+link-static] (+link-static-after-libc): Likewise.
40793         [!+link-static] (+link-static-tests): Likewise.
40794         [!+link-static] (+link-static): Define in terms of
40795         $(+link-static-before-libc) and $(+link-static-after-libc).
40796         [build-shared] (link-libc-before-gnulib): New variable.
40797         [build-shared] (link-libc-tests): Likewise.
40798         [build-shared] (link-libc): Define in terms of
40799         $(link-libc-before-gnulib).
40800         [!build-shared] (link-libc-tests): New variable.
40801         (link-libc-static-tests): New variable.
40802         [!gnulib] (gnulib-arch): New variable.
40803         [!gnulib] (gnulib-tests): Likewise.
40804         [!gnulib] (static-gnulib-arch): Likewise.
40805         [!gnulib] (static-gnulib-tests): Likewise.
40806         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40807         Define with "=" instead of ":=".
40808         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40809         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40810         * Rules (binaries-all-notests): New variable.
40811         (binaries-all-tests): Likewise.
40812         (binaries-static-notests): Likewise.
40813         (binaries-static-tests): Likewise.
40814         (binaries-all): Define using $(binaries-all-notests) and
40815         $(binaries-all-tests).
40816         (binaries-static): Define using $(binaries-static-notests) and
40817         $(binaries-static-tests).
40818         (binaries-shared-tests): New variable.
40819         (binaries-shared-notests): Likewise.
40820         (binaries-shared): Remove variable.
40821         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40822         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40823         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40824         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40825         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40826         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40827         * elf/Makefile (sln-modules): New variable.
40828         (extra-objs): Add $(sln-modules:=.o).
40829         (ldconfig-modules): Add static-stubs.
40830         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40831         * elf/static-stubs.c: New file.
40833         [BZ #14283]
40834         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40835         by 7 not 8 to examine high bit of fractional part.  Use volatile
40836         variables when splitting into final array of floats if
40837         __FLT_EVAL_METHOD__ != 0.
40838         * math/libm-test.inc (cos_test): Add another test.
40839         (sin_test): Likewise.
40840         * sysdeps/i386/fpu/libm-test-ulps: Update.
40842         [BZ #14273]
40843         * math/libm-test.inc (cosh_test): Add more tests.
40845         * version.h (RELEASE): Set to "development".
40846         (VERSION): Set to "2.16.90".
40848 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40850         * NEWS: Update copyright. Remove last-updated date.
40851         Mention math library bug fixes and timezone data changes.
40852         * README: Mention GNU/Hurd, x32, and HPPA support status.
40854 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40856         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40858 2012-06-27  Andreas Jaeger  <aj@suse.de>
40860         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40862 2012-06-25  Andreas Jaeger  <aj@suse.de>
40864         * sysdeps/s390/fpu/libm-test-ulps: Update.
40866 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40867             Thomas Schwinge  <thomas@codesourcery.com>
40869         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40870         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40871         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40872         fanotify_mark.
40874 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40876         * sysdeps/mach/start.c: Remove file.
40877         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40878         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40879         * sysdeps/sh/init-first.c: Likewise.
40881         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40882         registers for frame unwinding purposes, add CFI directives.
40883         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40884         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40885         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40886         Likewise.
40888         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40889         __fortify_fail returning.
40890         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40892         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40893         sysdeps/sh/____longjmp_chk.S.
40894         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40895         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40896         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40897         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40899         * sysdeps/sh/abort-instr.h: New file.
40900         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40901         process in case exit returns.
40903         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40904         initialize the GOT register before use.
40906         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40907         calculation of ARGC > 4.
40909         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40910         meaningful names to some local labels.
40912 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40913             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40915         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40916         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40917         (__arch_compare_and_exchange_val_16_acq): Likewise.
40918         (__arch_compare_and_exchange_val_32_acq): Likewise.
40919         (atomic_exchange_and_add): Fix gUSA sequence.
40920         (atomic_add): Likewise.
40921         (atomic_add_negative): Likewise.
40922         (atomic_add_zero): Likewise.
40923         (atomic_bit_test_set): Likewise.
40925 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40927         [BZ #13579]
40928         * include/link.h (struct link_map): Add l_free_initfini.
40929         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40930         l_initfini.
40931         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40932         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40933         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40934         set.
40936 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40938         * configure.in: Use AC_LANG_SOURCE.
40939         * configure: Regenerate.
40941 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40943         * configure.in (libc_cv_localstatedir): New substituted variable.
40944         * configure: Regenerated.
40945         * config.make.in (localstatedir): New variable, substituted from
40946         libc_cv_localstatedir.
40947         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40948         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40949         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40950         * sysdeps/gnu/configure: Regenerated.
40952 2012-06-21  Jeff Law  <law@redhat.com>
40954         [BZ #14277]
40955         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40956         free.  Simplify list management for _LIBC case.
40958 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40960         [BZ #14273]
40961         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40962         Clear sign bit of 64-bit integer value before comparing against
40963         overflow value.
40965         * sysdeps/mach/configure: Regenerated.
40967 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40969         [BZ #14278]
40970         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40972 2012-06-21  Jeff Law  <law@redhat.com>
40974         [BZ #13882]
40975         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40976         uint16_t for elements in the "seen" array to avoid char overflows.
40977         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40978         * elf/dl-open.c (dl_open_worker): Likewise.
40980 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40982         * scripts/list-sources.sh: Scan PORTS for translations.
40983         * po/libc.pot: Regenerated.
40985 2012-06-21  Andreas Jaeger  <aj@suse.de>
40987         [BZ #12194]
40988         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40989         warning.
40990         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40991         * bits/byteswap-16.h (__bswap_16): Likewise.
40992         * bits/byteswap.h (__bswap_constant_16): Likewise.
40994 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40996         [BZ #14117]
40997         * sysdeps/i386/fpu_control.h: Removed.
40998         * sysdeps/x86_64/fpu_control.h: Moved to ...
40999         * sysdeps/x86/fpu_control.h: Here.
41001         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41002         (_FPU_SETCW): Likewise.
41004 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41006         [BZ #14117]
41007         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41008         * sysdeps/x86/fpu/bits/mathinline.h: This.
41009         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41011         [BZ #14050]
41012         [BZ #14117]
41013         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41014         functions if __x86_64__ is defined.
41016 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41018         * string/endian.h: Add !__ASSEMBLER__ condition for including
41019         conversion interfaces.
41021 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41023         [BZ #14241]
41024         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41025         of ABS(x) in calculating zero to negative powers other than odd
41026         integers.
41027         * math/libm-test.inc (pow_test): Add more tests.
41029 2012-06-15  Andreas Jaeger  <aj@suse.de>
41031         * manual/contrib.texi (Contributors): Update entry of Liubov
41032         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41033         Machado Filho.
41035 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41037         * string/string.h: Add __wur to GNU version of strerror_r.
41039 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41041         [BZ #14229]
41042         * string/Makefile (tests): Add tst-strtok_r.
41043         * string/tst-strtok_r.c: New file.
41044         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41045         RAX_LP/RDX_LP on SAVE_PTR.
41047 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41049         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41051 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41053         * libm_test.inc (csqrt_test): Allow more spurious underflow
41054         exceptions.
41055         (j0_test): Likewise.
41056         (j1_test): Likewise.
41057         (y0_test): Likewise.
41058         (y1_test): Likewise.
41060 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41062         * po/Makefile (libc.pot): Use UTF-8 charset.
41064 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41066         [BZ #14210]
41067         Suppress sign-conversion warning from FD_SET.
41068         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41069         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41070         not unsigned long int.
41071         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41073 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41075         [BZ #14050]
41076         [BZ #14117]
41077         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41078         __extern_always_inline instead of __extern_inline.
41079         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41080         (__signbit): Likewise.
41081         (__signbitl): Support C++ namespace.
41082         (lrintf): New inline function.
41083         (lrint): Likewise.
41084         (llrintf): Likewise.
41085         (llrint): Likewise.
41086         (fmaxf): Likewise.
41087         (fmax): Likewise.
41088         (fminf): Likewise.
41089         (fmin): Likewise.
41090         (rint): Likewise.
41091         (rintf): Likewise.
41092         (ceil): Likewise.
41093         (ceilf): Likewise.
41094         (floor): Likewise.
41095         (floorf): Likewise.
41096         (nearbyint): Likewise.
41097         (nearbyintf): Likewise.
41099 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41101         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41102         non-default versions.
41104 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41106         [BZ #14218]
41107         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41109 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41111         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41112         (FE_UPWARD, FE_DOWNWARD): Don't define.
41113         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41114         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41116         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41117         reading it.
41118         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41119         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41121 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41123         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41124         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41125         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41126         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41128 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41130         [BZ #14117]
41131         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41132         * sysdeps/i386/fpu/Implies: New file.
41133         * sysdeps/x86_64/fpu/Implies: Likewise.
41134         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41135         * sysdeps/x86/fpu/bits/fenv.h: This.
41137         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41138         __SSE_MATH__.
41140 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41142         [BZ #14134]
41143         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41144         character 0xffff that matches the last element of the
41145         conversion table.
41147 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41149         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41150         fmodl commit.
41152 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41154         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41155         values higher than 25.6283.
41157 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41159         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41160         subnormal exponent extraction and add some __builtin_expect.
41161         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41162         Fix for subnormal mantissa calculation.
41164 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41166         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41167         cpu2 is -1 and errno is not ENOSYS.
41169 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41171         [BZ #14117]
41172         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41173         * sysdeps/x86/bits/string.h: This.
41174         * sysdeps/x86_64/bits/string.h: Removed.
41176         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41177         if not compiling for x86-64, but compiling for >= i486.
41179         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41180         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41182         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41183         New macro from Linux kernel 3.4.0.
41184         (FP_XSTATE_MAGIC2): Likewise.
41185         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41186         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41187         (struct _fpx_sw_bytes): New struct.
41188         (struct _xsave_hdr): Likewise.
41189         (struct _ymmh_state): Likewise.
41190         (struct _xstate): Likewise.
41192         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41193         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41194         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41195         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41196         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41197         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41199         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41200         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41201         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41202         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41203         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41204         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41206 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41208         [BZ #13743]
41209         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41210         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41211         (sysdep_headers): Include sys/platform/ppc.h.
41212         * sysdeps/powerpc/test-gettimebase.c: Test for
41213         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41214         * manual/Makefile (appendices): Include platform.texi.
41215         * manual/contrib.texi (Contributors): Update @node pointers.
41216         * manual/maint.texi (Maintenance): Likewise.
41217         (Platform): New node.
41218         * manual/platform.texi: New file.  Document the new features.
41220 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41221             Jakub Jelinek  <jakub@redhat.com>
41223         [BZ #14188]
41224         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41225         where __builtin_expect is unavailable.
41227 2012-06-03  David S. Miller  <davem@davemloft.net>
41229         * stdlib/longlong.h: Updated from GCC.
41231 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41233         [BZ #14042]
41234         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41235         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41236         __mcount_internal.
41237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41238         (GLIBC_2.16): Likewise.
41240 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41242         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41244 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41247         (default-abi): New variable.
41248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41249         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41250         variable.
41251         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41252         Likewise.
41253         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41254         Likewise.
41255         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41256         Likewise.
41258         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41259         definition.  Document in comment.
41261 2012-06-01  David S. Miller  <davem@davemloft.net>
41263         * stdlib/longlong.h: Updated from GCC.
41265 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41267         [BZ #14117]
41268         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41269         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41270         sys/debugreg.h sys/io.h here.
41271         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41272         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41273         sys/io.h.
41274         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41275         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41276         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41277         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41278         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41279         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41281         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41282         Define only if __x86_64__ is defined.
41284 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41286         [BZ #14048]
41287         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41288         Use int64_t for variable i.
41289         * math/libm-test.inc (fmod_test): Add more tests.
41291         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41292         z computation is not scheduled after fetestexcept.
41293         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41294         Use math_force_eval instead of asm to ensure calculation scheduled
41295         before exception test.
41296         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41297         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41299 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41301         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41302         computation is not scheduled after fetestexcept.
41304 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41306         [BZ #14117]
41307         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41308         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41310 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41312         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41313         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41315 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41317         [BZ #14117]
41318         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41319         <bits/wordsize.h>.
41320         (__WCHAR_MIN): Support __WORDSIZE == 64.
41321         (__WCHAR_MAX): Likewise.
41323         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41324         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41326         [BZ #14183]
41327         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41328         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41330         [BZ #14117]
41331         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41332         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41334         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41335         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41337         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41338         Defined to 1 if __x86_64__ isn't defined.
41339         (_STAT_VER_LINUX_OLD): New.
41340         (st_atime): Remove duplicate.
41341         (st_mtime): Likewise.
41342         (st_ctime): Likewise.
41344 2012-05-31  David S. Miller  <davem@davemloft.net>
41346         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41347         entries.
41349 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41351         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41352         gen-libm-test.pl.
41354         [BZ #14132]
41355         * elf/dl-reloc.c: Include <_itoa.h>.
41356         (_dl_reloc_bad_type): Remove use of INTUSE.
41357         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41358         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41359         * stdio-common/psiginfo.c (psiginfo): Likewise.
41360         * stdio-common/psignal.c (psignal): Likewise.
41361         * string/strsignal.c (strsignal): Likewise.
41362         * include/signal.h (_sys_siglist): Declare hidden proto.
41363         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41364         INTVARDEF with libc_hidden_data_def.
41365         * stdio-common/itoa-udigits.c: Likewise.
41366         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41367         (_itoa_lower_digits_internal): Remove declaration.
41368         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41369         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41370         (_sys_sigabbrev_internal): Remove aliases.
41371         (_sys_siglist): Define hidden alias.
41373 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41375         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41376         bits/sysctl.h.
41378 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41380         [BZ #14117]
41381         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41382         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41384         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41385         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41386         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41387         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41388         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41389         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41391         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41392         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41393         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41395         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41396         with __addr.
41397         (insw): Likewise.
41398         (insl): Likewise.
41399         (outsb): Likewise.
41400         (outsw): Likewise.
41401         (outsl): Likewise.
41403         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41404         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41405         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41407         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41408         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41409         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41410         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41411         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41412         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41414         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41415         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41417         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41418         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41420         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41421         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41422         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41424         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41425         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41426         to ...
41427         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41429         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41430         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41431         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41433         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41434         for x86-64.
41435         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41437 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41439         * math/math.h (M_El): Use two more decimal places.
41440         (M_LOG2El): Likewise.
41441         (M_LOG10El): Likewise.
41442         (M_LN2l): Likewise.
41443         (M_LN10l): Likewise.
41444         (M_PIl): Likewise.
41445         (M_PI_2l): Likewise.
41446         (M_PI_4l): Likewise.
41447         (M_1_PIl): Likewise.
41448         (M_2_PIl): Likewise.
41449         (M_2_SQRTPIl): Likewise.
41450         (M_SQRT2l): Likewise.
41451         (M_SQRT1_2l): Likewise.
41453 2012-05-31  David S. Miller  <davem@davemloft.net>
41455         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41456         values between float registers.
41457         * sysdeps/sparc/sparc64/memset.S: Likewise.
41458         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41460 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41462         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41463         -D_FORTIFY_SOURCE=1.
41464         (CPPFLAGS-tst-longjmp_chk.c): Define.
41465         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41466         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41467         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41468         CFLAGS-tst-wchar-h.c.
41470 2012-05-31  Marek Polacek  <polacek@redhat.com>
41472         [BZ #14132]
41473         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41474         __endmntent_internal): Remove declaration.
41475         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41476         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41477         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41479 2012-05-30  David S. Miller  <davem@davemloft.net>
41481         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41482         (___Q_simulate_exceptions): Use real FP ops rather than writing
41483         into the %fsr.
41484         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41485         Likewise.
41487 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41489         [BZ #14117]
41490         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41491         * sysdeps/x86/bits/xtitypes.h: This.
41493         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41494         * sysdeps/x86/bits/wordsize.h: This.
41496         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41497         * sysdeps/x86/bits/huge_vall.h: This.
41499         * sysdeps/i386/bits/select.h: Removed.
41500         * sysdeps/x86_64/bits/select.h: Renamed to ...
41501         * sysdeps/x86/bits/select.h: This.
41503         * sysdeps/i386/bits/setjmp.h: Removed.
41504         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41505         * sysdeps/x86/bits/setjmp.h: This.
41507         * sysdeps/i386/bits/mathdef.h: Removed.
41508         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41509         * sysdeps/x86/bits/mathdef.h: This.
41511 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41513         [BZ #14132]
41514         * include/sys/socket.h (__connect_internal)
41515         (__libc_sa_len_internal): Remove declaration.
41516         (__connect, __libc_sa_len): Declare hidden_proto.
41517         (SA_LEN): Remove use of INTUSE.
41518         * socket/connect.c: Add libc_hidden_def.
41519         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41520         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41521         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41522         alias.
41523         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41524         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41525         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41526         of adding _internal alias.
41528 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41530         [BZ #14117]
41531         * sysdeps/i386/bits/link.h: Removed.
41532         * sysdeps/i386/bits/linkmap.h: Likewise.
41533         * sysdeps/x86_64/bits/link.h: Renamed to ...
41534         * sysdeps/x86/bits/link.h: This.
41535         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41536         * sysdeps/x86/bits/linkmap.h: This.
41538         * sysdeps/i386/bits/endian.h: Removed.
41539         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41540         * sysdeps/x86/bits/endian.h: This.
41542         * sysdeps/i386/bits/byteswap.h: Removed.
41543         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41544         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41545         * sysdeps/x86/bits/byteswap.h: This.
41546         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41547         * sysdeps/x86/bits/byteswap-16.h: This.
41548         * sysdeps/i386/Implies: Add x86.
41549         * sysdeps/x86_64/Implies: Likewise.
41551 2012-05-30  David S. Miller  <davem@davemloft.net>
41553         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41554         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41555         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41556         (FP_TRAPPING_EXCEPTIONS): Define.
41557         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41558         (FP_TRAPPING_EXCEPTIONS): Define.
41559         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41560         subnormals only when inexact has been signalled or underflow
41561         exceptions are enabled.
41562         (_FP_PACK_CANONICAL): Likewise.
41564 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41566         [BZ #14183]
41567         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41568         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41570 2012-05-30  Richard Henderson  <rth@twiddle.net>
41572         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41573         with #ifndef NOT_IN_libc.
41575         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41576         marked to avoid plt entry.
41578 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41580         [BZ #14112]
41581         * Makeconfig (default-abi): New macro.
41582         (abi-includes): Likewise.
41583         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41584         $(abi-$(default-abi)-lib-soname) for soname if defined.
41585         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41586         abi-variants.
41587         * Makefile (installed-stubs): Likewise.
41588         * include/stubs-biarch.h: Removed.
41589         * scripts/lib-names.awk: Only handle one library at a time.
41590         * scripts/soversions.awk: Remove WORDSIZE support.
41591         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41592         entries.
41593         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41594         Removed.
41595         (syscall-list-default-condition): Likewise.
41596         (syscall-list-default-condition): Likewise.
41597         (syscall-list-includes): Likewise.
41598         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41599         syscall-list-* with abi-*.  Handle undefined abi-variants.
41600         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41601         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41602         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41603         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41604         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41605         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41606         Removed.
41607         (syscall-list-32-options): Likewise.
41608         (syscall-list-32-condition): Likewise.
41609         (syscall-list-64-options): Likewise.
41610         (syscall-list-64-condition): Likewise.
41611         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41612         macro.
41613         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41614         Renamed to ...
41615         (abi-*): This.
41616         (abi-64-ld-soname): New macro.
41617         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41618         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41619         Renamed to ...
41620         (abi-*): This.
41621         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41622         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41624 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41626         * sysdeps/unix/sysv/linux/kernel-features.h
41627         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41628         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41629         include <kernel-features.h>.
41630         [!__NR_ftruncate64]: Remove conditional code.
41631         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41632         [__NR_ftruncate64]: Make code unconditional.
41633         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41634         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41635         include <kernel-features.h>.
41636         [!__NR_ftruncate64]: Remove conditional code.
41637         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41638         [__NR_ftruncate64]: Make code unconditional.
41639         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41641         include <kernel-features.h>.
41642         [!__NR_ftruncate64]: Remove conditional code.
41643         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41644         [__NR_ftruncate64]: Make code unconditional.
41645         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41647         include <kernel-features.h>.
41648         [!__NR_ftruncate64]: Remove conditional code.
41649         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41650         [__NR_ftruncate64]: Make code unconditional.
41651         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41653         * configure.in (libc_cv_fpie): Weaken to a compile test using
41654         LIBC_TRY_CC_OPTION.
41655         * configure: Regenerated.
41657 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41663         Refreshed.
41664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41670         Refreshed.
41672 2012-05-27  David S. Miller  <davem@davemloft.net>
41674         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41675         (___Q_zero): New.
41676         (__Q_simulate_exceptions): Return void.  Change to simulate
41677         exceptions by writing into the %fsr.
41678         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41679         (__Qp_handle_exceptions): Likewise.
41680         (numbers): Delete.
41681         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41682         __Qp_handle_exceptions.
41683         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41684         __Qp_handle_exceptions.
41685         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41686         as unused and give dummy FP_RND_NEAREST initializer.
41687         (FP_INHIBIT_RESULTS): Define.
41688         (___Q_simulate_exceptions): Update declaration.
41689         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41690         formatting.
41691         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41692         as unused and give dummy FP_RND_NEAREST initializer.
41693         (__Qp_handle_exceptions): Update declaration.
41694         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41695         formatting.
41697 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41699         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41700         the temporary FPU control word.
41701         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41702         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41703         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41704         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41705         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41706         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41707         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41708         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41709         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41710         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41711         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41713 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41715         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41716         fields.
41718 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41720         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41721         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41722         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41723         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41724         Likewise.
41725         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41726         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41727         Likewise.
41729 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41731         * po/h.po: Update from translation team.
41733 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41735         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41737         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41738         handling of denormals.
41739         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41740         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41741         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41742         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41743         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41744         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41745         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41746         Likewise.
41748 2012-05-26  Marek Polacek  <polacek@redhat.com>
41750         [BZ #14152]
41751         * math/libm-test.inc (fma_test): Don't always expect underflow
41752         exception.
41754 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41756         [BZ #12416]
41757         * elf/tst-execstack.c: Include stackinfo.h.
41758         (do_test): Adjust test case to ensure that pthread_getattr_np
41759         behaviour remains the same after marking stack executable.
41761 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41763         * sysdeps/unix/sysv/linux/kernel-features.h
41764         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41765         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41766         kernel-features.h.
41767         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41768         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41769         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41770         kernel-features.h.
41771         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41772         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41774 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41776         * configure.in: Define the default includes to being none.
41777         * configure: Regenerated.
41779 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41781         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41782         * sysdeps/x86_64/setjmp.S: Likewise.
41783         * sysdeps/i386/bsd-setjmp.S: Likewise.
41784         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41785         * sysdeps/i386/setjmp.S: Likewise.
41786         * sysdeps/i386/__longjmp.S: Likewise.
41787         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41788         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41790         * include/stap-probe.h: New file.
41791         * configure.in: Handle --enable-systemtap.
41792         * configure: Regenerated.
41793         * config.h.in (USE_STAP_PROBE): New #undef.
41794         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41795         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41796         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41798 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41800         [BZ #13717]
41801         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41802         to 2.4.0 where earlier.
41803         * sysdeps/unix/sysv/linux/configure: Regenerated.
41804         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41805         <kernel-features.h>.
41806         [__ASSUME_32BITUIDS]: Make code unconditional.
41807         [!__ASSUME_32BITUIDS]: Remove conditional code.
41808         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41809         <kernel-features.h>.
41810         [__ASSUME_32BITUIDS]: Make code unconditional.
41811         [!__ASSUME_32BITUIDS]: Remove conditional code.
41812         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41813         [__ASSUME_32BITUIDS]: Make code unconditional.
41814         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41815         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41816         <kernel-features.h>.
41817         [__ASSUME_32BITUIDS]: Make code unconditional.
41818         [!__ASSUME_32BITUIDS]: Remove conditional code.
41819         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41820         <kernel-features.h>.
41821         [__ASSUME_32BITUIDS]: Make code unconditional.
41822         [!__ASSUME_32BITUIDS]: Remove conditional code.
41823         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41824         <kernel-features.h>.
41825         [__ASSUME_32BITUIDS]: Make code unconditional.
41826         [!__ASSUME_32BITUIDS]: Remove conditional code.
41827         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41828         <kernel-features.h>.
41829         [__ASSUME_32BITUIDS]: Make code unconditional.
41830         [!__ASSUME_32BITUIDS]: Remove conditional code.
41831         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41832         <kernel-features.h>.
41833         [__ASSUME_32BITUIDS]: Make code unconditional.
41834         [!__ASSUME_32BITUIDS]: Remove conditional code.
41835         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41836         <kernel-features.h>.
41837         [__ASSUME_32BITUIDS]: Make code unconditional.
41838         [!__ASSUME_32BITUIDS]: Remove conditional code.
41839         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41840         <kernel-features.h>.
41841         [__ASSUME_32BITUIDS]: Make code unconditional.
41842         [!__ASSUME_32BITUIDS]: Remove conditional code.
41843         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41844         <kernel-features.h>.
41845         [__ASSUME_32BITUIDS]: Make code unconditional.
41846         [!__ASSUME_32BITUIDS]: Remove conditional code.
41847         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41848         <kernel-features.h>.
41849         [__ASSUME_32BITUIDS]: Make code unconditional.
41850         [!__ASSUME_32BITUIDS]: Remove conditional code.
41851         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41852         <kernel-features.h>.
41853         [__ASSUME_32BITUIDS]: Make code unconditional.
41854         [!__ASSUME_32BITUIDS]: Remove conditional code.
41855         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41856         <kernel-features.h>.
41857         [__NR_setresgid] (__setresgid): Do not declare.
41858         [__ASSUME_32BITUIDS]: Make code unconditional.
41859         [!__ASSUME_32BITUIDS]: Remove conditional code.
41860         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41861         <kernel-features.h>.
41862         [__NR_setresuid] (__setresuid): Do not declare.
41863         [__ASSUME_32BITUIDS]: Make code unconditional.
41864         [!__ASSUME_32BITUIDS]: Remove conditional code.
41865         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41866         <kernel-features.h>.
41867         [__ASSUME_32BITUIDS]: Make code unconditional.
41868         [!__ASSUME_32BITUIDS]: Remove conditional code.
41869         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41870         <kernel-features.h>.
41871         [__ASSUME_32BITUIDS]: Make code unconditional.
41872         [!__ASSUME_32BITUIDS]: Remove conditional code.
41873         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41874         <kernel-features.h>.
41875         [__ASSUME_32BITUIDS]: Make code unconditional.
41876         [!__ASSUME_32BITUIDS]: Remove conditional code.
41877         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41878         <kernel-features.h>.
41879         [__ASSUME_32BITUIDS]: Make code unconditional.
41880         [!__ASSUME_32BITUIDS]: Remove conditional code.
41881         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41882         <kernel-features.h>.
41883         [__ASSUME_32BITUIDS]: Make code unconditional.
41884         [!__ASSUME_32BITUIDS]: Remove conditional code.
41885         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41886         <kernel-features.h>.
41887         [__ASSUME_32BITUIDS]: Make code unconditional.
41888         [!__ASSUME_32BITUIDS]: Remove conditional code.
41889         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41890         <kernel-features.h>.
41891         [__ASSUME_32BITUIDS]: Make code unconditional.
41892         [!__ASSUME_32BITUIDS]: Remove conditional code.
41893         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41894         <kernel-features.h>.
41895         [__ASSUME_32BITUIDS]: Make code unconditional.
41896         [!__ASSUME_32BITUIDS]: Remove conditional code.
41897         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41898         <kernel-features.h>.
41899         [__ASSUME_32BITUIDS]: Make code unconditional.
41900         [!__ASSUME_32BITUIDS]: Remove conditional code.
41901         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41902         <kernel-features.h>.
41903         [__ASSUME_32BITUIDS]: Make code unconditional.
41904         [!__ASSUME_32BITUIDS]: Remove conditional code.
41905         * sysdeps/unix/sysv/linux/kernel-features.h
41906         (__ASSUME_SETRESUID_SYSCALL): Remove.
41907         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41908         (__ASSUME_32BITUIDS): Likewise.
41909         (__ASSUME_LDT_WORKS): Likewise.
41910         (__ASSUME_O_DIRECTORY): Likewise.
41911         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41912         architecture but not kernel version.
41913         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41914         (__ASSUME_MMAP2_SYSCALL): Likewise.
41915         (__ASSUME_STAT64_SYSCALL): Likewise.
41916         (__ASSUME_IPC64): Likewise.
41917         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41918         <kernel-features.h>.
41919         [__ASSUME_32BITUIDS]: Make code unconditional.
41920         [!__ASSUME_32BITUIDS]: Remove conditional code.
41921         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41922         <kernel-features.h>.
41923         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41924         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41925         132096]: Remove conditional code.
41926         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41927         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41928         <kernel-features.h>.
41929         [__ASSUME_32BITUIDS]: Make code unconditional.
41930         [!__ASSUME_32BITUIDS]: Remove conditional code.
41931         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41932         <kernel-features.h>.
41933         [__ASSUME_32BITUIDS]: Make code unconditional.
41934         [!__ASSUME_32BITUIDS]: Remove conditional code.
41935         * sysdeps/unix/sysv/linux/setegid.c: Do not include
41936         <kernel-features.h>.
41937         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41938         unconditional.
41939         (__setresgid): Do not declare.
41940         [__ASSUME_32BITUIDS]: Make code unconditional.
41941         [!__ASSUME_32BITUIDS]: Remove conditional code.
41942         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41943         <kernel-features.h>.
41944         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41945         unconditional.
41946         (__setresuid): Do not declare.
41947         [__ASSUME_32BITUIDS]: Make code unconditional.
41948         [!__ASSUME_32BITUIDS]: Remove conditional code.
41949         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41950         <kernel-features.h>.
41951         [__ASSUME_32BITUIDS]: Make code unconditional.
41952         [!__ASSUME_32BITUIDS]: Remove conditional code.
41953         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41954         <kernel-features.h>.
41955         [__ASSUME_32BITUIDS]: Make code unconditional.
41956         [!__ASSUME_32BITUIDS]: Remove conditional code.
41958 2012-05-25  Richard Henderson  <rth@twiddle.net>
41960         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41961         dl_hwcap to ifunc resolver.
41962         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41963         elf_ifunc_invoke.
41964         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41965         dl_hwcap to ifunc resolver.
41966         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41968 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41970         [BZ #14153]
41971         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41972         for |x| <= 2**-26, not 2**-57.
41973         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41974         exception.
41976 2012-05-24  Jeff Law  <law@redhat.com>
41978         * stdio-common/Makefile (tests): Add bug25.
41979         * stdio-common/bug25.c: New test.
41981 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41983         [BZ #13576]
41984         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41985         multiple of MALLOC_ALIGNMENT in size.
41986         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41988 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41990         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41991         Require >= 256.
41992         (FILENAME_MAX): Use macro-int-constant.
41993         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41994         (_IOFBF): Use macro-int-constant.
41995         (_IOLBF): Likewise.
41996         (_IONBF): Likewise.
41997         (SEEK_CUR): Likewise.
41998         (SEEK_END): Likewise.
41999         (SEEK_SET): Likewise.
42000         (TMP_MAX): Likewise.
42001         (EOF): Use macro-int-constant.  Require < 0.
42002         (NULL): Use macro-constant.  Require == 0.
42003         (stdin): Require type to be FILE *.
42004         (stdout): Likewise.
42005         (stderr): Likewise.
42006         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42007         macro-int-constant.
42008         (EXIT_SUCCESS): Likewise.
42009         (NULL): Use macro-constant.  Require == 0.
42010         (RAND_MAX): Use macro-int-constant.
42011         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42012         [C99-based standards] (strtof): Require function.
42013         [C99-based standards] (strtold): Likewise.
42014         [C99-based standards] (strtoll): Likewise.
42015         [C99-based standards] (strtoull): Likewise.
42016         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42017         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42018         [ISO || ISO99 || ISO11] (math.h): Likewise.
42019         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42020         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42021         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42023 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42025         [BZ #14132]
42026         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42027         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42028         * intl/dgettext.c (DCGETTEXT): Likewise.
42029         * intl/gettext.c (DCGETTEXT): Likewise.
42030         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42031         * posix/regex_internal.h (gettext): Likewise.
42032         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42033         Remove declaration.
42034         * include/argz.h (__argz_count_internal)
42035         (__argz_stringify_internal): Remove declaration.
42036         (__argz_count, __argz_stringify): Declare hidden proto.
42037         * intl/dcgettext.c: Remove use of INTDEF.
42038         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42039         * string/argz-stringify.c: Likewise.
42040         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42041         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42042         Declare hidden proto.
42043         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42044         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42045         Declare hidden proto.
42046         * include/stdio.h (__asprintf_internal): Don't declare.
42047         (__asprintf): Don't define as macro.  Declare hidden proto.
42048         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42049         (__fsetlocking): Declare hidden proto.
42050         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42051         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42052         hidden proto.
42053         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42054         (_IO_setlinebuf): Remove use of INTUSE.
42055         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42056         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42057         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42058         Remove declaration.
42059         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42060         (_IO_do_flush): Remove use of INTUSE.
42061         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42062         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42063         (_IO_adjust_column, _IO_least_wmarker)
42064         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42065         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42066         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42067         (_IO_default_doallocate, _IO_wdefault_doallocate)
42068         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42069         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42070         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42071         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42072         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42073         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42074         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42075         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42076         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42077         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42078         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42079         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42080         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42081         proto.
42082         (_IO_flush_all_internal, _IO_adjust_column_internal)
42083         (_IO_default_uflow_internal, _IO_default_finish_internal)
42084         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42085         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42086         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42087         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42088         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42089         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42090         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42091         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42092         (_IO_file_close_internal, _IO_file_close_it_internal)
42093         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42094         (_IO_file_init_internal, _IO_file_attach_internal)
42095         (_IO_file_fopen_internal, _IO_file_read_internal)
42096         (_IO_file_sync_internal, _IO_file_seek_internal)
42097         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42098         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42099         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42100         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42101         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42102         (_IO_list_all_internal, _IO_link_in_internal)
42103         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42104         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42105         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42106         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42107         (_IO_do_write_internal, _IO_padn_internal)
42108         (_IO_getline_info_internal, _IO_getline_internal)
42109         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42110         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42111         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42112         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42113         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42114         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42115         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42116         with libc_hidden_ver, remove use of INTUSE.
42117         * libio/genops.c: Likewise.
42118         * libio/freopen.c: Likewise.
42119         * libio/freopen64.c: Likewise.
42120         * libio/iofclose.c: Likewise.
42121         * libio/iofdopen.c: Likewise.
42122         * libio/iofflush.c: Likewise.
42123         * libio/iofflush_u.c: Likewise.
42124         * libio/iofgets.c: Likewise.
42125         * libio/iofgets_u.c: Likewise.
42126         * libio/iofopen.c: Likewise.
42127         * libio/iofopncook.c: Likewise.
42128         * libio/iofread.c: Likewise.
42129         * libio/iofread_u.c: Likewise.
42130         * libio/ioftell.c: Likewise.
42131         * libio/iofwrite.c: Likewise.
42132         * libio/iogetline.c: Likewise.
42133         * libio/iogets.c: Likewise.
42134         * libio/iogetwline.c: Likewise.
42135         * libio/iopadn.c: Likewise.
42136         * libio/iopopen.c: Likewise.
42137         * libio/ioseekoff.c: Likewise.
42138         * libio/ioseekpos.c: Likewise.
42139         * libio/iosetbuffer.c: Likewise.
42140         * libio/iosetvbuf.c: Likewise.
42141         * libio/ioungetc.c: Likewise.
42142         * libio/ioungetwc.c: Likewise.
42143         * libio/iovdprintf.c: Likewise.
42144         * libio/iovsprintf.c: Likewise.
42145         * libio/iovsscanf.c: Likewise.
42146         * libio/memstream.c: Likewise.
42147         * libio/obprintf.c: Likewise.
42148         * libio/oldfileops.c: Likewise.
42149         * libio/oldiofclose.c: Likewise.
42150         * libio/oldiofdopen.c: Likewise.
42151         * libio/oldiofopen.c: Likewise.
42152         * libio/oldiopopen.c: Likewise.
42153         * libio/oldstdfiles.c: Likewise.
42154         * libio/putc.c: Likewise.
42155         * libio/setbuf.c: Likewise.
42156         * libio/setlinebuf.c: Likewise.
42157         * libio/stdfiles.c: Likewise.
42158         * libio/strops.c: Likewise.
42159         * libio/vasprintf.c: Likewise.
42160         * libio/vscanf.c: Likewise.
42161         * libio/vsnprintf.c: Likewise.
42162         * libio/vswprintf.c: Likewise.
42163         * libio/wfiledoalloc.c: Likewise.
42164         * libio/wfileops.c: Likewise.
42165         * libio/wgenops.c: Likewise.
42166         * libio/wmemstream.c: Likewise.
42167         * libio/wstrops.c: Likewise.
42168         * libio/__fpurge.c: Likewise.
42169         * libio/__fsetlocking.c: Likewise.
42170         * assert/assert.c: Likewise.
42171         * debug/fgets_chk.c: Likewise.
42172         * debug/fgets_u_chk.c: Likewise.
42173         * debug/fread_chk.c: Likewise.
42174         * debug/fread_u_chk.c: Likewise.
42175         * debug/gets_chk.c: Likewise.
42176         * debug/obprintf_chk.c: Likewise.
42177         * debug/vasprintf_chk.c: Likewise.
42178         * debug/vdprintf_chk.c: Likewise.
42179         * debug/vsnprintf_chk.c: Likewise.
42180         * debug/vsprintf_chk.c: Likewise.
42181         * malloc/mtrace.c: Likewise.
42182         * misc/error.c: Likewise.
42183         * misc/syslog.c: Likewise.
42184         * stdio-common/asprintf.c: Likewise.
42185         * stdio-common/fxprintf.c: Likewise.
42186         * stdio-common/getw.c: Likewise.
42187         * stdio-common/isoc99_fscanf.c: Likewise.
42188         * stdio-common/isoc99_scanf.c: Likewise.
42189         * stdio-common/isoc99_vfscanf.c: Likewise.
42190         * stdio-common/isoc99_vscanf.c: Likewise.
42191         * stdio-common/isoc99_vsscanf.c: Likewise.
42192         * stdio-common/printf-prs.c: Likewise.
42193         * stdio-common/printf_fp.c: Likewise.
42194         * stdio-common/printf_fphex.c: Likewise.
42195         * stdio-common/printf_size.c: Likewise.
42196         * stdio-common/putw.c: Likewise.
42197         * stdio-common/scanf.c: Likewise.
42198         * stdio-common/sprintf.c: Likewise.
42199         * stdio-common/tmpfile.c: Likewise.
42200         * stdio-common/vfprintf.c: Likewise.
42201         * stdio-common/vfscanf.c: Likewise.
42202         * stdlib/strfmon_l.c: Likewise.
42203         * sunrpc/openchild.c: Likewise.
42204         * sunrpc/xdr_stdio.c: Likewise.
42205         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42206         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42208 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42210         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42212         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42213         in the third column, to generate for the shared library an IFUNC
42214         that uses _dl_vdso_vsym.
42215         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42216         * Makeconfig (object-suffixes-noshared): New variable.
42218         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42219         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42220         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42221         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42223         [BZ #14132]
42224         * include/sys/time.h (__gettimeofday): Remove macro.
42225         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42226         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42227         Remove INTDEF.
42228         (__gettimeofday): Add libc_hidden_def.
42229         (gettimeofday): Add libc_hidden_weak.
42230         * sysdeps/mach/gettimeofday.c: Likewise.
42231         * sysdeps/posix/gettimeofday.c: Likewise.
42232         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42233         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42234         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42235         (__gettimeofday_internal): Remove strong_alias.
42236         (__gettimeofday): Add libc_hidden_def.
42237         (gettimeofday): Add libc_hidden_weak.
42238         * sysdeps/unix/syscalls.list (gettimeofday):
42239         Remove __gettimeofday_internal alias.
42241 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42242             H.J. Lu  <hongjiu.lu@intel.com>
42244         [BZ #12495]
42245         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42246         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42247         (largebin_index_32_big): New.
42248         (largebin_index): Use it for 16-byte alignment.
42249         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42250         correction with front_misalign.
42252 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42254         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42255         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42256         Likewise.
42257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42258         Likewise.
42259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42260         Likewise.
42261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42262         Likewise.
42263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42264         Likewise.
42265         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42266         Likewise.
42267         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42268         Likewise.
42269         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42270         Likewise.
42271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42272         Likewise.
42273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42274         Likewise.
42275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42276         Likewise.
42277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42278         Likewise.
42280         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42281         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42283 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42285         [BZ #10846]
42286         [BZ #14036]
42287         * math/libm-test.inc (exp_test): Add test from bug 14036.
42288         (pow_test): Add test from bug 10846.
42290         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42291         and other flags.
42292         (special_function): Do not include flags in test name.
42293         (parse_args): Likewise.
42294         * sysdeps/i386/fpu/libm-test-ulps: Update.
42295         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42296         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42297         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42298         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42300         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42301         exceptions.
42302         * math/libm-test.inc ("Philosophy"): Update comment about
42303         exception testing.
42304         (UNDERFLOW_EXCEPTION): New macro.
42305         (UNDERFLOW_EXCEPTION_OK): Likewise.
42306         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42307         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42308         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42309         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42310         (INVALID_EXCEPTION_OK): Update value.
42311         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42312         (OVERFLOW_EXCEPTION_OK): Likewise.
42313         (IGNORE_ZERO_INF_SIGN): Likewise.
42314         (test_exceptions): Handle underflow exceptions.
42315         (acos_test): Update for underflow exception expectations.
42316         (cexp_test): Likewise.
42317         (clog_test): Likewise.
42318         (clog10_test): Likewise.
42319         (csqrt_test): Likewise.
42320         (ctan_test): Likewise.
42321         (ctanh_test): Likewise.
42322         (exp_test): Likewise.
42323         (exp10_test): Likewise.
42324         (exp2_test): Likewise.
42325         (expm1_test): Likewise.
42326         (fma_test): Likewise.
42327         (j0_test): Likewise.
42328         (jn_test): Likewise.
42329         (nexttoward_test): Likewise.
42330         (pow_test): Likewise.
42331         (scalbn_test): Likewise.
42332         (scalbln_test): Likewise.
42333         (tan_test): Likewise.
42334         (y1_test): Likewise.
42335         * sysdeps/i386/fpu/libm-test-ulps: Update.
42336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42338 2012-05-23  David S. Miller  <davem@davemloft.net>
42340         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42341         (__libc_sigaction): Remove unused local variables.
42343 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42345         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42347 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42349         mktime: avoid signed integer overflow
42350         * time/mktime.c (__mktime_internal): Do not mishandle the case
42351         where diff == INT_MIN.
42353         mktime: simplify computation of average
42354         * time/mktime.c (ranged_convert): Use new time_t_avg function
42355         instead of rolling our own (probably-slower) code.
42357         mktime: do not assume signed right shift propagates sign bit
42358         * time/mktime.c (isdst_differ): New static function.
42359         (__mktime_internal): No need to normalize tm_isdst now.
42360         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42361         tm_isdst values.
42363         mktime: merge another wrapv change from gnulib
42364         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42365         from some compilers.
42367         mktime: remove incorrect attempt at unusual arithmetics
42368         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42369         The code didn't really work on such machines anyway.
42370         (TYPE_MINIMUM): Assume two's complement.
42371         (twos_complement_arithmetic): Verify that long_int and time_t
42372         are two's complement (or unsigned, in the latter case).
42374         mktime: check signed shifts on long_int and time_t, too
42375         * time/mktime.c (SHR): Check that shifts work as desired
42376         on the types long_int and time_t too, as SHR is used on
42377         such types.
42379         mktime: do not assume 'long' is wide enough
42380         * time/mktime.c (verify): Move decl up.
42381         (long_int): New type.
42382         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42383         to remove assumption in the code that 'long' is wide enough to
42384         store year values.  This assumption is not true on x32 and on
42385         some non-glibc platforms.
42387         mktime: merge wrapv change from gnulib
42388         * time/mktime.c (WRAPV): New macro.
42389         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42390         (guess_time_tm, __mktime_internal): Do not assume that signed
42391         integer overflow wraps around; modern compilers generate code
42392         where this assumption is no longer valid.
42394 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42396         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42397         Replace "jmp L(pseudo_end)" with "ret".
42398         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42399         Likewise.
42401 2012-05-23  Andreas Jaeger  <aj@suse.de>
42403         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42404         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42406 2012-05-23  Andreas Jaeger  <aj@suse.de>
42407             Maximilian Attems  <max@stro.at>
42409         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42410         New macros.
42412 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42414         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42415         code so that pseudo_end is just ret and the stack pointer is
42416         correct also for static library in error case.
42418 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42420         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42421         move to syscalls.list.
42422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42427         * manual/install.texi (Running make install): Do not mention Linux
42428         kernel version for which pt_chown is not needed.
42429         (Linux): Do not mention problems with nscd with 2.0 kernels.
42430         * INSTALL: Regenerated.
42432 2012-05-23  Andreas Jaeger  <aj@suse.de>
42434         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42435         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42436         macro.
42437         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42438         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42439         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42440         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42441         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42442         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42443         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42444         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42445         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42446         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42447         * sysdeps/unix/sysv/linux/bits/in.h
42448         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42450 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42452         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42453         (PREPARE_VERSION): Just use assert instead, it will be elided
42454         under [NDEBUG] anyway.
42456 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42458         * sysdeps/unix/sysv/linux/Makefile: Include
42459         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42460         (sysdep_routines): Remove sysctl.
42461         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42462         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42463         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42464         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42465         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42467 2012-05-22  Andreas Jaeger  <aj@suse.de>
42469         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42470         that pseudo_end is just ret and the stack pointer is correct also
42471         for static library in error case.
42473 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42475         [BZ #14122]
42476         * nss/nsswitch.c (defconfig_entries): New variable.
42477         (__nss_database_lookup): Don't leak defconfig entries.
42478         (nss_parse_service_list): Don't leak on error paths.
42479         (free_database_entries): New function.
42480         (free_defconfig): New function.
42481         (free_mem): Move common code to free_database_entries.
42483 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42485         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42486         Add arch_prctl.
42487         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42489         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42490         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42491         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42492         New macro.
42493         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42494         (INTERNAL_SYSCALL_TYPES): Likewise.
42495         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42496         (LOAD_REGS_TYPES_[1-6]): Likewise.
42497         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42498         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42500 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42502         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42503         copysignl for GLIBC_2_0.
42504         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42505         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42506         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42507         logbl for GLIBC_2_0.
42508         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42509         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42511 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42513         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42514         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42516         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42517         Use "neg %eax".
42519         * time/mktime.c: Update copyright years.
42521 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42523         mktime: merge comment-quoting-style change from gnulib
42524         * time/mktime.c: Quote 'like this' in comments.
42525         The GNU coding standards suggest that we no longer quote `like this',
42526         as "`" and "'" are typically rendered asymmetrically nowadays.
42527         The typical gnulib style is to quote 'like this' when quoting
42528         code, and "like this" when quoting English.
42530         * time/mktime.c (compile-command): Add "-I.".
42532         mktime: merge mktime-internal.h change from gnulib
42533         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42535         mktime: merge time_r change from gnulib
42536         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42538         mktime: merge DEBUG change from gnulib
42539         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42540         case system <time.h> has a #define.
42542         mktime: merge <sys/types.h> change from gnulib
42543         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42544         since <time.t> is now guaranteed to define time_t.
42546         mktime: merge HAVE_CONFIG_H change from gnulib
42547         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42549 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42551         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42552         Use "neg %eax".
42554         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42555         __rlim_t cast.
42556         (struct rusage): Use anonymous union to pad each field to
42557         __syscall_slong_t.
42559 2012-05-21  David S. Miller  <davem@davemloft.net>
42561         * Makefules (o-iterator): Remove .s cases.
42562         (compile-command.s): Delete.
42563         (COMPILE.s): Delete.
42564         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42566 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42568         * configure.in (libc_cv_predef_stack_protector): Only consider
42569         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42570         * configure: Regenerated.
42572 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42574         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42575         New macro.  Use R*LP on int and pointer.
42576         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42577         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42578         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42579         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42581         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42582         [__WORDSIZE_TIME64_COMPAT32] instead of
42583         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42584         (struct utmp): Likewise.
42585         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42586         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42587         Renamed to ...
42588         (__WORDSIZE_TIME64_COMPAT32): This.
42589         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42590         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42591         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42592         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42593         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42594         (__WORDSIZE_TIME64_COMPAT32): New macro.
42596 2012-05-21  Andreas Jaeger  <aj@suse.de>
42598         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42599         only if [SHARED]. Add prototype for __wcschr_ia32.
42601 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42603         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42604         of %rbp unmolested in the jmp_buf while mangling the low bits.
42605         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42606         unmolested high bits of %rbp while demangling the low bits.
42607         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42609 2012-05-21  Andreas Jaeger  <aj@suse.de>
42611         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42612         * sunrpc/svc_simple.c: Use it for registerrpc.
42613         * sunrpc/xcrypt.c: Use it for passwd2des.
42615         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42617 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42619         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42620         Don't define if [__SYSCALL_WORDSIZE != 32].
42621         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42622         New macro.
42624 2012-05-21  Bruno Haible  <bruno@clisp.org>
42625             Andreas Jaeger  <aj@suse.de>
42627         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42628         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42629         inptr and inend for must_buffer_ch.
42630         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42631         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42632         * stdio-common/Makefile (tests): Remove bug15.
42633         (bug15-ENV): Remove macro.
42634         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42635         anymore.
42637 2012-05-19  Andreas Jaeger  <aj@suse.de>
42638             Roland McGrath  <roland@hack.frob.com>
42640         * manual/contrib.texi: Completely rewritten. It contains now an
42641         alphabetical list of contributors and their contributions.
42643 2012-05-21  Richard Henderson  <rth@twiddle.net>
42645         * misc/getauxval.c (__getauxval): Use unsigned long int.
42646         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42647         (getauxval): Use unsigned long int.
42649 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42651         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42653 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42655         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42656         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42657         __alignof__ (long double).
42659 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42661         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42663 2012-05-20  Richard Henderson  <rth@twiddle.net>
42665         * misc/getauxval.c: New file.
42666         * misc/sys/auxv.h: New file.
42667         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42668         (routines): Add getauxval.
42669         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42670         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42671         * elf/dl-sysdep.c (_dl_auxv): Remove.
42672         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42673         * elf/dl-support.c (_dl_auxv): New variable.
42674         (_dl_aux_init): Initialize it.
42675         * manual/startup.texi (Auxiliary Vector): New node.
42676         * sysdeps/generic/bits/hwcap.h: New file.
42677         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42678         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42679         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42680         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42681         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42682         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42684         Update.
42685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42688         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42689         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42690         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42691         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42692         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42694 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42696         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42698 2012-05-19  David S. Miller  <davem@davemloft.net>
42700         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42702 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42704         [BZ #14123]
42705         * math/s_ccosh.c: Include <float.h>
42706         (__ccosh): Avoid internal overflow calculating sinh and cosh
42707         values before multiplying by sin and cos values.
42708         * math/s_ccoshf.c: Likewise.
42709         * math/s_ccoshl.c: Likewise.
42710         * math/s_csin.c: Likewise.
42711         * math/s_csinf.c: Likewise.
42712         * math/s_csinl.c: Likewise.
42713         * math/s_csinh.c: Likewise.
42714         * math/s_csinhf.c: Likewise.
42715         * math/s_csinhl.c: Likewise.
42716         * math/libm-test.inc (ccos_test): Add more tests.
42717         (ccosh_test): Likewise.
42718         (csin_test): Likewise.
42719         (csinh_test): Likewise.
42720         * sysdeps/i386/fpu/libm-test-ulps: Update.
42721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42723 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42725         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42726         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42728         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42730 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42732         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42733         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42734         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42735         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42736         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42737         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42738         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42739         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42740         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42741         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42742         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42743         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42744         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42745         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42746         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42747         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42748         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42749         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42750         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42751         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42752         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42753         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42754         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42755         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42756         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42757         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42758         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42759         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42760         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42761         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42762         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42764 2012-05-18  Andreas Jaeger  <aj@suse.de>
42766         * csu/.gitignore: Delete.
42768 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42770         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42771         (timex): Use __syscall_slong_t.
42773 2012-05-18  Andreas Jaeger  <aj@suse.de>
42774             Carlos O'Donell  <carlos_odonell@mentor.com>
42776         * manual/install.texi (Configuring and compiling): Update
42777         description about files modified in the source directory.
42778         * INSTALL: Regenerated.
42780 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42782         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42783         value.  Use "or" to set return value to -1.
42784         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42785         negate return value.
42787 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42789         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42790         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42791         failure if the compiler has Graphite support disabled.
42792         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42793         Likewise.
42794         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42795         (CFLAGS-memmove.c): Likewise.
42796         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42797         Likewise.
42799 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42801         * sysdeps/x86_64/x32/_itoa.h: New file.
42803         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42804         getdents system call only if kernel and user dirents have the
42805         same d_ino and d_off.
42807         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42808         LLONG_MAX != LONG_MAX.
42809         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42810         (_fitoa_word): Likewise.
42812         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42813         years.
42814         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42815         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42816         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42818         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42819         include <bits/wordsize.h>.  Check __x86_64__ instead of
42820         __WORDSIZE.
42821         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42822         if __x86_64__ is defined.  Use anonymous union on fpstate.
42824         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42825         anonymous union.
42827 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42829         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42830         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42831         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42832         Refer to _rtld_local_ro instead of _rtld_global_ro.
42833         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42834         Likewise.
42835         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42836         Likewise.
42837         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42838         Likewise.
42839         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42840         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42841         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42843         * sysdeps/powerpc/powerpc32/dl-machine.c
42844         (__elf_machine_runtime_setup) [PROF]: Don't reference
42845         _dl_prof_resolve.
42847 2012-05-18  Andreas Jaeger  <aj@suse.de>
42849         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42850         function only available for GCCs before 3.4 since GCC 3.4
42851         introduced a builtin.
42852         (lrint): Likewise.
42853         (llrintf): Likewise.
42854         (llrint): Likewise.
42855         (fmaxf): Likewise.
42856         (fmax): Likewise.
42857         (fminf): Likewise.
42858         (fmin): Likewise.
42859         (rint): Likewise.
42860         (rintf): Likewise.
42861         (nearbyint): Likewise.
42862         (nearbyintf): Likewise.
42863         (ceil): Likewise.
42864         (ceilf): Likewise.
42865         (floor): Likewise.
42866         (floorf): Likewise.
42868 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42870         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42871         on both fields and cast pointer to __syscall_ulong_t.
42873         * bits/types.h (__fsword_t): New type.
42874         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42875         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42876         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42877         (__FSWORD_T_TYPE): Likewise.
42878         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42879         (__FSWORD_T_TYPE): Likewise.
42880         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42881         (__FSWORD_T_TYPE): Likewise.
42882         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42883         (__FSWORD_T_TYPE): Likewise.
42884         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42885         __SWORD_TYPE with __fsword_t.
42886         (statfs64): Likewise.
42888 2012-05-17  David S. Miller  <davem@davemloft.net>
42890         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42892 2012-05-17  Andreas Jaeger  <aj@suse.de>
42894         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42895         warning.
42897 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42899         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42901 2012-05-17  Andreas Jaeger  <aj@suse.de>
42903         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42904         when it is used.
42906 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42908         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42910 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42912         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42913         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42915 2012-05-17  Andreas Jaeger  <aj@suse.de>
42916             Carlos O'Donell  <carlos_odonell@mentor.com>
42918         [BZ #14059]
42919         * sysdeps/x86_64/multiarch/init-arch.h
42920         (bit_YMM_Usable): Rename to...
42921         (bit_AVX_Usable): ... this.
42922         (bit_FMA4_Usable): New macro.
42923         (bit_XMM_state): New macro.
42924         (bit_YMM_state): New macro.
42925         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42926         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42927         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42928         (CPUID_OSXSAVE): New macro.
42929         (CPUID_AVX): New macro.
42930         (CPUID_FMA4): New macro.
42931         (index_YMM_Usable): Rename to...
42932         (index_AVX_Usable): ... this.
42933         (HAS_AVX): Use HAS_ARCH_FEATURE.
42934         (HAS_FMA4): Likewise.
42935         (HAS_YMM_USABLE): Remove.
42936         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42937         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42938         are present.
42939         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42940         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42941         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42942         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42943         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42945 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42947         * math/libm-test.c: Support platforms without multiple rounding modes.
42948         * math/bug-nextafter.c: Support platforms without FP exceptions.
42949         * math/bug-nexttoward.c: Likewise.
42950         * math/test-fenv.c: Likewise.
42951         * math/test-misc.c: Likewise.
42952         * stdlib/bug-getcontext.c: Likewise.
42954 2012-05-17  Andreas Jaeger  <aj@suse.de>
42956         * manual/examples/search.c (critter_cmp): Change signature to
42957         avoid warnings.
42958         * manual/string.texi (Collation Functions): Likewise.
42960 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42962         * bits/types.h: Fold copyright years.
42963         * bits/typesizes.h: Likewise.
42964         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42965         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42966         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42967         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42968         * time/time.h: Likewise.
42970 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42972         [BZ #208]
42973         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42974         in instead of returning them.  Return void.
42975         (__libc_mallinfo): Accumulate over all arenas.
42976         (__malloc_stats): Adjust for change in int_mallinfo interface.
42978 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42980         [BZ #10375]
42981         * configure.in (NM): Add AC_CHECK_TOOL for it.
42982         (libc_extra_cflags): New substituted variable.
42983         Check for -fstack-protector being used implicitly.
42984         * configure: Regenerated.
42985         * config.make.in (config-extra-cflags): New variable,
42986         gets @libc_extra_cflags@.
42987         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42989         [BZ #10375]
42990         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42991         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42992         * configure: Regenerated.
42993         * config.make.in (CPPUNDEFS): New substituted variable.
42994         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42995         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42996         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42998 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43000         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43001         (mq_attr): Use __syscall_slong_t.
43003 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43005         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43006         Check __x86_64__ instead of __WORDSIZE.
43007         (_STAT_VER_LINUX): Likewise.
43008         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43009         __syscall_ulong_t and __syscall_slong_t.
43010         (stat64): Likewise.
43012 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43014         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43016 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43018         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43020 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43022         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43023         __syscall_ulong_t.
43025         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43026         include <bits/wordsize.h>.  Check __x86_64__ instead of
43027         __WORDSIZE.
43028         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43029         defined.
43030         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43032         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43033         include <bits/wordsize.h>.  Check __x86_64__ instead of
43034         __WORDSIZE.
43035         (user_regs_struct): Use "__extension__ unsigned long long"
43036         instead of "unsigned long" if __x86_64__ is defined.
43037         (user): Likewise.  Pad after pointer field if __ILP32__ is
43038         defined.
43040 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43042         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43043         versions 5 to 9.
43044         * configure: Regenerated.
43045         * manual/install.texi (texinfo): Increase version requirement to
43046         4.5 or later.
43047         * INSTALL: Regenerated.
43049         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43051 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43053         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43055         * sysdeps/x86_64/x32/ffs.c: New file.
43057         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43058         __syscall_ulong_t.
43059         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43060         defined.  Use __syscall_ulong_t.
43061         (shminfo): Use __syscall_ulong_t.
43062         (shm_info): Likewise.
43064         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43065         __syscall_ulong_t.
43067         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43068         <bits/wordsize.h>.
43069         (msgqnum_t): Use __syscall_ulong_t.
43070         (msglen_t): Likewise.
43071         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43072         __syscall_ulong_t.
43074         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43075         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43077         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43079         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43080         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43082         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43083         __syscall_slong_t.
43085         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43086         include <bits/wordsize.h>.  Check __x86_64__ instead of
43087         __WORDSIZE.
43089         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43090         "unsigned long long int" if __x86_64__ is defined.
43091         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43093         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43094         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43095         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43097         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43098         <stdint.h>.
43099         (GET_PC): Cast to uintptr_t first.
43100         (GET_FRAME): Likewise.
43101         (GET_STACK): Likewise.
43103         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43104         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43105         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43106         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43107         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43108         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43109         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43110         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43111         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43112         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43113         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43114         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43115         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43116         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43117         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43118         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43119         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43120         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43121         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43122         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43123         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43124         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43125         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43126         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43127         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43128         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43129         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43130         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43131         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43133 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43135         * Makerules (+depfiles): Also collect depfiles from .oS in
43136         $(extra-objs).
43137         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43138         .oS, $(libnldbl-routines)).
43140         * Makerules (native-compile-mkdep-flags): Define.
43141         * sunrpc/Makefile (extra-objs): Add $(addprefix
43142         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43143         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43144         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43145         calling $(make-target-directory).
43147 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43149         * bits/types.h (__snseconds_t): Removed.
43150         * time/time.h (struct timespec): Replace __snseconds_t with
43151         __syscall_slong_t.
43152         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43153         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43154         Likewise.
43155         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43156         (__SNSECONDS_T_TYPE): Likewise.
43157         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43158         (__SNSECONDS_T_TYPE): Likewise.
43159         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43160         (__SNSECONDS_T_TYPE): Likewise.
43162 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43164         * sysdeps/mach/hurd/bits/typesizes.h
43165         (__SYSCALL_SLONG_TYPE): New macro.
43166         (__SYSCALL_ULONG_TYPE): Likewise.
43168 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43170         * bits/types.h (__syscall_slong_t): New type.
43171         (__syscall_ulong_t): Likewise.
43173         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43174         (__SYSCALL_ULONG_TYPE): Likewise.
43175         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43176         (__SYSCALL_SLONG_TYPE): Likewise.
43177         (__SYSCALL_ULONG_TYPE): Likewise.
43178         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43179         (__SYSCALL_SLONG_TYPE): Likewise.
43180         (__SYSCALL_ULONG_TYPE): Likewise.
43181         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43182         (__SYSCALL_SLONG_TYPE): Likewise.
43183         (__SYSCALL_ULONG_TYPE): Likewise.
43185 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43187         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43188         Add sigaltstack-offsets.sym.
43189         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43190         <sigaltstack-offsets.h>.
43191         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43192         longjmp_msg pointer.
43193         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43194         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43195         signal stack.
43196         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43198 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43200         * elf/stackguard-macros.h: Remove file.
43201         * sysdeps/generic/stackguard-macros.h: New file.
43202         * sysdeps/i386/stackguard-macros.h: Likewise.
43203         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43204         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43205         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43206         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43207         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43208         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43209         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43210         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43211         <elf/stackguard-macros.h>.
43213         [BZ #14109]
43214         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43215         __aligned__ in attribute.
43216         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43217         (gregset_t): Likewise.
43219 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43221         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43222         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43223         * sysdeps/x86_64/x32/Implies-after: New file.
43225 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43227         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43228         and access return value for _dl_profile_fixup.  Use R10_LP to
43229         load frame size.
43231 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43233         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43237         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43238         * sysdeps/x86_64/x32/sysdep.h: New file.
43240 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43242         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43243         * sysdeps/x86_64/setjmp.S: Likewise.
43245 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43247         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43248         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43249         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43250         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43251         remove unused global constant.
43253 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43255         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43256         include of <not-cancel.h>.
43258 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43260         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43262 2012-05-15  Jeff Law  <law@redhat.com>
43263             Andreas Jaeger  <aj@suse.de>
43265         [BZ #13594]
43266         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43267         out from...
43268         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43269         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43270         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43271         code changing __hst_map_handle.map.
43273 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43275         * configure.in (sysnames): Look for Implies-before and Implies-after
43276         files.
43277         * configure: Regenerated.
43279 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43281         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43282         8-byte data alignment with LP_SIZE alignment.
43284 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43286         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43287         into R10_LP.
43289 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43291         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43293 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43295         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43296         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43297         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43298         Likewise.
43299         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43301 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43303         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43304         (stackinfo_sub_sp): Likewise.
43306 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43308         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43309         RAX_LP.
43311 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43313         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43314         into R*_LP.
43316 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43318         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43319         sizes into R*_LP.
43321 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43323         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43327         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43328         into R11_LP and load __x86_64_shared_cache_size_half into
43329         R8_LP.
43331 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43333         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43334         R8_LP.
43336 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43338         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43339         logb for POWER7.
43340         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43341         logbf for POWER7.
43342         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43343         logbl for POWER7.
43344         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43345         powerpc32/power7/fpu/s_logb.c via #include.
43346         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43347         powerpc32/power7/fpu/s_logbf.c via #include.
43348         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43349         powerpc32/power7/fpu/s_logbl.c via #include.
43351 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43353         * README.libm: Remove file.
43355 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43357         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43358         count for x32.  Use R*_LP and omit operand-size suffix.
43360 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43362         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43363         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43364         * sysdeps/x86_64/x32/shlib-versions: New file.
43366 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43368         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43369         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43370         Use _dl_fatal_printf instead.
43372 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43374         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43375         set if not set by the user.  Do not allow for being unset.
43376         * sysdeps/unix/sysv/linux/configure: Regenerated.
43378 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43380         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43381         the `q' suffix from lea and replace .quad with ASM_ADDR.
43383 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43385         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43386         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43387         instead of $17.
43388         (PTR_DEMANGLE): Likewise.
43390 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43392         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43393         (LP_OP): Likewise.
43394         (ASM_ADDR): Likewise.
43395         (RAX_LP): Likewise.
43396         (RBP_LP): Likewise.
43397         (RBX_LP): Likewise.
43398         (RCX_LP): Likewise.
43399         (RDI_LP): Likewise.
43400         (RSI_LP): Likewise.
43401         (RSP_LP): Likewise.
43402         (R8_LP): Likewise.
43403         (R9_LP): Likewise.
43404         (R10_LP): Likewise.
43405         (R10_LP): Likewise.
43406         (R11_LP): Likewise.
43407         (R12_LP): Likewise.
43408         (R13_LP): Likewise.
43409         (R14_LP): Likewise.
43410         (R15_LP): Likewise.
43412 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43414         * sysdeps/x86_64/x32/dl-machine.h: New file.
43416 2012-05-14  Andreas Jaeger  <aj@suse.de>
43418         * manual/Makefile (subdir): Remove export of subdir.
43419         (all): Remove target.
43420         (.PHONY): Remove all from list.
43421         (mkinstalldirs): Remove.
43422         (.PHONY): Remove installdirs from list.
43423         ($(inst_infodir)/libc.info): Use make-target-directory.
43424         (installdirs): Remove.
43425         (subdir_%): Remove.
43426         (glibc-targets): Remove.
43427         (lib): Remove.
43428         (stubs): Remove.
43429         ($(objpfx)stubs ../po/manual.pot): Remove.
43430         ($(objpfx)stamp%): Remove.
43431         (make-target-directory): Remove.
43432         (subdir_install): Remove.
43433         (routines): Remove.
43434         (aux): Remove.
43435         (sources): Remove.
43436         (objects): Remove.
43437         (headers): Remove.
43439         [BZ #13750]
43440         * manual/.gitignore: Remove, it's not needed anymore.
43441         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43442         all files in it.
43443         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43444         directory.
43445         (texis): Renamed to $(objpfx)texis.
43446         (texis-path): New, contains path to generated files.
43447         (chapters.%): Use texis-path for complete path, add extra argument
43448         libc-texinfo.sh.
43449         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43450         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43451         (summary,texi, stamp-summary): Use complete path of
43452         files. Generate files in build dir.
43453         (dir-add.texi): Build in build dir.
43454         (libm-err.texi,stamp-libm-err): Likewise.
43455         (version.texi, stamp-version): Likewise.
43456         (.%c.texi): Likewise.
43457         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43458         (mostlyclean): Remove target.
43459         (realclean): Remove target.
43460         (generated): Add new variable with contents from mostlyclean and
43461         realclean, remove entries duplicated in common-mostlyclean, add
43462         stamp-libm-err and stamp-version.
43463         (generated-dirs): Add libc directory.
43464         ($(inst_infodir)/libc.info): Install files from build dir.
43466         * manual/install.texi (Configuring and compiling): Adjust since
43467         the info files are not part of the tar ball anymore.
43469 2012-05-14  Andreas Jaeger  <aj@suse.de>
43471         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43472         variable.
43474 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43476         [BZ #13717]
43477         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43478         to 2.2.0 where earlier.
43479         * sysdeps/unix/sysv/linux/configure: Regenerated.
43480         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43481         Remove conditional code.
43482         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43483         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43484         Remove conditional code.
43485         [!__NR_lchown]: Likewise.
43486         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43487         [__NR_lchown]: Likewise.
43488         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43489         comment referencing __ASSUME_LCHOWN_SYSCALL.
43490         * sysdeps/unix/sysv/linux/i386/sigaction.c
43491         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43492         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43493         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43494         Remove conditional code.
43495         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43496         (__protocol_available): Remove #if 0 code.
43497         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43498         conditional code.
43499         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43500         * sysdeps/unix/sysv/linux/kernel-features.h
43501         (__ASSUME_GETCWD_SYSCALL): Don't define.
43502         (__ASSUME_REALTIME_SIGNALS): Likewise.
43503         (__ASSUME_PREAD_SYSCALL): Likewise.
43504         (__ASSUME_PWRITE_SYSCALL): Likewise.
43505         (__ASSUME_POLL_SYSCALL): Likewise.
43506         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43507         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43508         non-SPARC.
43509         (__ASSUME_SIOCGIFNAME): Don't define.
43510         (__ASSUME_MSG_NOSIGNAL): Likewise.
43511         (__ASSUME_SENDFILE): Define unconditionally.
43512         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43513         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43514         conditional code.
43515         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43516         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43517         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43518         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43519         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43520         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43521         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43523         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43524         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43526         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43527         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43529         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43530         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43532         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43533         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43535         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43536         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43538         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43539         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43541         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43542         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43544         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43545         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43546         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43547         Remove conditional code.
43548         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43549         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43550         Remove conditional code.
43551         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43552         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43553         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43554         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43555         Remove conditional code.
43556         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43557         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43558         Remove conditional code.
43559         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43560         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43561         Remove conditional code.
43562         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43563         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43564         Remove conditional code.
43565         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43566         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43567         Remove conditional code.
43568         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43569         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43570         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43571         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43572         * sysdeps/unix/sysv/linux/sigaction.c
43573         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43574         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43575         * sysdeps/unix/sysv/linux/sigpending.c
43576         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43577         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43578         * sysdeps/unix/sysv/linux/sigprocmask.c
43579         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43580         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43581         * sysdeps/unix/sysv/linux/sigsuspend.c
43582         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43583         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43584         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43585         (__libc_missing_rt_sigs): Remove.
43586         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43587         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43588         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43589         Remove conditional code.
43590         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43591         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43592         return 1.
43593         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43594         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43595         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43596         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43598 2012-05-14  Andreas Jaeger  <aj@suse.de>
43600         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43601         it's not used in glibc.
43602         (__coshm1): Likewise.
43603         (__acosh1p): Likewise.
43604         (__sgn): Likewise.
43606         * manual/string.texi (Copying and Concatenation): Add missing
43607         variable in concat example.
43608         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43610 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43612         [BZ #14103]
43613         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43614         __builtin_clzl with __builtin_clzll.
43616 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43618         [BZ #14104]
43619         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43620         libc_freeres_ptr.
43622 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43624         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43625         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43626         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43627         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43629 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43631         * NEWS: Update ia64 info.
43633 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43635         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43636         used as bcopy.
43638 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43640         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43641         * sysdeps/unix/syscalls.list (dup3): Likewise.
43642         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43643         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43645 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43647         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43648         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43650 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43652         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43653         thread pointer.
43654         (TLS_IE): Use mov/add instead of movq/addq to load thread
43655         pointer.
43656         (TLS_GD_PREFIX): New.
43657         (TLS_GD): Use it.
43659 2012-05-11  David S. Miller  <davem@davemloft.net>
43661         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43662         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43663         (_FPU_SETCW): Likewise.
43665 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43667         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43668         is 32-byte aligned.
43670 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43672         [BZ #11837]
43673         * iconvdata/gb18030.c: Update tables.
43674         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43675         characters specially.
43676         (BODY for TO_LOOP): Add encoding of missing ranges.
43678 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43680         [BZ #13673]
43681         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43682         * sysdeps/mach/hurd/dup3.c: Likewise.
43683         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43684         * sysdeps/powerpc/memmove.c:: Likewise.
43686 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43688         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43689         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43691 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43693         * elf/elf.h (R_X86_64_RELATIVE64): New.
43694         (R_X86_64_NUM): Updated.
43695         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43696         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43697         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43698         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43699         tst-quad1pie tst-quad2pie
43700         (modules-names): Add tst-quadmod1 tst-quadmod2.
43701         ($(objpfx)tst-quad1): New dependency.
43702         ($(objpfx)tst-quad2): Likewise.
43703         ($(objpfx)tst-quad1pie): Likewise.
43704         ($(objpfx)tst-quad2pie): Likewise.
43705         * sysdeps/x86_64/tst-quad1.c: New file.
43706         * sysdeps/x86_64/tst-quad1pie.c: New file.
43707         * sysdeps/x86_64/tst-quad2.c: Likewise.
43708         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43709         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43710         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43711         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43712         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43714 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43716         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43717         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43718         * streams/stropts.h (t_scalar_t): Define type.
43720         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43721         (_PATH_PRESERVE): Set to "/var/lib".
43722         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43724         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43725         instead of int.
43727         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43728         if __dir_mkfile succeeded.
43730         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43731         checking for _hurd_dtablesize.  Unlock it right after having
43732         finished _hurd_dtable allocation.
43734 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43736         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43737         * sysdeps/mach/hurd/configure: Regenerated.
43738         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43739         special-casing to...
43740         * sysdeps/gnu/configure.in: ... this new file.
43741         * sysdeps/unix/sysv/linux/configure: Regenerated.
43742         * sysdeps/gnu/configure: New generated file.
43744         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43745         for Linux: use nsec instead of usec, as well as:
43746         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43747         members of type struct timespec.
43748         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43749         New macros.
43750         (struct stat64): Likewise.
43751         (_STATBUF_ST_NSEC): New macro.
43752         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43754         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43755         __strtoul_internal rather than strtoul.
43757 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43759         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43760         and reject them.
43762 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43764         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43765         which preserves existing values.
43766         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43768 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43770         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43771         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43772         greater than FD_SETSIZE.
43774 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43776         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43777         allocated, call __vm_protect to finish enabling the existing space, and
43778         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43779         allocate the remainder.
43781 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43783         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43784         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43786 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43788         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43789         sysdeps/mach/hurd/readlink.c.
43791         * posix/tst-sysconf.c (posix_options): Only use
43792         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43793         _POSIX_SYNCHRONIZED_IO when they are defined
43794         * sysdeps/mach/hurd/bits/posix_opt.h:
43795         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43796         (_XOPEN_REALTIME): Undefine macro.
43797         (_XOPEN_REALTIME_THREADS): Undefine macro.
43798         (_XOPEN_SHM): Undefine macro.
43799         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43800         macro to -1.
43801         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43802         macro to -1.
43803         (_POSIX_ASYNC_IO): Undefine macro.
43804         (_POSIX_PRIORITIZED_IO): Undefine macro.
43805         (_POSIX_SPIN_LOCKS): Define macro to -1.
43807         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43808         SA_NODEFER, SA_RESETHAND.
43809         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43810         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43811         F_DUPFD_CLOEXEC.
43813 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43815         * elf/Makefile (pldd-modules): Define unconditionally.
43817 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43819         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43821 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43823         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43824         Return ENOENT when name is empty.
43825         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43827 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43829         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43831         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43833 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43835         Fix mlock in all cases except non-readable pages.
43836         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43837         instead of VM_PROT_ALL as parameter to __vm_wire function.
43839         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43840         (__mkdir): When path is `/', just fail with EEXIST.
43841         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43843 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43845         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43846         <sys/uio.h> (for writev).
43847         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43848         and <sys/param.h> (for MIN).
43850 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43852         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43853         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43854         if interrupted.
43856 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43858         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43859         Depend on against $(link-rpcuserlibs).
43861 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43863         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43864         (__libc_stack_end): Do not use attribute_relro.
43865         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43866         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43867         to libthread-provided value.
43868         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43869         attribute_relro.
43871 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43873         [BZ #3748]
43874         * bits/libc-lock.h (__libc_once_get): New macro.
43875         * sysdeps/mach/bits/libc-lock.h: Likewise.
43876         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43877         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43878         instead of using implementation details.
43880         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43881         * libio/freopen.c: Likewise.
43882         * libio/freopen64.c: Likewise.
43883         * misc/syslog.c: Likewise.
43884         * nscd/connections.c: Likewise.
43885         * nscd/netgroupcache.c: Likewise.
43886         * sysdeps/posix/getcwd.c: Likewise.
43888 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43890         * math/w_ilogbf.c: Add #include <limits.h>.
43892 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43894         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43895         path instead of returning without unlocking.
43897         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43898         immediate-write ioctls.
43899         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43901 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43903         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43904         __builtin_frame_address instead of making assumptions about the
43905         location of the return address relative to DATA.  Force early load of
43906         the return address.
43907         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43908         __builtin_frame_address.
43910         dup3 for GNU Hurd.
43911         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43912         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43913         implement dup3 and do some further code clean-ups.
43914         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43915         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43917 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43919         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43921         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43922         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43923         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43924         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43925         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43926         d->port.lock.
43928         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43929         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43930         when handler == SIG_ERR, not when handler != SIG_ERR.
43932 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43934         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43935         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43936         definitions.
43938         accept4 for GNU Hurd.
43939         * include/sys/socket.h (__libc_accept4): New prototype.
43940         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43941         to implement __libc_accept4.
43942         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43943         __libc_accept4.
43944         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43946         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43947         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43948         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43949         signal-defines.sym.
43951 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43953         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43955 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43957         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43958         assertion on O_CLOEXEC flag.
43959         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43960         * hurd/intern-fd.c: Likewise.
43961         * hurd/port2fd.c: Likewise.
43963 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43965         [BZ #3906]
43966         * bits/in.h (IPV6_PKTINFO): Define new macro.
43967         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43969 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43971         [BZ #13954]
43972         [BZ #13955]
43973         [BZ #13956]
43974         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43975         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43976         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43977         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43978         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43979         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43980         * math/libm-test.inc (logb_test) : Additional logb tests.
43982 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43983             Andreas Jaeger  <aj@suse.de>
43985         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43986         * configure: Regenerated.
43987         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43988         * config.make.in (link-obsolete-rpc): New substituted variable.
43989         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43990         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43991         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43992         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43993         so that libc.a contains the symbols.
43994         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43995         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43996         * sunrpc/auth_none.c: Likewise.
43997         * sunrpc/auth_unix.c: Likewise.
43998         * sunrpc/authdes_prot.c: Likewise.
43999         * sunrpc/authuxprot.c: Likewise.
44000         * sunrpc/clnt_gen.c: Likewise.
44001         * sunrpc/clnt_perr.c: Likewise.
44002         * sunrpc/clnt_raw.c: Likewise.
44003         * sunrpc/clnt_simp.c: Likewise.
44004         * sunrpc/clnt_tcp.c: Likewise.
44005         * sunrpc/clnt_udp.c: Likewise.
44006         * sunrpc/clnt_unix.c: Likewise.
44007         * sunrpc/des_crypt.c: Likewise.
44008         * sunrpc/des_soft.c: Likewise.
44009         * sunrpc/get_myaddr.c: Likewise.
44010         * sunrpc/key_call.c: Likewise.
44011         * sunrpc/key_prot.c: Likewise.
44012         * sunrpc/netname.c: Likewise.
44013         * sunrpc/pm_getmaps.c: Likewise.
44014         * sunrpc/pm_getport.c: Likewise.
44015         * sunrpc/pmap_clnt.c: Likewise.
44016         * sunrpc/pmap_prot.c: Likewise.
44017         * sunrpc/pmap_prot2.c: Likewise.
44018         * sunrpc/pmap_rmt.c: Likewise.
44019         * sunrpc/publickey.c: Likewise.
44020         * sunrpc/rpc_cmsg.c: Likewise.
44021         * sunrpc/rpc_common.c: Likewise.
44022         * sunrpc/rpc_dtable.c: Likewise.
44023         * sunrpc/rpc_prot.c: Likewise.
44024         * sunrpc/rpc_thread.c: Likewise.
44025         * sunrpc/rtime.c: Likewise.
44026         * sunrpc/svc.c: Likewise.
44027         * sunrpc/svc_auth.c: Likewise.
44028         * sunrpc/svc_raw.c: Likewise.
44029         * sunrpc/svc_run.c: Likewise.
44030         * sunrpc/svc_tcp.c: Likewise.
44031         * sunrpc/svc_udp.c: Likewise.
44032         * sunrpc/svc_unix.c: Likewise.
44033         * sunrpc/svcauth_des.c: Likewise.
44034         * sunrpc/xcrypt.c: Likewise.
44035         * sunrpc/xdr.c: Likewise.
44036         * sunrpc/xdr_array.c: Likewise.
44037         * sunrpc/xdr_float.c: Likewise.
44038         * sunrpc/xdr_intXX_t.c: Likewise.
44039         * sunrpc/xdr_mem.c: Likewise.
44040         * sunrpc/xdr_rec.c: Likewise.
44041         * sunrpc/xdr_ref.c: Likewise.
44042         * sunrpc/xdr_sizeof.c: Likewise.
44043         * sunrpc/xdr_stdio.c: Likewise.
44045 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44047         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44048         change.  Update copyright years.
44050 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44052         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44054 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44055             Joseph Myers  <joseph@codesourcery.com>
44056             Paul Pluzhnikov  <ppluzhnikov@google.com>
44058         [BZ #14012]
44059         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44060         requiring rpcgen.
44061         [cross-compiling] (extra-libs): Likewise.
44062         [cross-compiling] (extra-libs-others): Likewise.
44063         [cross-compiling] (librpcsvc-routines): Likewise.
44064         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44065         [cross-compiling] (omit-deps): Likewise.
44066         (sunrpc-CPPFLAGS): New variable.
44067         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44068         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44069         (cross-rpcgen-objs): New variable.
44070         (extra-objs): Append $(cross-rpcgen-objs).
44071         ($(cross-rpcgen-objs)): New rule.
44072         ($(objpfx)cross-rpcgen): Likewise.
44073         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44074         comment.
44075         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44076         ($(objpfx)x%.stmp): Likewise.
44077         * sunrpc/proto.h [IS_IN_build] (_): Define.
44078         [IS_IN_build] (_libc_intl_domainname): Likewise.
44080 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44082         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44083         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44084         and R_X86_64_TPOFF64.
44086 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44088         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44089         sysdeps/unix/sysv/syscalls.list.
44090         (stime): Likewise.
44091         (utime): Likewise.
44092         * sysdeps/unix/sysv/syscalls.list: Remove file.
44094 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44096         [BZ #3440]
44097         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44098         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44099         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44100         (__LC_IDENTIFICATION): Make these macros useful in #if
44101         expressions, as required by C99.
44103 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44105         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44106         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44107         after this.
44109 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44111         * stdlib/longlong.h: Updated from GCC.
44113 2012-05-09  Andreas Jaeger  <aj@suse.de>
44115         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44116         default is first entry.
44117         (run_mode): Set type.
44118         (main): Remove informal message about syslog.
44119         (options): Fix typo.
44121         [BZ #14053]
44122         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44123         to asm.
44124         (lrint): Likewise.
44125         (llrintf): Likewise.
44126         (llrint): Likewise.
44127         (rint): Likewise.
44128         (rintf): Likewise.
44129         (nearbyint): Likewise.
44130         (nearbyintf): Likewise.
44132 2012-05-09  Andreas Jaeger  <aj@suse.de>
44133             Pedro Alves  <palves@redhat.com>
44135         * nscd/nscd.c (run_mode): Use enum.
44136         (main): Cleanup coding style issue.
44138 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44139             Andreas Jaeger  <aj@suse.de>
44141         * nscd/nscd.c (go_background): Replaced with...
44142         (run_mode): ... this.
44143         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44144         (options): Add -F --foreground.
44145         (main): Implement it.
44146         (parse_opt): Parse it.
44148 2012-05-09  Andreas Jaeger  <aj@suse.de>
44150         [BZ #14083]
44151         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44152         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44153         -Wconversion warning.
44154         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44155         Likewise.
44157 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44159         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44160         == 0.
44161         (LC_ALL): Use macro-int-constant.
44162         (LC_COLLATE): Likewise.
44163         (LC_CTYPE): Likewise.
44164         (LC_MESSAGES): Likewise.
44165         (LC_MONETARY): Likewise.
44166         (LC_NUMERIC): Likewise.
44167         (LC_TIME): Likewise.
44168         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44169         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44170         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44171         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44172         Specify type.
44173         [C99-based standards] (float_t): Expect type.
44174         [C99-based standards] (double_t): Expect type.
44175         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44176         type.
44177         [C99-based standards] (HUGE_VALL): Likewise.
44178         [C99-based standards] (INFINITY): Likewise.
44179         [C99-based standards] (NAN): Likewise.
44180         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44181         [C99-based standards] (FP_NAN): Likewise.
44182         [C99-based standards] (FP_NORMAL): Likewise.
44183         [C99-based standards] (FP_SUBNORMAL): Likewise.
44184         [C99-based standards] (FP_ZERO): Likewise.
44185         [C99-based standards] (FP_FAST_FMA): Use
44186         optional-macro-int-constant.  Specify type.  Require == 1.
44187         [C99-based standards] (FP_FAST_FMAF): Likewise.
44188         [C99-based standards] (FP_FAST_FMAL): Likewise.
44189         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44190         [C99-based standards] (FP_ILOGBNAN): Likewise.
44191         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44192         Specify type.
44193         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44194         [C99-based standards] (math_errhandling): Specify type.
44195         [ISO99 || ISO11] (signgam): Do not allow.
44196         [non-C99-based standards] (copysignf): Do not allow.
44197         [non-C99-based standards] (exp2f): Likewise.
44198         [non-C99-based standards] (log2f): Likewise.
44199         [non-C99-based standards] (modff): Allow.
44200         [non-C99-based standards] (erff): Do not allow.
44201         [non-C99-based standards] (erfcf): Likewise.
44202         [non-C99-based standards] (gammaf): Likewise.
44203         [non-C99-based standards] (hypotf): Likewise.
44204         [non-C99-based standards] (j0f): Likewise.
44205         [non-C99-based standards] (j1f): Likewise.
44206         [non-C99-based standards] (jnf): Likewise.
44207         [non-C99-based standards] (lgammaf): Likewise.
44208         [non-C99-based standards] (tgammaf): Likewise.
44209         [non-C99-based standards] (y0f): Likewise.
44210         [non-C99-based standards] (y1f): Likewise.
44211         [non-C99-based standards] (ynf): Likewise.
44212         [non-C99-based standards] (isnanf): Likewise.
44213         [non-C99-based standards] (acoshf): Likewise.
44214         [non-C99-based standards] (asinhf): Likewise.
44215         [non-C99-based standards] (atanhf): Likewise.
44216         [non-C99-based standards] (cbrtf): Likewise.
44217         [non-C99-based standards] (expm1f): Likewise.
44218         [non-C99-based standards] (ilogbf): Likewise.
44219         [non-C99-based standards] (log1pf): Likewise.
44220         [non-C99-based standards] (logbf): Likewise.
44221         [non-C99-based standards] (nextafterf): Likewise.
44222         [non-C99-based standards] (remainderf): Likewise.
44223         [non-C99-based standards] (rintf): Likewise.
44224         [non-C99-based standards] (scalbf): Likewise.
44225         [non-C99-based standards] (copysignl): Likewise.
44226         [non-C99-based standards] (exp2l): Likewise.
44227         [non-C99-based standards] (log2l): Likewise.
44228         [non-C99-based standards] (modfl): Allow.
44229         [non-C99-based standards] (erfl): Do not allow.
44230         [non-C99-based standards] (erfcl): Likewise.
44231         [non-C99-based standards] (gammal): Likewise.
44232         [non-C99-based standards] (hypotl): Likewise.
44233         [non-C99-based standards] (j0l): Likewise.
44234         [non-C99-based standards] (j1l): Likewise.
44235         [non-C99-based standards] (jnl): Likewise.
44236         [non-C99-based standards] (lgammal): Likewise.
44237         [non-C99-based standards] (tgammal): Likewise.
44238         [non-C99-based standards] (y0l): Likewise.
44239         [non-C99-based standards] (y1l): Likewise.
44240         [non-C99-based standards] (ynl): Likewise.
44241         [non-C99-based standards] (isnanl): Likewise.
44242         [non-C99-based standards] (acoshl): Likewise.
44243         [non-C99-based standards] (asinhl): Likewise.
44244         [non-C99-based standards] (atanhl): Likewise.
44245         [non-C99-based standards] (cbrtl): Likewise.
44246         [non-C99-based standards] (expm1l): Likewise.
44247         [non-C99-based standards] (ilogbl): Likewise.
44248         [non-C99-based standards] (log1pl): Likewise.
44249         [non-C99-based standards] (logbl): Likewise.
44250         [non-C99-based standards] (nextafterl): Likewise.
44251         [non-C99-based standards] (remainderl): Likewise.
44252         [non-C99-based standards] (rintl): Likewise.
44253         [non-C99-based standards] (scalbl): Likewise.
44254         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44255         [non-C99-based standards] (FP_*): Do not allow.
44256         [C99-based standards] (FP_*): Change to
44257         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44258         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44259         allow.
44260         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44261         (SIG_ERR): Likewise.
44262         [X/Open-based standards] (SIG_HOLD): Likewise.
44263         (SIG_IGN): Likewise.
44264         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44265         positive value.
44266         (SIGFPE): Likewise.
44267         (SIGILL): Likewise.
44268         (SIGINT): Likewise.
44269         (SIGSEGV): Likewise.
44270         (SIGTER): Likewise.
44271         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44272         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44273         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44274         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44275         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44276         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44277         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44278         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44279         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44280         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44281         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44282         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44283         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44284         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44285         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44286         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44287         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44288         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44289         [X/Open-based standards] (SIGTRAP): Likewise.
44290         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44291         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44292         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44293         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44294         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44295         allow.
44297 2012-05-08  Ian Wienand  <ianw@vmware.com>
44299         [BZ #14080]
44300         * time/tzset.c (__tzset_parse_tz): Update default rules for
44301         daylight time changes in the Energy Policy Act of 2005.
44303 2012-05-09  Andreas Jaeger  <aj@suse.de>
44305         [BZ #13983]
44306         * elf/ldconfig.c (parse_conf): Change string to make clear that
44307         ldconfig only issued a warning if ld.so.conf does not exist.
44309 2012-05-08  David S. Miller  <davem@davemloft.net>
44311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44312         movxtod instead of popping the value on the stack.
44314         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44316 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44318         * config.h.in: Add HAVE_ARM_PCS_VFP.
44320 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44322         [BZ #13979]
44323         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44324         checking but the checks are disabled for any reason.
44326 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44328         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44329         and ELF64_R_TYPE with ELFW(R_TYPE).
44331 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44333         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44334         (ulimit): Likewise.
44336         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44337         (settimeofday): Likewise.
44339 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44341         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44342         a struct th_u2 inside the union, and move tu_block/tu_code into
44343         a new th_u3 union of tu_block/tu_code inside of that.  Move
44344         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44345         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44346         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44347         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44348         (th_stuff): Change to th_u1.tu_stuff.
44349         (th_data): Define.
44350         (th_msg): Change to th_u1.th_u2.tu_data.
44352 2012-05-07  David S. Miller  <davem@davemloft.net>
44354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44356         [BZ #14074]
44357         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44358         (SETUP_PIC_REG): Use it.
44359         (SETUP_PIC_REG_LEAF): Use it.
44361 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44363         [BZ #13885]
44364         [BZ #13923]
44365         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44366         USE_AS_EXPM1L.
44367         (EXPL_FINITE): Likewise.
44368         (FLDLOG): Likewise.
44369         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44370         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44371         e_expl.S.
44372         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44373         USE_AS_EXPM1L.
44374         (EXPL_FINITE): Likewise.
44375         (FLDLOG): Likewise.
44376         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44377         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44378         e_expl.S.
44379         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44380         test of -max_value argument for long double.
44381         * sysdeps/i386/fpu/libm-test-ulps: Update.
44382         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44384 2012-05-06  David S. Miller  <davem@davemloft.net>
44386         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44387         quad soft-float symbols whose references which are compiler
44388         generated.
44389         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44391 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44393         [BZ #13884]
44394         [BZ #13914]
44395         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44396         USE_AS_EXP10L.
44397         (EXPL_FINITE): Likewise.
44398         (FLDLOG): Likewise.
44399         (c0): Likewise.
44400         (c1): Likewise.
44401         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44402         Adjust comments for base varying.
44403         (__expl_finite): Change alias to EXPL_FINITE.
44404         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44405         e_expl.S.
44406         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44407         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44408         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44409         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44410         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44411         USE_AS_EXP10L.
44412         (EXPL_FINITE): Likewise.
44413         (FLDLOG): Likewise.
44414         (c0): Likewise.
44415         (c1): Likewise.
44416         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44417         Adjust comments for base varying.
44418         (__expl_finite): Change alias to EXPL_FINITE.
44419         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44420         tests for bugs.
44421         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44423         [BZ #14064]
44424         * math/libm-test.inc (check_float_internal): Correct ulp
44425         calculation for subnormal expected results.
44427 2012-05-06  Andreas Jaeger  <aj@suse.de>
44429         * Makeconfig (+math-flags): New, set to -frounding-math.
44430         (+cflags): Add +math-flags so that all of glibc gets compiled with
44431         it.
44433         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44435 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44437         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44438         Disable one test.
44440         [BZ #13787]
44441         [BZ #13922]
44442         [BZ #14036]
44443         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44444         (__ieee754_expl): Allow for and saturate large arguments.
44445         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44446         (u_threshold): Likewise.
44447         (__exp): Call __ieee754_exp before checking for overflow and
44448         underflow.
44449         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44450         (u_threshold): Likewise.
44451         (__expf): Call __ieee754_expf before checking for overflow and
44452         underflow.
44453         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44454         (u_threshold): Likewise.
44455         (__expl): Call __ieee754_expl before checking for overflow and
44456         underflow.
44457         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44458         (__ieee754_expl): Allow for and saturate large arguments.
44459         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44460         missing overflow exception on overflow.
44461         (expm1_test): Do not allow missing overflow exception on overflow.
44463         * sysdeps/i386/fpu/e_expl.c: Move to ...
44464         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44465         rather than using inline asm.
44466         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44467         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44468         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44470         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44471         (nice): Likewise.
44472         (poll): Likewise.
44473         (signal): Likewise.
44474         (time): Likewise.
44475         (times): Likewise.
44477 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44479         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44480         sysdeps/unix/common/syscalls.list.
44481         (fchmod): Likewise.
44482         (fchown): Likewise.
44483         (ftruncate): Likewise.
44484         (getrusage): Likewise.
44485         (gettimeofday): Likewise.
44486         (setpgid): Likewise.
44487         (setregid): Likewise.
44488         (setreuid): Likewise.
44489         (sigaction): Likewise.
44490         (truncate): Likewise.
44491         (vhangup): Likewise.
44492         * sysdeps/unix/common/syscalls.list: Remove file.
44493         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44494         * sysdeps/unix/sysv/linux/Implies: Likewise.
44496 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44498         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44499         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44500         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44501         Moved to ...
44502         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44503         Here.
44504         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44505         to ...
44506         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44507         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44508         to ...
44509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44510         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44511         to ...
44512         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44513         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44514         to ...
44515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44516         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44517         to ...
44518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44519         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44520         to ...
44521         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44522         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44523         to ...
44524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44525         Here.
44526         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44527         to ...
44528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44529         Here.
44530         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44531         to ...
44532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44533         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44534         Moved to ...
44535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44536         Here.
44537         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44538         to ...
44539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44541 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44543         * sysdeps/unix/common/bits/dirent.h: Remove file.
44544         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44546         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44547         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44548         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44549         * sysdeps/unix/bsd/isatty.c: Likewise.
44550         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44551         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44552         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44554 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44556         [BZ #13563]
44557         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44558         long double comparison inaccuracies.
44559         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44560         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44562 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44564         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44565         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44567 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44569         [BZ #14049]
44570         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44571         nonzero digits before rounding a hex value.
44572         * stdlib/tst-strtod.c (tests): Add another test.
44574 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44576         * sysdeps/s390/fpu/libm-test-ulps: Update.
44578 2012-05-03  Andreas Jaeger  <aj@suse.de>
44580         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44581         does not get optimized out.
44582         (malloc_opt_barrier): New.
44584 2012-05-03  Andreas Jaeger  <aj@suse.de>
44585             Roland McGrath  <roland@hack.frob.com>
44587         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44588         intermediate file deletion.
44589         (generated): Add .symlist files.
44591 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44593         [BZ #13775]
44594         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44595         Redirect under this condition.
44596         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44597         [__USE_GNU] (__dprintf_chk): Not under this condition.
44598         [__USE_GNU] (__vdprintf_chk): Likewise.
44599         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44600         under this condition.
44601         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44602         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44603         [__USE_XOPEN2K8] (vdprintf): Likewise.
44604         [__USE_GNU] (__dprintf_chk): Not under this condition.
44605         [__USE_GNU] (__vdprintf_chk): Likewise.
44606         [__USE_GNU] (dprintf): Likewise.
44607         [__USE_GNU] (vdprintf): Likewise.
44609 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44611         * elf/Makefile (common-generated): Set this instead of generated for
44612         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44613         $(all-built-dso)-derived lists.
44615 2012-05-03  Andreas Jaeger  <aj@suse.de>
44617         * sysdeps/i386/fpu/libm-test-ulps: Update.
44619         * FAQ: Removed.
44620         * FAQ.in: Likewise.
44621         * scripts/gen-FAQ.pl: Likewise.
44622         * manual/install.texi (Installation): Point to online location of
44623         FAQ.
44624         * Makefile (files-for-dist): Remove FAQ.
44625         (FAQ): Remove.
44627 2012-05-02  Allan McRae  <allan@archlinux.org>
44629         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44630         (LDFLAGS-reldepmod5.so): Likewise.
44631         (LDFLAGS-reldep6mod1.so): Likewise.
44632         (LDFLAGS-reldep6mod4.so): Likewise.
44633         (LDFLAGS-reldep8mod3.so): Likewise.
44634         (LDFLAGS-unload4mod1.so): Likewise.
44635         (LDFLAGS-unload4mod2.so): Likewise.
44636         (LDFLAGS-tst-initorder): Likewise.
44637         (LDFLAGS-tst-initordera2.so): Likewise.
44638         (LDFLAGS-tst-initordera3.so): Likewise.
44639         (LDFLAGS-tst-initordera4.so): Likewise.
44640         (LDFLAGS-tst-initorderb2.so): Likewise.
44641         (LDFLAGS-noload): Likewise.
44642         (LDFLAGS-next): Likewise.
44643         (LDFLAGS-order2mod1.so): Likewise.
44644         (LDFLAGS-order2mod2.so): Likewise.
44645         (LDFLAGS-tst-initorder2): Likewise.
44646         (LDFLAGS-tst-initorder2a.so): Likewise.
44647         (LDFLAGS-tst-initorder2b.so): Likewise.
44648         (LDFLAGS-tst-initorder2c.so): Likewise.
44649         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44651 2012-05-02  David S. Miller  <davem@davemloft.net>
44653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44655 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44657         [BZ #14055]
44658         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44660 2012-05-02  Andreas Jaeger  <aj@suse.de>
44662         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44663         since we manipulate rounding mode.
44664         (CPPFLAGS-test-idouble.c): Likewise.
44665         (CPPFLAGS-test-ifloat.c): Likewise.
44666         (CFLAGS-test-ldouble.c): Likewise.
44667         (CFLAGS-test-double.c): Likewise.
44668         (CFLAGS-test-float.c): Likewise.
44669         (CFLAGS-test-misc.c): Likewise.
44670         (CFLAGS-test-test-fenv.c): Likewise.
44672 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44674         [BZ #2550]
44675         [BZ #2570]
44676         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44677         comparisons to determine direction to adjust input.
44679 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44681         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44682         output to the target.
44684         * scripts/localplt.awk: New file.
44685         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44686         (check-localplt-CFLAGS): Variable removed.
44687         ($(all-built-dso:=.jmprel)): New static pattern rule.
44688         (generated): Add those targets.
44689         (localplt-built-dso): New variable.
44690         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44692         * elf/check-localplt.c: File removed.
44694         * scripts/check-execstack.awk: New file.
44695         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44696         (check-execstack-CFLAGS): Variable removed.
44697         ($(objpfx)check-execstack.h): Target removed.
44698         ($(objpfx)execstack-default): New target.
44699         (generated): Add that instead of check-execstack.h.
44700         ($(all-built-dso:=.phdr)): New static pattern rule.
44701         (generated): Add those targets.
44702         * elf/check-execstack.c: File removed.
44704         * scripts/check-textrel.awk: New file.
44705         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44706         (check-textrel-CFLAGS): Variable removed.
44707         (all-built-dso): Use := to define.o
44708         ($(all-built-dso:=.dyn)): New static pattern rule.
44709         (generated): Add those targets.
44710         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44711         * config.make.in (READELF): New substituted variable.
44712         * elf/check-textrel.c: File removed.
44714 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44716         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44717         allow.
44718         * conform/data/ctype.h-data [C99-based standards] (isblank):
44719         Expect function.
44720         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44721         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44722         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44723         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44724         Specify type.  Require positive value.
44725         (EILSEQ): Likewise.
44726         (ERANGE): Likewise.
44727         [ISO || POSIX] (EILSEQ): Do not expect.
44728         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44729         Specify type.  Require positive value.
44730         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44731         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44732         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44733         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44734         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44735         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44736         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44737         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44738         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44739         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44740         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44741         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44742         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44743         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44744         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44745         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44746         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44747         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44748         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44749         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44750         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44751         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44752         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44753         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44754         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44755         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44756         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44757         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44758         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44759         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44760         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44761         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44762         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44763         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44764         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44765         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44766         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44767         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44768         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44769         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44770         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44771         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44772         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44773         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44774         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44775         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44776         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44777         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44778         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44779         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44780         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44781         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44782         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44783         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44784         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44785         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44786         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44787         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44788         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44789         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44790         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44791         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44792         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44793         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44794         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44795         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44796         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44797         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44798         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44799         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44800         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44801         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44802         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44803         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44804         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44805         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44806         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44807         Require >= 2.
44808         (FLT_ROUNDS): Expect as macro, not constant.
44809         (FLT_MANT_DIG): Use macro-int-constant.
44810         (DBL_MANT_DIG): Likewise.
44811         (LDBL_MANT_DIG): Likewise.
44812         (FLT_DIG): Likewise.
44813         (DBL_DIG): Likewise.
44814         (LDBL_DIG): Likewise.
44815         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44816         (DBL_MIN_EXP): Likewise.
44817         (LDBL_MIN_EXP): Likewise.
44818         (FLT_MAX_EXP): Use macro-int-constant.
44819         (DBL_MAX_EXP): Likewise.
44820         (LDBL_MAX_EXP): Likewise.
44821         (FLT_MAX_10_EXP): Likewise.
44822         (DBL_MAX_10_EXP): Likewise.
44823         (LDBL_MAX_10_EXP): Likewise.
44824         (FLT_MAX): Use macro-constant.
44825         (DBL_MAX): Likewise.
44826         (LDBL_MAX): Likewise.
44827         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44828         (DBL_EPSILON): Likewise.
44829         (LDBL_EPSILON): Likewise.
44830         (FLT_MIN): Likewise.
44831         (DBL_MIN): Likewise.
44832         (LDBL_MIN): Likewise.
44833         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44834         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44835         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44836         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44837         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44838         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44839         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44840         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44841         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44842         [ISO11] (FLT_TRUE_MIN): Likewise.
44843         [ISO11] (LDBL_TRUE_MIN): Likewise.
44844         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44845         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44846         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44847         (SCHAR_MAX): Likewise.
44848         (UCHAR_MAX): Likewise.
44849         (CHAR_MIN): Likewise.
44850         (CHAR_MAX): Likewise.
44851         (MB_LEN_MAX): Use macro-int-constant.
44852         (SHRT_MIN): Use macro-int-constant.  Specify type.
44853         (SHRT_MAX): Likewise.
44854         (USHRT_MAX): Likewise.
44855         (INT_MAX): Likewise.
44856         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44857         bound negative.
44858         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44859         bound with "U".
44860         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44861         bound with "L".
44862         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44863         bound negative.  Suffix upper bound with "L".
44864         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44865         bound with "UL".
44866         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44867         Specify type.
44868         [C99-based standards] (LLONG_MAX): Likewise.
44869         [C99-based standards] (ULLONG_MAX): Likewise.
44870         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44871         == 0.
44872         [ISO11] (max_align_t): Require type.
44873         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44875         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44876         from $CFLAGS, without defining away __attribute__ calls.
44877         (checknamespace): Use $CFLAGS_namespace.
44879         * conform/conformtest.pl (@keywords): Only include C99 keywords
44880         for standards based on C99 or C11.
44882         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44883         Disable tests.
44884         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44885         UNIX98]: Likewise.
44887         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44888         usability of symbols in #if.
44890         * conform/conformtest.pl: If macro or constant types start
44891         "promoted:", expect the symbol to be of the following type
44892         promoted by the integer promotions.
44894         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44895         in one place.  Also handle "macro-constant".
44897         * conform/conformtest.pl: Only accept expected macro values with
44898         "==".  Parse all "macro" lines in one place.
44899         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44901         * conform/conformtest.pl: Handle braced types on "constant" lines
44902         instead of handling "typed-constant".
44903         * conform/data/signal.h-data: Use "constant" instead of
44904         "typed-constant".
44906         * conform/conformtest.pl: Handle "optional-" at start of lines in
44907         one place rather than duplicating several cases.  Handle each
44908         format of "macro" line with initial "optional-".
44910         * conform/conformtest.pl: Only accept expected constant or
44911         optional-constant values with "==".  Parse all "constant" lines in
44912         one place.  Parse all "optional-constant" lines in one place.
44913         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44914         * conform/data/fmtmsg.h-data: Likewise.
44915         * conform/data/netinet/in.h-data: Likewise.
44916         * conform/data/tar.h-data: Likewise.
44917         * conform/data/limits.h-data: Use "==" form on "constant" and
44918         "optional-constant" lines.
44920         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44921         Use -std=c99 for XOPEN2K.
44922         (@knownproblems): Remove.
44923         (newtoken): Don't check %isknown.
44925         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44926         Do not expect macro.
44927         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44928         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44929         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44930         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44931         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44932         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44933         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44934         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44935         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44936         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44937         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44938         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44939         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44940         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44941         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44942         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44943         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44944         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44945         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44946         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44947         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44948         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44949         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44950         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44951         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44952         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44953         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44954         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44955         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44956         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44957         [XPG3] (acosh): Likewise.
44958         [XPG3] (asinh): Likewise.
44959         [XPG3] (atanh): Likewise.
44960         [XPG3] (cbrt): Likewise.
44961         [XPG3] (expm1): Likewise.
44962         [XPG3] (ilogb): Likewise.
44963         [XPG3] (log1p): Likewise.
44964         [XPG3] (logb): Likewise.
44965         [XPG3] (nextafter): Likewise.
44966         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44967         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44968         [XPG3] (remainder): Likewise.
44969         [XPG3] (rint): Likewise.
44970         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44971         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44972         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44973         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44974         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44975         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44976         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44977         [UNIX98 || XOPEN2K] (scalb): Expect.
44978         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44979         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44980         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44981         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44982         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44983         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44984         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44985         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44986         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44987         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44988         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44989         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44990         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44991         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44992         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44993         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44994         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44995         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44996         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44997         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44998         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44999         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45000         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45001         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45002         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45003         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45004         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45005         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45006         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45007         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45008         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45009         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45010         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45011         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45012         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45013         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45014         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45015         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45016         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45017         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45018         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45019         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45020         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45021         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45022         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45023         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45024         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45025         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45026         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45027         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45028         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45029         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45030         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45031         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45032         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45033         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45034         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45035         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45036         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45037         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45038         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45039         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45040         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45041         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45042         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45043         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45044         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45045         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45046         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45047         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45048         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45049         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45050         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45051         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45052         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45053         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45054         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45055         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45056         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45057         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45058         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45059         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45060         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45061         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45062         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45063         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45064         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45065         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45066         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45067         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45068         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45069         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45070         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45071         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45072         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45073         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45074         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45075         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45076         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45077         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45078         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45079         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45080         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45081         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45082         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45083         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45084         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45085         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45086         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45087         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45088         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45089         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45090         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45091         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45092         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45093         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45094         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45095         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45096         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45097         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45098         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45099         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45100         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45101         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45102         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45103         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45104         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45105         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45106         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45107         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45108         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45109         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45110         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45111         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45112         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45113         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45114         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45116         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45117         _XOPEN_SOURCE_EXTENDED for XPG4.
45119         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45121         * Makeconfig (localtime): Remove variable.
45122         (inst_localtime-file): Likewise.
45124 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45127         Update.
45128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45129         Update.
45130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45131         Update.
45132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45133         Update.
45134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45135         Update.
45136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45137         Update.
45138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45139         Update.
45140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45141         Update.
45142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45143         Update.
45145 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45147         [BZ #2550]
45148         [BZ #2570]
45149         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45150         comparisons to determine direction to adjust input.
45151         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45152         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45153         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45154         Likewise.
45155         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45156         Likewise.
45157         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45158         Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45160         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45161         Likewise.
45162         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45163         Likewise.
45164         * math/libm-test.inc (nexttoward_test): Add more tests.
45166 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45168         [BZ #14040]
45169         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45170         in version GLIBC_2.1, not GLIBC_2.0.
45171         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45172         Likewise.
45174 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45176         [BZ #13942]
45177         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45178         (1 - x) * (1 + x).
45179         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45180         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45181         * math/libm-test.inc (acos_test): Add more tests.
45182         (asin_test): Likewise.
45183         * sysdeps/i386/fpu/libm-test-ulps: Update.
45184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45186         [BZ #14034]
45187         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45188         of square root.
45189         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45190         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45191         * math/libm-test.inc (acos_test_tonearest): New function.
45192         (acos_test_towardzero): Likewise.
45193         (acos_test_downward): Likewise.
45194         (acos_test_upward): Likewise.
45195         (asin_test_tonearest): Likewise.
45196         (asin_test_towardzero): Likewise.
45197         (asin_test_downward): Likewise.
45198         (asin_test_upward): Likewise.
45199         (main): Call the new functions.
45200         * sysdeps/i386/fpu/libm-test-ulps: Update.
45201         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45203         [BZ #13884]
45204         [BZ #13924]
45205         * math/e_exp10.c: Include <float.h>.
45206         (__ieee754_exp10): Handle underflow here rather than multiplying
45207         large negative argument by M_LN10.
45208         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45209         of __ieee754_expf.
45210         * math/e_exp10l.c: Include <float.h>.
45211         (__ieee754_exp10l): Handle underflow here rather than multiplying
45212         large negative argument by M_LN10l.
45213         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45214         spurious overflow exception on underflow.
45216 2012-04-29  Marek Polacek  <polacek@redhat.com>
45218         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45219         (__fortify_function): New macro.
45220         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45221         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45222         __extern_always_inline.
45223         * libio/bits/stdio2.h: Likewise.
45224         * libio/bits/stdio.h: Likewise.
45225         * string/string.h: Likewise.
45226         * string/bits/string3.h: Likewise.
45227         * include/stdio.h: Likewise.
45228         * stdlib/bits/stdlib.h: Likewise.
45229         * stdlib/stdlib.h: Likewise.
45230         * rt/bits/mqueue2.h: Likewise.
45231         * rt/mqueue.h: Likewise.
45232         * posix/bits/unistd.h: Likewise.
45233         * posix/unistd.h: Likewise.
45234         * io/bits/poll2.h: Likewise.
45235         * io/bits/fcntl2.h: Likewise.
45236         * io/fcntl.h: Likewise.
45237         * io/sys/poll.h: Likewise.
45238         * misc/bits/syslog.h: Likewise.
45239         * misc/bits/syslog-ldbl.h: Likewise.
45240         * misc/sys/syslog.h: Likewise.
45241         * socket/bits/socket2.h: Likewise.
45242         * socket/sys/socket.h: Likewise.
45243         * debug/tst-chk1.c: Likewise.
45244         * wcsmbs/bits/wchar2.h: Likewise.
45245         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45246         * wcsmbs/wchar.h: Likewise.
45248 2012-04-29  Andreas Jaeger  <aj@suse.de>
45250         * Makerules (tests): Remove enable-check-abi protection.
45251         (check-abi-warn): Remove.
45252         (check-abi-%): Remove check-abi-warn usage.
45254         * configure.in: Remove check-abi configure option.
45255         * configure: Regenerated.
45256         * config.make.in (enable-check-abi): Remove.
45258 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45260         [BZ #14033]
45261         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45262         double functions to double *_finite functions.
45264         [BZ #13941]
45265         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45266         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45267         LDBL_MIN_EXP.
45268         * stdio-common/Makefile (tests): Add tst-sprintf3.
45269         * stdio-common/tst-sprintf3.c: New file.
45271         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45272         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45274 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45276         * conform/conformtest.pl: Remove duplicate typed-constant
45277         handling.
45279 2012-04-28  David S. Miller  <davem@davemloft.net>
45281         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45282         (check-abi-%): Remove AWK script prerequisite and explicit
45283         abilist directory.
45284         (check-abi): Rewrite to just diff the symlist with the abilist.
45285         (config-tls, config-abi-config): Delete, no longer used.
45286         (update-abi-%): Remove AWK script and explicit abilist directory.
45287         (update-abi): Rewrite to simply compare and conditionally copy the
45288         symlist and the sysdep abilist file.  Remove update-abi-config
45289         checks.
45290         * abilist/ld.abilist: Remove.
45291         * abilist/libBrokenLocale.abilist: Remove.
45292         * abilist/libanl.abilist: Remove.
45293         * abilist/libcrypt.abilist: Remove.
45294         * abilist/libdl.abilist: Remove.
45295         * abilist/librt.abilist: Remove.
45296         * abilist/libthread_db.abilist: Remove.
45297         * abilist/libutil.abilist: Remove.
45298         * scripts/extract-abilist.awk: Remove.
45299         * scripts/merge-abilist.awk: Remove.
45300         * sysdeps/generic/libcidn.abilist: New file.
45301         * sysdeps/generic/libnss_compat.abilist: New file.
45302         * sysdeps/generic/libnss_db.abilist: New file.
45303         * sysdeps/generic/libnss_dns.abilist: New file.
45304         * sysdeps/generic/libnss_files.abilist: New file.
45305         * sysdeps/generic/libnss_hesiod.abilist: New file.
45306         * sysdeps/generic/libnss_nis.abilist: New file.
45307         * sysdeps/generic/libnss_nisplus.abilist: New file.
45308         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45309         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45310         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45311         file.
45312         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45313         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45314         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45315         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45316         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45317         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45318         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45319         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45320         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45321         file.
45322         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45323         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45324         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45325         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45326         file.
45327         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45328         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45329         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45330         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45331         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45332         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45333         file.
45334         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45335         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45336         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45337         file.
45338         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45339         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45340         New file.
45341         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45342         New file.
45343         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45344         New file.
45345         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45346         New file.
45347         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45348         New file.
45349         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45350         New file.
45351         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45352         New file.
45353         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45354         New file.
45355         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45356         New file.
45357         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45358         New file.
45359         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45360         New file.
45361         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45362         New file.
45363         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45364         New file.
45365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45366         file.
45367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45368         New file.
45369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45370         New file.
45371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45372         file.
45373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45374         New file.
45375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45376         New file.
45377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45378         file.
45379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45380         New file.
45381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45382         New file.
45383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45384         New file.
45385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45386         New file.
45387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45388         New file.
45389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45390         New file.
45391         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45393         file.
45394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45395         New file.
45396         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45397         file.
45398         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45399         file.
45400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45401         file.
45402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45403         file.
45404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45405         file.
45406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45407         New file.
45408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45409         file.
45410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45411         file.
45412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45413         New file.
45414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45415         file.
45416         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45418         file.
45419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45420         New file.
45421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45422         file.
45423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45424         file.
45425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45426         file.
45427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45428         file.
45429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45430         file.
45431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45432         New file.
45433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45434         file.
45435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45436         file.
45437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45438         New file.
45439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45440         file.
45441         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45442         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45443         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45444         file.
45445         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45446         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45447         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45448         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45449         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45450         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45451         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45452         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45453         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45454         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45455         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45456         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45457         file.
45458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45459         New file.
45460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45461         file.
45462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45463         file.
45464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45465         file.
45466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45467         file.
45468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45469         file.
45470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45471         New file.
45472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45473         New file.
45474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45475         file.
45476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45477         New file.
45478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45479         file.
45480         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45481         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45482         file.
45483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45484         New file.
45485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45486         file.
45487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45488         file.
45489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45490         file.
45491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45492         file.
45493         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45494         file.
45495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45496         New file.
45497         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45498         New file.
45499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45500         file.
45501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45502         New file.
45503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45504         file.
45506 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45508         * conform/conformtest.pl: Fix typo in handling typed-constant from
45509         allow-header.
45511 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45513         * README: Cut down references to pre-2.6 Linux kernels and
45514         Linuxthreads.  Update lists of configurations in libc and ports
45515         and sort alphabetically.  Say "or newer" with Linux kernel version
45516         requirements.
45518         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45520 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45522         [BZ #887]
45523         * math/libm-test.inc (logb_test_downward): New test to expose
45524         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45525         rounding mode.
45527 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45529         [BZ #14027]
45530         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45531         to be done.
45532         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45533         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45535 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45537         * sysdeps/unix/i386/brk.S: Remove file.
45538         * sysdeps/unix/i386/dl-brk.S: Likewise.
45539         * sysdeps/unix/i386/pipe.S: Likewise.
45540         * sysdeps/unix/i386/sigreturn.S: Likewise.
45541         * sysdeps/unix/i386/syscall.S: Likewise.
45542         * sysdeps/unix/i386/vfork.S: Likewise.
45543         * sysdeps/unix/i386/wait.S: Likewise.
45545         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45546         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45548         * configure.in (arm*-none*): Do not allow without
45549         --enable-hacker-mode.
45550         (netbsd*): Remove case setting base_os.
45551         (386bsd*): Likewise.
45552         (freebsd*): Likewise.
45553         (bsdi*): Likewise.
45554         (osf*): Likewise.
45555         (sunos*): Likewise.
45556         (ultrix*): Likewise.
45557         (newsos*): Likewise.
45558         (dynix*): Likewise.
45559         (*bsd*): Likewise.
45560         (sysv*): Likewise.
45561         (isc*): Likewise.
45562         (esix*): Likewise.
45563         (sco*): Likewise.
45564         (minix*): Likewise.
45565         (irix4*): Likewise.
45566         (irix6*): Likewise.
45567         (solaris[2-9]*): Likewise.
45568         (none): Likewise.
45569         * configure: Regenerated.
45571 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45573         [BZ #11521]
45574         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45575         overflow or cancellation in calculating denominator.
45576         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45577         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45578         down expression to avoid unexpected rounding in newer GCCs.
45579         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45581 2012-04-26  David S. Miller  <davem@davemloft.net>
45583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45584         long-double compat symbols.
45585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45599 2012-04-25  David S. Miller  <davem@davemloft.net>
45601         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45602         HWCAP_* values only after the memory barriers have been defined.
45603         (atomic_full_barrier): Define.
45604         (atomic_read_barrier): Define.
45605         (atomic_write_barrier): Define.
45607 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45609         * shlib-versions: Add libgcc_s version information.
45610         * sysdeps/generic/libgcc_s.h: Remove.
45611         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45612         libgcc_s.h.
45613         * sysdeps/gnu/unwind-resume.c: Likewise.
45614         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45616 2012-04-25  David S. Miller  <davem@davemloft.net>
45618         * sysdeps/unix/sparc/brk.S: Delete.
45619         * sysdeps/unix/sparc/dl-brk.S: Delete.
45620         * sysdeps/unix/sparc/pipe.S: Delete.
45621         * sysdeps/unix/sparc/sysdep.S: Delete.
45622         * sysdeps/unix/sparc/sysdep.h: Delete.
45623         * sysdeps/unix/sparc/vfork.S: Delete.
45624         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45625         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45626         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45627         (ret_ERRVAL, r0, r1, MOVE): Define.
45628         (JUMPTARGET): Remove.
45629         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45630         sysdeps/unix/sparc/sysdep.h
45631         (ENTRY, END): Remove.
45632         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45634 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45636         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45637         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45638         -DIS_IN_build.
45640         * timezone/README: Update upstream location and email address for
45641         tzcode and tzdata.
45642         * timezone/zdump.c: Update from tzcode 2012b.
45643         * timezone/zic.c: Likewise.
45645         * configure.in (libc_cv_as_needed): Remove test.
45646         * configure: Regenerated.
45647         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45648         conditional definition.
45649         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45650         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45651         * config.make.in (have-as-needed): Remove variable.
45653 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45654             Paul Pluzhnikov  <ppluzhnikov@google.com>
45656         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45657         strings correctly.
45659 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45661         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45662         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45663         * sysdeps/sh/strlen.S: Likewise.
45665 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45667         * sysdeps/unix/fork.S: Remove file.
45668         * sysdeps/unix/i386/fork.S: Likewise.
45669         * sysdeps/unix/sparc/fork.S: Likewise.
45671         * sysdeps/unix/system.c: Remove file.
45672         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45674         * sysdeps/unix/getegid.S: Remove file.
45675         * sysdeps/unix/geteuid.S: Likewise.
45677 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45679         * scripts/check-localplt.awk: New file.
45680         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45681         of diff.
45682         * scripts/data/localplt-generic.data: Add a comment.
45684         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45685         NODE when __dir_mkfile failed.
45686         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45687         Reported by Ludovic Courtès <ludo@gnu.org>.
45689 2012-04-24  Andreas Jaeger  <aj@suse.de>
45691         * Makerules (common-clean): Also remove gen-as-const-headers
45692         files.
45694 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45696         * Makerules (native-compile): Do not change working directory for
45697         build.  Use $(OUTPUT_OPTION) in command.
45698         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45700 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45702         [BZ #13886]
45703         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45704         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45705         * math/libm-test.inc (floor_test): Add more tests.
45706         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45708 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45710         * sysdeps/unix/getdents.c: Remove file.
45711         * sysdeps/unix/sysv/getdents.c: Likewise.
45712         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45714         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45715         sysdeps/unix/mman/syscalls.list.
45716         (mmap): Likewise.
45717         (mprotect): Likewise.
45718         (msync): Likewise.
45719         (munmap): Likewise.
45720         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45721         * sysdeps/unix/mman/syscalls.list: Remove.
45722         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45724         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45725         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45726         * configure: Regenerated.
45727         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45728         $(libgcc_s_suffix).
45729         * config.make.in (libgcc_s_suffix): Remove variable.
45731 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45733         * sysdeps/unix/sysv/gethostname.c: Move to ...
45734         * sysdeps/posix/gethostname.c: ... here.
45736         * sysdeps/unix/execve.S: Remove file.
45738         * sysdeps/unix/_exit.S: Remove file.
45740 2012-04-23  Andreas Jaeger  <aj@suse.de>
45742         [BZ #13739]
45743         * manual/Makefile: Remove make dist support, there's no
45744         need for a stand-alone documentation tar ball.
45745         (TEXI2DVI): Define always, it's not in Makeconfig.
45746         (dist): Removed.
45747         (tar-it): Removed.
45748         (edition): Removed.
45749         (glibc-doc-$(edition).tar): Removed
45750         (%.Z): Removed.
45751         (%.gz): Removed.
45752         (%.uu): Removed.
45753         (ETAGS): Remove, it's in Makeconfig.
45754         (move-if-change): Remove, it's in Makeconfig.
45756 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45758         [BZ #13970]
45759         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45760         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45761         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45762         (strtod_l, strtof_l, strtold_l): Remove __wur.
45763         It is not necessarily an error to ignore strtol's return value.
45764         One can reliably look at the stored endptr to decide whether
45765         the number had valid syntax.
45767 2012-04-21  Andreas Jaeger  <aj@suse.de>
45769         [BZ #13739]
45770         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45772 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45774         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45775         * sysdeps/unix/sysv/Versions: Remove file.
45777 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45779         [BZ #13927]
45780         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45782 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45784         [BZ #7064]
45785         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45786         version from __vm86.
45788 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45790         * sysdeps/unix/common/lxstat.c: Remove file.
45791         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45793         * sysdeps/unix/sysv/Makefile: Remove file.
45795         * sysdeps/unix/sysv/direct.h: Remove file.
45797         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45798         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45799         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45800         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45801         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45802         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45803         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45805         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45807         * sysdeps/unix/xmknod.c: Remove file.
45808         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45810         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45812         * sysdeps/unix/sysv/i386/time.S: Remove file.
45814         * sysdeps/unix/fxstat.c: Remove file.
45815         * sysdeps/unix/xstat.c: Likewise.
45816         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45818         * sysdeps/unix/sysv/sigaction.c: Remove file.
45820         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45821         (sysdep_headers): Remove variable.
45822         [termio.h not in sysdep_headers] (generated): Likewise.
45823         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45824         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45825         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45826         * sysdeps/unix/sysv/tcflow.c: Likewise.
45827         * sysdeps/unix/sysv/tcflush.c: Likewise.
45828         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45829         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45830         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45831         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45832         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45834         * sysdeps/unix/siglist.c: Remove file.
45836         * sysdeps/unix/getppid.S: Remove file.
45838         * sysdeps/unix/mkdir.c: Remove file.
45839         * sysdeps/unix/rmdir.c: Likewise.
45841 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45843         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45844         ERR_MAX value.
45845         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45846         errlist-compat value.
45848 2012-04-18  David S. Miller  <davem@davemloft.net>
45850         * sysdeps/generic/memcopy.h (reg_char): Delete.
45851         * debug/strcat_chk.c: Use char, not reg_char.
45852         * debug/strcpy_chk.c: Likewise.
45853         * debug/strncat_chk.c: Likewise.
45854         * debug/strncpy_chk.c: Likewise.
45855         * string/memchr.c: Likewise.
45856         * string/memrchr.c: Likewise.
45857         * string/rawmemchr.c: Likewise.
45858         * string/strcat.c: Likewise.
45859         * string/strchr.c: Likewise.
45860         * string/strchrnul.c: Likewise.
45861         * string/strcmp.c: Likewise.
45862         * string/strcpy.c: Likewise.
45863         * string/strncat.c: Likewise.
45864         * string/strncmp.c: Likewise.
45865         * string/strncpy.c: Likewise.
45867 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45869         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45870         __builtin_memcopy is called when src and dest ranges are known to not
45871         overlap.
45873 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45875         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45876         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45877         fwd_align_merge macro call.
45878         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45879         bwd_align_merge macro call.
45880         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45882 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45884         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45885         bwd_align_merge macros.
45886         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45887         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45888         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45890 2012-04-18  David S. Miller  <davem@davemloft.net>
45892         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45894 2012-04-18  Andreas Jaeger  <aj@suse.de>
45896         [BZ# 6794]
45897         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45898         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45899         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45901         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45902         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45903         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45905         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45906         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45907         Adjust for changed ldbl-128 files.
45909         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45910         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45911         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45913 2012-04-17  David S. Miller  <davem@davemloft.net>
45915         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45917 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45919         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45920         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45921         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45922         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45923         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45924         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45926 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45928         [BZ #6794]
45929         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45930         * math/libm-test.inc: Add ilogb errno and exception tests.
45931         * math/w_ilogb.c: New file: ilogb wrapper.
45932         * math/w_ilogbf.c: New file: ilogbf wrapper.
45933         * math/w_ilogbl.c: New file: ilogbl wrapper.
45934         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45935         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45936         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45937         exception being thrown with 0.0 as argument.
45938         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45939         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45940         exception being thrown with 0.0 as argument.
45941         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45942         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45943         exception being thrown with 0.0 as argument.
45944         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45945         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45946         exception being thrown with 0.0 as argument.
45947         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45948         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45949         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45950         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45951         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45952         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45953         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45954         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45955         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45957 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45959         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45960         with altivec.
45962 2012-04-16  Marek Polacek  <polacek@redhat.com>
45964         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45966 2012-04-16  Marek Polacek  <polacek@redhat.com>
45968         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45969         operands of fdivp instruction.
45971 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45973         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45974         * elf/tst-auditmod3b.c: Likewise.
45975         * elf/tst-auditmod4b.c: Likewise.
45976         * elf/tst-auditmod5b.c: Likewise.
45977         * elf/tst-auditmod6b.c: Likewise.
45978         * elf/tst-auditmod6c.c: Likewise.
45979         * elf/tst-auditmod7b.c: Likewise.
45980         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45981         * sysdeps/x86_64/preconfigure.in: Likewise.
45982         * sysdeps/x86_64/preconfigure: Regenerated.
45984 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45986         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45987         __ILP32__.
45989 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45991         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45992         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45994 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45996         [BZ #13973]
45997         * locale/iso-639.def: Fix gl language name. Spotted by
45998         Yaron Shahrabani.
46000 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46002         [BZ #2074]
46003         * libio/libio.h (__io_write_fn): Update comment.
46005 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46007         [BZ #2074]
46008         * stdio.texi (Hook Functions): The user provided writer function
46009         is not allowed to return -1.
46011 2012-04-11  David S. Miller  <davem@davemloft.net>
46013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46015 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46017         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46018         Add a leading slash to rtkaio.
46020 2012-04-11  Jim Meyering  <meyering@redhat.com>
46022         [BZ #11959]
46023         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46024         It is not necessarily an error to ignore fwrite's return
46025         value.  One can reliably use ferror to test for errors after
46026         the fact.
46028 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46030         * bits/types.h (__snseconds_t): New type.
46031         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46033         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46034         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46035         (__SNSECONDS_T_TYPE): Likewise.
46036         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46037         (__SNSECONDS_T_TYPE): Likewise.
46038         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46039         (__SNSECONDS_T_TYPE): Likewise.
46041 2012-04-10  Andreas Jaeger  <aj@suse.de>
46043         [BZ #2636]
46044         * manual/time.texi (Processor Time): Return type of times is
46045         elapsed real time since an arbitrary point in the past.
46046         (CPU Time): Move CLK_TCK from here...
46047         (Processor Time): ...to here.  Correct description.
46048         * manual/conf.texi (Constants for Sysconf): Correct description of
46049         _SC_CLK_TCK.
46051 2012-04-10  David S. Miller  <davem@davemloft.net>
46053         [BZ #13967]
46054         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46055         where the is a gap between DT_REL(A) and DT_JMPREL.
46057 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46059         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46060         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46061         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46063 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46065         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46066         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46067         (dl_main): Handle --inhibit-cache.
46068         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46069         _dl_inhibit_cache.
46070         * elf/dl-load.c (_dl_map_object): Use it.
46071         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46073 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46075         [BZ #13872]
46076         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46077         (__ieee754_powl): Saturate large exponents rather than testing for
46078         overflow of y*log2(x).
46079         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46080         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46081         exceptions.
46083         [BZ #11521]
46084         * math/s_ctan.c: Include <float.h>.
46085         (__ctan): Avoid internal overflow or cancellation in calculating
46086         denominator.
46087         * math/s_ctanf.c: Likewise.
46088         * math/s_ctanl.c: Likewise.
46089         * math/s_ctanh.c: Likewise.
46090         * math/s_ctanhf.c: Likewise.
46091         * math/s_ctanhl.c: Likewise.
46092         * math/libm-test.inc (ctan_test): Add more tests.
46093         (ctanh_test): Likewise.
46094         * sysdeps/i386/fpu/libm-test-ulps: Update.
46095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46097 2012-04-09  Andreas Jaeger  <aj@suse.de>
46099         [BZ #6894]
46100         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46101         is an optional BSD extension.
46103         [BZ #10254]
46104         * manual/stdio.texi (Opening Streams): Document additional fopen
46105         parameters.
46107 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46109         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46110         %eax without telling the compiler.
46112 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46114         [BZ # 13963]
46115         * manual/install.texi: Use sourceware.org.
46117 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46119         [BZ #13873]
46120         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46121         (__ieee754_pow): Generate overflow and underflow using huge*huge
46122         and tiny*tiny rather than just returning constant infinity or zero
46123         for large exponents.
46124         * math/libm-test.inc (pow_test): Require overflow exceptions for
46125         applicable cases of large exponents.
46127         [BZ #706]
46128         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46129         (__ieee754_pow): Use iterative multiplication algorithm only for
46130         integer exponents with absolute value below 1024.  Check for odd
46131         integer exponents when using algorithm for real exponents.
46132         * math/libm-test.inc (pow_test): Add more tests.
46133         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46135 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46137         [BZ #13705]
46138         * math/libm-test.inc (exp_test): Do not allow overflow exception
46139         on underflow test.
46141 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46143         [BZ #13705]
46144         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46145         instead of __kernel_standard_f.
46147 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46149         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46150         * sysdeps/x86_64/memset_chk.S: Likewise.
46152 2012-04-08  Andreas Jaeger  <aj@suse.de>
46154         [BZ #10153]
46155         * manual/startup.texi (Environment Access): Describe return value
46156         for putenv and setenv.
46158         [BZ #6895]
46159         * manual/filesys.texi (Directory Entries): Add description for
46160         DT_LNK.
46162         [BZ #6890]
46163         * manual/filesys.texi (Directory Entries): Clarify that it's file
46164         system not operating system in the description of DT_UNKNOWN.
46166         [BZ #6578]
46167         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46169 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46171         [BZ #6649]
46172         * manual/llio.texi (Opening and Closing Files): Add cross
46173         reference to explain mode argument.
46175 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46177         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46178         * sysdeps/x86_64/memset_chk.S: Likewise.
46180 2012-04-07  David S. Miller  <davem@davemloft.net>
46182         * elf/elf.h (R_SPARC_WDISP10): Define.
46183         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46184         R_SPARC_SIZE32.
46185         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46186         R_SPARC_SIZE64 and R_SPARC_H34.
46188 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46190         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46191         conditions and remove no longer applicable assertion.
46193 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46195         * bits/byteswap.h: Include <features.h>.
46196         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46197         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46199 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46201         * bits/byteswap.h (__bswap_16): Removed.
46202         Include <bits/byteswap-16.h> to get __bswap_16.
46203         * sysdeps/i386/bits/byteswap.h: Likewise.
46204         * sysdeps/s390/bits/byteswap.h: Likewise.
46205         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46206         * bits/byteswap-16.h: New file.
46207         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46208         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46209         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46210         * string/Makefile (headers): Add bits/byteswap-16.h.
46212 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46214         [BZ #13895]
46215         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46216         extra indirection.
46217         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46218         * nss/tst-nss-static.c: New.
46220 2012-04-06  Robert Millan  <rmh@gnu.org>
46222         [BZ #6486]
46223         * manual/llio.texi (File Position Primitive): lseek
46224         refers to WHENCE when it really means OFFSET.
46226 2012-04-06  Andreas Jaeger  <aj@suse.de>
46228         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46229         strncmp declarations.
46231         * abilist/libc.abilist: Add __poll and __ppoll.
46233 2012-04-05  David S. Miller  <davem@davemloft.net>
46235         * scripts/check-local-headers.sh: Accept a host triplet in the
46236         path matched by the exclude regexp.
46238         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46239         definition.
46240         * sysdeps/powerpc/powerpc32/dl-machine.h
46241         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46242         * sysdeps/s390/s390-32/dl-machine.h
46243         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46244         * sysdeps/sparc/sparc32/dl-machine.h
46245         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46246         * sysdeps/sparc/sparc64/dl-machine.h
46247         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46249         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46250         lazy binding.
46251         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46252         undefined symbol errors.
46254         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46255         DT_NEEDED entries.
46257 2012-04-05  Michael Matz  <matz@suse.de>
46259         [BZ #13592]
46260         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46262 2012-04-05  Andreas Jaeger  <aj@suse.de>
46264         [BZ #13908]
46265         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46266         comment.
46268 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46270         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46271         which ROUND is no valid rounding mode.
46273 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46275         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46276         read again.
46277         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46279 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46281         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46282         an exception using FPU order intentionally.
46284 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46286         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46287         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46288         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46289         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46291 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46293         [BZ #12340]
46294         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46295         EINVAL when BUFLEN is too smal.
46297 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46299         [BZ #13553]
46300         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46301         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46303 2012-04-03  Andreas Jaeger  <aj@suse.de>
46305         [BZ #13938]
46306         * manual/setjmp.texi (System V contexts): Fix sentence.
46308         [BZ #13926]
46309         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46310         New macro for this case.
46311         [!__GNUC__] (__bswap_64): New inline function for this case.
46312         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46313         * bits/byteswap.h: Likewise.
46314         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46315         ull, guard with __GLIBC_HAVE_LONG_LONG.
46317         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46318         __GLIBC_HAVE_LONG_LONG.
46320         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46321         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46323 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46325         [BZ #13691]
46326         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46327         inptr and inend, rather than using last_ch.
46329 2012-04-02  David S. Miller  <davem@davemloft.net>
46331         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46332         * stdio-common/printf-parse.h (read_int): Change return type to
46333         'int', return -1 on INT_MAX overflow.
46334         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46335         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46336         overflows INT_MAX.  Check for overflow of in-format-string precision
46337         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46338         SIZE_MAX not INT_MAX for integer overflow test.
46339         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46340         skip the construct in the format string but do not record anything.
46341         * stdio-common/bug22.c: Adjust to test both width/prevision
46342         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46343         explicitly for proper errno values.
46345 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46347         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46348         CHAR_MAX.
46349         * string/test-strcmp.c [! WIDE]: Likewise.
46350         * time/tst-mktime2.c: Likewise for INT_MAX.
46351         * string/test-string.h: #include <sys/param.h> for MIN.
46353         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46354         * sysdeps/i386/init-first.c (init): Likewise.
46355         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46356         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46357         * sysdeps/sh/init-first.c (init): Likewise.
46359 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46361         * po/ru.po: Update from translation team.
46362         * po/vi.po: Likewise.
46364 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46366         * resolv/nss_dns/dns-host.c: Merge copyright years.
46368 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46370         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46371         Optimize memcpy with prefetch if
46372         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46373         src, dst pointers have unequal 16 byte alignments.
46375 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46377         [BZ #13928]
46378         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46379         from a CNAME entry and return the minimum ttl for the query.
46380         (gaih_getanswer_slice): Likewise.
46382 2012-03-30  Jeff Law  <law@redhat.com>
46384         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46385         due to long keys.
46386         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46387         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46389         * resolv/nss_dns/dns-host.c: Update copyright year.
46391 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46393         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46394         requests to save a system call.  Fix check that all bytes are sent.
46396         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46397         comments for sendmmsg.
46399 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46401         [BZ #13691]
46402         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46403         with only 1 character between 0x0041 and 0x01b0.
46404         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46405         * wcsmbs/tst-mbsnrtowcs.c: New file.
46407 2012-03-29  David S. Miller  <davem@davemloft.net>
46409         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46410         small copies by hand.
46412 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46414         [BZ #13761]
46415         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46416         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46417         group memberships.
46419 2012-03-28  David S. Miller  <davem@davemloft.net>
46421         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46422         that branches into memcpy.
46423         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46424         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46425         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46426         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46427         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46428         bits.
46429         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46430         implementation too.
46431         * sysdeps/sparc/mempcpy.S: New file.
46433         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46434         the IFUNC routine in the libc case.
46435         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46437         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46438         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46439         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46440         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46441         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46442         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46443         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46444         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46446         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46447         loop to 256 bytes instead of 64 bytes and fix test signedness.
46449         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46450         * sysdeps/sparc/sparc32/Makefile: rather than here...
46451         * sysdeps/sparc/sparc64/Makefile: and here.
46453 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46455         * malloc/mallocbug.c: Avoid warnings about unused variables.
46457 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46459         [BZ #13760]
46460         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46461         in the right place. Discard and retry query if response is
46462         larger than input buffer size.
46464 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46466         [BZ #369]
46467         [BZ #2678]
46468         [BZ #3866]
46469         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46470         x for large integer exponent.
46471         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46472         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46473         sign of result as needed afterwards.
46474         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46475         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46476         result for underflowing pow the same as for overflow.
46477         (__kernel_standard_l): Handle powl overflow and underflow here
46478         rather than calling __kernel_standard.
46479         * math/libm-test.inc (pow_test): Add more tests.
46481         [BZ #3868]
46482         [BZ #13879]
46483         [BZ #13910]
46484         [BZ #13911]
46485         [BZ #13912]
46486         [BZ #13913]
46487         [BZ #13915]
46488         [BZ #13916]
46489         [BZ #13917]
46490         [BZ #13918]
46491         [BZ #13919]
46492         [BZ #13920]
46493         [BZ #13921]
46494         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46495         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46496         (__kernel_standard_l): New function.
46497         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46498         __kernel_standard.
46499         * math/w_acosl.c (__acosl): Likewise.
46500         * math/w_asinl.c (__asinl): Likewise.
46501         * math/w_atan2l.c (__atan2l): Likewise.
46502         * math/w_atanhl.c (__atanhl): Likewise.
46503         * math/w_coshl.c (__coshl): Likewise.
46504         * math/w_exp10l.c (__exp10l): Likewise.
46505         * math/w_exp2l.c (__exp2l): Likewise.
46506         * math/w_fmodl.c (__fmodl): Likewise.
46507         * math/w_hypotl.c (__hypotl): Likewise.
46508         * math/w_j0l.c (__j0l, __y0l): Likewise.
46509         * math/w_j1l.c (__j1l, __y1l): Likewise.
46510         * math/w_jnl.c (__jnl, __ynl): Likewise.
46511         * math/w_lgammal.c (__lgammal): Likewise.
46512         * math/w_log10l.c (__log10l): Likewise.
46513         * math/w_log2l.c (__log2l): Likewise.
46514         * math/w_logl.c (__logl): Likewise.
46515         * math/w_powl.c (__powl): Likewise.
46516         * math/w_remainderl.c (__remainderl): Likewise.
46517         * math/w_scalbl.c (sysv_scalbl): Likewise.
46518         * math/w_sinhl.c (__sinhl): Likewise.
46519         * math/w_sqrtl.c (__sqrtl): Likewise.
46520         * math/w_tgammal.c (__tgammal): Likewise.
46521         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46522         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46523         * math/libm-test.inc (acos_test): Add more tests.
46524         (acosh_test): Likewise.
46525         (asin_test): Likewise.
46526         (atanh_test): Likewise.
46527         (exp_test): Likewise.
46528         (exp10_test): Likewise.
46529         (exp2_test): Likewise.
46530         (expm1_test): Likewise.
46531         (lgamma_test): Likewise.
46532         (log_test): Likewise.
46533         (log10_test): Likewise.
46534         (log1p_test): Likewise.
46535         (log2_test): Likewise.
46536         (pow_test): Do not allow some spurious overflow exceptions.
46537         (sqrt_test): Add more tests.
46538         (tgamma_test): Likewise.
46539         (y0_test): Likewise.
46540         (y1_test): Likewise.
46541         (yn_test): Likewise.
46543 2012-03-27  Anton Blanchard  <anton@samba.org>
46545         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46546         MAP_HUGETLB.
46547         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46548         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46549         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46551 2012-03-27  David S. Miller  <davem@davemloft.net>
46553         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46555         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46556         have-as-vis3 check.
46558 2012-03-27  Andreas Jaeger  <aj@suse.de>
46560         * sysdeps/x86_64/elf/configure.in: Moved to ...
46561         * sysdeps/x86_64/configure.in: ... here.
46562         * sysdeps/x86_64/elf/start.S: Moved to ...
46563         * sysdeps/x86_64/start.S: ... here.
46564         * sysdeps/x86_64/elf/configure: Delete.
46566         * sysdeps/x86_64/configure.in: Merge contents from
46567         sysdeps/i386/configure.in (without i686 check).
46569         * sysdeps/i386/elf/Versions: Merge into ...
46570         * sysdeps/i386/Versions: ... this.
46571         * sysdeps/i386/elf/Versions: Delete file.
46572         * sysdeps/i386/elf/start.S: Moved to ...
46573         * sysdeps/i386/start.S: ...here.
46574         * sysdeps/i386/elf/configure.in: Merge into...
46575         * sysdeps/i386/configure.in: ...here.
46576         * sysdeps/i386/elf/configure.in: Delete file.
46577         * sysdeps/i386/elf/configure: Delete file.
46579         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46580         * debug/backtracesyms.c: ... here.
46581         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46582         * debug/backtracesymsfd.c: ... here.
46583         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46584         * sysdeps/generic/ifunc-sel.h: ... here.
46586         * sysdeps/unix/i386/start.c: Delete file.
46587         * sysdeps/unix/sparc/start.c: Delete file.
46588         * sysdeps/unix/start.c: Delete file.
46590         * sysdeps/sh/elf/configure.in: Moved to ...
46591         * sysdeps/sh/configure.in: ... here.
46592         * sysdeps/sh/elf/start.S: Moved to ...
46593         * sysdeps/sh/start.S: ... here.
46594         * sysdeps/sh/elf/configure: Delete file.
46596         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46597         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46598         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46599         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46600         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46601         * sysdeps/powerpc/powerpc64/start.S: here.
46602         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46603         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46604         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46605         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46606         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46608         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46609         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46610         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46611         * sysdeps/powerpc/powerpc32/start.S: ... here.
46612         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46613         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46614         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46616         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46617         * sysdeps/powerpc/ifunc-sel.h: ... here.
46618         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46619         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46621         * sysdeps/sparc/elf/configure.in: Moved to ...
46622         * sysdeps/sparc/configure.in: ... here.
46623         * sysdeps/sparc/elf/configure: Delete file.
46624         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46625         * sysdeps/sparc/sparc32/start.S: ... here.
46626         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46627         * sysdeps/sparc/sparc64/start.S: ... here.
46628         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46629         * sysdeps/sparc/sparc32/Makefile: ... this.
46630         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46631         * sysdeps/sparc/sparc64/Makefile: ... this.
46633         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46634         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46635         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46636         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46637         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46638         * sysdeps/s390/s390-32/setjmp.S: ... here.
46639         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46640         * sysdeps/s390/s390-32/configure.in: ... here.
46641         * sysdeps/s390/s390-32/elf/configure: Delete file.
46642         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46643         * sysdeps/s390/s390-32/start.S: ... here.
46645         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46646         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46647         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46648         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46649         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46650         * sysdeps/s390/s390-64/setjmp.S: ... here.
46651         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46652         * sysdeps/s390/s390-64/configure.in: ... here
46653         * sysdeps/s390/s390-64/elf/configure: Delete file.
46654         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46655         * sysdeps/s390/s390-64/start.S: ... here.
46656         * sysdeps/s390/s390-64/elf/configure: Delete.
46658         * configure.in: Remove support for elf directories in sysdeps.
46660         * configure: Regenerated.
46661         * sysdeps/i386/configure: Regenerated.
46662         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46663         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46664         * sysdeps/s390/s390-32/configure: Regenerated.
46665         * sysdeps/s390/s390-64/configure: Regenerated.
46666         * sysdeps/sh/configure: Regenerated.
46667         * sysdeps/sparc/configure: Regenerated.
46668         * sysdeps/x86_64/configure: Regenerated.
46670 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46674         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46675         denormal result into account.
46677 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46679         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46680         Reported by Allan McRae <allan@archlinux.org>.
46682 2012-03-23  Jeff Law  <law@redhat.com>
46684         * nss/getnssent.c (__nss_getent): Fix typo.
46686 2012-03-23  David S. Miller  <davem@davemloft.net>
46688         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46690 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46692         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46693         to pad to uint64_t for each field.
46694         (dl_tls_index): Replace unsigned long with uint64_t.
46696 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46697         Paul Pluzhnikov  <ppluzhnikov@google.com>
46699         [BZ #6528]
46700         * grp/Makefile (otherlibs): Don't set it.
46701         * inet/Makefile (otherlibs): Likewise.
46702         * login/Makefile (otherlibs): Likewise.
46703         * nscd/Makefile (otherlibs): Likewise.
46704         * posix/Makefile (otherlibs): Likewise.
46705         * pwd/Makefile (otherlibs): Likewise.
46706         * rt/Makefile (otherlibs): Likewise.
46707         * sunrpc/Makefile (otherlibs): Likewise.
46708         * nss/Makefile (otherlibs): Likewise.
46709         Add libnss_files to routines and static-only-routines.
46710         ($(objpfx)getent): Remove rule.
46711         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46712         static-only-routines.
46714 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46716         [BZ #13892]
46717         * math/s_cexp.c: Include <float.h>.
46718         (__cexp): Handle exp result overflowing not necessarily
46719         overflowing both real and imaginary parts of result.
46720         * math/s_cexpf.c: Likewise.
46721         * math/s_cexpl.c: Likewise.
46722         * math/libm-test.inc (cexp_test): Add more tests.
46723         * sysdeps/i386/fpu/libm-test-ulps: Update.
46724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46726 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46728         * include/link.h (ELFW): New macro.
46729         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46730         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46732 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46734         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46735         with uint64_t.
46737 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46739         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46740         declaration.
46741         (struct La_x32_retval): Likewise.
46743 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46745         * sysdeps/x86_64/preconfigure.in: New file.
46746         * sysdeps/x86_64/preconfigure: New generated file.
46748 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46750         [BZ #13824]
46751         * math/e_exp2l.c: Include <float.h>.
46752         (__ieee754_exp2l): Handle overflow and underflow cases
46753         separately.  Only pass fractional part of argument to
46754         __ieee754_expl.
46755         * math/libm-test.inc (exp2_test): Add more tests.
46757         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46758         negating x to take absolute value.
46759         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46760         Likewise.
46761         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46762         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46763         Likewise.
46764         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46765         computing low part if x was negated.
46766         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46768 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46770         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46771         la_x32_gnu_pltexit.
46772         (pltexit): Cast int_retval to ptrdiff_t.
46773         * elf/tst-auditmod3b.c: Likewise.
46774         * elf/tst-auditmod4b.c: Likewise.
46775         * elf/tst-auditmod5b.c: Likewise.
46776         * elf/tst-auditmod6b.c: Likewise.
46777         * elf/tst-auditmod6c.c: Likewise.
46778         * elf/tst-auditmod7b.c: Likewise.
46780         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46781         and x32_gnu_pltexit.
46783         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46784         __ELF_NATIVE_CLASS.
46785         (La_x32_regs): New macro.
46786         (La_x32_retval): Likewise.
46787         (la_x32_gnu_pltenter): New function prototype.
46788         (la_x32_gnu_pltexit): Likewise.
46790 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46792         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46793         exponent.
46795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46797         * configure.in (libc_cv_cc_nofma): Check for option to disable
46798         generation of FMA instructions.
46799         * configure: Regenerate.
46800         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46801         * sysdeps/ieee754/dbl-64/Makefile: New file.
46802         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46803         Remove brandred-fma4.
46804         (CFLAGS-brandred-fma4.c): Remove.
46805         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46806         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46807         define.
46808         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46809         define.
46811 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46813         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46814         LLONG_MAX != LONG_MAX.
46815         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46816         (_fitoa_word): Likewise.
46817         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46818         LLONG_MAX != LONG_MAX.
46819         * stdio-common/_itowa.h: Include <_itoa.h>.
46820         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46821         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46822         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46823         only if not defined.
46824         (_ITOA_WORD_TYPE): Likewise.
46825         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46826         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46828 2012-03-21  David S. Miller  <davem@davemloft.net>
46830         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46832 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46834         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46835         of x86_64 when setting libc_cv_slibdir, libdir and
46836         libc_cv_localedir.
46837         * sysdeps/unix/sysv/linux/configure: Regenerated.
46839 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46841         * manual/lang.texi (Old Varargs): Remove section.
46842         (How Variadic): Update menu.
46843         (va_start): Do not mention varargs.h.
46845 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46846             Joseph Myers  <joseph@codesourcery.com>
46848         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46849         link test.
46850         * configure: Regenerated.
46852 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46854         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46855         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46856         conformtest.pl
46858 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46860         * NOTES: Remove.
46861         * Makefile (files-for-dist): Remove NOTES.
46862         (NOTES): Remove rule.
46863         * README: Don't refer to NOTES.
46864         * manual/creature.texi: Don't include macros.texi.
46865         * manual/intro.texi (creature.texi): Remove comment referring to
46866         NOTES.
46868         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46869         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46870         * configure: Regenerated.
46871         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46872         LIBC_TRY_CC_OPTION.
46873         (libc_cv_as_i686): Likewise.
46874         (libc_cv_cc_avx): Likewise.
46875         (libc_cv_cc_sse2avx): Likewise.
46876         (libc_cv_cc_fma4): Likewise.
46877         (libc_cv_cc_novzeroupper): Likewise.
46878         * sysdeps/i386/configure: Regenerated.
46880         [BZ #13883]
46881         * sysdeps/i386/fpu/s_cexp.S: Remove.
46882         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46883         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46884         * math/libm-test.inc (cexp_test): Add more tests.
46885         * sysdeps/i386/fpu/libm-test-ulps: Update.
46886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46888 2012-03-21  Allan McRae  <allan@archlinux.org>
46890         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46892 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46894         [BZ #13871]
46895         * math/w_exp2.c: Do not include <float.h>.
46896         (o_threshold, u_threshold): Remove.
46897         (__exp2): Calculate result before checking finiteness and calling
46898         __kernel_standard.
46899         * math/w_exp2f.c: Likewise.
46900         * math/w_exp2l.c: Likewise.
46901         * math/libm-test.inc (exp2_test): Require overflow exception for
46902         1e6 input.
46904         [BZ #3866]
46905         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46906         range of signed 64-bit integers before using fistpll.  Remove
46907         checks for whether integers fit in mantissa bits.
46908         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46909         the range of signed 32-bit integers before using fistpl.  Remove
46910         checks for whether integers fit in mantissa bits.
46911         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46912         (__ieee754_powl): Test for y outside the range of signed 64-bit
46913         integers before using fistpll.  Reduce 64-bit values to 63-bit
46914         ones as needed.
46915         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46916         divide-by-zero is raised for zero to large negative powers.
46917         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46918         (__ieee754_powl): Test for y outside the range of signed 64-bit
46919         integers before using fistpll.  Reduce 64-bit values to 63-bit
46920         ones as needed.
46921         * math/libm-test.inc (pow_test): Add more tests.
46923 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46925         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46926         <stdio-common/_itoa.h>.
46927         * debug/segfault.c: Likewise.
46928         * elf/dl-cache.c: Likewise.
46929         * elf/dl-minimal.c: Likewise.
46930         * elf/dl-misc.c: Likewise.
46931         * elf/dl-sysdep.c: Likewise.
46932         * elf/dl-version.c: Likewise.
46933         * elf/rtld.c: Likewise.
46934         * hurd/hurdsock.c: Likewise.
46935         * hurd/lookup-retry.c: Likewise.
46936         * malloc/malloc.c: Likewise.
46937         * malloc/mtrace.c: Likewise.
46938         * nscd/nscd_getgr_r.c: Likewise.
46939         * nscd/nscd_getpw_r.c: Likewise.
46940         * nscd/nscd_getserv_r.c: Likewise.
46941         * posix/getopt_init.c: Likewise.
46942         * posix/wordexp.c: Likewise.
46943         * stdio-common/_itoa.c: Likewise.
46944         * stdio-common/printf_fphex.c: Likewise.
46945         * stdio-common/vfprintf.c: Likewise.
46946         * string/_strerror.c: Likewise.
46947         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46948         * sysdeps/i386/i686/hp-timing.h: Likewise.
46949         * sysdeps/mach/_strerror.c: Likewise.
46950         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46951         * sysdeps/mach/hurd/sethostid.c: Likewise.
46952         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46953         * sysdeps/mach/xpg-strerror.c: Likewise.
46954         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46955         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46956         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46957         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46958         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46959         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46960         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46961         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46962         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46963         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46964         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46965         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46966         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46967         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46968         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46969         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46970         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46971         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46972         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46973         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46974         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46976         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46978         * stdio-common/_itoa.h: Moved to ...
46979         * sysdeps/generic/_itoa.h: Here.
46981         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46983         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46984         instead of "_itoa.h" and "_itowa.h".
46985         * stdio-common/vfprintf.: Likewise.
46987 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46989         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46990         <bits/wordsize.h>.
46991         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46992         (__signbit): Likwise.
46993         (llrintf): Likwise.
46994         (llrint): Likwise.
46996 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46998         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46999         __WORDSIZE != 64.
47001 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47003         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47004         OVERFLOW_EXCEPTION_OK.
47005         * math/libm-test.inc ("Philosophy"): Update comment about
47006         exception testing.
47007         (OVERFLOW_EXCEPTION): Define.
47008         (OVERFLOW_EXCEPTION_OK): Likewise.
47009         (INVALID_EXCEPTION_OK): Renumber.
47010         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47011         (IGNORE_ZERO_INF_SIGN): Likewise.
47012         (test_exceptions): Handle FE_OVERFLOW.
47013         (exp10_test): Expect overflow exceptions.
47014         (exp2_test): Likewise.
47015         (expm1_test): Likewise.
47016         (nextafter_test): Likewise.
47017         (pow_test): Likewise.
47018         (scalbn_test): Likewise.
47019         (scalbln_test): Likewise.
47021 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47023         * sysdeps/x86_64/bits/atomic.h
47024         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47025         64bit integer.
47026         (atomic_exchange_acq): Likewise.
47027         (__arch_exchange_and_add_body): Likewise.
47028         (__arch_add_body): Likewise.
47029         (atomic_add_negative): Likewise.
47030         (atomic_add_zero): Likewise.
47032 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47034         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47035         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47037 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47039         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47040         Check __x86_64__ instead of __WORDSIZE.
47042 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47044         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47046 2012-03-19  David S. Miller  <davem@davemloft.net>
47048         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47050         * sysdeps/sparc/fpu/fenv_private.h: New file.
47051         * sysdeps/sparc/fpu/math_private.h: Use it.
47052         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47053         Remove.
47054         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47055         (libc_feholdexcept_setroundl): Remove.
47056         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47057         Remove.
47058         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47059         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47061 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47063         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47064         int64_t instead of long int.
47065         (INSERT_WORDS64): Likwise.
47067 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47069         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47070         _Unwind_GetCFA return to _Unwind_Ptr first.
47072 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47074         [BZ #13629]
47075         * math/s_clog.c: Include <float.h>.
47076         (__clog): Scale large or subnormal inputs.
47077         * math/s_clogf.c: Likewise.
47078         * math/s_clogl.c: Likewise.
47079         * math/s_clog10.c: Include <float.h>.
47080         (M_LOG10_2): Define.
47081         (__clog10): Scale large or subnormal inputs.
47082         * math/s_clog10f.c: Likewise.
47083         * math/s_clog10l.c: Likewise.
47084         * math/libm-test.inc (clog_test): Add more tests.
47085         (clog10_test): Likewise.
47086         * sysdeps/i386/fpu/libm-test-ulps: Update.
47087         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47089         [BZ #11451]
47090         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47091         x and y.
47092         * math/libm-test.inc (atan2_test): Add another test.
47094         * Makerules (common-objdir-compile): Remove.
47095         * sysdeps/unix/Makefile (config-generated): Do not add
47096         $(unix-generated) to variable.
47097         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47098         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47099         Remove rule.
47100         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47101         Likewise.
47102         [generic bits/local_lim.h] (before-compile): Do not append to
47103         variable.
47104         [generic bits/local_lim.h] (common-generated): Likewise.
47105         [generic sys/param.h] (before-compile): Do not append to variable.
47106         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47107         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47108         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47109         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47110         include.
47111         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47112         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47113         [generic sys/param.h] ($(addprefix
47114         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47115         [generic sys/param.h] (common-generated): Do not append to
47116         variable.
47117         [generic sys/param.h] (sysdep_headers): Likewise.
47118         [generic bits/errno.h] (before-compile): Do not append to
47119         variable.
47120         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47121         rule.
47122         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47123         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47124         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47125         [generic bits/errno.h] (common-generated): Do not append to
47126         variable.
47127         [generic bits/ioctls.h] (before-compile): Do not append to
47128         variable.
47129         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47130         rule.
47131         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47132         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47133         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47134         rule.
47135         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47136         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47137         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47138         [generic bits/ioctls.h] (common-generated): Do not append to
47139         variable.
47140         [generic sys/syscall.h] (syscall.h): Remove variable.
47141         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47142         rule.
47143         [generic sys/syscall.h] (before-compile): Do not append to
47144         variable.
47145         [generic sys/syscall.h] (common-generated): Likewise.
47146         * sysdeps/unix/errnos-tmpl.c: Remove file.
47147         * sysdeps/unix/errnos.awk: Likewise.
47148         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47149         * sysdeps/unix/ioctls.awk: Likewise.
47150         * sysdeps/unix/mk-local_lim.c: Likewise.
47151         * sysdeps/unix/snarf-ioctls: Likewise.
47153 2012-03-19  Richard Henderson  <rth@twiddle.net>
47155         * sysdeps/i386/fpu/fenv_private.h: New file.
47156         * sysdeps/i386/fpu/math_private.h: Use it.
47157         (math_opt_barrier, math_force_eval): Remove.
47158         (libc_feholdexcept_setround_53bit): Remove.
47159         (libc_feupdateenv_53bit): Remove.
47160         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47161         (math_opt_barrier, math_force_eval): Remove.
47162         (libc_feholdexcept): Remove.
47163         (libc_feholdexcept_setround): Remove.
47164         (libc_fetestexcept, libc_fesetenv): Remove.
47165         (libc_feupdateenv_test): Remove.
47166         (libc_feupdateenv, libc_feholdsetround): Remove.
47167         (libc_feresetround): Remove.
47169         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47170         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47172         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47173         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47174         (libc_feupdateenv_testl): New.
47175         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47176         (libc_feupdateenv_testf): New.
47177         (libc_feupdateenv): Use libc_feupdateenv_test.
47178         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47179         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47181         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47182         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47183         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47184         (libc_feresetround_noex): New.
47185         (libc_feresetround_noexf): New.
47186         (libc_feresetround_noexl): New.
47187         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47188         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47189         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47190         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47191         SET_RESTORE_ROUND.
47192         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47193         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47194         (__cos): Likewise.
47195         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47196         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47197         SET_RESTORE_ROUND_NOEX.
47198         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47199         SET_RESTORE_ROUND_NOEXF.
47200         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47201         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47202         (libc_feholdsetroundf): New.
47203         (libc_feresetround, libc_feresetroundf): New.
47205         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47206         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47207         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47209         * sysdeps/generic/math_private.h: Include <fenv.h>.
47210         (default_libc_feholdexcept): New.
47211         (default_libc_feholdexcept_setround): New.
47212         (default_libc_fesetenv, default_libc_feupdateenv): New.
47213         (libc_feholdexcept): Only define if undefined.
47214         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47215         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47216         (libc_feholdexcept_setroundl): Likewise.
47217         (libc_feholdexcept_setround_53bit): Likewise.
47218         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47219         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47220         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47221         (libc_feupdateenv_53bit): Likewise.
47222         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47223         (libc_feholdexcept): Convert from macro to inline function.
47224         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47225         (libc_fesetenv, libc_feupdateenv): Likewise.
47227         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47228         not previously defined.
47229         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47230         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47231         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47232         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47233         * sysdeps/ieee754/flt-32/math_private.h: New file.
47234         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47235         math_private.h below SET_FLOAT_WORD.
47236         (__isnan, __isinf_ns, __finite): Remove.
47237         (__isnanf, __isinf_nsf, __finitef): Remove.
47239 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47243 2012-03-17  David S. Miller  <davem@davemloft.net>
47245         [BZ #6471]
47246         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47247         for 2.16.
47249 2012-03-16  David S. Miller  <davem@davemloft.net>
47251         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47252         warnings.
47254         [BZ #6471]
47255         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47256         properly.
47257         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47258         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47259         sysdep_routines when subdir is sysvipc.
47260         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47261         __getshmlba helper.
47263         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47265 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47267         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47268         [__LP64__].
47270 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47272         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47273         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47274         (__lround): Renamed to ...
47275         (__llround): This.  Replace long int with long long int.
47276         Define lround functions as aliases of llround functions.
47277         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47279 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47281         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47282         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47283         adresses to uintptr_t.  Replace "long int" and "unsigned long
47284         int" with "greg_t" on va_arg.
47286 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47288         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47289         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47291         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47292         Move e_machine check before EI_CLASS check.  Handle x32
47293         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47294         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47295         SKIP_EM_IA_64 and include
47296         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47298         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47299         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47300         (add_system_dir): New macro.
47302         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47303         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47305 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47307         [BZ #2551]
47308         [BZ #2552]
47309         [BZ #2553]
47310         [BZ #2554]
47311         [BZ #2562]
47312         [BZ #2563]
47313         [BZ #2565]
47314         [BZ #2566]
47315         [BZ #2576]
47316         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47317         (y0): Likewise.
47318         * math/w_j0f.c (j0f): Likewise.
47319         (y0f): Likewise.
47320         * math/w_j0l.c (__j0l): Likewise.
47321         (__y0l): Likewise.
47322         * math/w_j1.c (j1): Likewise.
47323         (y1): Likewise.
47324         * math/w_j1f.c (j1f): Likewise.
47325         (y1f): Likewise.
47326         * math/w_j1l.c (__j1l): Likewise.
47327         (__y1l): Likewise.
47328         * math/w_jn.c (jn): Likewise.
47329         (yn): Likewise.
47330         * math/w_jnf.c (jnf): Likewise.
47331         (ynf): Likewise.
47332         * math/w_jnl.c (__jnl): Likewise.
47333         (__ynl): Likewise.
47334         * math/libm-test.inc (j0_test): Add more tests.
47335         (j1_test): Likewise.
47336         (jn_test): Likewise.  Add trailing semicolon to existing test.
47337         (y0_test): Likewise.
47338         (y1_test): Likewise.
47339         * sysdeps/i386/fpu/libm-test-ulps: Update.
47340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47342         [BZ #13851]
47343         [BZ #13854]
47344         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47345         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47346         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47347         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47348         (__tanl): Set errno for infinite argument.
47349         * sysdeps/i386/fpu/mptan.c: Remove.
47350         * sysdeps/i386/fpu/s_tan.S: Likewise.
47351         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47352         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47353         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47354         * math/libm-test.inc (tan_test): Add more tests and enable more
47355         tests for double and long double.
47356         * sysdeps/i386/fpu/libm-test-ulps: Update.
47357         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47359 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47361         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47362         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47364 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47366         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47367         * configure.in: Use it for both main tree and add-ons.
47368         * configure: Regenerated.
47370 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47372         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47374 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47376         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47377         in comment.
47379         [BZ #13851]
47380         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47381         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47382         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47383         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47384         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47385         infinite argument.
47386         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47387         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47388         != 0 for prec == 2.
47389         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47390         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47391         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47392         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47393         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47394         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47395         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47396         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47397         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47398         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47399         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47400         * math/libm-test.inc (cos_test): Add more tests and enable more
47401         tests for long double.
47402         (sin_test): Likewise.
47403         (sincos_test): Likewise.
47404         * sysdeps/i386/fpu/libm-test-ulps: Update.
47405         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47407 2012-03-16  David S. Miller  <davem@davemloft.net>
47409         * sysdeps/sparc/fpu/math_private.h: New file.
47411 2012-03-15  David S. Miller  <davem@davemloft.net>
47413         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47414         file.
47415         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47417         file.
47418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47419         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47420         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47421         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47423         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47424         sysdep routines.
47425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47427         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47428         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47430         * sysdeps/sparc/sparc-ifunc.h: New file.
47431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47432         sparc-ifunc.h
47433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47435         Likewise.
47436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47437         Likewise.
47438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47442         Likewise.
47443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47448         Likewise.
47449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47450         Likewise.
47451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47455         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47456         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47457         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47458         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47459         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47460         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47461         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47465         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47466         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47467         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47468         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47469         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47470         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47471         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47472         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47473         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47474         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47476 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47478         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47479         scaling.
47480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47482 2012-03-15  Andreas Jaeger  <aj@suse.de>
47484         [BZ #13852]
47485         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47486         ieee754/flt-32 implementation for sin, cos and sincos.
47487         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47488         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47489         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47490         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47491         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47492         ieee754/flt-32 implementation for tan.
47494         * math/libm-test.inc (cos_test): Enable some large input tests for
47495         float as well
47496         (sin_test): Likewise.
47497         (sincos_test): Likewise.
47498         (tan_test): Add tests for large input.
47500         * sysdeps/i386/fpu/libm-test-ulps: Update.
47502 2012-03-15  Andreas Jaeger  <aj@suse.de>
47504         [BZ #13658]
47505         * math/libm-test.inc (cos_test): Add more test cases.
47506         (sin_test): Likewise.
47507         (sincos_test): Likewise.
47509 2012-03-15  Andreas Jaeger  <aj@suse.de>
47511         [BZ #13837]
47512         * math/libm-test.inc (cos_test): Add a test case for large input
47513         value.
47514         (sin_test): Likewise.
47515         (sincos_test): Likewise.
47517 2012-03-15  Andreas Jaeger  <aj@suse.de>
47518             Joseph Myers  <joseph@codesourcery.com>
47520         [BZ #13658]
47521         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47522         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47523         * sysdeps/i386/fpu/branred.c: Likewise.
47524         * sysdeps/i386/fpu/dosincos.c: Likewise.
47525         * sysdeps/i386/fpu/mpa.c: Likewise.
47526         * sysdeps/i386/fpu/s_cos.S: Likewise.
47527         * sysdeps/i386/fpu/s_sin.S: Likewise.
47528         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47529         * sysdeps/i386/fpu/sincos32.c: Likewise.
47531         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47532         Define.
47533         (libc_feupdateenv_53bit): Define.
47534         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47535         Define.
47536         (libc_feupdateenv_53bit): Define.
47538         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47539         53 bit (without extend i386 double precision).
47541         * math/libm-test.inc (sincos_test): Add tests for large input.
47542         (sin): Likewise.
47543         (cos): Likewise.
47545         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47547 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47551 2012-03-15  David S. Miller  <davem@davemloft.net>
47553         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47554         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47555         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47556         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47561         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47562         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47563         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47567         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47568         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47569         file.
47570         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47572         file.
47573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47575         file.
47576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47578         file.
47579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47580         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47581         fmin/fmax sysdep routines.
47582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47584 2012-03-14  David S. Miller  <davem@davemloft.net>
47586         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47587         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47588         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47590         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47591         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47592         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47593         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47594         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47595         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47596         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47597         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47598         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47599         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47600         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47601         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47602         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47603         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47604         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47606         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47607         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47608         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47609         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47610         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47611         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47612         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47613         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47614         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47615         routines.
47616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47617         file.
47618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47620         file.
47621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47623         file.
47624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47626         file.
47627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47629         file.
47630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47632         file.
47633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47634         file.
47635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47636         file.
47637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47638         file.
47639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47640         New file.
47641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47642         file.
47643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47644         file.
47645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47647         file.
47648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47650         file.
47651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47653         file.
47654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47656         VIS3 routines.
47658         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47659         New file.
47661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47663         * sysdeps/sparc/configure.in: New file.
47664         * sysdeps/sparc/configure: Generate.
47665         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47666         * configure: Regenerate.
47667         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47668         * config.make.in (have-as-vis3): New.
47669         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47670         available use -Av9d instead of -Av9a.
47671         * sysdeps/sparc/sparc64/Makefile: Likewise.
47672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47674         New file.
47675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47676         file.
47677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47678         New file.
47679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47680         file.
47681         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47682         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47683         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47684         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47685         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47687         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47688         fzeros/fnegs to load 0x80000000 into a float register instead of
47689         using the stack.
47690         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47692 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47694         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47695         bits/syscall.h.
47696         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47697         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47698         ($(inst_includedir)/bits/syscall.h): Remove rule.
47699         ($(objpfx)bits/syscall.d): Include instead of
47700         $(objpfx)syscall-list.d.
47701         (generated): Change syscall-list.h and syscall-list.d to
47702         bits/syscall.h and bits/syscall.d.
47704 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47706         [BZ #13846]
47707         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47709 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47711         [BZ #13841]
47712         * math/s_csqrt.c: Include <float.h>.
47713         (__csqrt): Scale large or subnormal inputs.
47714         * math/s_csqrtf.c: Likewise.
47715         * math/s_csqrtl.c: Likewise.
47716         * math/libm-test.inc (csqrt_test): Add more tests.
47717         * sysdeps/i386/fpu/libm-test-ulps: Update.
47718         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47720         [BZ #13840]
47721         * math/libm-test.inc (hypot_test): Add more tests.
47723 2012-03-13  David S. Miller  <davem@davemloft.net>
47725         [BZ #13840]
47726         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47727         double-precision for the calculation instead of scaling.
47729 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47731         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47732         manipulate bits before adding and subtracting TWO52[sx].
47733         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47734         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47735         Likewise.
47736         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47738 2012-03-13  David S. Miller  <davem@davemloft.net>
47740         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47741         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47742         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47743         rtld-global-offsets.h
47744         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47746         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47747         large parameters.
47749         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47751         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47752         'err' in the ifdef scope in which it is actually used.
47754         * nss/nss_db/db-init.c: Include string.h
47756 2012-03-12  David S. Miller  <davem@davemloft.net>
47758         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47759         masking out of the most significant byte of random value used.
47760         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47761         Fix coding style in previous change.
47763         * sysdeps/unix/sysv/linux/kernel-features.h
47764         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47765         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47766         expression.
47767         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47768         later.
47770 2012-03-11  David S. Miller  <davem@davemloft.net>
47772         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47773         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47774         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47775         for 'resultvar' otherwise things get truncated on 64-bit.
47777         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47778         Fix masking out of the most significant byte of random value used.
47780         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47782 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47784         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47786 2012-03-09  David S. Miller  <davem@davemloft.net>
47788         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47789         variables with appropriate CPP guards.
47790         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47791         from the frame pointer, not the stack pointer.  Correct layout
47792         comments.  Fix test on resulting framesize and the management of
47793         the outregs buffer for pltexit.  Preserve floating point return
47794         values across _dl_call_pltexit call.
47795         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47796         framesize and the management of the outregs buffer for pltexit.
47797         Preserve floating point return values across _dl_call_pltexit
47798         call.
47799         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47800         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47801         (la_sparc64_gnu_pltexit): New functions.
47802         (print_exit): Fix format string for return register value.
47804 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47806         * sunrpc/Makefile (others): Add rpcgen.
47807         ($(objpfx)rpcgen): Remove special build rule and dependency on
47808         libc.
47809         * sunrpc/rpcgen.c: New file.
47811 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47813         [BZ #13673]
47814         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47815         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47816         * sysdeps/i386/crti.S: Likewise.
47817         * sysdeps/i386/crtn.S: Likewise.
47818         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47819         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47820         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47821         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47822         * sysdeps/sh/crti.S: Likewise.
47823         * sysdeps/sh/crtn.S: Likewise.
47824         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47826         [BZ #13673]
47827         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47828         with URL.
47829         * locale/programs/locfile-kw.gperf: Likewise.
47830         * locale/programs/charmap-kw.h: Regenerated.
47831         * locale/programs/locfile-kw.h: Likewise.
47833         [BZ #13673]
47834         * intl/plural.y: Replace FSF snail mail address with URL.
47835         * intl/plural.c: Regenerated.
47837 2012-03-09  Richard Henderson  <rth@twiddle.net>
47839         * include/math_private.h: Remove file.
47840         * math/math_private.h: Move file ...
47841         * sysdeps/generic/math_private.h: ... here.
47843         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47844         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47845         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47847         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47848         and <math_private.h>.
47849         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47850         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47851         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47852         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47853         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47854         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47855         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47856         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47857         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47858         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47859         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47860         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47861         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47862         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47863         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47864         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47865         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47866         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47867         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47868         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47869         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47870         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47871         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47872         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47873         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47874         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47875         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47876         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47877         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47878         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47879         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47880         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47881         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47882         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47883         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47884         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47885         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47886         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47887         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47888         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47889         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47890         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47891         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47892         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47893         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47894         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47895         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47896         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47897         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47898         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47899         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47900         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47901         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47902         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47903         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47904         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47905         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47906         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47907         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47908         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47909         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47910         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47911         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47912         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47913         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47914         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47915         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47916         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47917         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47918         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47919         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47920         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47921         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47922         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47923         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47924         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47925         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47926         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47927         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47928         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47929         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47930         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47931         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47932         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47933         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47934         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47935         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47936         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47937         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47938         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47939         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47940         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47941         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47942         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47943         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47944         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47945         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47946         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47947         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47948         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47949         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47950         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47951         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47952         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47953         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47954         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47955         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47956         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47957         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47958         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47959         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47960         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47961         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47962         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47963         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47964         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47965         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47966         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47967         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47968         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47969         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47970         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47971         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47972         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47973         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47974         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47975         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47976         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47977         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47978         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47979         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47980         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47981         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47982         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47983         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47984         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47985         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47986         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47987         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47988         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47989         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47990         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47991         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47992         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47993         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47994         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47995         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47996         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47997         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47998         * sysdeps/ieee754/k_standard.c: Likewise.
47999         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48000         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48001         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48002         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48003         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48004         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48006         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48007         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48008         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48009         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48010         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48011         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48012         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48013         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48014         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48015         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48016         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48017         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48018         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48019         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48020         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48021         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48022         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48023         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48024         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48025         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48026         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48027         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48028         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48029         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48030         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48031         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48032         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48033         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48034         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48035         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48036         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48037         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48038         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48039         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48040         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48041         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48042         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48043         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48044         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48045         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48046         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48047         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48048         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48049         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48050         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48051         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48052         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48053         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48054         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48055         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48056         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48057         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48058         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48059         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48060         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48061         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48062         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48063         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48064         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48065         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48066         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48067         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48068         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48069         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48070         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48071         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48072         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48073         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48074         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48075         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48076         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48077         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48078         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48079         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48080         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48081         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48082         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48083         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48084         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48085         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48086         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48087         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48088         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48089         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48090         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48091         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48092         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48093         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48094         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48095         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48096         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48097         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48098         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48099         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48100         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48101         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48102         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48103         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48104         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48105         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48106         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48107         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48108         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48109         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48110         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48111         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48112         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48113         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48114         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48115         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48116         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48117         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48118         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48119         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48120         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48121         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48122         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48123         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48124         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48125         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48126         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48127         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48128         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48129         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48130         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48131         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48132         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48133         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48134         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48135         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48136         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48137         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48138         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48139         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48140         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48141         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48142         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48143         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48144         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48145         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48146         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48147         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48148         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48149         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48150         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48151         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48152         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48153         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48154         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48155         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48156         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48157         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48158         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48159         * sysdeps/ieee754/s_lib_version.c: Likewise.
48160         * sysdeps/ieee754/s_matherr.c: Likewise.
48161         * sysdeps/ieee754/s_signgam.c: Likewise.
48162         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48163         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48164         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48165         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48166         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48167         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48168         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48169         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48170         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48171         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48172         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48173         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48174         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48175         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48176         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48177         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48178         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48179         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48180         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48181         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48182         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48184 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48186         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48187         * sunrpc/rpc_main.c: Likewise.
48188         * sunrpc/rpc_svcout.c: Likewise.
48190 2012-03-09  David S. Miller  <davem@davemloft.net>
48192         * include/math_private.h: New file.
48194 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48196         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48197         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48198         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48199         from <bits/socket_type.h>.
48200         (enum __socket_type): Don't define here.
48201         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48202         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48203         bits/socket_type.h.
48205         [BZ #13566]
48206         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48207         checking __USE_GNU.
48209         * Makerules ($(inst_includedir)/%.h): New rule.
48210         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48211         (install-others): Remove variable setting.
48212         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48214 2012-03-08  Richard Henderson  <rth@twiddle.net>
48216         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48217         from macro to inline function; merge with the
48218         !__LIBC_INTERNAL_MATH_INLINES version.
48219         (__ieee754_sqrtf): Likewise.
48221         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48222         to inline function.
48223         (__rintf, __floor, __floorf): Likewise.
48225         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48226         macro to inline function.
48227         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48229         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48230         not <math/math_private.h>.
48232 2012-03-08  David S. Miller  <davem@davemloft.net>
48234         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48235         copyright year.
48236         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48238 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48240         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48241         normalization.
48242         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48243         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48245 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48247         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48248         be defined individually, they must be defined as a block.  Define
48249         S for printing a string instead of hidint the different by using a
48250         macro for adding the 'l'.
48251         * stdio-common/tst-fphex-wide.c: Adjust.
48253 2012-03-07  Marek Polacek  <polacek@redhat.com>
48255         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48257 2012-03-08  Marek Polacek  <polacek@redhat.com>
48259         [BZ #13806]
48260         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48261         * stdio-common/tst-fphex.c: Define a few macros to make the
48262         test reusable.  Use them.
48263         * stdio-common/tst-fphex-wide.c: New file.
48265 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48267         [BZ #6911]
48268         * manual/macros.texi (gnusystems): New macro.
48269         (nongnusystems): Likewise.
48270         (gnulinuxhurdsystems): Likewise.
48271         (gnuhurdsystems): Likewise..
48272         (gnulinuxsystems): Likewise.
48273         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48274         variants of the GNU system, not "GNU system".
48275         * manual/conf.texi: Likewise.
48276         * manual/errno.texi: Likewise.  Update example of errno macro
48277         expansion.
48278         * manual/filesys.texi: Likewise.
48279         (getumask): Document as specific to GNU/Hurd.
48280         * manual/install.texi: Likewise.  Reword some references to
48281         GNU/Linux.
48282         * manual/intro.texi: Likewise.
48283         * manual/io.texi: Likewise.
48284         (File Name Portability): Detail which constraints are inapplicable
48285         to all GNU systems and which are only inapplicable to GNU/Hurd.
48286         * manual/job.texi: Likewise.
48287         * manual/llio.texi: Likewise.
48288         (O_NOCTTY): Document as present on GNU/Linux.
48289         * manual/maint.texi: Likewise.
48290         * manual/memory.texi: Likewise.
48291         * manual/pattern.texi: Likewise.
48292         * manual/pipe.texi: Likewise.
48293         * manual/process.texi: Likewise.
48294         * manual/resource.texi: Likewise.
48295         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48296         child on GNU/Hurd.
48297         * manual/setjmp.texi: Likewise.
48298         * manual/signal.texi: Likewise.
48299         * manual/startup.texi: Likewise.
48300         * manual/stdio.texi: Likewise.
48301         * manual/terminal.texi: Likewise.
48302         (ONLCR): Document as POSIX.
48303         (OXTABS): Document availability on GNU/Linux as XTABS.
48304         (ONOEOT): Document availability separately from other bits.
48305         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48306         * manual/time.texi: Likewise.
48307         * manual/users.texi: Likewise.
48308         * INSTALL: Regenerated.
48309         * sysdeps/gnu/errlist.c: Regenerated.
48311         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48312         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48313         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48314         puts.
48315         * configure: Regenerated.
48317 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48319         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48320         default includes instead of AC_HEADER_CHECK.
48321         * sysdeps/i386/configure: Regenerated.
48323         [BZ #10716]
48324         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48325         * math/s_cacoshf.c (__cacoshf): Likewise.
48326         * math/s_cacoshl.c (__cacoshl): Likewise.
48327         * math/s_casinh.c (__casinh): Set signs of result from argument.
48328         * math/s_casinhf.c (__casinhf): Likewise.
48329         * math/s_casinhl.c (__casinhl): Likewise.
48330         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48331         (casinh_test): Add more tests.
48332         * sysdeps/i386/fpu/libm-test-ulps: Update.
48333         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48335 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48337         * po/zh_TW.po: Update from translation team.
48339         * login/Makefile (distribute): Remove variable.
48340         * catgets/Makefile: Likewise.
48341         * mach/Makefile: Likewise.
48342         * malloc/Makefile: Likewise.
48343         * misc/Makefile: Likewise.
48344         * iconv/Makefile: Likewise.
48345         * nscd/Makefile: Likewise.
48346         * hurd/Makefile: Likewise.
48347         * manual/Makefile: Likewise.
48348         * locale/Makefile: Likewise.
48349         * intl/Makefile: Likewise.
48350         * conform/Makefile: Likewise.
48351         * nss/Makefile: Likewise.
48352         * time/Makefile: Likewise.
48353         * soft-fp/Makefile: Likewise.
48354         * dirent/Makefile: Likewise.
48355         * gmon/Makefile: Likewise.
48356         * po/Makefile: Likewise.
48357         * rt/Makefile: Likewise.
48358         * socket/Makefile: Likewise.
48359         * math/Makefile: Likewise.
48360         * signal/Makefile: Likewise.
48361         * debug/Makefile: Likewise.
48362         * elf/Makefile: Likewise.
48363         * timezone/Makefile: Likewise.
48364         * stdlib/Makefile: Likewise.
48365         * iconvdata/Makefile: Likewise.
48366         * sunrpc/Makefile: Likewise.
48367         * io/Makefile: Likewise.
48368         * argp/Makefile: Likewise.
48369         * inet/Makefile: Likewise.
48370         * hesiod/Makefile: Likewise.
48371         * grp/Makefile: Likewise.
48372         * csu/Makefile: Likewise.
48373         * wctype/Makefile: Likewise.
48374         * crypt/Makefile: Likewise.
48375         * libio/Makefile: Likewise.
48376         * string/Makefile: Likewise.
48377         * nis/Makefile: Likewise.
48378         * resolv/Makefile: Likewise.
48379         * stdio-common/Makefile: Likewise.
48380         * wcsmbs/Makefile: Likewise.
48381         * dlfcn/Makefile: Likewise.
48382         * posix/Makefile: Likewise.
48384         [BZ #6959]
48385         * timezone/Makefile: Don't install timezone files, just the programs
48386         and scripts.
48388 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48390         * nss/databases.def: Add missing gshadow entry.
48392         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48394 2012-03-06  Marek Polacek  <polacek@redhat.com>
48396         [BZ #13726]
48397         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48398         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48399         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48400         * stdio-common/tst-long-dbl-fphex.c: New file.
48402 2012-03-06  David S. Miller  <davem@davemloft.net>
48404         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48405         (set_obp_int): New function.
48406         (get_obp_int): New function.
48407         (__get_clockfreq_via_dev_openprom): Likewise.
48408         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48409         Avoid unused variable warnings on 'val' and use builtin_expect.
48410         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48411         __builtin_expect.
48412         (INLINE_CLONE_SYSCALL): Likewise.
48414 2012-03-05  David S. Miller  <davem@davemloft.net>
48416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48418 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48420         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48422         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48423         only for |x| >= 40.
48424         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48426 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48428         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48429         Replace gettimeofday with __vdso_gettimeofday.
48431         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48432         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48433         __vdso_clock_gettime and __vdso_getcpu.
48435         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48436         time with __vdso_time.
48438 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48440         * manual/lang.texi (size_t): Note types to which size_t may be
48441         equivalent with the GNU C Library, but do not describe when
48442         differences between them are significant.
48444 2012-03-05  Andreas Jaeger  <aj@suse.de>
48446         * sysdeps/i386/fpu/libm-test-ulps: Update.
48448 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48450         [BZ #3976]
48451         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48452         (__ieee754_pow): Save and restore rounding mode and use
48453         round-to-nearest for main computations.
48454         * math/libm-test.inc (pow_test_tonearest): New function.
48455         (pow_test_towardzero): Likewise.
48456         (pow_test_downward): Likewise.
48457         (pow_test_upward): Likewise.
48458         (main): Call the new functions.
48459         * sysdeps/i386/fpu/libm-test-ulps: Update.
48460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48462         [BZ #3976]
48463         * math/libm-test.inc (cosh_test_tonearest): New function.
48464         (cosh_test_towardzero): Likewise.
48465         (cosh_test_downward): Likewise.
48466         (cosh_test_upward): Likewise.
48467         (sinh_test_tonearest): Likewise.
48468         (sinh_test_towardzero): Likewise.
48469         (sinh_test_downward): Likewise.
48470         (sinh_test_upward): Likewise.
48471         (main): Call the new functions.
48472         * sysdeps/i386/fpu/libm-test-ulps: Update.
48473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48475 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48477         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48478         default stack guard is set in last bytes.
48479         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48481 2012-03-05  Kees Cook  <keescook@chromium.org>
48483         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48485         [BZ #13656]
48486         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48487         possibly allocate from heap instead of stack.
48488         * stdio-common/bug-vfprintf-nargs.c: New file.
48489         * stdio-common/Makefile (tests): Add nargs overflow test.
48491 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48493         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48495 2012-03-03  Marek Polacek  <polacek@redhat.com>
48497         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48498         * math/math_private.h: Likewise.
48499         * stdlib/tst-strtod.c: Likewise.
48500         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48501         * sysdeps/x86_64/bits/atomic.h: Likewise.
48503 2012-03-02  David S. Miller  <davem@davemloft.net>
48505         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48506         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48507         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48509         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48510         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48511         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48512         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48514 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48516         [BZ #13792]
48517         * manual/examples/README: New file, says the example source files
48518         can be used under GPL>=2.
48519         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48520         line containing just "*/".
48521         * manual/examples/add.c: Add copyright header (GPL>=2).
48522         * manual/examples/argp-ex1.c: Likewise.
48523         * manual/examples/argp-ex2.c: Likewise.
48524         * manual/examples/argp-ex3.c: Likewise.
48525         * manual/examples/argp-ex4.c: Likewise.
48526         * manual/examples/atexit.c: Likewise.
48527         * manual/examples/db.c: Likewise.
48528         * manual/examples/dir.c: Likewise.
48529         * manual/examples/dir2.c: Likewise.
48530         * manual/examples/execinfo.c: Likewise.
48531         * manual/examples/filecli.c: Likewise.
48532         * manual/examples/filesrv.c: Likewise.
48533         * manual/examples/fmtmsgexpl.c: Likewise.
48534         * manual/examples/genpass.c: Likewise.
48535         * manual/examples/inetcli.c: Likewise.
48536         * manual/examples/inetsrv.c: Likewise.
48537         * manual/examples/isockad.c: Likewise.
48538         * manual/examples/longopt.c: Likewise.
48539         * manual/examples/memopen.c: Likewise.
48540         * manual/examples/memstrm.c: Likewise.
48541         * manual/examples/mkfsock.c: Likewise.
48542         * manual/examples/mkisock.c: Likewise.
48543         * manual/examples/mygetpass.c: Likewise.
48544         * manual/examples/pipe.c: Likewise.
48545         * manual/examples/popen.c: Likewise.
48546         * manual/examples/rprintf.c: Likewise.
48547         * manual/examples/search.c: Likewise.
48548         * manual/examples/select.c: Likewise.
48549         * manual/examples/setjmp.c: Likewise.
48550         * manual/examples/sigh1.c: Likewise.
48551         * manual/examples/sigusr.c: Likewise.
48552         * manual/examples/stpcpy.c: Likewise.
48553         * manual/examples/strdupa.c: Likewise.
48554         * manual/examples/strftim.c: Likewise.
48555         * manual/examples/strncat.c: Likewise.
48556         * manual/examples/subopt.c: Likewise.
48557         * manual/examples/swapcontext.c: Likewise.
48558         * manual/examples/termios.c: Likewise.
48559         * manual/examples/testopt.c: Likewise.
48560         * manual/examples/testpass.c: Likewise.
48561         * manual/examples/timeval_subtract.c: Likewise.
48563         [BZ #13792]
48564         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48565         function to ...
48566         * manual/timeval_subtract.c.texi: ... here, new file.
48568 2012-03-02  David S. Miller  <davem@davemloft.net>
48570         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48572 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48574         [BZ #3976]
48575         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48576         (__sin): Save and restore rounding mode and use round-to-nearest
48577         for all computations.
48578         (__cos): Save and restore rounding mode and use round-to-nearest
48579         for all computations.
48580         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48581         <fenv.h>.
48582         (tan): Save and restore rounding mode and use round-to-nearest for
48583         all computations.
48584         * math/libm-test.inc (cos_test_tonearest): New function.
48585         (cos_test_towardzero): Likewise.
48586         (cos_test_downward): Likewise.
48587         (cos_test_upward): Likewise.
48588         (sin_test_tonearest): Likewise.
48589         (sin_test_towardzero): Likewise.
48590         (sin_test_downward): Likewise.
48591         (sin_test_upward): Likewise.
48592         (tan_test_tonearest): Likewise.
48593         (tan_test_towardzero): Likewise.
48594         (tan_test_downward): Likewise.
48595         (tan_test_upward): Likewise.
48596         (main): Call the new functions.
48597         * sysdeps/i386/fpu/libm-test-ulps: Update.
48598         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48600         [BZ #10135]
48601         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48602         small n, then large n, before computing and testing k+n.
48603         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48604         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48605         Likewise.
48606         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48607         Likewise.
48608         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48609         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48610         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48611         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48612         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48613         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48614         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48615         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48616         * math/libm-test.inc (scalbn_test): Add more tests.
48617         (scalbln_test): Likewise.
48619         * manual/filesys.texi (mode_t): Describe constraints on size and
48620         signedness, not exact equivalence to a particular type.
48621         (ino_t): Likewise.
48622         (ino64_t): Likewise.
48623         (dev_t): Likewise.
48624         (nlink_t): Likewise.
48625         (blkcnt_t): Likewise.
48626         (blkcnt64_t): Likewise.
48627         * manual/llio.texi (off_t): Likewise.
48629         [BZ #3976]
48630         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48631         (__ieee754_exp): Save and restore rounding mode and use
48632         round-to-nearest for all computations.
48633         * math/libm-test.inc (exp_test_tonearest): New function.
48634         (exp_test_towardzero): Likewise.
48635         (exp_test_downward): Likewise.
48636         (exp_test_upward): Likewise.
48637         (main): Call the new functions.
48638         * sysdeps/i386/fpu/libm-test-ulps: Update.
48639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48641 2012-03-01  Chris Demetriou  <cgd@google.com>
48643         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48644         have predictable order.
48646 2012-03-01  David S. Miller  <davem@davemloft.net>
48648         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48650         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48651         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48652         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48653         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48655         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48656         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48657         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48658         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48659         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48660         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48661         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48662         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48663         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48667         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48668         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48669         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48671         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48672         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48673         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48674         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48675         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48676         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48677         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48678         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48679         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48680         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48681         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48682         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48683         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48684         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48685         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48686         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48687         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48688         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48689         * sysdeps/sparc/elf/configure: Regenerated.
48691 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48693         * configure.in (AS, LD): Require binutils 2.20 or later.
48694         * configure: Regenerated.
48695         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48696         as required minimum version.
48697         * INSTALL: Regenerated.
48699         [BZ #2541]
48700         [BZ #4108]
48701         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48702         before squaring exponent.
48703         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48704         bottom long double and 27 bits of top long double before squaring
48705         exponent.
48706         * math/libm-test.inc (erfc_test): Add more tests.
48707         * sysdeps/i386/fpu/libm-test-ulps: Update.
48708         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48711 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48713         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48714         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48715         containing bit-fields.
48716         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48717         * soft-fp/single.h (_FP_UNION_S): Likewise.
48718         * soft-fp/double.h (_FP_UNION_D): Likewise.
48720 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48722         [BZ #13786]
48723         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48724         not include ../strcmp.S.
48725         [USE_AS_STRNCASECMP_L]: Likewise.
48726         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48727         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48728         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48729         (__strncasecmp_l_ia32): Define as alias to
48730         __strncasecmp_l_nonascii.
48732         [BZ #5794]
48733         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48734         * sysdeps/i386/fpu/libm-test-ulps: Update.
48735         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48737         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48740 2012-02-29  Jeff Law  <law@redhat.com>
48742         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48743         out of bounds read.
48745 2012-02-29  Marek Polacek  <polacek@redhat.com>
48747         [BZ #13706]
48748         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48749         * elf/Makefile: Add rules to run tst-unused-dep.out.
48751 2012-02-28  David S. Miller  <davem@davemloft.net>
48753         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48754         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48755         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48756         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48757         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48758         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48760 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48762         * math/libm-test.inc (llround_test): Move one test from
48763         lround_test.  Use TEST_f_L in moved test.
48764         (lround_test): Move misplaced test to llround_test.  Add testcase
48765         from bug 2561.
48767 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48769         * sysdeps/x86_64/fpu/e_expf.S: New file.
48770         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48772 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48774         [BZ #13637]
48775         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48776         of remain_len that may cause incomplete multi-byte character and
48777         false match.
48778         * posix/bug-regex33.c: New file.
48779         * posix/Makefile (tests): Add bug-regex33.
48781 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48783         * manual/macros.texi: New file.
48784         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48785         * manual/libc.texinfo: Include macros.texi.
48786         * manual/creatute.texi: Likewise.
48787         * manual/install.texi: Likewise.
48788         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48789         @glibcadj{} in references to the GNU C Library.
48790         * manual/charset.texi: Likewise.
48791         * manual/conf.texi: Likewise.
48792         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48793         when not using those macros.
48794         * manual/creature.texi: Likewise.
48795         * manual/crypt.texi: Likewise.
48796         * manual/errno.texi: Likewise.
48797         * manual/filesys.texi: Likewise.
48798         * manual/header.texi: Likewise.
48799         * manual/install.texi: Likewise.
48800         * manual/intro.texi: Likewise.
48801         * manual/io.texi: Likewise.
48802         * manual/job.texi: Likewise.
48803         * manual/lang.texi: Likewise.
48804         * manual/libc.texiinfo: Likewise.
48805         * manual/llio.texi: Likewise.
48806         * manual/locale.texi: Likewise.
48807         * manual/maint.texi: Likewise.
48808         * manual/math.texi: Likewise.
48809         * manual/memory.texi: Likewise.
48810         * manual/message.texi: Likewise.
48811         * manual/nss.texi: Likewise.
48812         * manual/pattern.texi: Likewise.
48813         * manual/process.texi: Likewise.
48814         * manual/resource.texi: Likewise.
48815         * manual/search.texi: Likewise.
48816         * manual/setjmp.texi: Likewise.
48817         * manual/signal.texi: Likewise.
48818         * manual/socket.texi: Likewise.
48819         * manual/startup.texi: Likewise.
48820         * manual/stdio.texi: Likewise.
48821         * manual/string.texi: Likewise.
48822         * manual/sysinfo.texi: Likewise.
48823         * manual/syslog.texi: Likewise.
48824         * manual/terminal.texi: Likewise.
48825         * manual/time.texi: Likewise.
48826         * manual/users.texi: Likewise.
48827         * INSTALL: Regenerated.
48828         * NOTES: Regenerated.
48829         * sysdeps/gnu/errlist.c: Regenerated.
48831 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48833         * include/dirent.h: Include <dirstream.h> before
48834         <dirent/dirent.h>.
48836 2012-02-28  David S. Miller  <davem@davemloft.net>
48838         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48839         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48840         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48841         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48843 2012-02-27  David S. Miller  <davem@davemloft.net>
48845         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48846         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48847         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48848         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48851         frame pointer instead of stack pointer relative arg slot.
48852         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48853         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48854         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48856 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48858         [BZ #3992]
48859         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48861 2012-02-27  David S. Miller  <davem@davemloft.net>
48863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48865         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48867         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48868         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48869         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48870         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48872 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48874         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48875         later.  Allow versions 5-9.
48876         * configure: Regenerated.
48877         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48878         required minimum version and 4.6 as recommended version.  Do not
48879         mention bugs in GCC 2.7 and 2.8.
48880         * INSTALL: Regenerated.
48882 2012-02-27  David S. Miller  <davem@davemloft.net>
48884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48886         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48887         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48888         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48889         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48890         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48891         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48893         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48894         manipulate bits before adding and subtracting TWO112[sx].
48895         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48897 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48899         [BZ #13775]
48900         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48901         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48902         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48903         being in POSIX, because they are in 1003.1-2008.
48905         * rt/tst-aio.c: Include <fcntl.h>.
48906         * rt/tst-aio7.c: Likewise.
48907         * rt/tst-aio64.c: Likewise.
48909         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48911 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48913         * manual/install.texi (--with-headers): Describe headers as
48914         interface headers, not private headers.
48915         (Specific advice for GNU/Linux systems): Describe use of headers
48916         from "make headers_install", not private headers from older
48917         kernels.
48918         * INSTALL: Regenerated.
48919         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48920         Change to 2.6.19.
48921         * sysdeps/unix/sysv/linux/configure: Regenerated.
48923         * manual/llio.texi (fclean): Remove documentation.
48925         * manual/Makefile (libc-texi-generated): New variable.  Include
48926         version.texi.
48927         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48928         $(libc-texi-generated), not duplicated list of files.
48929         (version.texi, stamp-version): New rules.
48930         (realclean): Remove $(libc-texi-generated), not individual files
48931         from that list.  Do not remove dir-add.texinfo.
48932         * manual/libc.texinfo: Comment out uses of edition numbers and
48933         references to printed manual.  Remove last-updated dates.
48934         (EDITION): Comment out.
48935         (ISBN): Likewise.
48936         (VERSION, UPDATED): Remove.
48937         (version.texi): Include.
48939 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48941         * sysdeps/posix/spawni.c: Include <signal.h>.
48942         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48943         * sysdeps/pthread/aio_fsync.c: Likewise.
48945 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48947         * conform/Makefile (tests): Run only when not cross-compiling and
48948         when fast-check is not defined.
48950         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48951         * conform/data/limits.h-data: Fixes for POSIX2008.
48952         * conform/run-conformtest.sh: Run all tests.
48953         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48954         headers.
48955         * include/bits/dlfcn.h: Likewise.
48956         * include/langinfo.h: Likewise.
48957         * include/monetary.h: Likewise.
48958         * include/sys/poll.h: Likewise.
48960         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48961         for __USE_GNU.
48962         * posix/spawn.h: Define __need_sigset_t.
48963         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48964         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48965         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48966         to get sigevent_t only.
48967         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48968         only for __USE_GNU.
48969         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48970         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48971         process_vm_writev only for __USE_GNU.
48972         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48974         * conform/Makefile: For now ignore errors from run-conformtest.
48975         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48976         POSIX to avoid namespace pollution.  Don't prepend headers.
48977         * conform/data/aio.h-data: Fixes for POSIX testing.
48978         * conform/data/fcntl.h-data: Likewise.
48979         * conform/data/glob.h-data: Likewise.
48980         * conform/data/grp.h-data: Likewise.
48981         * conform/data/pthread.h-data: Likewise.
48982         * conform/data/pwd.h-data: Likewise.
48983         * conform/data/signal.h-data: Likewise.
48984         * conform/data/spawn.h-data: Likewise.
48985         * conform/data/stdio.h-data: Likewise.
48986         * conform/data/stdlib.h-data: Likewise.
48987         * conform/data/stropts.h-data: Likewise.
48988         * conform/data/sys/mman.h-data: Likewise.
48989         * conform/data/sys/stat.h-data: Likewise.
48990         * conform/data/sys/types.h-data: Likewise.
48991         * conform/data/sys/wait.h-data: Likewise.
48992         * conform/data/time.h-data: Likewise.
48993         * conform/data/unistd.h-data: Likewise.
48994         * conform/data/utime.h-data: Likewise.
48996         * io/sys/stat.h: fchmod was always in POSIX.
48997         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48998         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48999         * rt/aio.h: Define __need_timespec before including <time.h>.
49000         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49001         struct.  Add forward declaration of pthread_attr_t and use it in
49002         sigevent.
49003         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49005         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49006         always remove CLK_TCK definition.
49008 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49010         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49012 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49014         * conform/run-conformtest.sh: New file.
49015         * conform/Makefile: Run run-conformtest for tests.
49016         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49017         support.
49019         * conform/data/uchar.h-data: New file.
49020         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49021         * conform/data/arpa/inet.h-data: Likewise.
49022         * conform/data/assert.h-data: Likewise.
49023         * conform/data/complex.h-data: Likewise.
49024         * conform/data/cpio.h-data: Likewise.
49025         * conform/data/ctype.h-data: Likewise.
49026         * conform/data/dirent.h-data: Likewise.
49027         * conform/data/dlfcn.h-data: Likewise.
49028         * conform/data/errno.h-data: Likewise.
49029         * conform/data/fcntl.h-data: Likewise.
49030         * conform/data/float.h-data: Likewise.
49031         * conform/data/fmtmsg.h-data: Likewise.
49032         * conform/data/fnmatch.h-data: Likewise.
49033         * conform/data/ftw.h-data: Likewise.
49034         * conform/data/glob.h-data: Likewise.
49035         * conform/data/grp.h-data: Likewise.
49036         * conform/data/iconv.h-data: Likewise.
49037         * conform/data/inttypes.h-data: Likewise.
49038         * conform/data/langinfo.h-data: Likewise.
49039         * conform/data/libgen.h-data: Likewise.
49040         * conform/data/limits.h-data: Likewise.
49041         * conform/data/locale.h-data: Likewise.
49042         * conform/data/math.h-data: Likewise.
49043         * conform/data/monetary.h-data: Likewise.
49044         * conform/data/mqueue.h-data: Likewise.
49045         * conform/data/ndbm.h-data: Likewise.
49046         * conform/data/net/if.h-data: Likewise.
49047         * conform/data/netdb.h-data: Likewise.
49048         * conform/data/netinet/in.h-data: Likewise.
49049         * conform/data/nl_types.h-data: Likewise.
49050         * conform/data/poll.h-data: Likewise.
49051         * conform/data/pthread.h-data: Likewise.
49052         * conform/data/pwd.h-data: Likewise.
49053         * conform/data/regex.h-data: Likewise.
49054         * conform/data/sched.h-data: Likewise.
49055         * conform/data/search.h-data: Likewise.
49056         * conform/data/semaphore.h-data: Likewise.
49057         * conform/data/setjmp.h-data: Likewise.
49058         * conform/data/signal.h-data: Likewise.
49059         * conform/data/spawn.h-data: Likewise.
49060         * conform/data/stdarg.h-data: Likewise.
49061         * conform/data/stdio.h-data: Likewise.
49062         * conform/data/stdlib.h-data: Likewise.
49063         * conform/data/string.h-data: Likewise.
49064         * conform/data/strings.h-data: Likewise.
49065         * conform/data/stropts.h-data: Likewise.
49066         * conform/data/sys/ipc.h-data: Likewise.
49067         * conform/data/sys/mman.h-data: Likewise.
49068         * conform/data/sys/msg.h-data: Likewise.
49069         * conform/data/sys/resource.h-data: Likewise.
49070         * conform/data/sys/select.h-data: Likewise.
49071         * conform/data/sys/sem.h-data: Likewise.
49072         * conform/data/sys/shm.h-data: Likewise.
49073         * conform/data/sys/socket.h-data: Likewise.
49074         * conform/data/sys/stat.h-data: Likewise.
49075         * conform/data/sys/statvfs.h-data: Likewise.
49076         * conform/data/sys/time.h-data: Likewise.
49077         * conform/data/sys/timeb.h-data: Likewise.
49078         * conform/data/sys/times.h-data: Likewise.
49079         * conform/data/sys/types.h-data: Likewise.
49080         * conform/data/sys/uio.h-data: Likewise.
49081         * conform/data/sys/un.h-data: Likewise.
49082         * conform/data/sys/utsname.h-data: Likewise.
49083         * conform/data/sys/wait.h-data: Likewise.
49084         * conform/data/syslog.h-data: Likewise.
49085         * conform/data/tar.h-data: Likewise.
49086         * conform/data/termios.h-data: Likewise.
49087         * conform/data/utime.h-data: Likewise.
49088         * conform/data/utmpx.h-data: Likewise.
49089         * conform/data/varargs.h-data: Likewise.
49090         * conform/data/wchar.h-data: Likewise.
49091         * conform/data/wctype.h-data: Likewise.
49092         * conform/data/wordexp.h-data: Likewise.
49094         * include/stropts.h: New file.
49095         * include/uchar.h: New file.
49096         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49097         * include/assert.h: Likewise.
49098         * include/ctype.h: Likewise.
49099         * include/dirent.h: Likewise.
49100         * include/dlfcn.h: Likewise.
49101         * include/fcntl.h: Likewise.
49102         * include/fnmatch.h: Likewise.
49103         * include/glob.h: Likewise.
49104         * include/grp.h: Likewise.
49105         * include/libio.h: Likewise.
49106         * include/locale.h: Likewise.
49107         * include/math.h: Likewise.
49108         * include/net/if.h: Likewise.
49109         * include/netdb.h: Likewise.
49110         * include/netinet/in.h: Likewise.
49111         * include/pthread.h: Likewise.
49112         * include/pwd.h: Likewise.
49113         * include/regex.h: Likewise.
49114         * include/sched.h: Likewise.
49115         * include/search.h: Likewise.
49116         * include/setjmp.h: Likewise.
49117         * include/signal.h: Likewise.
49118         * include/stdio.h: Likewise.
49119         * include/stdlib.h: Likewise.
49120         * include/string.h: Likewise.
49121         * include/sys/cdefs.h: Likewise.
49122         * include/sys/mman.h: Likewise.
49123         * include/sys/msg.h: Likewise.
49124         * include/sys/resource.h: Likewise.
49125         * include/sys/select.h: Likewise.
49126         * include/sys/socket.h: Likewise.
49127         * include/sys/stat.h: Likewise.
49128         * include/sys/statvfs.h: Likewise.
49129         * include/sys/time.h: Likewise.
49130         * include/sys/times.h: Likewise.
49131         * include/sys/uio.h: Likewise.
49132         * include/sys/utsname.h: Likewise.
49133         * include/sys/wait.h: Likewise.
49134         * include/termios.h: Likewise.
49135         * include/time.h: Likewise.
49136         * include/ulimit.h: Likewise.
49137         * include/unistd.h: Likewise.
49138         * include/utime.h: Likewise.
49139         * include/wchar.h: Likewise.
49140         * include/wctype.h: Likewise.
49141         * include/wordexp.h: Likewise.
49143         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49145         * time/time.h: TIME_UTC must be a macro.
49146         Make timespec_get available for ISO C11 only as well.
49148 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49150         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49151         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49153 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49155         * configure.in: Use -o not -a in test for unsupported multi-arch.
49157 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49159         * manual/texinfo.tex: Update to version 2012-01-19.16.
49161 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49163         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49165 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49167         [BZ #13738]
49168         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49169         * manual/fdl-1.3.texi: New file.
49170         * manual/fdl-1.1.texi: File removed.
49172         [BZ #13738]
49173         * manual/libc.texinfo (FDL_VERSION): New @set.
49174         Use it for mention of FDL in cover text.
49175         (Documentation License): Use it in @include file name.
49177 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49178             Roland McGrath  <roland@hack.frob.com>
49180         [BZ #5461]
49181         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49182         (not LONG_LONG_MAX and LONG_LONG_MIN.
49183         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49184         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49185         name.
49186         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49188 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49190         [BZ #2547]
49191         [BZ #11365]
49192         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49193         manipulate bits before adding and subtracting TWO23[sx].
49194         * math/libm-test.inc (nearbyint_test): Add more tests.
49196 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49198         [BZ #2548]
49199         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49200         bits before adding and subtracting TWO23[sx].
49201         * math/libm-test.inc (rint_test): Add more tests.
49202         (rint_test_tonearest): Likewise.
49203         (rint_test_towardzero): Likewise.
49204         (rint_test_downward): Likewise.
49205         (rint_test_upward: Likewise.
49207 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49209         [BZ #10110]
49210         * include/stdc-predef.h: New file.  Extracted from features.h.
49211         * include/features.h: Include stdc-predef.h.
49212         * Makefile (headers): Add stdc-predef.h.
49213         * CONFORMANCE (Compiler limitations): Update.
49215 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49217         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49219 2012-02-21  David S. Miller  <davem@davemloft.net>
49221         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49222         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49224 2012-02-20  David S. Miller  <davem@davemloft.net>
49226         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49227         using a normal save/restore sequence, rather than allocating a
49228         dummy stack frame just to store a frame pointer and restore.
49229         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49231 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49233         * manual/install.texi: Fix stray word in line-wrapped comment.
49235 2012-02-20  David S. Miller  <davem@davemloft.net>
49237         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49238         both binutils and gcc support GOTDATA.
49240         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49241         "rd %pc" in the PIC register setup sequences.
49243         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49244         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49245         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49246         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49247         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49248         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49249         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49250         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49252         (SYSCALL_ERROR_HANDLER): Likewise.
49253         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49254         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49255         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49256         (SYSCALL_ERROR_HANDLER): Likewise.
49258         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49259         (HAVE_GCC_GOTDATA): New.
49260         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49261         relocation support in both binutils and gcc.
49262         * sysdeps/sparc/elf/configure: Regenerate.
49264         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49265         * sysdeps/sparc/sparc32/elf/configure: Delete.
49266         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49267         * sysdeps/sparc/sparc64/elf/configure: Delete.
49268         * sysdeps/sparc/elf/configure.in: New file.
49269         * sysdeps/sparc/elf/configure: Generate.
49271         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49272         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49273         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49274         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49275         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49277 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49279         * manual/install.texi: Do not mention specific glibc version
49280         numbers.
49281         * manual/libc.texinfo (VERSION, UPDATED): Update.
49282         (@copying): Use @copyright{} and range of years.
49284 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49286         [BZ #13695]
49287         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49288         [crti.S not in sysdirs] (generated): Do not append.
49289         [crti.S not in sysdirs] (omit-deps): Likewise.
49290         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49291         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49292         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49293         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49294         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49295         Likewise.
49296         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49297         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49298         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49299         * csu/defs.awk: Remove file.
49300         * sysdeps/generic/initfini.c: Likewise.
49301         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49302         variable.
49303         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49304         Likewise.
49306 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49308         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49309         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49310         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49311         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49312         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49313         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49314         <bits/epoll.h>.
49315         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49316         (__EPOLL_PACKED): Define to empty if not defined by
49317         <bits/epoll.h>.
49318         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49319         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49320         bits/epoll.h.
49322 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49324         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49325         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49326         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49327         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49328         <bits/timerfd.h>.
49329         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49330         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49331         bits/timerfd.h.
49333 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49335         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49336         in C locale.
49337         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49338         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49339         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49342 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49344         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49345         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49347 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49349         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49350         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49351         defined.
49352         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49353         Likewise.
49354         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49355         entry for 2.16.
49357 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49359         * math/w_acos.c: Use non-signaling floating-point comparisons.
49360         * math/w_acosf.c: Likewise.
49361         * math/w_acosh.c: Likewise.
49362         * math/w_acoshf.c: Likewise.
49363         * math/w_acoshl.c: Likewise.
49364         * math/w_acosl.c: Likewise.
49365         * math/w_asin.c: Likewise.
49366         * math/w_asinf.c: Likewise.
49367         * math/w_asinl.c: Likewise.
49368         * math/w_atanh.c: Likewise.
49369         * math/w_atanhf.c: Likewise.
49370         * math/w_atanhl.c: Likewise.
49371         * math/w_exp2.c: Likewise.
49372         * math/w_exp2f.c: Likewise.
49373         * math/w_exp2l.c: Likewise.
49374         * math/w_j0.c: Likewise.
49375         * math/w_j0f.c: Likewise.
49376         * math/w_j0l.c: Likewise.
49377         * math/w_j1.c: Likewise.
49378         * math/w_j1f.c: Likewise.
49379         * math/w_j1l.c: Likewise.
49380         * math/w_jn.c: Likewise.
49381         * math/w_jnf.c: Likewise.
49382         * math/w_log.c: Likewise.
49383         * math/w_log10.c: Likewise.
49384         * math/w_log10f.c: Likewise.
49385         * math/w_log10l.c: Likewise.
49386         * math/w_log2.c: Likewise.
49387         * math/w_log2f.c: Likewise.
49388         * math/w_log2l.c: Likewise.
49389         * math/w_logf.c: Likewise.
49390         * math/w_logl.c: Likewise.
49391         * math/w_sqrt.c: Likewise.
49392         * math/w_sqrtf.c: Likewise.
49393         * math/w_sqrtl.c: Likewise.
49394         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49395         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49396         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49397         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49398         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49400 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49402         [BZ #9739]
49403         * manual/string.texi (strnlen): Use correct parameter name in
49404         equivalent expression.
49406 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49408         [BZ #11174]
49409         * manual/users.texi (seteuid): Consistently use neweuid for
49410         argument name.
49412 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49414         [BZ #13704]
49415         * manual/nss.texi (Services in the NSS configuration): Correct
49416         list of services in example configuration file.
49418 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49420         [BZ #11322]
49421         * manual/arith.texi: Remove statements about negative zero
49422         behaving identically to zero.
49424 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49426         [BZ #5993]
49427         * manual/install.texi: Do not document upgrading from libc5.
49429 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49431         [BZ #4596]
49432         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49434 2012-02-18  David S. Miller  <davem@davemloft.net>
49436         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49437         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49438         %o7 across the call.
49439         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49440         instead.
49441         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49442         SETUP_PIC_REG_LEAF.
49443         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49444         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49445         * sysdeps/sparc/crtn.S: Likewise.
49447 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49449         * aout/Makefile: Remove.
49451 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49453         [BZ #13058]
49454         * manual/examples/argp-ex1.c (main): Format definition in GNU
49455         style.
49456         * manual/examples/argp-ex2.c (main): Likewise.
49457         * manual/examples/argp-ex3.c (main): Likewise.
49458         * manual/examples/argp-ex4.c (main): Likewise.
49459         * manual/examples/longopt.c (main): Use new-style prototype
49460         definition.
49461         * manual/examples/strncat.c (main): Specify return type and use
49462         (void) for arguments.
49463         * manual/examples/subopt.c (main): Use char **argv argument.
49465 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49467         [BZ #5077]
49468         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49469         rounding modes.
49471 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49473         [BZ #6907]
49474         * manual/string.texi (strchr): Change when strchrnul is
49475         recommended.
49477 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49479         [BZ #174]
49480         * manual/locale.texi (setlocale): Document LOCPATH.
49482 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49484         [BZ #10210]
49485         * manual/process.texi (execle): Move @dots{} before last argument.
49487 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49489         [BZ #12047]
49490         * manual/charset.texi (Generic Charset Conversion): Fix typo
49491         (LC_TYPE -> LC_CTYPE).
49493 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49495         [BZ #5805]
49496         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49497         (scalbnf): Likewise.
49498         (scalbnl): Likewise.
49499         (scalbln): Likewise.
49500         (scalblnf): Likewise.
49501         (scalblnl): Likewise.
49502         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49503         (vwarnx): Likewise.
49504         (verr): Likewise.
49505         (verrx): Likewise.
49506         * manual/filesys.texi (telldir): Use braces around return type.
49507         * manual/llio.texi (mmap): Add space after comma.
49508         (mmap64): Likewise.
49509         * manual/math.texi (jn): Use @var{} on parameter names.
49510         (jnf): Likewise.
49511         (jnl): Likewise.
49512         (yn): Likewise.
49513         (ynf): Likewise.
49514         (ynl): Likewise.
49515         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49516         line.
49517         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49518         "...".
49519         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49520         (sched_get_priority_max): Likewise.
49521         * manual/signal.texi (sigvec): Add space after comma.
49522         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49523         names.
49524         (if_indextoname): Likewise.
49525         (if_freenameindex): Likewise.
49526         (sendto): Use ',' instead of '.' in prototype.
49527         * manual/startup.texi (syscall): Use @dots{} instead of literal
49528         "...".
49529         * manual/stdio.texi (__fpending): Separate initial words of
49530         paragraph from @deftypefun line.
49531         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49532         "...".
49533         (vsyslog): Use @var{} on parameter names.
49534         * manual/terminal.texi (stty): Use @var{} on parameter names.
49535         * manual/users.texi (getutmp): Use @var{} on parameter names.
49536         (getutmpx): Likewise.
49538 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49540         [BZ #6884]
49541         * manual/stdio.texi (fopen): Fix typos in description of
49542         ",ccs=STRING".
49544 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49546         [BZ #4026]
49547         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49548         get clock_id definition.
49550 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49552         [BZ #4822]
49553         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49554         (madvise): Cast every argument to void on its own.
49556 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49558         [BZ #9902]
49559         * manual/startup.texi (Exit Status): Fix typo.
49561 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49563         [BZ #10140]
49564         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49565         * manual/examples/argp-ex2.c: Likewise.
49566         * manual/examples/argp-ex3.c: Likewise.
49568 2012-02-16  Richard Henderson  <rth@redhat.com>
49570         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49571         * sysdeps/s390/s390-32/initfini.c: Remove.
49572         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49573         * sysdeps/s390/s390-64/initfini.c: Remove.
49575 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49577         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49578         compiler output for sysdeps/generic/initfini.c.
49579         * sysdeps/sh/elf/initfini.c: Remove file.
49581 2012-02-16  David S. Miller  <davem@davemloft.net>
49583         [BZ #11494]
49584         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49586         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49587         * sysdeps/sparc/crti.S: New file.
49588         * sysdeps/sparc/crtn.S: New file.
49589         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49590         * sysdeps/sparc/sparc64/Makefile: Likewise.
49592 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49594         [BZ #3335]
49595         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49597 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49599         [BZ #4822]
49600         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49602         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49603         (write, read, close): Likewise.
49604         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49606 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49608         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49609         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49610         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49611         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49612         <bits/signalfd.h>.
49613         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49614         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49615         bits/signalfd.h.
49617 2012-02-14  Marek Polacek  <polacek@redhat.com>
49619         * sysdeps/x86_64/crti.S: New file.
49620         * sysdeps/x86_64/crtn.S: New file.
49621         * sysdeps/x86_64/elf/initfini.c: Remove file.
49623 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49625         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49626         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49627         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49628         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49629         <bits/inotify.h>.
49630         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49631         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49632         bits/inotify.h.
49634 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49636         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49637         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49638         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49639         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49640         <bits/eventfd.h>.
49641         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49642         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49643         bits/eventfd.h.
49645 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49647         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49648         __feraiseexcept instead of feraiseexcept.
49650         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49651         nanosleep invocations.
49652         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49653         strings, and add error checking for a nanosleep invocations.
49655 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49657         Replace FSF snail mail address with URLs, as per GNU coding standards.
49658         Most of the snail mail addresses were wrong anyway, and omitting
49659         them makes the source code easier to maintain.  Almost all of the
49660         changes are to license notices and to locale LC_IDENTIFICATION
49661         addresses, except for this one:
49662         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49663         not its snail mail address.
49665 2012-02-09  Richard Henderson  <rth@twiddle.net>
49667         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49668         of kernel-features.h.
49670         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49672 2012-02-08  Marek Polacek  <polacek@redhat.com>
49674         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49675         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49676         * sysdeps/gnu/_G_config.h: Likewise.
49677         * sysdeps/generic/_G_config.h: Likewise.
49679 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49681         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49682         tests.
49683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49685         * sysdeps/powerpc/powerpc32/crti.S: New file.
49686         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49687         * sysdeps/powerpc/powerpc64/crti.S: New file.
49688         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49690         * Makeconfig (have-initfini): Don't set.
49691         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49692         * configure.in (nopic_initfini): Don't substitute.
49693         * config.h.in (HAVE_INITFINI): Don't #undef.
49694         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49695         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49697 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49699         Support crti.S and crtn.S provided directly by architectures.
49700         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49701         [crti.S in sysdirs] (omit-deps): Likewise.
49702         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49703         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49704         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49705         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49706         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49707         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49708         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49709         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49710         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49711         compiler output for sysdeps/generic/initfini.c.
49712         * sysdeps/i386/elf/Makefile: Remove file.
49713         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49715 2012-02-07  Marek Polacek  <polacek@redhat.com>
49717         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49718         * sysdeps/gnu/_G_config.h: Likewise.
49719         * sysdeps/mach/hurd/_G_config.h: Likewise.
49721 2012-02-07  Marek Polacek  <polacek@redhat.com>
49723         * math/Makefile (tests): Add tst-CMPLX2.
49724         * math/tst-CMPLX2.c: New file.
49726 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49728         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49730         * math/libm-test.inc (jn_test): Add missing L suffix.
49732 2012-02-06  Marek Polacek  <polacek@redhat.com>
49734         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49735         * sysdeps/i386/fpu/e_powf.S: Likewise.
49736         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49737         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49738         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49739         * sysdeps/i386/fpu/e_pow.S: Likewise.
49740         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49741         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49742         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49743         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49744         * sysdeps/i386/fpu/e_log2.S: Likewise.
49745         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49746         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49747         * sysdeps/i386/fpu/e_powl.S: Likewise.
49748         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49749         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49750         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49751         * sysdeps/i386/fpu/e_logl.S: Likewise.
49752         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49753         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49754         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49755         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49756         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49757         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49758         * sysdeps/i386/fpu/e_log.S: Likewise.
49759         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49760         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49761         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49762         * sysdeps/i386/fpu/e_logf.S: Likewise.
49763         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49764         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49765         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49766         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49767         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49768         * sysdeps/i386/fpu/e_log10.S: Likewise.
49769         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49770         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49771         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49772         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49773         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49774         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49775         * sysdeps/i386/asm-syntax.h: Likewise.
49776         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49777         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49778         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49779         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49780         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49781         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49782         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49783         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49784         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49785         * sysdeps/powerpc/sysdep.h: Likewise.
49786         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49787         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49789 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49791         [BZ #411]
49792         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49794 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49796         * sysdeps/i386/sysdep.h: Include <features.h>.
49797         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49798         version.
49800 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49802         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49803         Define.
49804         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49805         LOAD_PIC_REG_STR.
49807 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49809         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49810         (SETUP_PIC_REG): Use GET_PC_THUNK.
49811         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49812         macro.
49814 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49816         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49817         for non-PIC compilation.
49818         (SETUP_PIC_REG): Add .p2align directive.
49819         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49820         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49821         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49822         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49823         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49824         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49825         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49826         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49827         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49828         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49829         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49830         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49831         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49832         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49833         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49834         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49835         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49836         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49837         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49838         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49839         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49840         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49841         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49842         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49843         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49844         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49845         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49846         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49847         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49848         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49849         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49850         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49851         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49852         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49853         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49854         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49855         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49856         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49857         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49858         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49859         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49861 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49863         * math/tst-CMPLX.c: Include <stdio.h>.
49865 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49867         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49868         float.
49869         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49870         * sysdeps/sparc/bits/mathdef.h: Likewise.
49872 2012-01-31  Marek Polacek  <polacek@redhat.com>
49874         * libio/libio.h: Don't define _PARAMS.
49875         * locale/programs/config.h: Don't define PARAMS.
49876         * stdlib/strtol_l.c: Likewise.
49877         (__strtol_l): Remove PARAMS from the prototype.
49879 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49881         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49882         names.  Just use the correct names.  Remove unnecessary wrapper
49883         functions.
49884         * malloc/arena.c: Likewise.
49885         * malloc/hooks.c: Likewise.
49887         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49888         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49889         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49891 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49893         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49894         into tail calls.
49895         (update_get_addr): New function.
49896         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49897         GET_ADDR_MODULE parameter.
49899 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49901         * crypt/cert.c: Remove __STDC__ conditionals.
49902         * crypt/crypt-entry.c: Likewise.
49903         * crypt/crypt_util.c: Likewise.
49904         * libio/filedoalloc.c: Likewise.
49905         * libio/fileops.c: Likewise.
49906         * libio/genops.c: Likewise.
49907         * libio/iofclose.c: Likewise.
49908         * libio/iofdopen.c: Likewise.
49909         * libio/iofopen.c: Likewise.
49910         * libio/iofopen64.c: Likewise.
49911         * libio/iogetdelim.c: Likewise.
49912         * libio/iopopen.c: Likewise.
49913         * libio/obprintf.c: Likewise.
49914         * libio/oldfileops.c: Likewise.
49915         * libio/oldiofclose.c: Likewise.
49916         * libio/oldiofdopen.c: Likewise.
49917         * libio/oldiofopen.c: Likewise.
49918         * libio/oldiopopen.c: Likewise.
49919         * libio/wfiledoalloc.c: Likewise.
49920         * libio/wgenops.c: Likewise.
49921         * locale/programs/xmalloc.c: Likewise.
49922         * misc/syslog.c: Likewise.
49923         * stdio-common/xbug.c: Likewise.
49924         * string/memchr.c: Likewise.
49925         * string/memcmp.c: Likewise.
49926         * string/memrchr.c: Likewise.
49927         * string/rawmemchr.c: Likewise.
49928         * sysdeps/posix/getcwd.c: Likewise.
49929         * time/strftime_l.c: Likewise.
49931 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49933         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49934         * config.make.in (config-cflags-sse2avx): Define.
49935         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49936         Fix typo.
49938 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49940         * scripts/config.guess: Update from upstream config git repository.
49941         * scripts/config.sub: Likewise.
49943 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49945         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49946         (EM_NUM): Update.
49947         (R_TILEPRO_*, R_TILEGX_*): New macros.
49949         * scripts/firstversions.awk: Fix bug in version range handling.
49951         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49953         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49955         * include/sys/epoll.h: New file.
49956         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49957         libc_hidden_def.
49959 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49961         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49962         Avoid unnecessary __WORDSIZE == 64 test.
49963         (fmaxf): Use VEX format if possible.
49964         (fmax): Likewise.
49965         (fminf): Likewise.
49966         (fmin): Likewise.
49968         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49969         * math/math_private.h: Remove libc_fegetround* and
49970         libc_fesetround*.
49971         * sysdeps/i386/configure.in: Check for -msse2avx.
49972         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49973         also if SSE2AVX is defined.
49974         Remove libc_fegetround* and libc_fesetround*.
49975         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49976         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49977         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49978         of HAS_YMM_USABLE.
49979         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49980         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49981         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49982         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49983         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49985         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49987 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49989         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49990         size is not set.
49991         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49993 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49995         [BZ #13618]
49996         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49997         relocation.
49998         * Makeconfig (libm): Define.
49999         * elf/Makefile: Add rules to build and run tst-relsort1.
50000         * elf/tst-relsort1.c: New file.
50001         * elf/tst-relsort1mod1.c: New file.
50002         * elf/tst-relsort1mod2.c: New file.
50004 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50006         * math/s_ldexp.c: Remove __STDC__ conditionals.
50007         * math/s_ldexpf.c: Likewise.
50008         * math/s_ldexpl.c: Likewise.
50009         * math/s_nextafter.c: Likewise.
50010         * math/s_nexttowardf.c: Likewise.
50011         * math/s_significand.c: Likewise.
50012         * math/s_significandf.c: Likewise.
50013         * math/s_significandl.c: Likewise.
50014         * math/w_jnl.c: Likewise.
50015         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50016         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50017         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50018         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50019         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50020         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50021         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50022         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50023         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50024         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50025         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50026         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50027         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50028         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50029         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50030         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50031         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50032         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50033         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50034         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50035         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50036         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50037         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50038         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50039         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50040         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50041         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50042         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50043         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50044         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50045         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50046         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50047         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50048         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50049         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50050         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50051         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50052         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50053         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50054         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50055         * sysdeps/ieee754/k_standard.c: Likewise.
50056         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50057         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50058         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50059         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50060         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50061         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50062         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50063         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50064         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50065         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50066         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50067         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50068         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50069         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50070         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50071         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50072         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50073         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50074         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50075         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50076         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50077         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50078         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50079         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50080         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50081         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50082         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50083         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50084         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50085         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50086         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50087         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50088         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50089         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50090         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50091         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50092         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50093         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50094         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50095         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50096         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50097         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50098         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50099         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50100         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50101         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50102         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50103         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50104         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50105         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50106         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50107         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50108         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50109         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50110         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50111         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50112         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50113         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50114         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50115         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50116         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50117         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50118         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50119         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50120         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50121         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50122         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50123         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50124         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50125         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50126         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50127         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50128         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50129         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50130         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50131         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50132         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50133         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50134         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50135         * sysdeps/ieee754/s_matherr.c: Likewise.
50136         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50137         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50138         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50139         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50141 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50143         * crypt/md5.h: Remove __STDC__ conditionals.
50144         * libio/libioP.h: Likewise.
50145         * locale/programs/config.h: Likewise.
50146         * sysdeps/generic/sysdep.h: Likewise.
50147         * sysdeps/i386/asm-syntax.h: Likewise.
50148         * sysdeps/s390/asm-syntax.h: Likewise.
50149         * sysdeps/unix/sysdep.h: Likewise.
50150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50153 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50155         * libio/libio.h: Remove __STDC__ conditionals.
50156         * malloc/obstack.h: Likewise.
50157         * math/complex.h: Likewise.
50158         * math/math.h: Likewise.
50159         * sysdeps/generic/_G_config.h: Likewise.
50160         * sysdeps/gnu/_G_config.h: Likewise.
50161         * sysdeps/mach/hurd/_G_config.h: Likewise.
50162         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50163         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50164         * sysdeps/sparc/bits/mathdef.h: Likewise.
50166 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50168         [BZ #13583]
50169         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50170         Clean up HAS_* macros.
50171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50172         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50173         possible.
50174         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50175         HAS_AVX.
50176         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50177         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50178         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50179         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50180         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50182 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50184         * elf/tst-unique3.cc (gets): Remove declaration.
50185         * elf/tst-unique3lib.cc (gets): Likewise.
50186         * elf/tst-unique3lib2.cc (gets): Likewise.
50187         * elf/tst-unique4.cc (gets): Likewise.
50189 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50191         * include/stdio.h: Add C++ protection.  Add gets declarations and
50192         definitions.
50193         * debug/tst-chk1.c: Don't declare gets here.
50194         * stdio-common/tst-gets.c: Likewise.
50196 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50198         * posix/glob: Remove directory.
50200 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50202         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50204 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50206         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50207         of the non-standard EPFNOSUPPORT.
50209 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50211         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50212         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50213         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50215 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50217         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50219 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50221         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50222         transient errors.
50223         * nscd/grpcache.c (cache_addgr): Likewise.
50224         * nscd/hstcache.c (cache_addhst): Likewise.
50225         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50226         * nscd/pwdcache.c (cache_addpw): Likewise.
50227         * nscd/servicescache.c (cache_addserv): Likewise.
50229 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50231         * malloc/malloc.c: Various cleanups.
50232         * malloc/hooks.c: Likewise.
50234         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50235         * stdlib/bug-fmtmsg1.c: New file.
50237         * stdlib/fmtmsg.c (init): Add missing unlock.
50238         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50240 2012-01-12  Marek Polacek  <polacek@redhat.com>
50242         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50243         and _GNU_SOURCE.
50245 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50247         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50248         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50249         macro to ensure uniqueness of label name.
50250         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50251         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50253 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50255         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50257         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50258         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50259         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50260         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50262 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50264         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50266         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50267         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50268         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50270         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50272         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50273         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50274         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50275         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50277         * math/bits/math-finite.h: Add ldexp support.
50279 2012-01-10  Marek Polacek  <polacek@redhat.com>
50281         * locale/programs/localedef.h (show_archive_content): Add noreturn
50282         attribute.
50284 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50286         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50288 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50290         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50292         * io/Makefile (headers): Add bits/poll2.h.
50294 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50296         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50297         typo #include statement.
50299 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50301         * include/sys/cdefs.h: Define __attribute_alloc_size.
50302         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50303         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50304         * elf/pldd.c: Likewise.
50305         * iconv/iconv_charmap.c: Likewise.
50306         * iconv/iconvconfig.c: Likewise.
50307         * iconv/strtab.c: Likewise.
50308         * locale/programs/locale.c: Likewise.
50309         * locale/programs/localedef.h: Likewise.
50310         * locale/programs/simple-hash.c: Likewise.
50311         * nscd/nscd.h: Likewise.
50312         * nss/makedb.c: Likewise.
50313         * sysdeps/generic/ldconfig.h: Likewise.
50314         * locale/programs/localedef.c: Remove xmalloc prototype.
50315         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50317 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50319         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50320         appropriate.
50322 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50324         * math/Makefile (tests): Add tst-CMPLX.
50325         * math/tst-CMPLX.c: New file.
50327         * math/complex.h (CMPLXL): Fix typo.
50329         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50330         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50331         GLIBC_2.16.
50332         * debug/tst-chk1.c: Add poll and ppoll tests.
50333         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50334         * include/sys/poll.h: Add hidden proto for ppoll.
50335         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50336         * sysdeps/mach/hurd/ppoll.c: Likewise.
50337         * io/ppoll.c: Likewise.
50338         * debug/poll_chk.c: New file.
50339         * debug/ppoll_chk.c: New file.
50340         * include/bits/poll2.h: New file.
50341         * io/bits/poll2.h: New file.
50343         [BZ #1350]
50344         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50346         * configure.in: static is always set to yes.  Remove.
50347         * config.make.in: Don't set build-static.
50348         * Makeconfig: Remove use of build-static.
50349         * dlfcn/Makefile: Likewise.
50350         * elf/Makefile: Likewise.
50351         * math/Makefile: Likewise.
50352         * misc/Makefile: Likewise.
50353         * nptl/Makefile: Likewise.
50354         * sysdeps/mach/hurd/Makefile: Likewise.
50356         * configure.in: PWD_P is not used anymore.
50357         * config.make.in: Remove PWD_P entry.
50359         * configure.in: Remove last remnants of RANLIB.
50360         No need to check for signed size_t anymore.
50361         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50362         and IA-64.
50363         Remove __builtin_expect test because we require at least gcc 3.4.
50364         * aclocal.m4: Likewise.
50366         * wcsmbs/mbrtoc16.c: Implement using towc function.
50367         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50368         * wcsmbs/wcsmbsload.c: Likewise.
50369         * iconv/gconv_simple.c: Likewise.
50370         * iconv/gconv_int.h: Likewise.
50371         * iconv/gconv_builtin.h: Likewise.
50372         * iconv/iconv_prog.c: Remove CHAR16 handling.
50374         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50376         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50378         * configure.in: Remove --with-elf and --enable-bounded options.
50379         Dont set base_machine for ia64.  More non-ELF conditions removed.
50380         Remove testing and setting of leading underscore information.
50381         * config.make.in (build-bounded): Set to no.
50382         * config.h.in: Remove NO_UNDERSCORES entry.
50383         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50384         them.
50385         * csu/start.c: Remove !NO_UNDERSCORE code.
50386         * locale/localeinfo.h: Likewise.
50387         * sysdeps/generic/machine-gmon.h: Likewise.
50388         * sysdeps/generic/sysdep.h: Likewise.
50389         * sysdeps/i386/sysdep.h: Likewise.
50390         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50391         * sysdeps/mach/sysdep.h: Likewise.
50392         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50393         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50394         * sysdeps/sh/sysdep.h: Likewise.
50395         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50396         * sysdeps/unix/i386/sysdep.S: Likewise.
50397         * sysdeps/unix/sparc/start.c: Likewise.
50398         * sysdeps/unix/sparc/sysdep.S: Likewise.
50399         * sysdeps/unix/sparc/sysdep.h: Likewise.
50400         * sysdeps/unix/start.c: Likewise.
50401         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50402         * sysdeps/x86_64/sysdep.h: Likewise.
50404 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50406         [BZ #13553]
50407         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50408         for non-gcc.
50409         * argp/argp-fmtstream.h: Use const instead __const.
50410         * argp/argp.h: Likewise.
50411         * assert/assert.h: Likewise.
50412         * bits/fenv.h: Likewise.
50413         * bits/sched.h: Likewise.
50414         * bits/sigset.h: Likewise.
50415         * bits/sigthread.h: Likewise.
50416         * catgets/nl_types.h: Likewise.
50417         * conform/data/pthread.h-data: Likewise.
50418         * crypt/crypt-private.h: Likewise.
50419         * crypt/crypt.h: Likewise.
50420         * crypt/crypt_util.c: Likewise.
50421         * ctype/ctype.h: Likewise.
50422         * debug/execinfo.h: Likewise.
50423         * debug/mbsnrtowcs_chk.c: Likewise.
50424         * debug/mbsrtowcs_chk.c: Likewise.
50425         * debug/wcsnrtombs_chk.c: Likewise.
50426         * debug/wcsrtombs_chk.c: Likewise.
50427         * debug/wcstombs_chk.c: Likewise.
50428         * dirent/dirent.h: Likewise.
50429         * dlfcn/dlfcn.h: Likewise.
50430         * elf/neededtest4.c: Likewise.
50431         * grp/grp.h: Likewise.
50432         * gshadow/gshadow.h: Likewise.
50433         * iconv/gconv.h: Likewise.
50434         * iconv/gconv_int.h: Likewise.
50435         * iconv/gconv_simple.c: Likewise.
50436         * iconv/iconv.h: Likewise.
50437         * iconv/loop.c: Likewise.
50438         * iconv/skeleton.c: Likewise.
50439         * include/aio.h: Likewise.
50440         * include/aliases.h: Likewise.
50441         * include/argz.h: Likewise.
50442         * include/arpa/inet.h: Likewise.
50443         * include/assert.h: Likewise.
50444         * include/dirent.h: Likewise.
50445         * include/dlfcn.h: Likewise.
50446         * include/execinfo.h: Likewise.
50447         * include/fcntl.h: Likewise.
50448         * include/fenv.h: Likewise.
50449         * include/glob.h: Likewise.
50450         * include/grp.h: Likewise.
50451         * include/libintl.h: Likewise.
50452         * include/mntent.h: Likewise.
50453         * include/netdb.h: Likewise.
50454         * include/pwd.h: Likewise.
50455         * include/rpc/netdb.h: Likewise.
50456         * include/sched.h: Likewise.
50457         * include/search.h: Likewise.
50458         * include/shadow.h: Likewise.
50459         * include/signal.h: Likewise.
50460         * include/stdio.h: Likewise.
50461         * include/stdlib.h: Likewise.
50462         * include/string.h: Likewise.
50463         * include/sys/socket.h: Likewise.
50464         * include/sys/stat.h: Likewise.
50465         * include/sys/statfs.h: Likewise.
50466         * include/sys/statvfs.h: Likewise.
50467         * include/sys/syslog.h: Likewise.
50468         * include/sys/time.h: Likewise.
50469         * include/sys/uio.h: Likewise.
50470         * include/time.h: Likewise.
50471         * include/unistd.h: Likewise.
50472         * include/utmp.h: Likewise.
50473         * include/wchar.h: Likewise.
50474         * include/wctype.h: Likewise.
50475         * inet/aliases.h: Likewise.
50476         * inet/arpa/inet.h: Likewise.
50477         * inet/netinet/ether.h: Likewise.
50478         * inet/netinet/in.h: Likewise.
50479         * intl/libintl.h: Likewise.
50480         * io/bits/fcntl2.h: Likewise.
50481         * io/fcntl.h: Likewise.
50482         * io/ftw.h: Likewise.
50483         * io/sys/poll.h: Likewise.
50484         * io/sys/stat.h: Likewise.
50485         * io/sys/statfs.h: Likewise.
50486         * io/sys/statvfs.h: Likewise.
50487         * io/utime.h: Likewise.
50488         * libio/bits/stdio.h: Likewise.
50489         * libio/bits/stdio2.h: Likewise.
50490         * libio/libio.h: Likewise.
50491         * libio/libioP.h: Likewise.
50492         * libio/stdio.h: Likewise.
50493         * locale/lc-ctype.c: Likewise.
50494         * locale/locale.h: Likewise.
50495         * login/utmp.h: Likewise.
50496         * malloc/arena.c: Likewise.
50497         * malloc/malloc.c: Likewise.
50498         * malloc/malloc.h: Likewise.
50499         * malloc/mcheck.c: Likewise.
50500         * malloc/mtrace.c: Likewise.
50501         * math/bits/mathcalls.h: Likewise.
50502         * math/fenv.h: Likewise.
50503         * math/math_private.h: Likewise.
50504         * misc/bits/error.h: Likewise.
50505         * misc/bits/syslog.h: Likewise.
50506         * misc/err.h: Likewise.
50507         * misc/error.h: Likewise.
50508         * misc/fstab.h: Likewise.
50509         * misc/mntent.h: Likewise.
50510         * misc/regexp.h: Likewise.
50511         * misc/search.h: Likewise.
50512         * misc/sgtty.h: Likewise.
50513         * misc/sys/mman.h: Likewise.
50514         * misc/sys/syslog.h: Likewise.
50515         * misc/sys/uio.h: Likewise.
50516         * misc/sys/xattr.h: Likewise.
50517         * misc/ttyent.h: Likewise.
50518         * nis/rpcsvc/ypclnt.h: Likewise.
50519         * nss/nss.h: Likewise.
50520         * posix/bits/unistd.h: Likewise.
50521         * posix/fnmatch.h: Likewise.
50522         * posix/glob.h: Likewise.
50523         * posix/sched.h: Likewise.
50524         * posix/spawn.h: Likewise.
50525         * posix/sys/wait.h: Likewise.
50526         * posix/unistd.h: Likewise.
50527         * posix/wordexp.h: Likewise.
50528         * pwd/pwd.h: Likewise.
50529         * resolv/netdb.h: Likewise.
50530         * resource/sys/resource.h: Likewise.
50531         * rt/aio.h: Likewise.
50532         * rt/bits/mqueue2.h: Likewise.
50533         * rt/mqueue.h: Likewise.
50534         * shadow/shadow.h: Likewise.
50535         * signal/signal.h: Likewise.
50536         * socket/send.c: Likewise.
50537         * socket/sendto.c: Likewise.
50538         * socket/sys/socket.h: Likewise.
50539         * stdio-common/printf.h: Likewise.
50540         * stdlib/bits/stdlib.h: Likewise.
50541         * stdlib/fmtmsg.h: Likewise.
50542         * stdlib/monetary.h: Likewise.
50543         * stdlib/stdlib.h: Likewise.
50544         * stdlib/ucontext.h: Likewise.
50545         * streams/stropts.h: Likewise.
50546         * string/argz.h: Likewise.
50547         * string/bits/string2.h: Likewise.
50548         * string/string.h: Likewise.
50549         * string/strings.h: Likewise.
50550         * sunrpc/rpc/auth.h: Likewise.
50551         * sunrpc/rpc/auth_des.h: Likewise.
50552         * sunrpc/rpc/clnt.h: Likewise.
50553         * sunrpc/rpc/netdb.h: Likewise.
50554         * sunrpc/rpc/pmap_clnt.h: Likewise.
50555         * sunrpc/rpc/xdr.h: Likewise.
50556         * sysdeps/generic/inttypes.h: Likewise.
50557         * sysdeps/generic/net/if.h: Likewise.
50558         * sysdeps/generic/sys/swap.h: Likewise.
50559         * sysdeps/gnu/net/if.h: Likewise.
50560         * sysdeps/gnu/utmpx.h: Likewise.
50561         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50562         * sysdeps/i386/i486/bits/string.h: Likewise.
50563         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50564         * sysdeps/s390/bits/string.h: Likewise.
50565         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50566         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50567         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50568         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50569         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50570         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50571         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50572         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50573         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50574         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50575         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50576         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50577         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50578         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50579         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50580         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50581         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50582         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50583         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50584         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50585         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50586         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50587         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50588         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50589         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50590         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50591         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50592         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50593         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50594         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50595         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50596         * sysvipc/sys/ipc.h: Likewise.
50597         * sysvipc/sys/msg.h: Likewise.
50598         * sysvipc/sys/sem.h: Likewise.
50599         * sysvipc/sys/shm.h: Likewise.
50600         * termios/termios.h: Likewise.
50601         * time/sys/time.h: Likewise.
50602         * time/time.h: Likewise.
50603         * wcsmbs/bits/wchar2.h: Likewise.
50604         * wcsmbs/uchar.h: Likewise.
50605         * wcsmbs/wchar.h: Likewise.
50606         * wctype/wctype.h: Likewise.
50608         [BZ #13551]
50609         * Makeconfig: Remove all but ELF support including AIX support.
50610         * Makerules: Likewise.
50611         * config.h.in: Likewise.
50612         * config.make.in: Likewise.
50613         * configure: Likewise.
50614         * configure.in: Likewise.
50615         * csu/Makefile: Likewise.
50616         * csu/version.c: Likewise.
50617         * debug/Makefile: Likewise.
50618         * dlfcn/Makefile: Likewise.
50619         * elf/Makefile: Likewise.
50620         * extra-lib.mk: Likewise.
50621         * iconv/Makefile: Likewise.
50622         * include/libc-symbols.h: Likewise.
50623         * include/shlib-compat.h: Likewise.
50624         * resolv/Makefile: Likewise.
50625         * resolv/res_libc.c: Likewise.
50626         * rt/Makefile: Likewise.
50627         * sysdeps/i386/asm-syntax.h: Likewise.
50628         * sysdeps/i386/sysdep.h: Likewise.
50629         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50630         * sysdeps/mach/sysdep.h: Likewise.
50631         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50632         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50633         * sysdeps/s390/asm-syntax.h: Likewise.
50634         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50635         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50636         * sysdeps/sh/sysdep.h: Likewise.
50637         * sysdeps/unix/sparc/sysdep.h: Likewise.
50638         * sysdeps/wordsize-32/divdi3.c: Likewise.
50639         * sysdeps/x86_64/sysdep.h: Likewise.
50641         * argp/Versions: Remove _argp_unlock_xxx.
50643         [BZ #13559]
50644         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50645         * abilist/libBrokenLocale.abilist: Likewise.
50646         * abilist/libanl.abilist: Likewise.
50647         * abilist/libc.abilist: Likewise.
50648         * abilist/libcrypt.abilist: Likewise.
50649         * abilist/libdl.abilist: Likewise.
50650         * abilist/libm.abilist: Likewise.
50651         * abilist/libnsl.abilist: Likewise.
50652         * abilist/libpthread.abilist: Likewise.
50653         * abilist/libresolv.abilist: Likewise.
50654         * abilist/librt.abilist: Likewise.
50655         * abilist/libthread_db.abilist: Likewise.
50656         * abilist/libutil.abilist: Likewise.
50657         * abilist/libnss_db.abilist: New file.
50659         * scripts/abilist.awk: Add support for indirect functions.
50661         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50663         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50665         * shlib-versions: Remove entries for ports architectures.
50667         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50668         files in ports.
50669         * elf/stackguard-macros.h: Remove support for IA-64.
50670         * elf/tst-auditmod1.c: Likewise.
50671         * sysdeps/generic/ldsodefs.h: Likewise.
50673         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50674         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50675         configure files.
50677         [BZ #13552]
50678         * configure.in: Remove --enable-omitfp support.
50679         * FAQ.in: Adjust.
50680         * config.make.in: Likewise.
50681         * Makeconfig: Likewise.
50682         * manual/install.texi: Likewise.
50684         In case anyone cares, the IA-64 architecture could move to ports.
50685         * sysdeps/ia64/*: Removed.
50686         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50687         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50689         [BZ #13555]
50690         * configure.in: Remove entries for unsupported architectures.
50692         [BZ #13533]
50693         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50694         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50695         routines.
50696         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50697         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50698         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50699         fall back to using wcrtomb.
50700         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50701         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50702         renaming.
50703         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50704         * wcsmbs/tst-c16c32-1.c: New file.
50706         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50707         local variable.
50709         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50711         * elf/tst-unique3.cc: Add explicit declaration of gets.
50712         * elf/tst-unique3lib.cc: Likewise.
50713         * elf/tst-unique3lib2.cc: Likewise.
50714         * elf/tst-unique4.cc: Likewise.
50716         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50718 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50720         [BZ #13566]
50721         * assert/assert.h (static_assert): Don't define for C++.
50722         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50723         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50725 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50727         * iconv/loop.c (single loop): Fix assertion in storing of
50728         remaining bytes.
50730         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50732 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50734         * posix/getconf.c: Update copyright year.
50735         * nss/getent.c: Likewise.
50736         * nss/makedb.c: Likewise.
50737         * iconv/iconvconfig.c: Likewise.
50738         * iconv/iconv_prog.c: Likewise.
50739         * elf/ldconfig.c: Likewise.
50740         * elf/pldd.c: Likewise.
50741         * elf/sotruss.ksh: Likewise.
50742         * catgets/gencat.c: Likewise.
50743         * csu/version.c: Likewise.
50744         * elf/ldd.bash.in: Likewise.
50745         * elf/sprof.c (print_version): Likewise.
50746         * locale/programs/locale.c: Likewise.
50747         * locale/programs/localedef.c: Likewise.
50748         * login/programs/pt_chown.c: Likewise.
50749         * nscd/nscd.c (print_version): Likewise.
50750         * debug/xtrace.sh: Likewise.
50751         * malloc/memusage.sh: Likewise.
50752         * malloc/mtrace.pl: Likewise.
50753         * debug/catchsegv.sh: Likewise.
50755 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50757         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50758         pure attribute.
50760 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50762         [BZ #13533]
50763         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50764         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50765         transformations.
50766         * iconv/gconv_int.h: Likewise.
50767         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50768         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50769         from libc for GLIBC_2.16.
50770         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50771         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50772         * wcsmbs/uchar.h: Really define mbstate_t.
50773         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50774         * wcsmbs/c16rtomb.c: New file.
50775         * wcsmbs/mbrtoc16.c: New file.
50776         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50777         for C/POSIX locale.
50778         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50779         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50781         * wcsmbs/wchar.h: Add missing __restrict.
50783 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50785         [BZ #13532]
50786         * time/Makefile (routines): Add timespec_get.
50787         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50788         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50789         timespec for ISO C11.
50790         * time/timespec_get.c: New file.
50791         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50792         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50794         [BZ #13531]
50795         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50796         * stdlib/stdlib.h: Declare aligned_alloc.
50797         * Versions.def: Add GLIBC_2.16 for libc.
50798         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50800         [BZ 13527]
50801         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50802         ISO C11.
50804         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50805         code.
50807         [BZ #13528]
50808         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50810         [BZ #13529]
50811         * assert/assert.h (static_assert): Define.
50813         * version.h: Update for 2.16 development version.
50815         [BZ #13526]
50816         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50817         _ISOC11_SOURCE.
50819         * version.h (RELEASE): Bump for 2.15 release.
50820         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50822         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50823         Patch by Marek Polacek <mpolacek@redhat.com>.
50825         * bits/byteswap.h: Protect long long constants with __extension__.
50826         * sysdeps/i386/bits/byteswap.h: Likewise.
50827         * sysdeps/ia64/bits/byteswap.h: Likewise.
50828         * sysdeps/s390/bits/byteswap.h: Likewise.
50829         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50831 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50833         [BZ #13540]
50834         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50835         destination buffer.
50836         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50838 2011-12-23  Marek Polacek  <polacek@redhat.com>
50840         * elf/dl-addr.c (determine_info): Add inline keyword.
50841         * elf/tst-auditmod4b.c (check_avx): Likewise.
50842         * elf/tst-auditmod6b.c (check_avx): Likewise.
50843         * elf/tst-auditmod6c.c (check_avx): Likewise.
50844         * elf/tst-auditmod7b.c (check_avx): Likewise.
50846 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50848         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50849         !__SSE_MATH__.
50851 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50853         [BZ #13540]
50854         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50855         processing for last bytes.
50857 2011-08-06  Bruno Haible  <bruno@clisp.org>
50859         [BZ #13061]
50860         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50861         U+0385, not to U+1FEE.
50863         [BZ #13062]
50864         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50865         entry for U+00A5 U+0301.
50867 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50869         [BZ #13166]
50870         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50871         buffer for the output is too small.
50873         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50874         optimization.
50876         [BZ #13185]
50877         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50878         SSE flags if possible.
50880 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50882         [BZ #13540]
50883         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50884         processing for last bytes.
50886 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50888         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50889         (syscall-list-default-options, syscall-list-default-condition)
50890         (syscall-list-includes): Define.
50891         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50892         list of ABIs and options and #if conditions for each ABI.  Do not
50893         handle common syscalls between ABIs specially.
50894         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50895         Remove.
50896         (syscall-list-variants, syscall-list-32bit-options)
50897         (syscall-list-32bit-condition, syscall-list-64bit-options)
50898         (syscall-list-64bit-condition): Define.
50899         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50900         (syscall-list-variants, syscall-list-32bit-options)
50901         (syscall-list-32bit-condition, syscall-list-64bit-options)
50902         (syscall-list-64bit-condition): Define.
50903         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50904         Remove.
50905         (syscall-list-variants, syscall-list-32bit-options)
50906         (syscall-list-32bit-condition, syscall-list-64bit-options)
50907         (syscall-list-64bit-condition): Define.
50908         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50909         Remove.
50910         (syscall-list-variants, syscall-list-32bit-options)
50911         (syscall-list-32bit-condition, syscall-list-64bit-options)
50912         (syscall-list-64bit-condition): Define.
50914 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50916         * locale/iso-639.def: Add brx entry.
50918         [BZ #13328]
50919         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50920         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50922         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50923         __feraiseexcept_renamed.
50925 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50927         [BZ #13538]
50928         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50929         EPOLLET with unsigned values.
50930         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50931         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50933         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50934         to large cancellation.
50935         * math/s_cacoshf.c: Likewise.
50936         * math/s_cacoshl.c: Likewise.
50938 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50940         [BZ #13305]
50941         [BZ #12786]
50942         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50943         * math/s_cacoshf.c: Likewise.
50944         * math/s_cacoshl.c: Likewise.
50946 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50948         [BZ #13439]
50949         * iconv/gconv.h: Define __GCONV_SWAP.
50950         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50951         * iconvdata/utf-16.c: Likewise.
50952         * iconvdata/utf-32.c: Likewise.
50954 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50956         [BZ #13524]
50957         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50958         numerator after shifting it by one limb.
50960 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50962         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50963         under [__USE_EXTERN_INLINES].
50965 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50967         [BZ #13446]
50968         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50970 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50972         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50973         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50974         optimized code.
50975         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50976         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50977         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50978         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50979         for strncasecmp/strncasecmp_l compilation.
50980         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50981         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50983 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50985         [BZ #13484]
50986         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50987         of __asm__.
50989 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50991         [BZ #13506]
50992         * time/tzfile.c (__tzfile_read): Check values from file header.
50994 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50996         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50997         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50998         * powerpc/powerpc32/dl-start.S: Likewise.
50999         * powerpc/powerpc32/elf/start.S: Likewise.
51000         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51001         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51002         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51003         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51004         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51005         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51006         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51007         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51008         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51009         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51010         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51011         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51012         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51013         * powerpc/powerpc32/memset.S: Likewise.
51014         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51015         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51016         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51017         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51018         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51019         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51020         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51021         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51022         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51023         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51024         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51025         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51026         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51028 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51030         * math/libm-test.inc: Added more nearbyint tests.
51031         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51032         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51033         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51034         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51036 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51038         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51039         FD_CLOEXEC.
51041 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51043         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51044         Add wcscpy-ssse3 wcscpy-c.
51045         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51046         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51047         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51048         * sysdeps/x86_64/wcschr.S: New file.
51049         * sysdeps/x86_64/wcsrchr.S: New file.
51050         * string/test-strcmp.c: Remove checking of wcscmp function for
51051         wrong alignments.
51052         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51053         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51054         wcsrchr-sse2 wcsrchr-c.
51055         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51056         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51057         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51058         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51059         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51060         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51061         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51062         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51063         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51064         * wcsmbc/wcschr.c (WCSCHR): New macro.
51066 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51068         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51069         * wcsmbs/test-wcsrchr.c: New file.
51070         * string/test-strrchr.c: Add wcsrchr support.
51071         (WIDE): New macro.
51072         * wcsmbs/test-wcscpy.c: New file.
51073         * string/test-strcpy.c: Add wcscpy support.
51074         (WIDE): New macro.
51076 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51078         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51079         the inner loop.
51081 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51083         [BZ #13472]
51084         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51086 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51088         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51089         Minor optimizations.
51091         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51092         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51093         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51095 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51097         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51098         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51099         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51100         for gcc to avoid warnings.
51101         * inet/Makefile (tests): Add tst-checks.
51102         * inet/tst-checks.c: New file.
51104         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51105         warning.
51107         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51108         __wmemcmp_sse2.
51110         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51111         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51113         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51115 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51117         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51118         problem.
51120         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51122 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51124         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51125         conditional on GCC version.
51126         (__arch_compare_and_exchange_val_8_acq)
51127         (__arch_compare_and_exchange_val_16_acq)
51128         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51129         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51130         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51132 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51134         * sysdeps/sh/backtrace.c: New file.
51136 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51138         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51139         parenthesis.
51141 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51143         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51144         falling back to utime.
51146 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51148         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51149         expectations for float.
51151 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51153         * locale/weight.h (findidx): Add parameter len.
51154         * locale/weightwc.h (findidx): Likewise.
51155         * posix/fnmatch_loop.c (FCT): Adjust caller.
51156         * posix/regcomp.c (build_equiv_class): Likewise.
51157         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51158         * posix/regexec.c (check_node_accept_bytes): Likewise.
51159         * string/strcoll_l.c (STRCOLL): Likewise.
51160         * string/strxfrm_l.c (STRXFRM): Likewise.
51162 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51164         * Makefile.in: Remove CVSOPT handling.
51165         * configure.in: Remove use of AC_REVISION.
51166         * iconvdata/Makefile (distribute): No need to filter out CVS.
51167         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51168         handling.
51170 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51172         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51173         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51174         [USE_AS_STRNCASECMP_L]: Likewise.
51175         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51176         NO_TLS_DIRECT_SEG_REFS.
51177         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51178         Fix argument offsets for non-PIC.
51179         [USE_AS_STRNCASECMP_L]: Likewise.
51180         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51181         NO_TLS_DIRECT_SEG_REFS.
51183 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51185         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51186         O_CLOEXEC.
51187         * locale/loadlocale.c (_nl_load_locale): Likewise.
51189 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51191         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51192         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51193         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51194         (SYSCALL_GETTIME): Set errno on error.
51196         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51197         count references to noai6ai_cached.
51199 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51201         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51203         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51204         FD_CLOEXEC for /proc/self/maps.
51206         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51207         FD_CLOEXEC for /proc/meminfo.
51209         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51210         gai.conf.
51212         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51213         FD_CLOEXEC for given file.
51215         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51217         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51218         FD_CLOEXEC for /etc/hosts.
51219         (_gethtent): Likewise.
51221         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51223         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51224         cancellation and set FD_CLOEXEC for /etc/netgroup.
51226         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51227         reading /etc/publickey.
51229         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51230         allow cancellation when reading /etc/group.
51232         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51233         cancellation.
51234         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51236         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51237         when using data file.
51239         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51241         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51242         (write_nis_obj): Use "c" and "e" in fopen.
51244         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51246         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51248         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51250         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51252         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51253         locale.alias.
51255         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51257         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51259         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51261         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51262         file parsing and set FD_CLOEXEC.
51264 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51266         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51268 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51270         * malloc/arena.c (arena_get2): Don't call reused_arena when
51271         _int_new_arena failed.
51273 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51275         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51276         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51277         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51278         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51279         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51280         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51281         to compile strcasecmp and strncasecmp.
51282         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51283         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51285         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51287 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51289         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51290         locale-defines.sym to gen-as-const-headers.
51291         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51292         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51293         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51294         to compile strcasecmp and strncasecmp.
51295         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51296         strcasecmp_l and strncasecmp_l.
51297         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51298         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51299         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51300         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51301         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51302         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51303         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51304         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51305         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51306         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51307         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51309 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51311         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51312         result of SYSDEP_GETTIME_CPU to retval.
51313         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51314         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51316         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51317         variable.
51319         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51320         mantissa words.
51321         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51323         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51324         from unused variable.
51326         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51327         DWARF definitions.
51328         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51329         for assembling.
51331         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51332         over namespaces.
51334         * sunrpc/rpc_prot.c (rejected): Fix case value.
51336         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51337         unsigned long long int to avoid warnings in shift.
51339         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51340         of use of trans.
51341         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51342         variable tmp.
51344         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51345         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51346         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51348         * nis/nis_table.c (nis_list): Use variable of correct type for
51349         result of __follow_path call.
51351 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51353         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51354         of math functions ceil, trunc, floor, round, and sqrt, when
51355         avaliable on the platform.
51356         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51357         name clash.
51358         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51359         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51360         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51362 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51364         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51365         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51367 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51369         * include/unistd.h: Fix __readlink return type.
51370         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51372 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51374         * stdlib/ucontext.h: Undo last change for makecontext.
51376 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51378         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51380         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51381         * setjmp/setjmp.h: Mark functions as non-leaf.
51382         * setjmp/bits/setjmp2.h: Likewise.
51383         * stdlib/ucontext.h: Likewise.
51385 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51387         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51388         (reused_arena): Don't check arena limit.
51389         (arena_get2): Atomically check arena limit.
51391 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51393         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51394         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51396         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51397         instructions.
51399 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51401         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51402         handler when locking.
51404         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51405         Fix size of allocated buffer.
51407 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51409         [BZ #10103]
51410         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51411         declarations for long double functions.
51412         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51414         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51416 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51418         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51419         installed.
51421         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51422         is disabled.
51424 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51426         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51428 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51430         * include/alloca.h (stackinfo_alloca_round): Define.
51431         (extend_alloca): Use it.
51432         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51433         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51434         here.
51436         * scripts/check-local-headers.sh: Ignore libaudit.h.
51438         * nscd/Makefile (extra-objs): Make recursively expanded.
51440 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51442         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51443         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51445         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51446         * posix/tst-rfc3484-2.c: Likewise.
51447         * posix/tst-rfc3484-3.c: Likewise.
51449         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51450         process_vm_writev.
51451         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51452         process_vm_writev.
51453         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51454         process_vm_writev from libc using GLIBC_2.15 version.
51456         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51458 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51460         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51461         stack usage.
51463 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51465         [BZ #13367]
51466         * nss/getent.c (initgroups_keys): Show error message in case no group
51467         names are given.
51469         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51470         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51471         __bump_nl_timestamp.
51472         * nscd/connections (nscd_init): When host database is served open
51473         netlink socket and request notification about configuration changes.
51474         (main_loop_poll): Track netlink file descriptor and bump timestamp
51475         in case data becomes available.
51476         (main_loop_epoll): Likewise.
51477         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51478         (database_pers_head): Add extra_data fileds.
51479         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51480         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51481         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51482         Adjust caller.
51483         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51484         in6ai data, call __free_in6ai.
51485         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51486         Add -DHAVE_NETLINK.
51487         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51488         interface information.  Reuse previous data if netlink timestamp
51489         is not changed.
51490         (__bump_nl_timestamp): New function.
51491         (__free_in6ai): New function.
51493 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51495         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51496         close_not_cancel_no_status here.
51497         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51499 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51501         [BZ #13276]
51502         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51503         return value.
51505         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51506         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51507         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51509 2011-07-03  Andreas Jaeger  <aj@suse.de>
51511         [BZ #10709]
51512         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51513         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51514         * math/libm-test.inc (sin_test): Add test case.
51516 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51518         [BZ #13337]
51519         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51520         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51522         * elf/chroot_canon.c (chroot_canon): Cleanups.
51524         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51526         [BZ #13335]
51527         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51528         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51530         * string/test-strchr.c: Make usable for strchrnul testing.
51531         * string/test-strchrnul.c: New file.
51532         * string/Makefile (strop-tests): Add strchrnul.
51534         * po/it.po: Update from translation team.
51535         * po/es.po: Likewise.
51537 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51539         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51540         the three constants needed as parameters.  Drop the others.
51541         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51542         __m128i_strloadu_tolower.
51543         Create and initialize variable zero and use it in all the places
51544         where _mm_setzero_si128 was used.
51546         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51547         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51548         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51549         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51550         anymore.
51551         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51552         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51553         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51554         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51555         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51556         __mpranred, __mptan.
51557         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51558         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51559         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51560         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51561         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51562         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51563         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51564         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51565         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51567 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51569         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51570         redefine if SHARED.
51571         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51573         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51574         wide char related routines to wcsmbs subdir.
51576 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51578         [BZ #13344]
51579         * misc/sys/cdefs.h (__THROWNL): Define.
51580         * posix/unistd.h: Use __THREADNL instead of __THREAD
51581         for memory synchronization functions.
51583 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51585         [BZ #13349]
51586         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51587         doesn't exist.
51588         * manual/stdio.texi (Obstack Streams): Node removed.
51590 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51592         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51593         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51594         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51596         * math/math_private.h (math_force_eval): Allow non-addressable
51597         arguments.
51598         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51600 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51602         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51603         file is not needed.
51605         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51606         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51607         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51608         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51609         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51610         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51611         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51612         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51613         Add AVX variants.
51614         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51615         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51616         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51617         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51618         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51619         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51620         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51621         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51622         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51623         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51624         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51625         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51626         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51627         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51628         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51629         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51630         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51631         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51632         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51634         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51635         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51637         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51638         place.  Use VEX encoding when compiling for AVX.
51640 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51642         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51643         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51645         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51647 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51649         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51650         useless if() expression.
51651         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51652         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51653         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51654         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51655         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51656         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51657         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51658         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51659         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51660         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51661         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51662         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51663         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51664         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51665         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51666         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51667         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51668         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51669         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51671         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51673 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51675         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51676         condition.
51677         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51679 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51681         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51682         .text section.  Avoid duplicate constants.
51683         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51684         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51685         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51686         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51687         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51688         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51689         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51690         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51691         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51692         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51693         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51694         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51695         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51696         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51697         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51698         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51699         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51700         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51701         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51702         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51703         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51704         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51705         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51706         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51707         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51708         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51709         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51710         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51711         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51712         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51713         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51714         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51715         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51716         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51717         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51718         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51719         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51720         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51721         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51722         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51723         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51724         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51725         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51726         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51727         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51729 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51731         * sysdeps/x86_64/dla.h: Move to ...
51732         * sysdeps/x86_64/fpu/dla.h: ...here.
51733         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51734         situations.  Use __builtin_fma only for gcc 4.6 and up.
51736         * config.make.in: Add have-mfma4 entry.
51737         * configure.in: Substitute libc_cv_cc_fma4.
51738         * math/Makefile (dbl-only-routines): Add sincostab.
51739         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51740         Use __sincostab not sincos.
51741         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51742         name is a macro.
51743         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51744         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51745         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51746         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51747         using __copysign.
51748         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51749         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51750         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51751         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51752         and __inv.
51753         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51754         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51755         __copysign.
51756         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51757         define aliases when function name is a macro.
51758         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51759         sysdeps/ieee754/dbl-64/sincos.tbl.
51760         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51761         fma4-enabled routines.
51762         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51763         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51764         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51765         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51766         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51767         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51768         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51769         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51770         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51771         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51772         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51773         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51774         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51775         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51776         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51777         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51778         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51779         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51780         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51781         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51782         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51783         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51784         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51785         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51786         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51787         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51788         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51789         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51790         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51791         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51793         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51794         rename.
51795         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51796         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51797         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51798         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51799         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51800         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51801         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51802         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51804 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51806         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51808 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51810         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51812         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51813         prediction.
51814         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51816         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51817         Remove unused variable magic_bits.
51818         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51820         * string/strnlen.c: Define and use STRNLEN macro.
51821         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51822         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51823         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51824         * wcsmbs/wcslen.c: Define and use WCSLEN.
51825         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51826         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51827         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51828         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51829         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51830         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51831         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51833 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51835         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51836         strnlen-sse2-no-bsf.
51837         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51838         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51839         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51840         Add strnlen support.
51841         (USE_AS_STRNLEN): New macro.
51842         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51843         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51844         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51845         * sysdeps/x86_64/wcslen.S: New file.
51847 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51849         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51850         XMM-moves are used for copying on small sizes.
51852 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51854         * wcsmbs/Makefile (strop-tests): Add wcschr.
51855         * wcsmbs/test-wcschr.c: New file.
51856         * string/test-strchr.c: Update.
51857         Add wcschr support.
51858         (WIDE): New macro.
51860 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51862         * wcsmbs/Makefile (strop-tests): Add wcslen.
51863         * wcsmbs/test-wcslen.c: New file.
51864         * string/test-strlen.c: Update.
51865         Add wcslen support.
51866         (WIDE): New macro.
51868 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51870         * po/it.po: Update from translation team.
51872 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51874         * sysdeps/x86_64/wcscmp.S: Update.
51875         Fix wrong comparison semantics.
51876         wcscmp shall use signed comparison not unsigned.
51877         Don't use substraction to avoid overflow bug.
51878         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51879         * wcsmbc/wcscmp.c: Likewise.
51880         * string/test-strcmp.c: Likewise.
51881         Add new tests to check cases with negative values.
51883 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51885         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51886         * sysdeps/x86_64/dla.h: ...here.  New file.
51887         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51888         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51889         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51890         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51891         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51892         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51893         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51894         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51895         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51897 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51899         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51900         __ynl_finite aliases.
51902 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51904         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51906         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51907         define DLA_FMA.
51908         [DLA_FMA] (EMULV): Use DLA_FMA.
51909         [DLA_FMA] (MUL12): Use EMULV.
51910         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51911         that are not needed.
51912         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51913         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51914         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51915         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51916         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51917         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51918         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51920 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51922         * math/s_nan.c: Undef __nan.
51923         * math/s_nanf.c: Undef __nanf.
51924         * math/s_nanl.c: Undef __nanl.
51925         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51926         "math_private.h".
51928 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51930         * math/s_catan.c: Add branch predictions.
51931         * math/s_catanf.c: Likewise.
51932         * math/s_catanh.c: Likewise.
51933         * math/s_catanhf.c: Likewise.
51934         * math/s_catanhl.c: Likewise.
51935         * math/s_catanl.c: Likewise.
51936         * math/s_cexp.c: Likewise.
51937         * math/s_cexpf.c: Likewise.
51938         * math/s_cexpl.c: Likewise.
51939         * math/s_clog.c: Likewise.
51940         * math/s_clog10.c: Likewise.
51941         * math/s_clog10f.c: Likewise.
51942         * math/s_clog10l.c: Likewise.
51943         * math/s_clogf.c: Likewise.
51944         * math/s_clogl.c: Likewise.
51945         * math/s_csqrt.c: Likewise.
51946         * math/s_csqrtf.c: Likewise.
51947         * math/s_csqrtl.c: Likewise.
51948         * math/s_ctanf.c: Likewise.
51949         * math/s_ctanh.c: Likewise.
51950         * math/s_ctanhf.c: Likewise.
51951         * math/s_ctanhl.c: Likewise.
51952         * math/s_ctanl.c: Likewise.
51954         * math/math_private.h: Define __nan, __nanf, __nanl.
51955         * math/s_cacosh.c: Include <math_private.h>.
51956         * math/s_cacoshl.c: Likewise.
51957         * math/s_casinh.c: Likewise.
51958         * math/s_casinhf.c: Likewise.
51959         * math/s_casinhl.c: Likewise.
51960         * math/s_ccos.c: Rely entire on ccosh.
51961         * math/s_ccosf.c: Rely entire on ccoshf.
51962         * math/s_ccosl.c: Rely entirely on ccoshl.
51963         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51964         Remove tests for FE_INVALID.
51965         * math/s_ccoshf.c: Likewise.
51966         * math/s_ccoshl.c: Likewise.
51967         * math/s_csin.c: Likewise.
51968         * math/s_csinf.c: Likewise.
51969         * math/s_csinh.c Likewise.
51970         * math/s_csinhf.c: Likewise.
51971         * math/s_csinhl.c: Likewise.
51972         * math/s_csinl.c: Likewise.
51973         * math/s_ctan.c: Likewise.
51974         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51975         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51976         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51978 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51980         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51981         compilation problems.
51983         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51984         __builtin_expect.
51986 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51988         * sysdeps/i386/configure.in: Test for -mfma4 option.
51989         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51990         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51991         COMMON_CPUID_INDEX_80000001.
51992         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51993         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51994         use it if FMA3 is not supported.
51995         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51997         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51998         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52000 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52002         [BZ #12892]
52003         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52004         it would create a cycle with a link time dependency.
52006 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52008         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52009         instruction.
52010         * string/Makefile (strop-tests): Add rawmemchr.
52011         * string/test-rawmemchr.c: New file.
52013         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52014         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52015         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52016         when compiling str{,n}casecmp and when AVX is available.  Hook up
52017         new optimized code in initializers.
52019 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52021         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52022         __feraiseexcept instead of feraiseexcept.
52024 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52026         * math/math_private.h: Define defaults for libc_fetestexcept and
52027         libc_feupdateenv.
52028         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52029         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52030         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52031         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52032         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52033         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52034         libc_fetestexcept and libc_feupdateenv.
52036         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52037         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52038         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52039         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52040         libc_feholdexcept_setround.
52042         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52043         Add s_nearbyint-c and s_nearbyintf-c.
52044         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52045         nearbyintf inlines.
52046         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52047         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52048         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52049         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52051         * math/math_private.h: Define defaults for libc_fegetround,
52052         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52053         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52054         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52055         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52056         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52057         standard functions.
52058         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52059         Remove comments and hacks for old compiler versions.
52060         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52061         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52062         libc_feholdexceptl.
52064 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52066         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52067         (__feraiseexcept_renamed): Add __NTH.
52068         (feraiseexcept): Add __NTH.  Rename local variables to fix
52069         namespace violations.
52071 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52073         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52075         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52077         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52078         recently added interfaces.
52079         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52081         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52082         about macro parameter expansion.
52084         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52085         __NO_MATH_INLINES is defined.  Cleanups.
52087         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52088         and __floorf is target has SSE4.1.
52089         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52090         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52091         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52092         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52094         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52095         name.
52096         (floorf): Likewise.
52098         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52100 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52102         * misc/sys/cdefs.h: Fix last change.
52104         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52105         database lookup.
52107 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52109         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52111         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52112         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52113         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52114         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52115         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52116         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52117         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52118         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52119         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52120         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52121         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52122         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52123         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52124         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52125         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52126         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52127         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52128         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52129         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52130         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52131         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52132         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52134         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52135         ceil, ceilf, floor, floorf.
52137         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52138         Perform IRELATIVE relocations last.
52140         * elf/do-rel.h: Add another parameter nrelative, replacing the
52141         local variable with the same name.  Change name of the function
52142         to end in Rel or Rela (uppercase).
52143         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52144         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52145         elf_dynamic_do_##reloc function.
52147 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52149         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52150         is sufficient, at least on modern CPUs.
52152         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52154         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52155         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52157         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52158         __expl_finite.
52159         * math/bits/math-finite.h: Add entries for exp.
52160         * math/e_expl.c: Add __*_finite alias.
52161         * sysdeps/i386/fpu/e_exp.S: Likewise.
52162         * sysdeps/i386/fpu/e_expf.S: Likewise.
52163         * sysdeps/i386/fpu/e_expl.c: Likewise.
52164         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52165         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52166         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52167         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52168         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52169         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52170         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52172         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52173         is sufficient, at least on modern CPUs.
52175         * ctype/ctype-info.c (__ctype_init): Define.
52176         * include/ctype.h (__ctype_init): Declare.
52177         (__ctype_b_loc): The variable is always initialized.
52178         (__ctype_toupper_loc): Likewise.
52179         (__ctype_tolower_loc): Likewise.
52180         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52181         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52183 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52185         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52187         * configure.in: Also look in $cxxmachine/include for C++ system
52188         headers.
52190 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52192         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52193         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52194         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52195         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52196         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52197         (USE_AS_WMEMCMP): New macro.
52198         Fixing indents.
52199         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52200         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52201         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52202         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52203         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52204         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52205         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52206         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52207         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52208         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52209         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52210         (USE_AS_WMEMCMP): New macro.
52211         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52212         * sysdeps/string/test-memcmp.c: Update.
52213         Fix simple_wmemcmp.
52214         Add new tests.
52215         * wcsmbs/wmemcmp.c: Update.
52216         (WMEMCMP): New macro.
52217         Fix overflow bug.
52219 2011-10-12  Andreas Jaeger  <aj@suse.de>
52221         [BZ #13268]
52222         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52224 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52226         * libio/iofwide.c (do_length): Avoid warning.
52228         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52230 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52232         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52234         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52235         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52236         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52237         * sysdeps/i386/i686/fpu/e_log.S: New file.
52238         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52239         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52241         * ctype/ctype.h: Add support for inlined isXXX functions when
52242         compiling C++ code.
52244 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52246         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52248         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52250 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52252         [BZ #13291]
52253         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52255 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52257         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52258         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52259         feraiseexcept.
52261         * sysdeps/x86_64/memrchr.S: Check for zero size.
52263         * string/stratcliff.c: Add memrchr tests.
52265 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52267         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52268         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52269         rawmemchr-sse2 rawmemchr-sse2-bsf.
52270         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52271         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52272         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52273         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52274         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52275         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52276         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52277         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52278         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52279         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52280         * string/memrchr.c (MEMRCHR): New macro.
52282 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52284         Add integration with gcc's -ffinite-math-only and optimize wrapper
52285         functions in libm.
52286         * Versions.def: Define GLIBC_2.15 version for libm.
52287         * math/Makefile (headers): Add bits/math-finite.h.
52288         * math/bits/math-finite.h: New file.
52289         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52290         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52291         * math/e_acoshl.c: Add __*_finite alias.
52292         * math/e_acosl.c: Likewise.
52293         * math/e_asinl.c: Likewise.
52294         * math/e_atan2l.c: Likewise.
52295         * math/e_atanhl.c: Likewise.
52296         * math/e_coshl.c: Likewise.
52297         * math/e_exp10.c: Likewise.
52298         * math/e_exp10f.c: Likewise.
52299         * math/e_exp10l.c: Likewise.
52300         * math/e_exp2l.c: Likewise.
52301         * math/e_fmodl.c: Likewise.
52302         * math/e_gammal_r.c: Likewise.
52303         * math/e_hypotl.c: Likewise.
52304         * math/e_j0l.c: Likewise.
52305         * math/e_j1l.c: Likewise.
52306         * math/e_jnl.c: Likewise.
52307         * math/e_lgammal_r.c: Likewise.
52308         * math/e_log10l.c: Likewise.
52309         * math/e_log2l.c: Likewise.
52310         * math/e_logl.c: Likewise.
52311         * math/e_powl.c: Likewise.
52312         * math/e_sinhl.c: Likewise.
52313         * math/e_sqrtl.c: Likewise.
52314         * math/e_scalb.c: Completely rewritten and optimized.
52315         * math/e_scalbf.c: Likewise.
52316         * math/e_scalbl.c: Likewise.
52317         * math/w_acos.c: Likewise.
52318         * math/w_acosf.c: Likewise.
52319         * math/w_acosl.c: Likewise.
52320         * math/w_acosh.c: Likewise.
52321         * math/w_acoshf.c: Likewise.
52322         * math/w_acoshl.c: Likewise.
52323         * math/w_asin.c: Likewise.
52324         * math/w_asinf.c: Likewise.
52325         * math/w_asinl.c: Likewise.
52326         * math/w_atan2.c: Likewise.
52327         * math/w_atan2f.c: Likewise.
52328         * math/w_atan2l.c: Likewise.
52329         * math/w_atanh.c: Likewise.
52330         * math/w_atanhf.c: Likewise.
52331         * math/w_atanhl.c: Likewise.
52332         * math/w_exp10.c: Likewise.
52333         * math/w_exp10f.c: Likewise.
52334         * math/w_exp10l.c: Likewise.
52335         * math/w_fmod.c: Likewise.
52336         * math/w_fmodf.c: Likewise.
52337         * math/w_fmodl.c: Likewise.
52338         * math/w_j0.c: Likewise.
52339         * math/w_j0f.c: Likewise.
52340         * math/w_j0l.c: Likewise.
52341         * math/w_j1.c: Likewise.
52342         * math/w_j1f.c: Likewise.
52343         * math/w_j1l.c: Likewise.
52344         * math/w_jn.c: Likewise.
52345         * math/w_jnf.c: Likewise.
52346         * math/w_log.c: Likewise.
52347         * math/w_logf.c: Likewise.
52348         * math/w_logl.c: Likewise.
52349         * math/w_log10.c: Likewise.
52350         * math/w_log10f.c: Likewise.
52351         * math/w_log10l.c: Likewise.
52352         * math/w_log2.c: Likewise.
52353         * math/w_log2f.c: Likewise.
52354         * math/w_log2l.c: Likewise.
52355         * math/w_pow.c: Likewise.
52356         * math/w_powf.c: Likewise.
52357         * math/w_powl.c: Likewise.
52358         * math/w_remainder.c: Likewise.
52359         * math/w_remainderf.c: Likewise.
52360         * math/w_remainderl.c: Likewise.
52361         * math/w_scalb.c: Likewise.
52362         * math/w_scalbf.c: Likewise.
52363         * math/w_scalbl.c: Likewise.
52364         * math/w_sqrt.c: Likewise.
52365         * math/w_sqrtf.c: Likewise.
52366         * math/w_sqrtl.c: Likewise.
52367         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52368         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52369         used.
52370         * math/math_private.h: Declare __kernel_standard_f.
52371         * math/w_cosh.c: Remove cruft and optimize a bit.
52372         * math/w_coshf.c: Likewise.
52373         * math/w_coshl.c: Likewise.
52374         * math/w_exp2.c: Likewise.
52375         * math/w_exp2f.c: Likewise.
52376         * math/w_exp2l.c: Likewise.
52377         * math/w_hypot.c: Likewise.
52378         * math/w_hypotf.c: Likewise.
52379         * math/w_hypotl.c: Likewise.
52380         * math/w_lgamma.c: Likewise.
52381         * math/w_lgamma_r.c: Likewise.
52382         * math/w_lgammaf.c: Likewise.
52383         * math/w_lgammaf_r.c: Likewise.
52384         * math/w_lgammal.c: Likewise.
52385         * math/w_lgammal_r.c: Likewise.
52386         * math/w_sinh.c: Likewise.
52387         * math/w_sinhf.c: Likewise.
52388         * math/w_sinhl.c: Likewise.
52389         * math/w_tgamma.c: Likewise.
52390         * math/w_tgammaf.c: Likewise.
52391         * math/w_tgammal.c: Likewise.
52392         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52393         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52394         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52395         Minor optimizations.  Pretty printing.  Remove cruft.
52396         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52397         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52398         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52399         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52400         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52401         * sysdeps/i386/fpu/e_asin.S: Likewise.
52402         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52403         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52404         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52405         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52406         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52407         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52408         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52409         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52410         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52411         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52412         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52413         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52414         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52415         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52416         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52417         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52418         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52419         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52420         * sysdeps/i386/fpu/e_log.S: Likewise.
52421         * sysdeps/i386/fpu/e_log10.S: Likewise.
52422         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52423         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52424         * sysdeps/i386/fpu/e_log2.S: Likewise.
52425         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52426         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52427         * sysdeps/i386/fpu/e_logf.S: Likewise.
52428         * sysdeps/i386/fpu/e_logl.S: Likewise.
52429         * sysdeps/i386/fpu/e_pow.S: Likewise.
52430         * sysdeps/i386/fpu/e_powf.S: Likewise.
52431         * sysdeps/i386/fpu/e_powl.S: Likewise.
52432         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52433         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52434         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52435         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52436         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52437         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52438         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52439         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52440         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52441         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52442         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52443         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52444         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52445         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52446         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52447         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52448         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52449         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52450         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52451         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52452         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52453         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52454         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52455         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52456         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52457         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52458         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52459         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52460         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52461         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52462         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52463         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52464         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52465         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52466         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52467         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52468         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52469         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52470         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52471         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52472         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52473         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52474         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52475         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52476         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52477         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52478         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52479         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52480         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52481         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52482         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52483         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52484         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52485         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52486         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52487         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52488         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52489         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52490         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52491         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52492         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52493         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52494         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52495         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52496         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52497         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52498         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52499         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52500         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52501         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52502         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52503         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52504         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52505         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52506         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52507         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52508         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52509         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52510         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52511         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52512         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52513         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52514         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52515         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52516         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52517         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52518         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52519         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52520         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52521         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52522         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52523         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52524         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52525         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52526         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52527         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52528         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52529         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52530         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52531         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52532         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52533         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52534         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52535         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52536         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52537         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52538         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52539         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52540         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52541         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52542         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52543         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52544         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52545         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52546         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52547         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52548         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52549         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52550         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52551         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52552         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52553         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52554         (__isnanf): Likewise.
52555         (__isinf_ns): Likewise.
52556         (__isinf_nsf): Likewise.
52557         (__finite): Likewise.
52558         (__finitef): Likewise.
52559         (__ieee754_sqrt): Define as macro.
52560         (__ieee754_sqrtf): Define as macro.
52561         (__ieee754_sqrtl): Define as macro.
52562         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52563         inlined copy.
52564         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52565         __FINITE_MATH_ONLY__ consistent.
52566         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52568 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52570         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52571         of rawmemchr.
52573         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52575 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52577         * po/ja.po: Update from translation team.
52579 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52581         * locale/programs/locarchive.c (prepare_address_space): New function.
52582         (create_archive, enlarge_archive, open_archive): Use it.
52584         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52585         inside [SHARED], where it is used.
52587         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52589         * nss/getent.c (netgroup_keys): Remove unused variable.
52590         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52592 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52594         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52595         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52596         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52597         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52598         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52599         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52600         * math/Makefile (libm-calls): Add s_isinf_ns.
52601         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52602         * math/multc3.c: Likewise.
52603         * math/s_casin.c: Likewise.
52604         * math/s_casinf.c: Likewise.
52605         * math/s_casinl.c: Likewise.
52606         * math/s_ccos.c: Likewise.
52607         * math/s_ccosf.c: Likewise.
52608         * math/s_ccosl.c: Likewise.
52609         * math/s_ctan.c: Likewise.
52610         * math/s_ctanf.c: Likewise.
52611         * math/s_ctanh.c: Likewise.
52612         * math/s_ctanhf.c: Likewise.
52613         * math/s_ctanhl.c: Likewise.
52614         * math/s_ctanl.c: Likewise.
52615         * math/w_fmod.c: Likewise.
52616         * math/w_fmodf.c: Likewise.
52617         * math/w_fmodl.c: Likewise.
52618         * math/w_remainder.c: Likewise.
52619         * math/w_remainderf.c: Likewise.
52620         * math/w_remainderl.c: Likewise.
52621         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52622         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52623         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52624         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52625         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52626         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52627         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52628         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52630         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52631         of the number.
52632         * stdio-common/printf_fphex.c: Likewise.
52633         * stdio-common/printf_size.c: Likewise.
52635         * math/e_exp10.c: Include math_private.h using <...> not "...".
52636         * math/e_exp10f.c: Likewise.
52637         * math/e_exp10l.c: Likewise.
52638         * math/e_exp2l.c: Likewise.
52639         * math/e_j0l.c: Likewise.
52640         * math/e_j1l.c: Likewise.
52641         * math/e_jnl.c: Likewise.
52642         * math/e_lgammal_r.c: Likewise.
52643         * math/e_rem_pio2l.c: Likewise.
52644         * math/e_scalb.c: Likewise.
52645         * math/e_scalbf.c: Likewise.
52646         * math/e_scalbl.c: Likewise.
52647         * math/k_cosl.c: Likewise.
52648         * math/k_sinl.c: Likewise.
52649         * math/k_tanl.c: Likewise.
52650         * math/s_cacoshf.c: Likewise.
52651         * math/s_catan.c: Likewise.
52652         * math/s_catanf.c: Likewise.
52653         * math/s_catanh.c: Likewise.
52654         * math/s_catanhf.c: Likewise.
52655         * math/s_catanhl.c: Likewise.
52656         * math/s_catanl.c: Likewise.
52657         * math/s_ccosh.c: Likewise.
52658         * math/s_ccoshf.c: Likewise.
52659         * math/s_ccoshl.c: Likewise.
52660         * math/s_cexp.c: Likewise.
52661         * math/s_cexpf.c: Likewise.
52662         * math/s_cexpl.c: Likewise.
52663         * math/s_clog.c: Likewise.
52664         * math/s_clog10.c: Likewise.
52665         * math/s_clog10f.c: Likewise.
52666         * math/s_clog10l.c: Likewise.
52667         * math/s_clogf.c: Likewise.
52668         * math/s_clogl.c: Likewise.
52669         * math/s_csin.c: Likewise.
52670         * math/s_csinf.c: Likewise.
52671         * math/s_csinh.c: Likewise.
52672         * math/s_csinhf.c: Likewise.
52673         * math/s_csinhl.c: Likewise.
52674         * math/s_csinl.c: Likewise.
52675         * math/s_csqrt.c: Likewise.
52676         * math/s_csqrtf.c: Likewise.
52677         * math/s_csqrtl.c: Likewise.
52678         * math/s_ctan.c: Likewise.
52679         * math/s_ctanf.c: Likewise.
52680         * math/s_ctanh.c: Likewise.
52681         * math/s_ctanhf.c: Likewise.
52682         * math/s_ctanhl.c: Likewise.
52683         * math/s_ctanl.c: Likewise.
52684         * math/s_ldexp.c: Likewise.
52685         * math/s_ldexpf.c: Likewise.
52686         * math/s_ldexpl.c: Likewise.
52687         * math/s_significand.c: Likewise.
52688         * math/s_significandf.c: Likewise.
52689         * math/s_significandl.c: Likewise.
52690         * math/w_acos.c: Likewise.
52691         * math/w_acosf.c: Likewise.
52692         * math/w_acosh.c: Likewise.
52693         * math/w_acoshf.c: Likewise.
52694         * math/w_acoshl.c: Likewise.
52695         * math/w_acosl.c: Likewise.
52696         * math/w_asin.c: Likewise.
52697         * math/w_asinf.c: Likewise.
52698         * math/w_asinl.c: Likewise.
52699         * math/w_atan2.c: Likewise.
52700         * math/w_atan2f.c: Likewise.
52701         * math/w_atan2l.c: Likewise.
52702         * math/w_atanh.c: Likewise.
52703         * math/w_atanhf.c: Likewise.
52704         * math/w_atanhl.c: Likewise.
52705         * math/w_cosh.c: Likewise.
52706         * math/w_coshf.c: Likewise.
52707         * math/w_coshl.c: Likewise.
52708         * math/w_dremf.c: Likewise.
52709         * math/w_exp10.c: Likewise.
52710         * math/w_exp10f.c: Likewise.
52711         * math/w_exp10l.c: Likewise.
52712         * math/w_exp2.c: Likewise.
52713         * math/w_exp2f.c: Likewise.
52714         * math/w_fmod.c: Likewise.
52715         * math/w_fmodf.c: Likewise.
52716         * math/w_fmodl.c: Likewise.
52717         * math/w_hypot.c: Likewise.
52718         * math/w_hypotf.c: Likewise.
52719         * math/w_hypotl.c: Likewise.
52720         * math/w_j0.c: Likewise.
52721         * math/w_j0f.c: Likewise.
52722         * math/w_j0l.c: Likewise.
52723         * math/w_j1.c: Likewise.
52724         * math/w_j1f.c: Likewise.
52725         * math/w_j1l.c: Likewise.
52726         * math/w_jn.c: Likewise.
52727         * math/w_jnf.c: Likewise.
52728         * math/w_jnl.c: Likewise.
52729         * math/w_lgamma.c: Likewise.
52730         * math/w_lgamma_r.c: Likewise.
52731         * math/w_lgammaf.c: Likewise.
52732         * math/w_lgammaf_r.c: Likewise.
52733         * math/w_lgammal.c: Likewise.
52734         * math/w_lgammal_r.c: Likewise.
52735         * math/w_log.c: Likewise.
52736         * math/w_log10.c: Likewise.
52737         * math/w_log10f.c: Likewise.
52738         * math/w_log10l.c: Likewise.
52739         * math/w_log2.c: Likewise.
52740         * math/w_log2f.c: Likewise.
52741         * math/w_log2l.c: Likewise.
52742         * math/w_logf.c: Likewise.
52743         * math/w_logl.c: Likewise.
52744         * math/w_pow.c: Likewise.
52745         * math/w_powf.c: Likewise.
52746         * math/w_powl.c: Likewise.
52747         * math/w_remainder.c: Likewise.
52748         * math/w_remainderf.c: Likewise.
52749         * math/w_remainderl.c: Likewise.
52750         * math/w_scalb.c: Likewise.
52751         * math/w_scalbf.c: Likewise.
52752         * math/w_scalbl.c: Likewise.
52753         * math/w_sinh.c: Likewise.
52754         * math/w_sinhf.c: Likewise.
52755         * math/w_sinhl.c: Likewise.
52756         * math/w_sqrt.c: Likewise.
52757         * math/w_sqrtf.c: Likewise.
52758         * math/w_sqrtl.c: Likewise.
52759         * math/w_tgamma.c: Likewise.
52760         * math/w_tgammaf.c: Likewise.
52761         * math/w_tgammal.c: Likewise.
52763         * po/ja.po: Update from translation team.
52765 2011-09-29  Andreas Jaeger  <aj@suse.de>
52767         [BZ #13179]
52768         * sunrpc/netname.c (netname2host): Fix logic.
52770         [BZ #6779]
52771         [BZ #6783]
52772         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52773         correctly.
52774         * math/w_remainder.c (__remainder): Likewise.
52775         * math/w_remainderf.c (__remainderf): Likewise.
52776         * math/libm-test.inc (remainder_test): Add test cases.
52778 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52780         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52781         sdiv_qrnnd.
52783 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52785         * string/test-memcmp.c: Avoid unncessary #defines.
52786         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52788 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52790         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52791         Use new sse2 version for core i3 - i7 as it's faster
52792         than sse42 version.
52793         (bit_Prefer_PMINUB_for_stringop): New.
52794         * sysdeps/x86_64/rawmemchr.S: Update.
52795         Replace with faster SSE2 version.
52796         * sysdeps/x86_64/memrchr.S: New file.
52797         * sysdeps/x86_64/memchr.S: Update.
52798         Replace with faster SSE2 version.
52800 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52802         * elf/dl-load.c (lose): Add cast to avoid warning.
52804 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52806         * po/ca.po: Update from translation team.
52808         * inet/getnetgrent_r.c: Hook up nscd.
52809         * nscd/Makefile (routines): Add nscd_netgroup.
52810         (nscd-modules): Add netgroupcache.
52811         (CFLAGS-netgroupcache.c): Define.
52812         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52813         (cache_search): Add const to second parameter.
52814         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52815         INNETGR.
52816         (dbs): Add netgrdb entry.
52817         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52818         (verify_persistent_db): Handle netgrdb.
52819         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52820         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52821         GETFDNETGR.
52822         (netgroup_response_header): Define.
52823         (innetgroup_response_header): Define.
52824         (datahead): Add netgroup_response_header and innetgroup_response_header
52825         elements.
52826         * nscd/nscd.conf: Add entries for netgroup cache.
52827         * nscd/nscd.h (dbtype): Add netgrdb.
52828         (_PATH_NSCD_NETGROUP_DB): Define.
52829         (netgroup_iov_disabled): Declare.
52830         (xmalloc, xcalloc, xrealloc): Move declarations here.
52831         (cache_search): Adjust prototype.
52832         Add netgroup-related prototypes.
52833         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52834         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52835         (__nscd_innetgr): Declare.
52836         * nscd/selinux.c (perms): Use access_vector_t as element type and
52837         add netgroup-related initializers.
52838         * nscd/netgroupcache.c: New file.
52839         * nscd/nscd_netgroup.c: New file.
52840         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52841         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52842         For four parameters use innetgr.
52843         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52844         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52845         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52846         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52848         * nscd/connections.c (register_traced_file): Don't register file
52849         for disabled databases.
52851 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52853         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52855         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52856         from tree and freeing node.
52858 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52860         * nss/nsswitch.c (__nss_database_lookup): Handle
52861         nss_parse_service_list out of memory case.
52863 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52865         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52866         out of memory case.
52868 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52870         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52871         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52872         pass it down.
52873         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52874         elf_machine_rela, elf_machine_lazy_rel.
52875         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52876         (ELF_DYNAMIC_DO_REL): Likewise.
52877         (ELF_DYNAMIC_DO_RELA): Likewise.
52878         (ELF_DYNAMIC_RELOCATE): Likewise.
52879         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52880         to ELF_DYNAMIC_DO_REL.
52881         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52882         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52883         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52884         elf_machine_rela.
52885         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52886         skip_ifunc, don't call ifunc function if non-zero.
52887         (elf_machine_rela): Likewise.
52888         (elf_machine_lazy_rel): Likewise.
52889         (elf_machine_lazy_rela): Likewise.
52890         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52891         (elf_machine_lazy_rel): Likewise.
52892         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52893         Likewise.
52894         (elf_machine_lazy_rel): Likewise.
52895         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52896         Likewise.
52897         (elf_machine_lazy_rel): Likewise.
52898         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52899         (elf_machine_lazy_rel): Likewise.
52900         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52901         (elf_machine_lazy_rel): Likewise.
52902         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52903         (elf_machine_lazy_rel): Likewise.
52904         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52905         (elf_machine_lazy_rel): Likewise.
52906         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52907         (elf_machine_lazy_rel): Likewise.
52908         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52909         (elf_machine_lazy_rel): Likewise.
52911 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52913         * nss/nss_files/files-init.c (_nss_files_init): Use static
52914         initialization for all the *_traced_file variables.
52916 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52918         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52920 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52922         [BZ #13226]
52923         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52925 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52927         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52928         Reread the line before reparsing it.
52930 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52932         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52934 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52935             Maxim Kuvyrkov  <maxim@codesourcery.com>
52936             Joseph Myers  <joseph@codesourcery.com>
52938         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52939         if needed for __stack_chk_guard.
52941 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52943         * sysdeps/posix/spawni.c (script_execute): Always define it.
52944         It will be optimized away if unused.
52945         (maybe_script_execute): New function.
52946         (__spawni): Call it.
52948         * Makerules: Don't include tls.make.
52949         (config-tls): Always set to thread.
52950         * tls.make.c: File removed.
52952 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52954         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52955         * config.make.in (CPPFLAGS-config): New substituted variable.
52957 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52959         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52961         [BZ #13192]
52962         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52963         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52965 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52967         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52968         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52969         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52970         (CALL_FAIL): Likewise.
52971         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52972         (CALL_FAIL): Macro removed.
52973         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52975 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52977         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52978         for __FINITE_MATH_ONLY__ == 1.
52980 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52982         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52983         __ieee754_sqrt instead of sqrt.
52984         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52985         __ieee754_sqrtf instead of sqrtf.
52986         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52987         __floorf instead of floorf.
52988         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52989         __floorf, __truncf instead of floorf, truncf.
52991 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52993         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52995         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52996         __extern_always_inline.
52997         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52998         32-bit.
53000 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53002         * elf/rtld.c (dl_main): Also relocate in dependency order when
53003         doing symbol dependency testing.
53005 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53007         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53008         Always define `refsym'.
53010 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53012         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53013         (__FD_ELT): Renamed from __FDELT.
53014         * misc/bits/select2.h (__FD_ELT): Likewise.
53015         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53016         __FD_MASK instead of __FDELT, __FDMASK.
53017         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53018         Likewise.
53019         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53020         Likewise.
53022         * elf/Makefile (gen-ldd): Fix pattern.
53024         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53025         (init_tls): Likewise.
53027 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53029         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53031 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53033         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53034         `struct cmsghdr *' instead of `void *'.
53035         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53036         Likewise.
53038 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53040         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53041         if non-absolute.
53042         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53043         ldd_rewrite_script.
53045 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53047         * configure.in: Remove --with-tls option.
53048         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53049         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53050         out in case it is missing.
53051         * sysdeps/ia64/elf/configure.in: Likewise.
53052         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53053         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53054         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53055         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53056         * sysdeps/sh/elf/configure.in: Likewise.
53057         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53058         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53059         * sysdeps/x86_64/elf/configure.in: Likewise.
53060         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53061         * sysdeps/mach/hurd/tls.h: Likewise.
53063         [BZ #13067]
53064         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53066         [BZ #13090]
53067         * configure.in: Fix use of AC_INIT.
53069         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53071 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53073         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53074         __set_errno.
53075         * malloc/hooks.c: Likewise.
53077         [BZ #11929]
53078         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53079         variables statically.
53080         (narenas): Initialize.
53081         (list_lock): Initialize.
53082         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53083         initializtion of main_arena and list_lock.  Small cleanups.
53084         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53085         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53086         Add initializers to main_arena and mp_.
53087         (malloc_state): Remove pagesize member.  Change all users to use
53088         GLRO(dl_pagesize).
53090         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53091         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53092         is always initialized.
53094         * malloc/malloc.c: Removed unused configurations and dead code.
53095         * malloc/arena.c: Likewise.
53096         * malloc/hooks.c: Likewise.
53097         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53099         * include/tls.h: Removed.  USE___THREAD must always be defined.
53100         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53101         * elf/dl-libc.c: Likewise.
53102         * elf/dl-tsd.c: Likewise.
53103         * include/errno.h: Likewise.
53104         * include/netdb.h: Likewise.
53105         * include/resolv.h: Likewise.
53106         * inet/herrno-loc.c: Likewise.
53107         * inet/herrno.c: Likewise.
53108         * malloc/arena.c: Likewise.
53109         * malloc/hooks.c: Likewise.
53110         * malloc/malloc.c: Likewise.
53111         * resolv/res-state.c: Likewise.
53112         * resolv/res_libc.c: Likewise.
53113         * sysdeps/i386/dl-machine.h: Likewise.
53114         * sysdeps/ia64/dl-machine.h: Likewise.
53115         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53116         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53117         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53118         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53119         * sysdeps/sh/dl-machine.h: Likewise.
53120         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53121         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53122         * sysdeps/unix/i386/sysdep.S: Likewise.
53123         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53124         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53125         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53126         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53127         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53128         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53129         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53130         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53131         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53132         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53133         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53134         * sysdeps/x86_64/dl-machine.h: Likewise.
53135         * tls.make.c: Likewise.
53137         * configure.in: Remove --with-__thread option.  Make tests for
53138         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53139         tls_model attribute fail if no support is available.  Remove
53140         USE_IN_LIBIO.
53141         * Makeconfig: Adjust for dropped configure option.  All features are
53142         now mandatory.
53143         * Makerules: Likewise.
53144         * Versions.def: Likewise.
53145         * argp/argp-fmtstream.c: Likewise.
53146         * argp/argp-fmtstream.h: Likewise.
53147         * argp/argp-help.c: Likewise.
53148         * assert/assert.c: Likewise.
53149         * config.h.in: Likewise.
53150         * config.make.in: Likewise.
53151         * configure: Likewise.
53152         * configure.in: Likewise.
53153         * csu/Versions: Likewise.
53154         * csu/init.c: Likewise.
53155         * elf/tst-audit2.c: Likewise.
53156         * elf/tst-tls10.c: Likewise.
53157         * elf/tst-tls10.h: Likewise.
53158         * elf/tst-tls11.c: Likewise.
53159         * elf/tst-tls12.c: Likewise.
53160         * elf/tst-tls14.c: Likewise.
53161         * elf/tst-tlsmod11.c: Likewise.
53162         * elf/tst-tlsmod12.c: Likewise.
53163         * elf/tst-tlsmod13.c: Likewise.
53164         * elf/tst-tlsmod13a.c: Likewise.
53165         * elf/tst-tlsmod14a.c: Likewise.
53166         * elf/tst-tlsmod15b.c: Likewise.
53167         * elf/tst-tlsmod16a.c: Likewise.
53168         * elf/tst-tlsmod16b.c: Likewise.
53169         * elf/tst-tlsmod7.c: Likewise.
53170         * elf/tst-tlsmod8.c: Likewise.
53171         * elf/tst-tlsmod9.c: Likewise.
53172         * gmon/gmon.c: Likewise.
53173         * grp/fgetgrent_r.c: Likewise.
53174         * grp/putgrent.c: Likewise.
53175         * hurd/fopenport.c: Likewise.
53176         * include/libc-symbols.h: Likewise.
53177         * include/tls.h: Likewise.
53178         * intl/gettextP.h: Likewise.
53179         * intl/loadinfo.h: Likewise.
53180         * locale/global-locale.c: Likewise.
53181         * locale/localeinfo.h: Likewise.
53182         * mach/devstream.c: Likewise.
53183         * malloc/arena.c: Likewise.
53184         * malloc/set-freeres.c: Likewise.
53185         * misc/err.c: Likewise.
53186         * misc/getttyent.c: Likewise.
53187         * misc/mntent_r.c: Likewise.
53188         * posix/getopt.c: Likewise.
53189         * posix/wordexp.c: Likewise.
53190         * pwd/fgetpwent_r.c: Likewise.
53191         * resolv/Versions: Likewise.
53192         * resolv/res_hconf.c: Likewise.
53193         * shadow/fgetspent_r.c: Likewise.
53194         * shadow/putspent.c: Likewise.
53195         * stdio-common/printf_fphex.c: Likewise.
53196         * stdio-common/tmpfile.c: Likewise.
53197         * stdlib/abort.c: Likewise.
53198         * stdlib/fmtmsg.c: Likewise.
53199         * sunrpc/auth_unix.c: Likewise.
53200         * sunrpc/clnt_perr.c: Likewise.
53201         * sunrpc/clnt_tcp.c: Likewise.
53202         * sunrpc/clnt_udp.c: Likewise.
53203         * sunrpc/clnt_unix.c: Likewise.
53204         * sunrpc/openchild.c: Likewise.
53205         * sunrpc/svc_simple.c: Likewise.
53206         * sunrpc/svc_tcp.c: Likewise.
53207         * sunrpc/svc_udp.c: Likewise.
53208         * sunrpc/svc_unix.c: Likewise.
53209         * sunrpc/xdr.c: Likewise.
53210         * sunrpc/xdr_array.c: Likewise.
53211         * sunrpc/xdr_rec.c: Likewise.
53212         * sunrpc/xdr_ref.c: Likewise.
53213         * sunrpc/xdr_stdio.c: Likewise.
53215 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53217         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53219 2011-07-03  Andreas Jaeger  <aj@suse.de>
53221         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53222         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53223         regenerate with gen-libm-tests.pl.
53225 2010-05-12  Petr Baudis  <pasky@suse.cz>
53227         [BZ #11589]
53228         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53229         around j0() zero points by switching to j1().
53230         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53231         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53232         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53233         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53235 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53237         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53238         instead of 0.
53239         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53240         instead of 0.
53241         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53242         Patch in part by Pavel Roskin <proski@gnu.org>.
53244         [BZ #13138]
53245         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53246         realloc.
53247         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53248         Free memory block if necessary.
53250         [BZ #12847]
53251         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53252         be NULL.  Don't lock in this case.
53254 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53256         * elf/elf.h (ELFOSABI_GNU): New macro.
53257         (ELFOSABI_LINUX): Define to that.
53259 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53261         * string/strncat.c (strncat): Undef the symbol in case it has been
53262         defined in bits/string.h.
53264 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53266         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53268         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53269         link map.
53271 2011-08-17  Andreas Jaeger  <aj@suse.de>
53273         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53275 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53276             Ian Lance Taylor  <iant@google.com>
53278         * math/libm-test.inc (lround_test): New testcase.
53279         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53281 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53283         * Makefile: Remove support for automatic cvs check-ins.
53284         * Makerules: Likewise.
53285         * config.make.in: Likewise.
53286         * configure.in: Likewise.
53287         * intl/Makefile: Likewise.
53288         * locale/Makefile: Likewise.
53289         * po/Makefile: Likewise.
53290         * posix/Makefile: Likewise.
53291         * sysdeps/gnu/Makefile: Likewise.
53292         * sysdeps/mach/hurd/Makefile: Likewise.
53293         * sysdeps/sparc/sparc32/Makefile: Likewise.
53295         [BZ #13118]
53296         * posix/Makefile (bug-regex32-ENV): Define.
53297         Patch by John Stanley <jpsinthemix@verizon.net>.
53299         * misc/Makefile (headers): Add bits/select2.h.
53300         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53301         * misc/bits/select2.h: New file.
53302         * include/bits/select2.h: New file.
53303         * debug/Makefile (routines): Add fdelt_chk.
53304         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53305         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53306         FD_ISSET.
53307         * debug/fdelt_chk.c: New file.
53309         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53310         * wcsmbs/test-wmemcmp.c: Likewise.
53311         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53312         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53314 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53316         * string/Makefile (strop-tests): Add memcmp.
53317         * string/test-wmemcmp.c: New file.
53318         * string/test-memcmp.c: Add wmemcmp support.
53320 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53322         [BZ #13153]
53323         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53324         2011-07-19 change.
53326         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53327         garbage value in a __mach_port_mod_refs call in the cases of the
53328         task-self and thread-self ports.
53330 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53332         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53334 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53336         * elf/dl-load.c (lose): Check for non-null L.
53338 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53340         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53342         * elf/dl-libc.c (dlerror_run): Pass back error code from
53343         dl_catch_error.
53345         [BZ #13123]
53346         * elf/dl-load.c (lose): Free l_origin if it is valid.
53348         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53349         names.
53350         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53351         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53352         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53353         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53354         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53355         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53357 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53359         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53360         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53361         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53362         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53363         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53364         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53365         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53366         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53367         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53368         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53370 2011-08-15  Alan Modra  <amodra@gmail.com>
53372         [BZ #13092]
53373         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53374         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53375         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53376         ppc_mcount to static-only-routines.
53377         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53378         __mcount_internal.
53379         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53380         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53382 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53384         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53385         for finite and infinity parameters.
53387 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53389         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53390         and add nop instructions for throughput optimization.
53391         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53393 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53395         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53396         aligned copy for power7 with vector-scalar instructions.
53397         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53399 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53401         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53402         AVX check.
53404 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53406         [BZ #13144]
53407         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53408         last change.
53410 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53412         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53413         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53414         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53415         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53416         clock_gettime.
53418 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53420         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53421         Forgot to demangle the pointer.
53423         * sysdeps/i386/sysdep.h: Define atom_text_section.
53424         * sysdeps/x86_64/sysdep.h: Likewise.
53425         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53426         section with atom_text_section.
53427         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53428         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53429         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53430         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53431         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53433         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53434         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53435         already be defined.  Change to take two parameters and don't assign
53436         result to variable.  Adjust all users.
53437         Define INTERNAL_GETTIME if not already defined.
53438         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53439         call.
53440         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53441         HAVE_CLOCK_GETTIME_VSYSCALL.
53442         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53444         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53445         gettimeofday vsyscall, just use time.
53447 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53449         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53450         <errno.h>.
53452 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53454         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53455         syscall on x86-64.
53456         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53457         syscall.
53458         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53459         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53460         syscall if possible.
53462 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53464         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53465         e_ident.  Don't pass to find_mapsXX.
53466         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53468 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53470         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53471         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53472         * sysdeps/x86_64/multiarch/strchr.S: Update.
53473         Check bit_slow_BSF bit.
53474         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53475         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53476         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53478 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53480         [BZ #13134]
53481         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53482         before glibc 2.15.
53483         (tryshell): Define.
53484         (__spawni): Change last parameter to be flag.  Test
53485         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53486         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53487         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53488         * posix/spawni.c: Likewise.
53489         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53490         * posix/spawnp.c: Likewise.  Change normal version to use
53491         SPAWN_XFLAGS_USE_PATH.
53492         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53493         SPAWN_XFLAGS_TRY_SHELL.
53495         [BZ #13150]
53496         * posix/glob.h: Remove gcc 1.x support.
53498         [BZ #13068]
53499         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53501 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53503         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53504         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53505         strrchr-sse2-bsf
53506         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53507         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53508         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53509         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53510         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53511         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53513 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53515         * sysdeps/x86_64/wcscmp.S: New file.
53517         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53518         wcscmp-c wcscmp-sse2
53519         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53520         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53521         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53522         * wcsmbs/wcscmp.c: Allow renaming.
53524 2011-09-05  David S. Miller  <davem@davemloft.net>
53526         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53527         stack slot, rather than the struct return pointer slot.
53528         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53529         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53530         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53531         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53533 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53535         * po/ja.po: Update from translation team.
53537         [BZ #13144]
53538         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53539         kernel in 64-bit binaries.
53541 2011-09-01  David S. Miller  <davem@davemloft.net>
53543         * elf/elf.h (HWCAP_SPARC_*): Move to..
53544         * sysdeps/sparc/sysdep.h: this new file and add new values.
53545         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53546         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53547         _DL_HWCAP_COUNT to 24.
53548         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53549         entries.
53550         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53551         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53552         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53553         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53554         instead of magic constants.
53555         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53557 2011-08-31  David S. Miller  <davem@davemloft.net>
53559         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53560         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53561         Reimplement to do errno handling inline.
53562         (SYSCALL_ERROR_HANDLER): New macro.
53563         (__SYSCALL_STRING): Do not do errno handling in asm.
53564         (__CLONE_SYSCALL_STRING): Delete.
53565         (__INTERNAL_SYSCALL_STRING): Delete.
53566         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53567         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53568         (PSEUDO): Reimplement to do errno handling inline.
53569         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53570         (SYSCALL_ERROR_HANDLER): New macro.
53571         (__SYSCALL_STRING): Do not do errno handling in asm.
53572         (__CLONE_SYSCALL_STRING): Delete.
53573         (__INTERNAL_SYSCALL_STRING): Delete.
53574         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53575         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53576         i386.
53577         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53578         (inline_syscall*): Add 'err' argument.
53579         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53580         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53581         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53582         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53584         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53585         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53587 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53589         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53591 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53593         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53594         directive.
53596 2011-08-24  David S. Miller  <davem@davemloft.net>
53598         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53600 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53602         * elf/Makefile: Add rules to build and run unload8 test.
53603         * elf/unload8.c: New file.
53604         * elf/unload8mod1.c: New file.
53605         * elf/unload8mod1x.c: New file.
53606         * elf/unload8mod2.c: New file.
53607         * elf/unload8mod3.c: New file.
53609         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53610         it wasn't used.
53612 2011-08-23  David S. Miller  <davem@davemloft.net>
53614         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53615         subtract stack bias.
53616         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53617         %sp not %fp in calculations.
53618         (_JMPBUF_UNWINDS_ADJ): Likewise.
53620         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53621         (aio_suspend): Call it to force an exception region around the
53622         AIO_MISC_WAIT() invocation.
53624 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53626         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53627         backslash.
53629 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53631         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53632         protection macro.
53633         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53634         and <dl-machine.h>.
53635         (Elf64_FuncDesc): Remove.
53637 2011-08-22  David S. Miller  <davem@davemloft.net>
53639         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53640         sigaltstack check, add missing cfi directives.
53641         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53642         missing cfi directives, and sigaltstack handling.
53644 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53646         [BZ #11724]
53647         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53648         object is seen twice.
53649         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53651         * elf/Makefile (distribute): Add tst-initorder2.c.
53652         (tests): Add tst-initorder2.
53653         (modules-names): Add tst-initorder2a tst-initorder2b
53654         tst-initorder2c tst-initorder2d.  Add rules to build them.
53655         ($(objpfx)tst-initorder2.out): New rule.
53656         * elf/tst-initorder2.c: New file.
53657         * elf/tst-initorder2.exp: New file.
53659 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53661         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53663         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53664         dependencies back to end of function.
53666         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53667         $(elfobjdir)/ld.so.
53669 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53671         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53672         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53673         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53674         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53675         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53676         of __vdso_gettimeofday.
53677         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53678         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53679         attribute_hidden.
53680         (_libc_vdso_platform_setup): Remove initialization of
53681         __vdso_gettimeofday and __vdso_time.
53683 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53685         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53686         and fgetc_unlocked.
53687         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53688         getc_unlocked.
53690         * elf/dl-open.c (add_to_global): Report additions to the global scope
53691         for LD_DEBUG=scopes.
53692         (dl_open_worker): Also print scope of newly loaded dependencies.
53693         (_dl_show_scope): Indicate if there is no scope.
53695         [BZ #13114]
53696         * stdio-common/Makefile (tests): Add bug24.
53697         * stdio-common/bug24.c: New file.
53699 2011-08-19  Andreas Jaeger  <aj@suse.de>
53701         [BZ #13114]
53702         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53703         non-existant file when using close-on-exec mode.
53705 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53707         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53708         the very first instruction.
53710         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53711         the CFI state in the end.
53712         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53713         inclusion of dl-trampoline.h.
53714         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53716 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53718         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53719         expectations for long double.
53721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53722         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53724 2011-08-14  David S. Miller  <davem@davemloft.net>
53726         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53727         artificual limit depends upon the system page size.
53729 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53731         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53732         * resolv/Makefile: Define CFLAGS-libresolv.
53734 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53736         * nss/makedb.c (compute_tables): Make variables used in nested
53737         function static.
53739 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53741         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53742         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53743         if buffer was too small.
53745         * elf/pldd.c (main): Attach to all threads in the process.
53746         Rewrite /proc handling to use *at functions.
53748 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53750         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53751         specifies first scope to show.
53752         (dl_open_worker): Update callers.  Move printing scope of new
53753         object to before the relocation.
53754         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53755         * sysdeps/generic/ldsodefs.h: Update declaration.
53757         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53758         string for the scope number.
53760 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53762         * nscd/servicescache.c (cache_addserv): Make sure written is always
53763         initialized.
53765 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53767         * sysdeps/i386/i486/bits/atomic.h
53768         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53769         statement expression, so as to suppress "set but not used" warning.
53770         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53772         * string/strncat.c (STRNCAT): Use prototype definition.
53774         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53775         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53776         -Iprograms here.
53777         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53778         (localedef-modules): Add localedef.
53779         (locale-modules): Add locale.
53781         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53782         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53783         to avoid a warning.
53785 2011-08-14  David S. Miller  <davem@davemloft.net>
53787         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53788         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53790 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53792         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53793         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53794         * elf/rtld.c (dl_main): Set l_name of vDSO.
53795         Call _dl_show_scope when DL_DEBUG_SCOPES.
53796         (process_dl_debug): Recognize scopes flag and also set it for all.
53797         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53798         Declare _dl_show_scope.
53800         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53801         (do_dlopen): Pass caller_dlopen to dl_open.
53802         (__libc_dlopen_mode): Initialize caller_dlopen.
53804         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53805         of libc.  Make tolower call locale-independent.  Optimize a bit by
53806         using isdigit instead of isalnum.
53807         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53809 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53811         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53812         was a dependency or dynamically loaded.
53814 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53816         * intl/l10nflist.c: Allow architecture-specific pop function.
53817         * sysdeps/x86_64/l10nflist.c: New file.
53819         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53820         classification.
53822 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53824         * include/dirent.h: Add libc_hidden_proto for scandirat and
53825         scandirat64.  Don't declare __scandirat64.
53826         * dirent/scandirat.c: Add libc_hidden_def.
53827         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53828         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53830 2011-08-10  David S. Miller  <davem@davemloft.net>
53832         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53833         enum.
53834         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53835         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53836         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53838 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53840         * Versions.def [libc]: Add GLIBC_2.15.
53841         * dirent/Makefile (routines): Add scandirat and scandirat64.
53842         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53843         GLIBC_2.15.
53844         * dirent/dirent.h: Declare scandirat and scandirat64.
53845         * dirent/scandirat.c: New file.
53846         * dirent/scandirat64.c: New file.
53847         * sysdeps/wordsize-64/scandirat.c: New file.
53848         * sysdeps/wordsize-64/scandirat64.c: New file.
53849         * dirent/opendir.c: Define opendirat.
53850         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53851         using scandirat.
53852         * dirent/scandir64.c: Adjust for scandir.c change.
53853         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53854         __scandirat64, and __scandir_cancel_handler.
53855         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53856         additional parameter and use openat instead of open (outside of ld.so).
53857         Add new __opendir as wrapper around __opendirat.
53858         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53859         here without requiring old scandirat implementation.
53861 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53863         * dirent/scandir.c (cancel_handler): Renamed to
53864         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53865         defined.  Adjust users.
53866         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53867         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53869 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53871         * string/test-string.h (IMPL): Use __STRING to expand name and then
53872         stringify it.
53874         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53875         of cleanups.
53877 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53879         * string/Makefile: Update.
53880         (strop-tests): Append strncat.
53881         * string/test-wcscmp.c: New file.
53882         New comprehensive test for wcscmp.
53883         * string/test-strcmp.c: Update.
53884         (WIDE): New define.
53886 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53888         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53889         line.
53891 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53893         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53894         encoding to ACE if AI_IDN.
53896 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53898         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53899         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53901 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53903         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53904         Fix overflow bug in strncat.
53905         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53907         * string/test-strncat.c: Update.
53908         Add new tests for checking overflow bugs.
53910 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53912         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53913         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53914         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53915         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53916         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53917         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53918         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53919         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53920         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53922         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53923         (USE_AS_STRCAT): Define.
53924         Add strcat and strncat support.
53925         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53927 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53929         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53930         __n bigger than INT_MAX+1.
53931         (__strncmp_g): Likewise.
53933 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53935         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53936         * libio/stido.h: Likewise.
53938         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53939         (AF_NFC): Define.
53940         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53941         (AF_NFC): Define.
53943         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53944         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53945         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53946         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53947         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53949         [BZ #13021]
53950         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53951         installed.
53953         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53954         typo.
53955         (_dl_x86_64_save_sse): Likewise.
53957 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53959         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53960         OSXSAVE.
53961         (_dl_x86_64_save_sse): Likewise.
53963         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53965         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53967 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53969         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53970         change.
53971         (_dl_x86_64_save_sse): Use correct AVX check.
53973 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53975         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53976         bug in strncpy/strncat.
53977         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53979 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53981         * string/tester.c (test_strcat): Add tests for different alignments
53982         of source and destination.
53983         (test_strncat): Likewise.
53985 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53987         [BZ #12852]
53988         * posix/glob.c (glob): Check passed in values before using them in
53989         expressions to avoid some overflows.
53990         (glob_in_dir): Likewise.
53992         [BZ #13007]
53993         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53994         check for AVX enablement so that we don't crash with old kernels and
53995         new hardware.
53996         * elf/tst-audit4.c: Add same checks here.
53997         * elf/tst-audit6.c: Likewise.
53999         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54001 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54003         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54005 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54007         * po/cs.po: Update from translation team.
54008         * po/bg.po: Likewise.
54010 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54012         * misc/sys/cdefs.h: Add support for const attribute.
54013         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54014         to gnu_dev_{major,minor,makedev} functions.
54016 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54018         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54020 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54022         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54023         strlen results.
54025 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54027         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54028         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54029         register in order to avoid conflicts with the soft frame pointer
54030         being held in r11 when necessary.
54031         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54032         (INTERNAL_VSYSCALL_NCS): Likewise.
54034 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54036         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54037         * elf/dl-fini.c (_dl_fini): Adjust caller.
54038         * elf/dl-close.c (_dl_close_worker): Likewise.
54039         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54041 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54043         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54044         "aux_cache->nlibs < 0".
54046         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54047         in the reload-count case.
54049 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54051         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54052         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54053         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54054         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54055         * sysdeps/x86_64/multiarch/strcat.S: New file.
54056         * sysdeps/x86_64/multiarch/strncat.S: New file.
54057         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54058         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54059         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54060         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54061         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54062         (USE_AS_STRCAT): Define.
54063         Add strcat and strncat support.
54064         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54065         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54066         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54067         * string/strncat.c: Update.
54068         (USE_AS_STRNCAT): Define.
54069         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54070         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54071         and i7.
54072         * sysdeps/x86_64/multiarch/init-arch.h
54073         (bit_Prefer_PMINUB_for_stringop): New.
54074         (index_Prefer_PMINUB_for_stringop): Likewise.
54075         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54076         bit_Prefer_PMINUB_for_stringop.
54078 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54080         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54081         buffer64.
54082         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54083         of casting of buffer.
54084         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54085         buffer32 and buffer64.
54086         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54087         writes instead of casting of buffer.
54088         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54089         buffer32.
54090         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54091         casting of buffer.
54093 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54095         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54097 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54099         * nscd/nscd.c (termination_handler): Don't do anything for a database
54100         if it has not yet been initialized.
54102 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54104         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54106 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54108         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54110 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54112         * po/nl.po: Update from translation team.
54113         * po/sv.po: Likewise.
54115 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54117         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54118         now disallowed by GCC.
54120         * configure.in (use-default-link): Default to yes if a test -shared
54121         link meets our qualifications.
54122         * configure: Regenerated.
54124         * config.make.in (output-format): New variable.
54125         * configure.in: Check for ld --print-output-format support.
54126         * configure: Regenerated.
54127         * Makerules ($(common-objpfx)format.lds)
54128         [$(output-format) != unknown]: Just use $(output-format),
54129         instead of the linker-script munging.
54131 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54133         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54134         of $(common-objpfx)shlib.lds.
54135         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54137         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54138         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54140         * configure.in (-z relro check): Adjust test code to add a large
54141         writable data section after it.
54142         * configure: Regenerated.
54144 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54146         * configure.in (-z relro check): Fix test code to make the variable
54147         truly const.
54148         * configure: Regenerated.
54150 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54152         * nscd/nscd.h (struct traced_file): Define.
54153         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54154         elements.  Add traced_files.
54155         (inotify_fd): Declare.
54156         (register_traced_file): Declare.
54157         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54158         (inotify_fd): Export.
54159         (resolv_conf_descr): Remove.
54160         (nscd_init): Move inotify descriptor creation to main.
54161         Don't register files for notification here.
54162         (register_traced_file): New function.
54163         (invalidate_cache): Don't use reset_res to determine whether to call
54164         res_init, go through the list of registered files.
54165         (main_loop_poll): The inotify descriptors are now stored in the
54166         structures for the traced files.
54167         (main_loop_epoll): Likewise
54168         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54169         to __nss_disable_nscd.
54170         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54171         for a database anymore.  Check the records for all the registered
54172         files instead.
54173         * nss/Makefile (libnss_files-routines): Add files-init.
54174         (libnss_db-routines): Add db-init.
54175         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54176         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54177         * nss/nss_db/db-init.c: New file.
54178         * nss/nss_files/files-init.c: New file.
54179         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54180         __nss_lookup_function.
54181         (__nss_lookup_function): Call nss_load_library.
54182         (nss_load_all_libraries): New function.
54183         (__nss_disable_nscd): Take parameter with callback function for files
54184         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54185         used for the cached services.
54186         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54187         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54188         options for features to all the files in nscd.
54190         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54192 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54194         * csu/elf-init.c (__libc_csu_init): Comment typo.
54196 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54198         * po/pl.po: Update from translation team.
54199         * po/ja.po: Likewise.
54200         * po/ru.po: Likewise.
54201         * po/ko.po: Likewise.
54202         * po/fr.po: Likewise.
54204 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54206         * configure.in (.ctors/.dtors header and trailer check):
54207         Use an empirical test on a built program.
54208         * configure: Regenerated.
54210         * configure.in (-z relro check): Use an empirical test on a built DSO.
54211         Detect, but do not require, on ia64.
54212         * configure: Regenerated.
54214         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54215         Update tests that use readelf to use $READELF instead.
54216         * configure: Regenerated.
54218 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54220         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54221         if the result is not used.
54223 2011-07-05  Andreas Jaeger  <aj@suse.de>
54225         [BZ#9696]
54226         * stdlib/tst-strtod.c: Add testcase.
54228 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54230         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54231         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54232         The latter has a higher limit.  Take additional parameter to pass to
54233         the new function.
54234         (__pathconf): Pass file to __statfs_link_max.
54235         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54236         __statfs_link_max.
54237         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54238         __statfs_link_max.
54240         [BZ #12868]
54241         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54242         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54243         Handle Lustre.
54244         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54245         (__statfs_filesize_max): Likewise.
54246         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54248 2011-07-05  Andreas Jaeger  <aj@suse.de>
54250         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54252 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54254         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54255         `status' variable.
54256         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54257         Likewise.
54259 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54261         * Makefile (strop-tests): Add strncat.
54262         * string/test-strncat.c: New file.
54264 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54266         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54268 2011-06-21  Andreas Jaeger  <aj@suse.de>
54270         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54271         Copy rule from iconvdata/Makefile.
54273 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54275         [BZ #12922]
54276         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54277         but no long options are defined, just return 'W'.
54279 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54281         [BZ #9696]
54282         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54284 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54286         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54287         netgroups to read.
54288         (innetgr): Likewise.
54290 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54292         * config.make.in (install_root): Default to $(DESTDIR).
54294 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54296         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54298 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54300         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54302         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54303         containing directory rather than embedding absolute directory names.
54305         * scripts/check-local-headers.sh: Rewritten using awk.
54306         Match by word, not by line.  Print error messages for matches.
54307         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54309         * Makerules [shlib-lds-flags empty]:
54310         ($(common-objpfx)libc_pic.opts): New target.
54311         ($(common-objpfx)libc_pic.os.clean): New target.
54312         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54314         * config.make.in (OBJCOPY): New variable.
54315         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54316         * configure: Regenerated.
54318         * config.make.in (use-default-link): New variable.
54319         * configure.in (use_default_link): Grok --with-default-link to set it.
54320         * configure: Regenerated.
54321         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54322         (shlib-lds, shlib-lds-flags): Define to empty.
54324         * Makerules (shlib-lds): New variable.
54325         (shlib-lds-flags): New variable.
54326         (build-shlib, build-moduile, build-module-asneeded): Use it.
54327         ($(common-objpfx)libc.so): Use $(shlib-lds).
54328         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54329         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54331         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54332         DT_FLAGS/DT_FLAGS_1 with zero flags.
54334         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54335         linker script munging.
54337 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54339         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54340         as 128-bit value.
54341         * crypt/sha512.c (sha512_process_block): Perform total addition using
54342         128-bit if possible.
54343         (__sha512_finish_ctx): Likewise.
54344         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54345         as 64-bit value.
54346         * crypt/sha256.c (SWAP64): Define.
54347         (sha256_process_block): Perform total addition using 64-bit if
54348         possible.
54349         (__sha256_finish_ctx): Likewise.
54351 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54353         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54354         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54355         * nscd/hstcache.c (cache_addhst): Likewise.
54356         * nscd/grpcache.c (cache_addgr): Likewise.
54357         * nscd/aicache.c (addhstaiX): Likewise
54358         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54360 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54362         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54363         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54364         * nscd/hstcache.c (cache_addhst): Likewise.
54365         * nscd/grpcache.c (cache_addgr): Likewise.
54366         * nscd/aicache.c (addhstaiX): Likewise
54368 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54370         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54371         domain only when needed.
54373 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54375         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54376         is always restored.
54378 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54380         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54381         are re-adding the entry.
54382         * nscd/servicescache.c (cache_addserv): Likewise.
54384 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54386         * sysdeps/generic/dl-irel.h: fix protection against multiple
54387         inclusions.
54388         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54390 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54392         [BZ #12935]
54393         * malloc/memusage.sh: Fix quoting in message.
54394         * debug/xtrace.sh: Likewise.
54396         * configure.in: Remove support for --experimental-malloc option, make
54397         it the default.
54398         * config.make.in: Likewise.
54399         * malloc/Makefile: Likewise.
54401 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54403         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54404         two-byte characters.
54406 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54408         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54409         AC_CACHE_CHECK invocation.
54410         * configure: Regenerated.
54412         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54414 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54416         [BZ #12350]
54417         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54418         bit from old_res_options.
54420         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54422         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54423         value type for setfct.
54425 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54427         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54428         __gettimeofday instead of gettimeofday.
54430 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54432         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54434 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54436         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54438         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54439         info.
54441 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54443         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54444         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54445         strcpy-sse2-unaligned strncpy-sse2-unaligned
54446         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54447         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54448         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54449         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54450         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54451         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54452         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54453         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54454         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54455         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54456         (STRCPY): Support SSE2 and SSSE3 versions.
54458 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54460         [BZ #12874]
54461         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54462         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54463         kernels which artificially limit size of requests.
54465 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54467         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54468         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54469         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54470         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54471         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54472         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54473         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54474         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54475         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54476         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54477         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54478         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54479         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54480         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54481         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54482         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54483         Enable unaligned load optimization for Intel Core i3, i5 and i7
54484         processors.
54485         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54486         Define.
54487         (index_Fast_Unaligned_Load): Define.
54488         (HAS_FAST_UNALIGNED_LOAD): Define.
54490 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54492         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54494 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54496         [BZ #12907]
54497         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54498         until it is clear that the information is realy needed.
54499         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54501 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54503         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54505 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54507         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54508         /sys/devices/system/cpu/online if it is usable.
54510         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54511         reading the information from the /proc filesystem to once a second.
54513 2011-06-21  Andreas Jaeger  <aj@suse.de>
54515         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54516         NULL after inclusion of kernel headers.
54518 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54520         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54521         calls to internal_setent.
54523         [BZ #12885]
54524         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54525         addresses using gethostbyname4_r ignore IPv4 addresses.
54527         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54528         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54530         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54532 2011-06-20  David S. Miller  <davem@davemloft.net>
54534         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54535         inclusions.
54536         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54538         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54539         (elf_irel): Use it.
54540         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54541         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54542         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54543         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54544         * sysdeps/x86_64/dl-irel.h: Likewise.
54546         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54547         * elf/dl-sym.c: Likewise.
54549 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54551         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54552         need to dereference resplen2.
54554 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54556         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54558 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54560         * Makeconfig: Define vardbdir and inst_vardbdir.
54561         * nss/Makefile: Add rules to install db-Makefile.
54563         * nss/nss_db/db-XXX.c: Cleanup.
54565         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54566         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54567         GLIBC_PRIVATE.
54568         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54569         * nss/makedb.c: Implement -g option to specify that value strings
54570         are generated and should not be added to table iterated over for
54571         get*ent calls.
54572         * nss/nss_db/db-initgroups.c: New file.
54574         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54575         interface.
54577         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54578         (internal_getgrouplist): Adjust to name change.
54579         Update use_initgroups_entry if this is not the first call.
54580         * nss/databases.def: Add initgroups entry.
54582         * nss/makedb.c (compute_tables): Check result of multiple hash table
54583         sizes to minimize maximum chain length.
54585 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54587         * Versions.def: Add entry for libnss_db.
54588         * shlib-versions: Likewise.
54589         * nss/Makefile: Add rules to build libnss_db.
54590         * nss/Versions: Add libnss_db information.  Organize libnss_files
54591         entries better.
54592         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54593         makedb progra.  Some minor improvements to generate smaller files.
54594         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54595         here from...
54596         * nss/makedb.c: ...here.
54597         Improve database format to be smaller and require less memory at
54598         runtime.
54599         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54600         db anymore.
54601         * nss/nss_db/db-netgrp.c: Likewise.
54602         * nss/nss_db/db-open.c: Likewise.
54603         * nss/nss_files/flies-XXX.x: Adjust comments.
54604         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54605         * nss/nss_files/files-grp.c: Likewise.
54606         * nss/nss_files/files-hosts.c: Likewise.
54607         * nss/nss_files/files-network.c: Likewise.
54608         * nss/nss_files/files-proto.c: Likewise.
54609         * nss/nss_files/files-pwd.c: Likewise.
54610         * nss/nss_files/files-rpc.c: Likewise.
54611         * nss/nss_files/files-service.c: Likewise.
54612         * nss/nss_files/files-sgrp.c: Likewise.
54613         * nss/nss_files/files-spwd.c: Likewise.
54614         * nss/nss_db/db-alias.c: Removed.
54615         * nss/nss_db/dummy-db.h: Removed.
54617 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54619         * nss/makedb.c: Rewritten to not use database library.
54620         * nss/Makefile: Update to build new makedb program.
54622 2011-06-14  Andreas Jaeger  <aj@suse.de>
54624         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54625         memset declaration.
54627 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54630         tmpbuf.
54632 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54634         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54635         * elf/Makefile ($(objpfx)ld.so): Likewise.
54637         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54638         Don't list ld.so twice in dependencies.
54640         * posix/bug-regex31.c: Include <stdlib.h>.
54642         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54644         * nis/nss_compat/compat-spwd.c
54645         (getspent_next_nss_netgr): Remove unused variable.
54646         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54648         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54649         nonmembers" output to use the right array.
54651         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54653         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54655         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54656         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54657         * catgets/gencat.c (read_input_file): Likewise.
54658         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54660         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54661         variable definition inside #if's controlling its use.
54663         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54665         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54667         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54669         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54670         unreachable code.
54672         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54674         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54675         * configure: Regenerated.
54677         * Makerules: Revert last change.
54678         * elf/Makefile: Likewise.
54680 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54682         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54683         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54684         (reloc-link): Likewise.
54686 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54688         * elf/Makefile: Add rules to build pldd.
54689         * elf/pldd.c: New file.
54690         * elf/pldd-xx.c: New file.
54692 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54694         * version.h: Update for 2.15 development version.
54696 2011-06-07  David S. Miller  <davem@davemloft.net>
54698         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54699         ifuncs.
54700         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54701         elf_machine_lazy_rel): Likewise.
54702         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54703         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54704         elf_machine_lazy_rel): Likewise.
54705         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54706         dl_hwcap via passed in argument.
54707         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54708         Likewise.
54710 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54712         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54714 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54716         [BZ #12849]
54717         * manual/fdl-1.1.texi: New file, verbatim from:
54718         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54719         * manual/lgpl-2.1.texi: New file, verbatim from:
54720         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54721         * manual/Makefile (licenses): New variable, list those new file names.
54722         (texis): Use it.
54723         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54725         * manual/fdl.texi: File removed.
54726         * manual/lesser.texi: File removed.
54727         * manual/libc.texinfo (Copying, Documentation License):
54728         Use new @include file names, put @appendix directive before @include.
54730 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54732         [BZ #12841]
54733         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54734         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54735         (mq_open): Add __NTH.
54737 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54739         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54740         Assume Intel Core i3/i5/i7 processor if AVX is available.
54742 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54744         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54745         typo.
54747 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54749         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54750         memory.  Use alloca_account.  Fix memory leak when retrying.
54752 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54754         * version.h (RELEASE): Bump for 2.14 release.
54755         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54757         * config.make.in (RANLIB): Remove entry.
54759 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54761         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54762         (libc.pot): Work around missing support for .ksh extension in xgettext.
54764         [BZ #12684]
54765         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54766         if both request failed.
54767         (send_dg): In case of server errors clear resplen or *resplen2.
54769         [BZ #12454]
54770         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54771         when there are multiple maps.
54772         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54773         (_dl_fini): Remove test here.
54775         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54777 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54779         [BZ #12350]
54780         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54781         bit from old_res_options.
54782         (gaih_inet): Likewise.
54784         [BZ #11099]
54785         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54786         as signed.
54788         * resolv/res_init.c (res_setoptions): Make the code more compact.
54790         [BZ #11558]
54791         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54792         set RES_USEVC.
54794         [BZ #11634]
54795         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54797         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54799         [BZ #11781]
54800         * malloc/malloc.h: Declare malloc hook variables as volatile.
54802         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54803         in last patch.
54805         [BZ #11799]
54806         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54807         raise in the comment.
54808         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54809         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54810         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54812 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54814         [BZ #12811]
54815         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54816         grow the buffers more if it already has to be sufficient.
54817         (build_wcs_upper_buffer): Likewise.
54818         * posix/regexec.c (check_matching): Likewise.
54819         (clean_state_log_if_needed): Likewise.
54820         (extend_buffers): Don't enlarge buffers beyond size of the input
54821         buffer.
54822         Patches mostly by Emil Wojak <emil@wojak.eu>.
54823         * posix/bug-regex32.c: New file.
54824         * posix/Makefile (tests): Add bug-regex32.
54826         * locale/findlocale.c (_nl_find_locale): Return right away if
54827         _nl_explode_name failed.
54828         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54830         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54832         * debug/xtrace.sh: Unify messages.
54833         * malloc/memusage.sh: Likewise.
54835         [BZ #12813]
54836         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54837         time symbol from vDSO.  Substitute with vsyscall if not available.
54838         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54839         __vdso_time.
54841         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54842         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54843         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54844         Add sendmmsg and internal_sendmmsg.
54845         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54846         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54847         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54849         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54850         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54851         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54853 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54855         [BZ #12813]
54856         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54857         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54858         available.
54859         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54860         __vdso_getcpu.
54862         [BZ #12814]
54863         * iconvdata/Makefile (tests): Add bug-iconv9.
54864         * iconvdata/bug-iconv9.c: New file.
54866 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54868         [BZ #12814]
54869         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54871 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54873         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54874         (struct user_regs_struct): Change intcs field back to cs.
54876 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54878         * po/ja.po: Update from translation team.
54880 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54882         [BZ #12795]
54883         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54884         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54886 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54888         * stdlib/longlong.h: Update from GCC.
54890 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54892         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54893         parameter name.
54894         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54895         Add parameter name.
54896         (__sysconf): Pass it down.
54898 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54900         [BZ #12671]
54901         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54902         some situations.
54903         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54904         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54905         add in in __libc_use_alloca calls.  Adjust callers.
54906         (glob): Use malloc in some situations.
54908         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54909         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54910         pltexit.
54912 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54914         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54915         and CLOCK_BOOTTIME_ALARM.
54917         [BZ #12782]
54918         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54919         is returned.
54921         * string/_strerror.c (__strerror_r): Print negative errors as signed
54922         numbers.
54924         [BZ #12777]
54925         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54926         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54927         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54929         * configure.in: Fix typo in redirection and correct removal of test
54930         files in two cases.
54932         [BZ #12788]
54933         * locale/setlocale.c (new_composite_name): Fix test to check for
54934         identical name of all categories.
54936         [BZ #12792]
54937         * libio/filedoalloc.c (local_isatty): New function.
54938         (_IO_file_doallocate): Use local_isatty.
54939         * stdio-common/perror.c (perror): In case a new stream is used
54940         forward the stream error.
54941         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54942         error flag.
54944 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54946         [BZ #11869]
54947         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54948         alloca.
54949         * include/alloca.h (extend_alloca_account): Define.
54951         [BZ #11857]
54952         * posix/regex.h: Fix comments with documentation of user-accessible
54953         fields after compilation and describe correct free'ing of pattern
54954         after re_compile_pattern.
54955         Patch by Reuben Thomas <rrt@sc3d.org>.
54957 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54959         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54960         and -mno-altivec to prevent the compiler from using Altivec and/or
54961         VSX instructions when the corresponding registers are not available.
54963 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54965         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54967 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54969         * libio/freopen.c (freopen): Use __dup2, not dup2.
54970         * libio/freopen64.c (freopen64): Likewise.
54972 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54974         [BZ #12775]
54975         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54976         * math/Makefile (tests): Add test-powl.
54977         (CFLAGS-test-powl.c): Define.
54978         * math/test-powl.c: New file.
54980 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54982         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54984 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54986         [BZ #11837]
54987         * iconvdata/gb18030.c: Update to GB18020-2005.
54989 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54991         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54992         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54993         Patch by Aharon Robbins <arnold@skeeve.com>.
54995         [BZ #11892]
54996         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54997         on the stack.
54999         [BZ #11895]
55000         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55001         through underflows.
55003         [BZ #12766]
55004         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55005         point to strings before performing equality test for error_one_per_line
55006         mode.
55008         [BZ #11697]
55009         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55011         [BZ #11820]
55012         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55013         (struct user_fpregs_struct): Avoid __uint*_t types.
55015         [BZ #6420]
55016         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55017         symbol info.  Use it instead of calling _dl_addr locally.
55018         (lock_and_info): New function.
55019         (tr_freehook): Call lock_and_info and pass symbol info as additional
55020         parameter to tr_where.
55021         (tr_mallochook): Likewise.
55022         (tr_reallochook): Likewise.
55023         (tr_memalignhook): Likewise.
55025         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55026         used and couldn't be at all thread-safe.
55028 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55030         * libio/freopen.c (freopen): Don't close old file descriptor
55031         before the new one is opened.  Instead dup the new file descriptor
55032         to the old one after the new stream is created.
55033         * libio/freopen64.c (freopen64): Likewise.
55034         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55035         * libio/fileops.c (_IO_new_file_close_it): Handle new
55036         _IO_FLAGS2_NOCLOSE flag.
55037         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55038         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55039         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55040         _IO_FLAGS2_NOCLOSE flag.
55041         * include/unistd.h: Add hidden_proto for dup3.
55042         Define __have_dup3.
55043         * io/dup3.c: Define hidden symbol.
55044         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55046         [BZ #7101]
55047         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55048         when an incomplete long option is used.
55049         * posix/tst-getopt_long1.c: New file.
55050         * posix/Makefile (tests): Add tst-getopt_long1.
55052         [BZ #10138]
55053         * scripts/config.guess: Update from autoconf-2.68.
55054         * scripts/config.sub: Likewise.
55056         [BZ #10157]
55057         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55058         tests into ...
55059         (has_cpuclock): ...this.  New function.
55060         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55061         macro here based on has_cpuclock code.
55063         [BZ #10149]
55064         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55065         First byte (not low byte) is now always NUL.
55066         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55068         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55069         Use non-cancelable interfaces.
55071         [BZ #9809]
55072         * locale/iso-639.def: Add entry for Sorani.
55074         [BZ #11901]
55075         * include/stdlib.h: Move include protection to the right place.
55076         Define abort_msg_s.  Declare __abort_msg with it.
55077         * stdlib/abort.c (__abort_msg): Adjust type.
55078         * assert/assert.c (__assert_fail_base): New function.  Majority
55079         of code from __assert_fail.  Allocate memory for __abort_msg with
55080         mmap.
55081         (__assert_fail): Now call __assert_fail_base.
55082         * assert/assert-perr.c: Remove bulk of implementation.  Use
55083         __assert_fail_base.
55084         * include/assert.hL Declare __assert_fail_base.
55085         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55086         mmap.
55087         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55089 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55091         [BZ #11952]
55092         [BZ #12453]
55093         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55094         until all modules are registered in the DTV.
55095         * elf/Makefile: Add rules to build and run tst-tls19.
55096         * elf/tst-tls19.c: New file.
55097         * elf/tst-tls19mod1.c: New file.
55098         * elf/tst-tls19mod2.c: New file.
55099         * elf/tst-tls19mod3.c: New file.
55100         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55102         [BZ #12083]
55103         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55104         correctly.
55106         [BZ #12601]
55107         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55108         two-byte sequence errors.
55109         * iconvdata/Makefile (tests): Add bug-iconv8.
55110         * iconvdata/bug-iconv8.c: New file.
55112         [BZ #12626]
55113         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55114         buf2 definition.
55116         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55118         [BZ #12432]
55119         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55120         (dummy_getcfa): New function.
55121         (init): Get _Unwind_GetCFA address, use dummy if not found.
55122         (backtrace_helper): In recursion check, also check whether CFA changes.
55123         (__backtrace): Completely initialize arg.
55125         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55126         storing incomplete byte sequence in state object.  Avoid testing for
55127         guaranteed too small input if we know there is enough data available.
55129 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55131         * Makeconfig (+link-pie): Indent.
55132         * Rules (binaries-pie): Define if $(have-fpie) and
55133         $(build-shared).
55134         (binaries-shared): Also filter out $(binaries-pie).
55135         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55136         * nscd/Makefile (others-pie): Add nscd.
55137         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55138         ($(objpfx)nscd): Remove command override.
55139         * login/Makefile (others-pie): Add pt_chown.
55140         ($(objpfx)pt_chown): Remove command override.
55141         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55142         remove command overrides.
55144 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55146         * libio/tst_putwc.c: Fix error messages.
55148         [BZ #12724]
55149         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55150         currently writing and seek to current position when not.
55151         * libio/Makefile (tests): Add bug-fclose1.
55152         * libio/bug-fclose1.c: New file.
55154 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55156         [BZ #12511]
55157         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55158         don't set DF_1_NODELETE here.
55159         (do_lookup_x): When entering new entry test for copy relocation
55160         and if necessary set DF_1_NODELETE flag.
55161         * elf/tst-unique4.cc: New file.
55162         * elf/tst-unique4.h: New file.
55163         * elf/tst-unique4lib.cc: New file.
55164         * elf/Makefile: Add rules to build and run tst-unique4.
55165         Patch by Piotr Bury <pbury@goahead.com>.
55167 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55169         [BZ #12052]
55170         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55172         [BZ #12625]
55173         * misc/mntent_r.c (addmntent): Flush the stream after the output
55175         [BZ #12393]
55176         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55177         (is_trusted_path_normalize): Skip initial colon.  Append slash
55178         to empty buffer.  Duplicate is_trusted_path code but allow
55179         constructed patch to be prefix.
55180         (is_dst): Allow $ORIGIN followed by /.
55181         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55182         Correct testing of result of is_trusted_path_normalize
55183         (decompose_rpath): Fix warning.
55185 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55187         [BZ #11257]
55188         * grp/initgroups.c (internal_getgrouplist): When we found the service
55189         list through the initgroups entry in nsswitch.conf do not always
55190         continue on a successful lookup.  Don't always use the
55191         __nss_group_database value if it is set.
55192         * nss/nsswitch.conf (initgroups): Change action for successful db
55193         lookup to continue for compatibility.
55195 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55197         [BZ #11532]
55198         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55199         and CP774 modules.
55200         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55201         and CP774 modules.
55202         * iconvdata/tst-tables.sh: Likewise.
55203         * iconvdata/cp770.c: New file.
55204         * iconvdata/cp771.c: New file.
55205         * iconvdata/cp772.c: New file.
55206         * iconvdata/cp773.c: New file.
55207         * iconvdata/cp774.c: New file.
55208         * iconvdata/testdata/CP770: New file.
55209         * iconvdata/testdata/CP770..UTF8: New file.
55210         * iconvdata/testdata/CP771: New file.
55211         * iconvdata/testdata/CP771..UTF8: New file.
55212         * iconvdata/testdata/CP772: New file.
55213         * iconvdata/testdata/CP772..UTF8: New file.
55214         * iconvdata/testdata/CP773: New file.
55215         * iconvdata/testdata/CP773..UTF8: New file.
55216         * iconvdata/testdata/CP774: New file.
55217         * iconvdata/testdata/CP774..UTF8: New file.
55219         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55220         END CHARMAP line.
55221         * iconvdata/gen-8bit-gap.sh: Likewise.
55222         * iconvdata/gen-8bit.sh: Likewise.
55224         * locale/iso-639.def: Add ary entry.
55226         [BZ #11258]
55227         * locale/C-translit.h.in: Add U20A1 transliteration.
55229         [BZ #12178]
55230         * locale/iso-639.def: Add wae entry.
55231         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55233         [BZ #12545]
55234         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55235         for n.
55237         [BZ #12711]
55238         * locale/C-translit.h.in: Add entry for U20B9.
55239         Patch by pravin.d.s@gmail.com.
55241 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55243         [BZ #12713]
55244         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55245         ENAMETOOLONG use generic getcwd.
55246         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55247         in rtld.  Use *stat64.
55248         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55249         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55250         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55251         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55252         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55253         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55254         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55255         __fstatat64 macros.
55256         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55257         * dirent/rewinddir.c: Add libc_hidden_def.
55258         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55259         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55261         * include/dirent.h (__alloc_dir): Add flags parameter.
55262         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55263         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55264         __alloc_dir.
55265         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55266         from fdopendir if O_CLOEXEC is already set.
55268 2011-03-15  Alan Modra  <amodra@gmail.com>
55270         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55271         l_tls_firstbyte_offset non-zero.  Save padding offset in
55272         l_tls_firstbyte_offset for later use.
55273         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55274         freeing static tls block.
55276 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55278         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55279         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55280         being defined by the kernel headers.
55282 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55284         [BZ #12734]
55285         * resolv/resolv.h: Define RES_NOTLDQUERY.
55286         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55287         no-tld-query and set RES_NOTLDQUERY.
55288         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55289         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55290         modern BIND to search name as TLD unless forbidden.
55292 2011-05-07  Petr Baudis  <pasky@suse.cz>
55293             Ulrich Drepper  <drepper@gmail.com>
55295         [BZ #12393]
55296         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55297         (is_trusted_path): ...to here.
55298         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55299         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55300         using is_trusted_path_normalize() in setuid scripts.
55302 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55304         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55305         __BEGIN/__END_DECLS.
55307 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55309         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55310         NSS_STATUS_NOTFOUND if no record was found.
55312 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55314         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55315         (headers-not-in-tirpc): Remove rpc/netdb.h
55316         * resolv/netdb.h: Revert last change.
55318 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55320         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55321         circular dependency between libgcc.a and libc.a.
55323 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55325         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55326         * nis/Makefile: Don't install rpcsvc/*.
55327         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55328         instead of <rpc/types.h>.
55329         (MAXHOSTNAMELEN): Define.
55331 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55333         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55335 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55337         [BZ #12714]
55338         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55339         gethostbyname4_r when IPv6 results are possible.
55341 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55343         [BZ #12723]
55344         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55345         _PC_PIPE_BUF handling.
55347 2011-04-30  Bruno Haible  <bruno@clisp.org>
55349         [BZ #12717]
55350         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55351         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55352         to 'int'.
55353         * inet/getnameinfo.c (getnameinfo): Likewise.
55355 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55357         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55358         to groups setting in database lookup.
55359         * nss/nsswitch.conf: Add initgroups entry.
55361 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55363         [BZ #12685]
55364         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55365         mode string.
55366         Patch by Eric Blake <eblake@redhat.com>.
55368 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55370         * sunrpc/Makefile (need-export-routines): Add svc_run.
55371         (routines): Remove svc_run.
55372         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55373         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55374         * sunrpc/svc_run.c (svc_run): Likewise.
55375         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55377 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55379         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55380         problem in reallocation in last patch.
55382 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55384         * sunrpc/Makefile: Move inclusion of Rules.
55386 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55388         * nss/nss_files/files-initgroups.c: New file.
55389         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55390         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55391         _nss_files_initgroups_dyn.
55393 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55395         * elf/elf.h (R_ARM_IRELATIVE): Define.
55397 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55399         * po/ru.po: Update from translation team.
55401 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55403         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55404         dependencies.
55406 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55408         [BZ #12653]
55409         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55410         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55411         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55412         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55413         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55415 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55417         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55418         differing bytes.
55419         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55420         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55421         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55423 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55425         [BZ #12420]
55426         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55427         storing it.
55428         * stdlib/bug-getcontext.c: New file.
55429         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55431 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55433         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55434         instructions into .machine "z9-109".
55435         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55436         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55438 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55440         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55441         between environment variables and auxiliary vector.
55443 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55445         * Makefile: Add rules to build linkobj/libc.so.
55446         * include/libc-symbols.h: Define libc_hidden_nolink.
55447         * include/rpc/auth.h: Mark functions which are to be hidden.
55448         * include/rpc/auth_des.h: Likewise.
55449         * include/rpc/auth_unix.h: Likewise.
55450         * include/rpc/clnt.h: Likewise.
55451         * include/rpc/des_crypt.h: Likewise.
55452         * include/rpc/key_prot.h: Likewise.
55453         * include/rpc/pmap_clnt.h: Likewise.
55454         * include/rpc/pmap_prot.h: Likewise.
55455         * include/rpc/pmap_rmt.h: Likewise.
55456         * include/rpc/rpc_msg.h: Likewise.
55457         * include/rpc/svc.h: Likewise.
55458         * include/rpc/svc_auth.h: Likewise.
55459         * include/rpc/xdr.h: Likewise.
55460         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55461         * nss/Makefile: Likewise.
55462         * sunrpc/Makefile: Don't install headers.  Build library with normal
55463         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55464         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55465         for the compat linking library.  Remove use of INTDEF/INTUSE.
55466         * sunrpc/auth_none.c: Likewise.
55467         * sunrpc/auth_unix.c: Likewise.
55468         * sunrpc/authdes_prot.c: Likewise.
55469         * sunrpc/authuxprot.c: Likewise.
55470         * sunrpc/clnt_gen.c: Likewise.
55471         * sunrpc/clnt_perr.c: Likewise.
55472         * sunrpc/clnt_raw.c: Likewise.
55473         * sunrpc/clnt_simp.c: Likewise.
55474         * sunrpc/clnt_tcp.c: Likewise.
55475         * sunrpc/clnt_udp.c: Likewise.
55476         * sunrpc/clnt_unix.c: Likewise.
55477         * sunrpc/des_crypt.c: Likewise.
55478         * sunrpc/des_soft.c: Likewise.
55479         * sunrpc/get_myaddr.c: Likewise.
55480         * sunrpc/key_call.c: Likewise.
55481         * sunrpc/key_prot.c: Likewise.
55482         * sunrpc/netname.c: Likewise.
55483         * sunrpc/pm_getmaps.c: Likewise.
55484         * sunrpc/pm_getport.c: Likewise.
55485         * sunrpc/pmap_clnt.c: Likewise.
55486         * sunrpc/pmap_prot.c: Likewise.
55487         * sunrpc/pmap_prot2.c: Likewise.
55488         * sunrpc/pmap_rmt.c: Likewise.
55489         * sunrpc/publickey.c: Likewise.
55490         * sunrpc/rpc_cmsg.c: Likewise.
55491         * sunrpc/rpc_common.c: Likewise.
55492         * sunrpc/rpc_dtable.c: Likewise.
55493         * sunrpc/rpc_prot.c: Likewise.
55494         * sunrpc/rpc_thread.c: Likewise.
55495         * sunrpc/rtime.c: Likewise.
55496         * sunrpc/svc.c: Likewise.
55497         * sunrpc/svc_auth.c: Likewise.
55498         * sunrpc/svc_authux.c: Likewise.
55499         * sunrpc/svc_raw.c: Likewise.
55500         * sunrpc/svc_run.c: Likewise.
55501         * sunrpc/svc_simple.c: Likewise.
55502         * sunrpc/svc_tcp.c: Likewise.
55503         * sunrpc/svc_udp.c: Likewise.
55504         * sunrpc/svc_unix.c: Likewise.
55505         * sunrpc/svcauth_des.c: Likewise.
55506         * sunrpc/xcrypt.c: Likewise.
55507         * sunrpc/xdr.c: Likewise.
55508         * sunrpc/xdr_array.c: Likewise.
55509         * sunrpc/xdr_float.c: Likewise.
55510         * sunrpc/xdr_intXX_t.c: Likewise.
55511         * sunrpc/xdr_mem.c: Likewise.
55512         * sunrpc/xdr_rec.c: Likewise.
55513         * sunrpc/xdr_ref.c: Likewise.
55514         * sunrpc/xdr_sizeof.c: Likewise.
55515         * sunrpc/xdr_stdio.c: Likewise.
55517 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55519         [BZ #12650]
55520         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55521         * sysdeps/ia64/dl-tls.h: Likewise.
55522         * sysdeps/powerpc/dl-tls.h: Likewise.
55523         * sysdeps/s390/dl-tls.h: Likewise.
55524         * sysdeps/sh/dl-tls.h: Likewise.
55525         * sysdeps/sparc/dl-tls.h: Likewise.
55526         * sysdeps/x86_64/dl-tls.h: Likewise.
55527         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55529 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55531         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55532         rpath element also skip the following colon.
55533         (expand_dynamic_string_token): Add is_path parameter and pass
55534         down to DL_DST_REQUIRED and _dl_dst_substitute.
55535         (decompose_rpath): Call expand_dynamic_string_token with
55536         non-zero is_path.  Ignore empty rpaths.
55537         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55538         with zero is_path.
55540 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55543         Make cancelable.
55545 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55547         [BZ #12655]
55548         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55549         Patch by Filipe David Manana <fdmanana@apache.org>.
55551 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55553         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55554         Maintain aligned stack.
55555         (CHECK_RSP): Remove unused macro.
55557 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55559         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55560         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55562 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55564         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55566         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55568 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55570         [BZ #12518]
55571         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55572         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55573         * sysdeps/x86_64/memmove.c: New file.
55574         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55575         (memcpy): Renamed to ...
55576         (__new_memcpy): This.
55577         (memcpy): Provide GLIBC_2_14 memcpy.
55578         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55579         (memcpy): Provide GLIBC_2_2_5 memcpy.
55581 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55583         [BZ #12631]
55584         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55586 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55588         * misc/syncfs.c: New file.
55589         * misc/Makefile (routines): Add syncfs.
55590         * posix/unistd.h: Declare syncfs.
55591         * sysdeps/unix/syscalls.list: Add syncfs.
55593 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55595         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55596         open_by_handle_at.
55597         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55598         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55599         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55600         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55601         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55602         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55603         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55605 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55607         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55608         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55609         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55610         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55611         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55612         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55613         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55615         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55616         sync_file_range.c with -fexceptions.
55617         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55618         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55619         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55620         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55621         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55622         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55623         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55624         sync_file_range as cancellation point
55625         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55626         now a wrapper around __call_sync_file_range with cancellation handling.
55627         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55628         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55629         function name to __call_sync_file_range.
55630         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55631         Add call_sync_file_range.
55633 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55635         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55636         bits/timex.h.
55638 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55640         * iconv/iconv.h: Fix typo in comment.
55641         * io/fcntl.h: Likewise.
55642         * libio/stdio.h: Likewise.
55643         * posix/spawn.h: Likewise.
55644         * posix/unistd.h: Likewise.
55645         * stdlib/stdlib.h: Likewise.
55646         * time/time.h: Likewise.
55647         * wcsmbs/wchar.h: Likewise.
55649         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55650         open_by_handle): Add.
55651         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55652         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55653         Augment a few comments.
55654         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55655         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55656         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55657         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55658         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55659         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55660         open_by_handle.
55662         * io/fcntl.h (AT_EMPTY_PATH): Define.
55664 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55666         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55667         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55668         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55669         to...
55670         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55671         * Versions.def: Add GLIBC_2.14.
55672         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55673         Export.
55675 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55677         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55678         round counter.
55679         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55681 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55683         [BZ #12597]
55684         * string/test-strncmp.c (do_page_test): New function.
55685         (check2): Likewise.
55686         (test_main): Call check2.
55687         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55689 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55691         [BZ #12587]
55692         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55693         Handle cache information in CPU leaf 4.
55694         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55696 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55698         [BZ #12583]
55699         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55700         character representation.
55701         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55703 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55705         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55706         END(__isnan) to END(__isnanf) to match function entry point/label
55707         EALIGN(__isnanf,...).
55709 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55711         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55713 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55715         [BZ #12510]
55716         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55717         copy from the symbol referenced in the relocation to initialize the
55718         used variable.
55719         Patch by Piotr Bury <pbury@goahead.com>.
55720         * elf/Makefile: Add rules to build and tst-unique3.
55721         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55722         * elf/tst-unique3.cc: New file.
55723         * elf/tst-unique3.h: New file.
55724         * elf/tst-unique3lib.cc: New file.
55725         * elf/tst-unique3lib2.cc: New file.
55727         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55729 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55731         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55732         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55733         to _start.
55735 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55737         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55738         to-be-loaded object along a path to loader is ld.so.
55740 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55741             Ulrich Drepper  <drepper@gmail.com>
55743         * sysdeps/x86_64/memset.S: After aligning destination, code
55744         branches to different locations depending on the value of
55745         misalignment, when multiarch is enabled. Fix this.
55747 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55749         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55750         Set _x86_64_preferred_memory_instruction for AMD processsors.
55751         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55752         Set bit_Prefer_SSE_for_memop for AMD processors.
55754 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55756         * libio/fmemopen.c (fmemopen): Optimize a bit.
55758 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55760         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55762 2011-03-03  Roland McGrath  <roland@redhat.com>
55764         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55766 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55768         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55769         __bzero_ultra1 instead of __memset_ultra1.
55771 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55772             Ulrich Drepper  <drepper@gmail.com>
55774         [BZ #12509]
55775         * include/link.h (struct link_map): Add l_orig_initfini.
55776         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55777         returning unsuccessfully.
55778         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55779         close of a file loaded at startup, restore the original l_initfini
55780         list.
55781         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55782         list, store the pointer.
55783         * elf/Makefile ($(objpfx)noload-mem): New rule.
55784         (noload-ENV): Define.
55785         (tests): Add $(objpfx)noload-mem.
55786         * elf/noload.c: Include <memcheck.h>.
55787         (main): Call mtrace.  Close all opened handles.
55789 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55791         [BZ #12454]
55792         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55793         dependencies are missing.
55795 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55797         Fix __if_freereq crash: Unlike the generic version which uses free,
55798         Hurd needs munmap.
55799         * sysdeps/mach/hurd/ifreq.h: New file.
55801 2011-01-27  Petr Baudis  <pasky@suse.cz>
55802             Ulrich Drepper  <drepper@gmail.com>
55804         [BZ 12445]#
55805         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55806         to extend_alloca().
55807         * stdio-common/bug23.c: New file.
55808         * stdio-common/Makefile (tests): Add bug23.
55810 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55811             Ulrich Drepper  <drepper@gmail.com>
55813         [BZ #12489]
55814         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55815         before performing relro protection.  At old place add assertion
55816         to make sure nothing changed.
55818 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55819             Glauber de Oliveira Costa  <glommer@gmail.com>
55821         * elf/elf.h: Add new ARM TLS relocs.
55823 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55826         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55827         cast from r3.
55828         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55829         'tests' variable.
55830         * sysdeps/wordsize-64/tst-writev.c: New file.
55832 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55834         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55835         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55836         insns in _dl_start to prevent a TOC reference before relocs are
55837         resolved.
55839 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55841         [BZ #12469]
55842         * Makeconfig: Remove RANLIB definition.
55843         * Makerules: Don't use RANLIB.
55844         * aclocal.m4: Remove ranlib test.
55845         * configure.in: No need to check for ranlib.
55846         * elf/rtld-Rules: Don't use RANLIB.
55848 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55850         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55851         protection macro.
55852         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55853         inclusion protection macro.
55855         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55856         SIGRTMIN and SIGRTMAX and print information in that case only when
55857         SIGRTMIN is defined.
55859 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55861         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55862         arginfo fn returning -1.
55864         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55865         and thousands string is zero terminated.
55867 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55869         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55870         sysdeps/unix/sysv/linux/bits/socket.h.
55872 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55874         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55875         (__CPU_COUNT): Remove old macros.
55876         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55877         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55878         (__CPU_ALLOC, __CPU_FREE): Add macros.
55879         (__sched_cpualloc, __sched_cpufree): Add declarations.
55881 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55883         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55884         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55885         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55886         (readdhstai): Return value of addhstaiX call.
55887         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55888         (addgrbyX): Return value returned by cache_addgr.
55889         (readdgrbyname): Return value returned by addgrbyX.
55890         (readdgrbygid): Likewise.
55891         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55892         (addpwbyX): Return value returned by cache_addpw.
55893         (readdpwbyname): Return value returned by addhstbyX.
55894         (readdpwbyuid): Likewise.
55895         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55896         (addservbyX): Return value returned by cache_addserv.
55897         (readdservbyname): Return value returned by addservbyX:
55898         (readdservbyport): Likewise.
55899         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55900         (addhstbyX): Return value returned by cache_addhst.
55901         (readdhstbyname): Return value returned by addhstbyX.
55902         (readdhstbyaddr): Likewise.
55903         (readdhstbynamev6): Likewise.
55904         (readdhstbyaddrv6): Likewise.
55905         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55906         (readdinitgroups): Return value returned by addinitgroupsX.
55907         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55908         (prune_cache): Keep track of timeout value of re-added entries.
55909         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55910         * nscd/nscd.h: Adjust prototypes of readd* functions.
55912 2011-02-04  Roland McGrath  <roland@redhat.com>
55914         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55915         (nis_stats): Likewise.
55916         * nis/nis_modify.c (nis_modify): Likewise.
55917         * nis/nis_remove.c (nis_remove): Likewise.
55918         * nis/nis_add.c (nis_add): Likewise.
55920         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55922         * posix/fnmatch_loop.c: Add some consts.
55924         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55926 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55928         [BZ #12460]
55929         * config.make.in (config-cflags-novzeroupper): Define.
55930         * configure.in: Substitute libc_cv_cc_novzeroupper.
55931         * elf/Makefile (AVX-CFLAGS): Define.
55932         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55933         (CFLAGS-tst-auditmod4a.c): Likewise.
55934         (CFLAGS-tst-auditmod4b.c): Likewise.
55935         (CFLAGS-tst-auditmod6b.c): Likewise.
55936         (CFLAGS-tst-auditmod6c.c): Likewise.
55937         (CFLAGS-tst-auditmod7b.c): Likewise.
55938         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55940 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55942         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55943         function to the callback.
55944         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55946 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55948         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55949         of errno.
55951 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55953         [BZ #11724]
55954         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55955         of constructors.
55956         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55957         of destructors.
55958         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55960         [BZ #11724]
55961         * elf/Makefile: Add rules to build and run new test.
55962         * elf/tst-initorder.c: New file.
55963         * elf/tst-initorder.exp: New file.
55964         * elf/tst-initordera1.c: New file.
55965         * elf/tst-initordera2.c: New file.
55966         * elf/tst-initordera3.c: New file.
55967         * elf/tst-initordera4.c: New file.
55968         * elf/tst-initorderb1.c: New file.
55969         * elf/tst-initorderb2.c: New file.
55970         * elf/tst-order-a1.c: New file.
55971         * elf/tst-order-a2.c: New file.
55972         * elf/tst-order-a3.c: New file.
55973         * elf/tst-order-a4.c: New file.
55974         * elf/tst-order-b1.c: New file.
55975         * elf/tst-order-b2.c: New file.
55976         * elf/tst-order-main.c: New file.
55977         New test case by George Gensure <werkt0@gmail.com>.
55979 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55981         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55982         decoding ACE if AI_CANONIDN.
55984 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55986         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55988 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55990         * version.h (RELEASE): Bump for 2.13 release.
55991         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55993         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55995         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55996         MADV_NOHUGEPAGE.
55997         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55998         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55999         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56000         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56001         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56002         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56004         * posix/getconf.c: Update copyright year.
56005         * catgets/gencat.c: Likewise.
56006         * csu/version.c: Likewise.
56007         * debug/catchsegv.sh: Likewise.
56008         * debug/xtrace.sh: Likewise.
56009         * elf/ldconfig.c: Likewise.
56010         * elf/ldd.bash.in: Likewise.
56011         * elf/sprof.c (print_version): Likewise.
56012         * iconv/iconv_prog.c: Likewise.
56013         * iconv/iconvconfig.c: Likewise.
56014         * locale/programs/locale.c: Likewise.
56015         * locale/programs/localedef.c: Likewise.
56016         * malloc/memusage.sh: Likewise.
56017         * malloc/mtrace.pl: Likewise.
56018         * nscd/nscd.c (print_version): Likewise.
56019         * nss/getent.c: Likewise.
56021         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56022         PF_CAIF, and PF_ALG.
56023         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56025 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56027         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56028         (modules-names): Use them.
56029         (ifunc-test-modules, ifunc-pie-tests): Define.
56030         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56031         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56032         (test-extras): Likewise.
56033         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56034         $(compile-command.c).
56035         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56036         (all-built-dso): Define.
56037         (check-textrel.out, check-execstack.out): Depend on it.
56039         * configure.in: Don't override --enable-multi-arch.
56041 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56043         [BZ #6812]
56044         * nscd/hstcache.c (tryagain): Define.
56045         (cache_addhst): Return tryagain not notfound for temporary errors.
56046         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56047         failed.
56049 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56051         [BZ #10563]
56052         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56053         to make the syscall.
56054         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56056         [BZ #12378]
56057         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56058         and fall back to matching as normal character if the string ends before
56059         the matching ']' is found.  This is what POSIX requires.
56060         * posix/testfnm.c: Adjust test result.
56061         * posix/globtest.sh: Adjust test result.  Add new test.
56062         * posix/tst-fnmatch.input: Likewise.
56063         * posix/tst-fnmatch2.c: Add new test.
56065 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56067         * elf/Makefile (check-execstack): Revert last change.  Depend on
56068         check-execstack.h.
56069         (check-execstack.h): New target.
56070         (generated): Add check-execstack.h.
56071         * elf/check-execstack.c: Include "check-execstack.h".
56072         (main): Revert last change.
56073         (handle_file): Return zero if GNU_STACK is absent and
56074         DEFAULT_STACK_PERMS doesn't include PF_X.
56076 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56078         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56079         in child fails because the descriptor is already closed.
56080         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56081         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56082         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56084         [BZ #12397]
56085         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56086         syscall.
56088         [BZ #10484]
56089         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56090         temporary buffer used to handle multi lookups locally.
56091         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56093 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56095         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56096         loader is ld.so.
56098 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56100         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56101         alignment for SSE2.
56103 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56105         [BZ #12394]
56106         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56107         characters.  When rounding increased number of integer digits recompute
56108         number of groups.
56109         * stdio-common/tst-grouping.c: New file.
56110         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56112 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56114         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56115         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56117         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56118         void.
56119         * bits/select.h: Likewise.
56121 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56123         * po/ja.po: Update from translation team.
56125 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56127         [BZ #11155]
56128         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56129         implementation just like for lxstat, fxstatat, et al.
56131 2010-12-27  Jim Meyering  <meyering@redhat.com>
56133         [BZ #12348]
56134         * posix/regexec.c (build_trtable): Return failure indication upon
56135         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56137 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56139         [BZ #12201]
56140         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56141         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56142         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56143         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56145         [BZ #12207]
56146         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56148         [BZ #12204]
56149         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56150         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56152 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56154         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56155         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56156         script has SORT_BY_INIT_PRIORITY.
56157         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56158         NO_CTORS_DTORS_SECTIONS is defined.
56159         * elf/soinit.c: Likewise.
56160         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56161         NO_CTORS_DTORS_SECTIONS is defined.
56162         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56163         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56164         * sysdeps/sh/init-first.c: Likewise.
56165         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56167 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56169         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56170         always use the slow path.
56172 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56174         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56175         similar rule which adds the sysdep directories to the header search in
56176         order to pick up the correct platform stackinfo.h.
56177         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56178         perform test if it is, otherwise return successfully without testing.
56179         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56180         DEFAULT_STACK_PERMS define in stackinfo.h.
56181         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56182         defined in stackinfo.h.
56183         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56184         DEFAULT_STACK_PERMS defined in stackinfo.h.
56185         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56186         * sysdeps/ia64/stackinfo.h: Likewise.
56187         * sysdeps/s390/stackinfo.h: Likewise.
56188         * sysdeps/sh/stackinfo.h: Likewise.
56189         * sysdeps/sparc/stackinfo.h: Likewise.
56190         * sysdeps/x86_64/stackinfo.h: Likewise.
56191         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56192         PF_X for powerpc64.  Retain PF_X for powerpc32.
56194 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56196         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56197         accurately.
56198         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56199         GETDENTS_64BIT_ALIGNED.
56201 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56203         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56205 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56207         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56208         _GNU_SOURCE.
56210         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56211         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56212         Remove __restrict.
56213         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56214         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56216 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56218         [BZ #11655]
56219         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56220         are initialized.
56222 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56224         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56226 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56228         * po/it.po: Update from translation team.
56230 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56232         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56233         unused codes.
56235 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56237         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56239 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56241         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56242         specially.
56243         (gaih_getanswer_slice): Likewise.
56245 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56247         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56249 2010-05-31  Petr Baudis  <pasky@suse.cz>
56251         [BZ #11149]
56252         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56253         silently even in the chroot mode.
56255 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56257         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56258         last patch a bit.  Pretty printing
56260 2010-05-31  Petr Baudis <pasky@suse.cz>
56262         [BZ #10085]
56263         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56264         initialization of skip_initgroups_dyn.
56266 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56268         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56269         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56271 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56273         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56275 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56277         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56278         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56279         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56280         ($(objpfx)tst-fnmatch-mem): New rule.
56281         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56282         * posix/tst-fnmatch.c (main): Call mtrace.
56284 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56286         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56287         Support Intel processor model 6 and model 0x2c.
56289 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56291         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56292           signed comparison.
56294 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56296         [BZ #12205]
56297         * string/test-strncasecmp.c (check_result): New function.
56298         (do_one_test): Use it.
56299         (check1): New function.
56300         (test_main): Use it.
56301         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56302         Support strcasecmp and strncasecmp.
56304 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56306         [BZ #12194]
56307         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56308         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56310 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56312         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56313         IFUNC support.
56314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56315         memset-x86-64.
56316         * sysdeps/x86_64/multiarch/bzero.S: New file.
56317         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56318         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56319         * sysdeps/x86_64/multiarch/memset.S: New file.
56320         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56321         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56322         Set bit_Prefer_SSE_for_memop for Intel processors.
56323         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56324         Define.
56325         (index_Prefer_SSE_for_memop): Define.
56326         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56328 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56330         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56331         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56333 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56335         [BZ #12191]
56336         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56337         (__x86_64_raw_data_cache_size_half): Likewise.
56338         (__x86_64_raw_shared_cache_size): Likewise.
56339         (__x86_64_raw_shared_cache_size_half): Likewise.
56341         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56342         (__x86_64_raw_data_cache_size_half): Likewise.
56343         (__x86_64_raw_shared_cache_size): Likewise.
56344         (__x86_64_raw_shared_cache_size_half): Likewise.
56345         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56346         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56347         and __x86_64_raw_shared_cache_size_half.  Round
56348         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56349         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56350         to multiple of 256 bytes.
56352 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56354         [BZ #12167]
56355         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56356         of inacessible symlinks.  Verify result of symlink before returning it.
56357         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56358         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56360 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56362         * math/math.h (isinf): Fix typo in comment.
56364 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56366         * po/da.po: Update from translation team.
56368 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56370         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56371         is added to the list.
56373 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56374             Ulrich Drepper  <drepper@gmail.com>
56376         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56377         the global list here.  Move code to...
56378         (_dl_add_to_namespace_list): ...here.  New function.
56379         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56380         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56381         * elf/dl-load.c (lose): Don't remove the element from the list.
56382         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56383         (_dl_map_object): Likewise.
56385 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56387         [BZ #12159]
56388         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56389         into all bytes of SSE register.
56390         Patch by Richard Li <richardpku@gmail.com>.
56392 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56394         [BZ #12140]
56395         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56396         perturbing.
56398 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56400         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56401         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56402         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56403         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56405         submachine.
56406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56408 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56410         * include/dlfcn.h (__RTLD_SECURE): Define.
56411         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56412         mode & __RTLD_SECURE instead.
56413         (open_path): Rename preloaded parameter to secure.
56414         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56415         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56416         * elf/dl-deps.c (openaux): Likewise.
56417         * elf/rtld.c (struct map_args): Remove is_preloaded.
56418         (map_doit): Don't use it.
56419         (dl_main): Likewise.
56420         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56421         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56423 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56425         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56426         (sysd-rules-targets): Remove duplicates.
56427         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56428         rtld-%.$o dependency.
56430 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56432         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56433         _dl_map_object do it.
56435 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56437         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56438         fast fma builtins, define the macros in the C99 standard.
56439         (FP_FAST_FMAF): Likewise.
56440         (FP_FAST_FMAL): Likewise.
56441         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56443         * bits/mathdef.h: Update copyright year.
56444         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56446 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56448         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56449         builtins, define the macros in the C99 standard.
56450         (FP_FAST_FMAF): Likewise.
56451         (FP_FAST_FMAL): Likewise.
56452         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56453         multiply/add.
56454         (FP_FAST_FMAF): Likewise.
56456 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56458         [BZ #3268]
56459         * math/libm-test.inc (fma_test): Some new testcases.
56460         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56461         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56462         y and infinite z.  Do multiplication by C already in long double.
56463         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56464         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56465         y and infinite z.  Do bitwise or of inexact bit into u.d.
56466         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56467         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56468         * sysdeps/i386/fpu/s_fma.S: Removed.
56469         * sysdeps/i386/fpu/s_fmal.S: Removed.
56471 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56473         [BZ #3268]
56474         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56475         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56476         computation is not scheduled after fetestexcept.  Fix value
56477         of minimum denormal long double.
56479 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56481         [BZ #3268]
56482         * math/libm-test.inc (fma_test): Add some more tests.
56483         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56484         correctly.
56486 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56488         * scripts/data/localplt-s390-linux-gnu.data: New file.
56489         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56491 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56493         [BZ #3268]
56494         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56495         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56496         instead of dbl-64.
56497         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56498         inlines.
56499         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56500         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56501         if one of x and y is very large and the other is subnormal.
56502         * sysdeps/s390/fpu/s_fmaf.c: New file.
56503         * sysdeps/s390/fpu/s_fma.c: New file.
56504         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56505         * sysdeps/powerpc/fpu/s_fma.S: New file.
56506         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56507         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56508         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56510 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56512         [BZ #3268]
56513         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56514         fma tests.
56515         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56516         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56517         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56518         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56519         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56520         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56521         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56523 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56525         [BZ #12078]
56526         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56527         * posix/bug-regex31.input: Add test case.
56529 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56531         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56532         * posix/bug-regex31.input: New file.
56534         [BZ #12078]
56535         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56536         (parse_sub_exp): Fix last change, use postorder.
56538         * posix/bug-regex31.c: New file.
56539         * posix/Makefile: Add rules to build and run bug-regex31.
56541         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56543         [BZ #12078]
56544         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56546         [BZ #12108]
56547         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56548         to have entries in sys_siglist.
56550         [BZ #12093]
56551         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56552         be NULL.
56554 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56556         [BZ #3268]
56557         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56558         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56559         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56560         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56561         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56562         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56563         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56564         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56565         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56566         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56567         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56568         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56569         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56570         * math/ftestexcept.c (fetestexcept): Likewise.
56571         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56572         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56573         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56574         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56575         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56576         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56577         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56579 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56581         [BZ #12107]
56582         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56583         newline.
56585 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56587         * string/bug-strstr1.c: New file.
56588         * string/Makefile: Add rules to build and run bug-strstr1.
56590 2010-10-05  Eric Blake  <eblake@redhat.com>
56592         [BZ #12092]
56593         * string/str-two-way.h (two_way_long_needle): Always clear memory
56594         when skipping input due to the shift table.
56596 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56598         [BZ #12005]
56599         * malloc/mcheck.c: Handle large requests.
56601         [BZ #12077]
56602         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56603         for strncmp and strncasecmp.
56604         * string/stratcliff.c: Add tests for strcmp and strncmp.
56605         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56607 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56609         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56610         __set_fpscr.
56612 2010-09-30  Andreas Jaeger  <aj@suse.de>
56614         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56615         (CGROUP_SUPER_MAGIC): Define.
56616         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56617         Handle btrfs and cgroup file systems.
56618         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56619         Likewise.
56621 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56623         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56624         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56626 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56628         [BZ #12067]
56629         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56630         trying to locate the ELF header.
56632 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56634         [BZ #11611]
56635         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56636         Mask out sign-bit copies when constructing f_fsid.
56638 2010-09-24  Petr Baudis <pasky@suse.cz>
56640         * debug/stack_chk_fail_local.c: Add missing licence exception.
56641         * debug/warning-nop.c: Likewise.
56643 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56645         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56646         implementing getdents64 using getdents syscall, set d_type if
56647         __ASSUME_GETDENTS32_D_TYPE.
56649 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56651         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56652         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56654 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56656         [BZ #12037]
56657         * posix/unistd.h: Undo change of feature selection for ftruncate from
56658         2010-01-11.
56660 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56662         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56663         detection.
56665 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56667         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56668         fanotify_mark.
56669         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56671 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56673         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56674         variables after CHECK_SP call.
56675         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56677 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56678             Ulrich Drepper  <drepper@redhat.com>
56680         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56681         re-relocationg ld.so.
56682         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56683         _dl_init_paths call.
56684         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56685         here anymore.
56687 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56689         * resolv/res_init.c (__res_vinit): Count the default server we added.
56691 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56692             Ulrich Drepper  <drepper@redhat.com>
56694         [BZ #11968]
56695         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56696         (____longjmp_chk): Use %ebx for saving value across system call.
56697         Add unwind info.
56699 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56701         * manual/Makefile: Don't mix pattern rules with normal rules.
56703 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56705         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56706         operation.
56707         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56708         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56709         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56710         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56711         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56712         Likewise.
56714 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56716         [BZ #11979]
56717         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56718         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56720 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56722         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56723         * sysdeps/x86_64/addmul_1.S: Likewise.
56724         * sysdeps/x86_64/lshift.S: Likewise.
56725         * sysdeps/x86_64/mul_1.S: Likewise.
56726         * sysdeps/x86_64/rshift.S: Likewise.
56727         * sysdeps/x86_64/sub_n.S: Likewise.
56728         * sysdeps/x86_64/submul_1.S: Likewise.
56730 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56732         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56733         Define __sched_param instead of SCHED_* and sched_param when
56734         <bits/sched.h> is included with __need_schedparam defined.
56735         * bits/sched.h [__need_schedparam]
56736         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56737         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56738         (__defined_schedparam): Define to 1.
56739         (__sched_param): New structure, identical to sched_param.
56740         (__need_schedparam): Undefine.
56742 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56744         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56745         (epoll_create1): Declare.
56747         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56749 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56751         [BZ #7066]
56752         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56753         shifting retval into place.
56755 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56757         * nis/rpcsvc/nis.h: Update copyright notice.
56758         * nis/rpcsvc/nis.x: Likewise.
56759         * nis/rpcsvc/nis_callback.h: Likewise.
56760         * nis/rpcsvc/nis_callback.x: Likewise.
56761         * nis/rpcsvc/nis_object.x: Likewise.
56762         * nis/rpcsvc/nis_tags.h: Likewise.
56763         * nis/rpcsvc/yp.h: Likewise.
56764         * nis/rpcsvc/yp.x: Likewise.
56765         * nis/rpcsvc/ypupd.h: Likewise.
56766         * nis/yp_xdr.c: Likewise.
56767         * nis/ypupdate_xdr.c: Likewise.
56769         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56770         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56771         (pmap_getport): Use __libc_rpc_getport.
56772         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56773         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56774         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56776 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56779         fanotify_mark.
56781 2010-08-27  Roland McGrath  <roland@redhat.com>
56783         * sysdeps/i386/i686/multiarch/Makefile
56784         (CFLAGS-varshift.c): New variable.
56786 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56788         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56789         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56791         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56793         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56795 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56797         * sysdeps/x86_64/strlen.S: Unroll the loop.
56798         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56799         strlen-sse2 strlen-sse2-bsf.
56800         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56801         __strlen_no_bsf if bit_Slow_BSF is set.
56802         (__strlen_sse42): Removed.
56803         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56804         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56806 2010-08-25  Roland McGrath  <roland@redhat.com>
56808         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56809         * sysdeps/x86_64/multiarch/varshift.c: New file.
56810         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56811         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56812         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56813         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56815 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56817         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56818         strlen-sse2 strlen-sse2-bsf.
56819         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56820         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56821         (__strlen_sse2): Removed.
56822         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56823         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56824         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56825         bit_Slow_BSF for Atom.
56826         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56827         (index_Slow_BSF): Define.
56828         (HAS_SLOW_BSF): Define.
56830 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56832         [BZ #10851]
56833         * resolv/res_init.c (__res_vinit): When no server address at all
56834         is given default to loopback.
56836 2010-08-24  Roland McGrath  <roland@redhat.com>
56838         * configure.in: Remove config-name.h generation.
56839         * configure: Regenerated.
56840         * config-name.in: File removed.
56841         * scripts/config-uname.sh: New file.
56842         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56843         ($(objdir)config-name.h): New target.
56845         * sunrpc/rpc_parse.h: Avoid nested comment.
56847 2010-08-24  Richard Henderson  <rth@redhat.com>
56848             Ulrich Drepper  <drepper@redhat.com>
56849             H.J. Lu  <hongjiu.lu@intel.com>
56851         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56853         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56854         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56855         _mm_alignr_epi8 with _mm_loadu_si128.
56856         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56857         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56858         (__m128i_shift_right): Removed.
56859         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56860         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56861         * sysdeps/x86_64/multiarch/varshift.h: New file.
56862         * sysdeps/x86_64/multiarch/varshift.S: New file.
56864 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56866         * configure.in: Move assembler checks to before sysdep dir checking.
56868 2010-08-20  Petr Baudis  <pasky@suse.cz>
56870         * LICENSES: Sync the sunrpc license.
56872 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56874         * sunrpc/auth_des.c: Update copyright notice once again.
56875         * sunrpc/auth_none.c: Likewise.
56876         * sunrpc/auth_unix.c: Likewise.
56877         * sunrpc/authdes_prot.c: Likewise.
56878         * sunrpc/authuxprot.c: Likewise.
56879         * sunrpc/bindrsvprt.c: Likewise.
56880         * sunrpc/clnt_gen.c: Likewise.
56881         * sunrpc/clnt_perr.c: Likewise.
56882         * sunrpc/clnt_raw.c: Likewise.
56883         * sunrpc/clnt_simp.c: Likewise.
56884         * sunrpc/clnt_tcp.c: Likewise.
56885         * sunrpc/clnt_udp.c: Likewise.
56886         * sunrpc/clnt_unix.c: Likewise.
56887         * sunrpc/des_crypt.c: Likewise.
56888         * sunrpc/des_soft.c: Likewise.
56889         * sunrpc/get_myaddr.c: Likewise.
56890         * sunrpc/getrpcport.c: Likewise.
56891         * sunrpc/key_call.c: Likewise.
56892         * sunrpc/key_prot.c: Likewise.
56893         * sunrpc/openchild.c: Likewise.
56894         * sunrpc/pm_getmaps.c: Likewise.
56895         * sunrpc/pm_getport.c: Likewise.
56896         * sunrpc/pmap_clnt.c: Likewise.
56897         * sunrpc/pmap_prot.c: Likewise.
56898         * sunrpc/pmap_prot2.c: Likewise.
56899         * sunrpc/pmap_rmt.c: Likewise.
56900         * sunrpc/rpc/auth.h: Likewise.
56901         * sunrpc/rpc/auth_unix.h: Likewise.
56902         * sunrpc/rpc/clnt.h: Likewise.
56903         * sunrpc/rpc/des_crypt.h: Likewise.
56904         * sunrpc/rpc/key_prot.h: Likewise.
56905         * sunrpc/rpc/netdb.h: Likewise.
56906         * sunrpc/rpc/pmap_clnt.h: Likewise.
56907         * sunrpc/rpc/pmap_prot.h: Likewise.
56908         * sunrpc/rpc/pmap_rmt.h: Likewise.
56909         * sunrpc/rpc/rpc.h: Likewise.
56910         * sunrpc/rpc/rpc_des.h: Likewise.
56911         * sunrpc/rpc/rpc_msg.h: Likewise.
56912         * sunrpc/rpc/svc.h: Likewise.
56913         * sunrpc/rpc/svc_auth.h: Likewise.
56914         * sunrpc/rpc/types.h: Likewise.
56915         * sunrpc/rpc/xdr.h: Likewise.
56916         * sunrpc/rpc_clntout.c: Likewise.
56917         * sunrpc/rpc_cmsg.c: Likewise.
56918         * sunrpc/rpc_common.c: Likewise.
56919         * sunrpc/rpc_cout.c: Likewise.
56920         * sunrpc/rpc_dtable.c: Likewise.
56921         * sunrpc/rpc_hout.c: Likewise.
56922         * sunrpc/rpc_main.c: Likewise.
56923         * sunrpc/rpc_parse.c: Likewise.
56924         * sunrpc/rpc_parse.h: Likewise.
56925         * sunrpc/rpc_prot.c: Likewise.
56926         * sunrpc/rpc_sample.c: Likewise.
56927         * sunrpc/rpc_scan.c: Likewise.
56928         * sunrpc/rpc_scan.h: Likewise.
56929         * sunrpc/rpc_svcout.c: Likewise.
56930         * sunrpc/rpc_tblout.c: Likewise.
56931         * sunrpc/rpc_util.c: Likewise.
56932         * sunrpc/rpc_util.h: Likewise.
56933         * sunrpc/rpcinfo.c: Likewise.
56934         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56935         * sunrpc/rpcsvc/key_prot.x: Likewise.
56936         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56937         * sunrpc/rpcsvc/mount.x: Likewise.
56938         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56939         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56940         * sunrpc/rpcsvc/rex.x: Likewise.
56941         * sunrpc/rpcsvc/rstat.x: Likewise.
56942         * sunrpc/rpcsvc/rusers.x: Likewise.
56943         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56944         * sunrpc/rpcsvc/spray.x: Likewise.
56945         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56946         * sunrpc/rtime.c: Likewise.
56947         * sunrpc/svc.c: Likewise.
56948         * sunrpc/svc_auth.c: Likewise.
56949         * sunrpc/svc_authux.c: Likewise.
56950         * sunrpc/svc_raw.c: Likewise.
56951         * sunrpc/svc_run.c: Likewise.
56952         * sunrpc/svc_simple.c: Likewise.
56953         * sunrpc/svc_tcp.c: Likewise.
56954         * sunrpc/svc_udp.c: Likewise.
56955         * sunrpc/svc_unix.c: Likewise.
56956         * sunrpc/svcauth_des.c: Likewise.
56957         * sunrpc/xcrypt.c: Likewise.
56958         * sunrpc/xdr.c: Likewise.
56959         * sunrpc/xdr_array.c: Likewise.
56960         * sunrpc/xdr_float.c: Likewise.
56961         * sunrpc/xdr_mem.c: Likewise.
56962         * sunrpc/xdr_rec.c: Likewise.
56963         * sunrpc/xdr_ref.c: Likewise.
56964         * sunrpc/xdr_sizeof.c: Likewise.
56965         * sunrpc/xdr_stdio.c: Likewise.
56967         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56968         handling.
56970 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56972         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56974 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56976         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56977         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56978         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56979         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56980         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56981         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56982         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56983         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56984         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56985         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56986         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56987         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56988         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56989         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56991 2010-07-26  Anton Blanchard  <anton@samba.org>
56993         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56994         * malloc/arena.c (heap_trim): Likewise.
56996 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56998         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56999         here.  Not...
57000         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57001         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57003 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57005         * sysdeps/i386/elf/Makefile: New file.
57007 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57009         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57010         from fanotify_init.
57011         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57012         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57014 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57016         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57017         of strncasecmp_l.
57018         * sysdeps/multiarch/strcmp.S: Likewise.
57020 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57022         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57023         strncase_l-nonascii.
57024         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57025         Add strncase_l-ssse3.
57026         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57027         * sysdeps/x86_64/strcmp.S: Likewise.
57028         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57029         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57030         * sysdeps/x86_64/strncase.S: New file.
57031         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57032         * sysdeps/x86_64/strncase_l.S: New file.
57033         * string/Makefile (strop-tests): Add strncasecmp.
57034         * string/test-strncasecmp.c: New file.
57036         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57037         warning.
57039         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57040         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57042 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57044         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57046 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57048         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57049         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57050         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57052 2010-05-01  Alan Modra  <amodra@gmail.com>
57054         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57055         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57056         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57057         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57058         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57059         tidying.  Don't tail-call __sigjmp_save for static lib.
57060         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57061         save location.
57062         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57063         (CALL_MCOUNT): Add eh info, and nop after bl.
57064         (TAIL_CALL_SYSCALL_ERROR): New macro.
57065         (PSEUDO_RET): Use it.
57066         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57067         Correct save location of integer regs and cr.
57068         (_dl_profile_resolve): Correct cr save location.  Delete nops
57069         after bl when SHARED.  Reduce cfi size a little by better
57070         placement of cfi directives.
57071         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57072         make a stack frame.  Instead use parm save area as a temp.
57073         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57074         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57076         Don't make a stack frame for parent, use parm save area.
57077         Increase child stack frame to 112 bytes.  Don't save unused reg,
57078         and adjust reg usage.  Set up cfi on error recovery and
57079         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57081         (__makecontext): Add dummy nop after jump to exit.
57082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57083         Use correct parm save area and cr save, reduce stack frame.
57084         Correct cfi for possible PSEUDO_RET frame setup.
57085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57086         Branch to local label emitted by PSEUDO_RET rather than
57087         __syscall_error.
57089 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57091         [BZ #11904]
57092         * locale/programs/locale.c (print_assignment): New function.
57093         (show_locale_vars): Use it.
57095 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57097         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57098         field.
57099         (struct statfs64): Likewise.
57100         (_STATFS_F_FLAGS): Define.
57101         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57102         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57103         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57104         (ST_VALID): Define locally.
57105         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57106         __statvfs_getflags, use the provided value.
57107         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57108         __ASSUME_STATFS_F_FLAGS.
57110         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57112         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57113         Add sys/fanotify.h.
57114         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57115         fanotify_mask for GLIBC_2.13.
57116         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57117         fanotify_init and fanotify_mark.
57118         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57119         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57121         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57122         Add prlimit.
57123         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57124         prlimit64 for GLIBC_2.13.
57125         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57126         prlimit64.
57127         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57128         syscall.
57129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57130         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57131         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57132         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57133         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57134         add prlimit alias.
57135         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57137         [BZ #11903]
57138         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57139         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57141         * nss/Makefile: Add rules to build and run tst-nss-test1.
57142         * shlib-versions: Add entry for libnss_test1.
57143         * nss/nss_test1.c: New file.
57144         * nss/tst-nss-test1.c: New file.
57146         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57147         (__nss_configure_lookup): Set appropriate entry in
57148         __nss_configure_lookup to true.
57149         * nss/nsswitch.h: Define enum with indeces of databases in
57150         databases and __nss_database_custom arrays.  Declare
57151         __nss_database_custom.
57152         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57153         to avoid using nscd when custom rules are installed.
57154         * nss/getXXbyYY_r.c: Likewise.
57155         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57157         * nss/nss_files/files-parse.c: Whitespace fixes.
57159 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57161         [BZ #11883]
57162         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57163         * posix/fnmatch_loop.c: Likewise.
57165 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57167         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57168         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57169         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57170         * Versions.def [GLIBC_2.13]: Add.
57172 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57174         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57175         Also fail if tpwd after pwuid call is NULL.
57177 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57179         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57180         when converting to ms.
57182 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57184         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57185         EOPNOTSUPP errors with ENOTTY.
57186         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57187         EOPNOTSUPP errors with ENOTTY.
57189 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57191         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57192         Add strcasecmp_l-ssse3.
57193         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57194         strcasecmp.
57195         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57196         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57197         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57199 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57201         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57203         * string/Makefile (strop-tests): Add strcasecmp.
57204         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57205         strcasecmp_l-nonascii.
57206         (gen-as-const-headers): Add locale-defines.sym.
57207         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57208         * sysdeps/x86_64/strcasecmp.S: New file.
57209         * sysdeps/x86_64/strcasecmp_l.S: New file.
57210         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57211         * sysdeps/x86_64/locale-defines.sym: New file.
57212         * string/test-strcasecmp.c: New file.
57214         * string/test-strcasestr.c: Test both ends of the range of characters.
57215         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57217 2010-07-29  Roland McGrath  <roland@redhat.com>
57219         [BZ #11856]
57220         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57222 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57224         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57225         for ld.so.
57227 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57229         * manual/memory.texi (Malloc Tunable Parameters): Document
57230         M_PERTURB.
57232 2010-07-26  Roland McGrath  <roland@redhat.com>
57234         [BZ #11840]
57235         * configure.in (-fgnu89-inline check): Set and substitute
57236         gnu89_inline, not libc_cv_gnu89_inline.
57237         * configure: Regenerated.
57238         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57240 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57242         * string/test-strnlen.c: New file.
57243         * string/Makefile (strop-tests): Add strnlen.
57244         * string/tester.c (test_strnlen): Add a few more test cases.
57245         * string/tst-strlen.c: Better error reporting.
57247         * sysdeps/x86_64/strnlen.S: New file.
57249 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57251         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57252         lower-latency instructions.
57254 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57256         * string/test-strcasestr.c: New file.
57257         * string/test-strstr.c: New file.
57258         * string/Makefile (strop-tests): Add strstr and strcasestr.
57259         * string/str-two-way.h: Don't undefine MAX.
57260         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57262 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57264         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57265         strcasestr-nonascii.
57266         (CFLAGS-strcasestr-nonascii.c): Define.
57267         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57268         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57269         Remove unused attribute.
57271 2010-07-20  Roland McGrath  <roland@redhat.com>
57273         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57274         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57275         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57276         like LD_HWCAP_MASK can disable hwcaps.
57278 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57280         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57282 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57284         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57285         call in strcasestr.
57286         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57287         __strcasestr_sse42_nonascii.
57288         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57289         strcasestr-nonascii.c.
57290         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57292 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57294         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57295         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57296         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57297         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57299 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57301         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57302         fcntl.
57304 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57306         [BZ #11577]
57307         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57308         dl_signal_cerror.
57310 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57312         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57313         _PC_PIPE_BUF using F_GETPIPE_SZ.
57315 2010-07-05  Roland McGrath  <roland@redhat.com>
57317         * manual/arith.texi (Rounding Functions): Fix rint description
57318         implicit in round description.
57320 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57322         * elf/Makefile: Fix linking for a few tests to make recent linker
57323         happy.
57325 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57327         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57328         $(common-objpfx)libc_nonshared.a.
57330 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57332         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57333         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57334         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57335         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57336         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57337         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57338         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57339         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57354         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57355         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57356         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57357         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57358         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57359         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57360         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57361         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57362         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57363         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57364         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57365         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57381 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57383         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57384         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57385         * string/memmove.c (memmove): Renamed to ...
57386         (MEMMOVE): ...this.  Default to memmove.
57387         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57388         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57389         (END_CHK): Define.
57390         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57391         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57392         mempcpy-ssse3-back memmove-ssse3-back.
57393         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57394         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57395         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57396         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57397         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57398         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57399         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57400         * sysdeps/x86_64/multiarch/memmove.c: New file.
57401         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57402         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57403         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57404         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57405         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57406         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57407         Define.
57408         (index_Fast_Copy_Backward): Define.
57409         (HAS_ARCH_FEATURE): Define.
57410         (HAS_FAST_REP_STRING): Define.
57411         (HAS_FAST_COPY_BACKWARD): Define.
57413 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57415         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57416         Restore proper fallback handling.
57418 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57420         [BZ #11701]
57421         * posix/group_member.c (__group_member): Correct checking loop.
57423         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57424         OOM in getpwuid_r correctly.  Return error number when the caller
57425         should return, otherwise -1.
57426         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57427         call returning > 0 value.
57428         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57430 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57432         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57433         libc_nonshared.a from targets in modules-names.
57435 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57437         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57438         requires it.
57440 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57442         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57443         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57444         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57445         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57447 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57449         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57451 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57453         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57454         and F_GETPIPE_SZ.
57455         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57456         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57457         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57458         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57459         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57460         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57462 2010-06-14  Roland McGrath  <roland@redhat.com>
57464         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57466 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57468         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57469         __REDIRECT followed by __THROW.
57470         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57471         * posix/getopt.h (getopt): Likewise.
57473 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57475         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57476         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57477         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57478         in AT_FLAGS.
57479         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57480         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57482 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57484         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57486 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57488         [BZ #11640]
57489         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57490         Properly check family and model.
57492 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57494         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57496 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57498         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57500 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57502         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57503         symbol reference.
57505 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57507         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57508         symbol reference.
57510 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57512         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57513         and internal_recvmmsg.
57514         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57515         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57516         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57517         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57519         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57520         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57521         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57523 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57525         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57527 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57529         POWER7 optimizations.
57530         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57531         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57533 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57535         * version.h: Update for 2.13 development version.
57537 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57539         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57540         exceptions.  Return 0.
57542 2010-05-07  Roland McGrath  <roland@redhat.com>
57544         * elf/ldconfig.c (main): Add a const.
57546 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57548         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57549         (args_options): Add no-idn option.
57550         (ahosts_keys_int): Add idn_flags to ai_flags.
57551         (parse_option): Handle 'i' option to clear idn_flags.
57553         * malloc/malloc.c (_int_free): Possible race in the most recently
57554         added check.  Only act on the data if no current modification
57555         happened.
57557 See ChangeLog.17 for earlier changes.