Document test-wrapper-env-only in INSTALL.
[glibc.git] / ChangeLog
blob67780acccf5eb39ce48ddfa192108020fdcdfcd5
1 2015-03-06  Roland McGrath  <roland@hack.frob.com>
3         * manual/install.texi (Configuring and compiling):
4         Document test-wrapper-env-only.
5         * INSTALL: Regenerated.
7 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9         [BZ #18043]
10         * posix/wordexp.c (parse_param): Fix buffer overflow.
11         * posix/wordexp-test.c (do_bz18043): Add test case.
13 2015-03-06  Vincent Bernat  <vincent@bernat.im>
15         * time/tst-strptime2.c (do_test): Ensure failing tests are
16         reported correctly.
17         * time/tst-strptime3.c (do_test): Likewise.
19 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
21         Fix aio_error thread-safety.
22         * sysdeps/pthread/aio_error.c: New file
23         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
24         synchronization.
26 2015-03-06  Florian Weimer  <fweimer@redhat.com>
28         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
29         (group_number, vfprintf): Use it.
30         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
31         (JUMP, REF): Use it.
32         (WORK_BUFFER_SIZE): New enum constant.
33         (process_arg, vfprintf): Use it.
35 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
37         * manual/errno.texi (Error Messages): Complete example function
38         by adding missing #define.
39         (program_invocation_name): Add statement indicating GNU
40         extension and reference which header file declares the variable.
41         (program_invocation_short_name): Likewise.
43 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
45         * manual/errno.texi (Error Messages): Delete strerror ISO C89
46         compatibility note.
48 2015-03-05  Roland McGrath  <roland@hack.frob.com>
50         * Makeconfig (test-wrapper-env-only): New variable.
51         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
52         then use that with $(test-wrapper-env-only) rather than using
53         $(test-wrapper-env) $(run-program-env) $($*-ENV).
55 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
57         [BZ #18082]
58         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
59         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
60         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
61         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
62         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
63         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
64         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
65         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
66         Likewise.
67         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
68         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
69         Likewise.
70         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
71         Likewise.
72         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
73         Likewise.
74         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
75         Likewise.
76         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
77         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
78         Likewise.
79         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
80         Likewise.
81         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
82         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
84 2015-03-04  Roland McGrath  <roland@hack.frob.com>
86         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
87         (ETH_ALEN): New macro.
88         (struct ether_addr): Use it for length of ether_addr_octet.
90         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
91         (setdb): Don't call __nss_configure_lookup for "rpc".
92         (do_test): Don't call test_rpc.
93         (output_rpcent, test_rpc): Functions moved ...
94         * sunrpc/test-rpcent.c: ... to this new file.
95         * sunrpc/Makefile (tests): Add it.
97         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
98         __xpg_sigpause.
99         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
100         * nptl/tst-signal6.c: Likewise.
101         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
102         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
104         * configure.ac (libc_cv_cxx_link_ok): New check.
105         Reset CXX to empty if it fails to link.
106         * configure: Regenerated.
107         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
108         bug-atexit3-lib only if $(CXX) is nonempty.
109         * nptl/Makefile (tests): Likewise for tst-cancel24.
110         (tests, tests-static): Likewise for tst-cancel24-static.
111         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
112         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
113         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
114         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
116 2015-03-04  Andreas Schwab  <schwab@suse.de>
118         [BZ #17631]
119         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
120         for non-GCC compilers.
121         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
122         Likewise.
124 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
126         [BZ #17776]
127         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
128         integer before bitwise and assembly operations.
129         (feclearexcept): Likewise.
130         * math/test-fenvinline.c: New file.
131         * math/Makefile: Add test-fenvinline test.
133 2015-03-03  Alan Modra  <amodra@gmail.com>
135         [BZ #16512]
136         * scripts/localplt.awk: Strip off symbol version.
137         * NEWS: Mention bug fix.
139 2015-03-02  Roland McGrath  <roland@hack.frob.com>
141         * sysdeps/pthread/timer_routines.c
142         (timer_free_list, thread_free_list, thread_active_list): Make static.
144 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
146         [BZ #17779]
147         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
148         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
149         Undefine.
150         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
151         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
152         Likewise.
153         * sysdeps/unix/sysv/linux/sh/kernel-features.h
154         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
155         Likewise.
157 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
159         [BZ #18036]
160         * posix/fnmatch_loop.c (END): Detect invalid pattern.
161         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
163 2015-03-02  Andreas Schwab  <schwab@suse.de>
165         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
166         variable name.
168 2015-03-02  Florian Weimer  <fweimer@redhat.com>
170         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
171         Return error status.
173 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
175         [BZ #15969]
176         * locale/findlocale.c (_nl_find_locale): Introduce const
177         version of loc_name and drop unsafe type casts.
179 2015-02-27  Roland McGrath  <roland@hack.frob.com>
181         * dlfcn/tststatic2.c (main): Converted to ...
182         (do_test): ... this.
183         (TEST_FUNCTION): New macro.
184         Include test-skeleton.c.
186 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
188         [BZ #17711]
189         * elf/Makefile (tests): Add vismain only if PIE is enabled.
190         (tests-pie): Add vismain.
191         (CFLAGS-vismain.c): New.
192         * elf/vismain.c: Add comments for PIE requirement.
194 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
196         [BZ #18046]
197         [BZ #18047]
198         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
199         0x1p-56L as threshold for just returning the argument.
200         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
201         0x1p-32L as threshold for just returning the argument.
202         * math/auto-libm-test-in: Add more tests of atanh.
203         * math/auto-libm-test-out: Regenerated.
204         * sysdeps/i386/fpu/libm-test-ulps: Update.
205         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
207 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
209         * string/bcopy.c (bcopy): Call memmove for performance.
211 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
213         * string/bzero.c (__bzero): Call memset for performance.
215 2015-02-27  John David Anglin  <dave.anglin@bell.net>
217         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
218         to 00100000.
220 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
222         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
224 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
226         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
227         (__kernel_standard): Use CSTR macro when setting exc.name.
228         * sysdeps/ieee754/Makefile [$(subdir) = math]
229         (CFLAGS-k_standard.c): Remove variable.
231         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
232         setting p and q from "else if" to "else".
233         (qzero): Likewise.
234         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
235         (qone): Likewise.
236         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
237         (qzerof): Likewise.
238         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
239         (qonef): Likewise.
240         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
241         (qzero): Likewise.
242         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
243         (qone): Likewise.
245         [BZ #18038]
246         [BZ #18039]
247         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
248         return pi/2 for arguments below 0x1p-113L.
249         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
250         return pi/2 for arguments below 0x1p-106L.
251         * math/auto-libm-test-in: Add more tests of acos.
252         * math/auto-libm-test-out: Regenerated.
254         [BZ #16351]
255         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
256         (MO): New macro.
257         (__ieee754_asin): Force underflow exception for results with small
258         absolute value.
259         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
260         (MO): New macro.
261         (__ieee754_asinf): Force underflow exception for results with
262         small absolute value.
263         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
264         (__ieee754_asin): Force underflow exception for results with small
265         absolute value.
266         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
267         (__ieee754_asinf): Force underflow exception for results with
268         small absolute value.
269         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
270         (__ieee754_asinl): Force underflow exception for results with
271         small absolute value.
272         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
273         (__ieee754_asinl): Force underflow exception for results with
274         small absolute value.
275         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
276         (__ieee754_asinl): Force underflow exception for results with
277         small absolute value.
278         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
279         Include <math.h>.
280         * math/auto-libm-test-in: Do not mark underflow exceptions as
281         possibly missing for bug 16351.
282         * math/auto-libm-test-out: Regenerated.
284         [BZ #18030]
285         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
286         of power of 2 down when low part has opposite sign.
287         * math/libm-test.inc (logb_test_data): Add more tests.
289 2015-02-26  Andreas Schwab  <schwab@suse.de>
291         [BZ #18032]
292         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
293         over collating symbol inside a bracket expression.  Minor cleanup.
294         * posix/tst-fnmatch3.c (do_test): Add test case.
296 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
298         [BZ #18029]
299         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
300         Adjust exponent of power of 2 down when low part has opposite
301         sign.
302         * math/libm-test.inc (ilogb_test_data): Add more tests.
304 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
306         [BZ #15969]
307         * locale/findlocale.c (_nl_find_locale): Fix constness error in
308         the previous change.
310         [BZ #15969]
311         * locale/findlocale.c (_nl_find_locale): Retry archive search
312         after alias expansion.
314 2015-02-25  Roland McGrath  <roland@hack.frob.com>
316         * iconv/tst-iconv3.c (main): Converted to ...
317         (do_test): ... this.
318         (TEST_FUNCTION): New macro.
319         Include test-skeleton.c.
321         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
322         (convert): Make function static.
323         (test_unalign): Likewise.  Add const to argument pointee types.
324         (main): Replace with static function do_test.
325         Print "Succeeded." only if RET is zero.
326         (TEST_FUNCTION): New macro.
327         Include test-skeleton.c.
329         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
330         returns a null pointer.
332 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
334         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
335         to __memcpy_ppc only for static builds.
337 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
339         [BZ #18020]
340         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
341         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
342         * math/auto-libm-test-in: Add more tests of asinh.
343         * math/auto-libm-test-out: Regenerated.
344         * sysdeps/i386/fpu/libm-test-ulps: Update.
345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
347 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
349         [BZ #15850]
350         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
351         and ip6_mtuinfo definitions here.
352         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
353         in this define too.  Update comment.
355 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
357         * elf/sprof.c (load_shobj): Tweak error message to match others.
359 2015-02-24  Kevin Easton  <kevin@guarana.org>
361         [BZ #16145] (partial fix)
362         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
363         to reduce lock contention.
365 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
367         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
368         (struct timex): Update time comment.
369         (ADJ_SETOFFSET): Define.
371 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
373         [BZ #18019]
374         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
375         2**56 not 2**28 as threshold for log (2x) formula.
376         * math/auto-libm-test-in: Add more tests of acosh.
377         * math/auto-libm-test-out: Regenerated.
378         * sysdeps/i386/fpu/libm-test-ulps: Update.
379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
381 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
383         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
384         parenthesis around the buf assignment.
385         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
387 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
389         [BZ #16783]
390         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
391         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
392         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
393         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
394         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
395         * math/libm-test.inc (scalb_test_data): Add more tests.
397 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
399         [BZ #17916]
400         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
401         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
403 2015-02-24  Eric Rannaud  <e@nanocritical.com>
405         [BZ #17523]
406         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
407         * io/bits/fcntl2.h (open): Use it.
408         (openat): Likewise.
409         * io/open.c (__libc_open): Likewise.
410         * io/open64.c (__libc_open64): Likewise.
411         * io/open64_2.c (__open64_2): Likewise.
412         * io/open_2.c (__open_2): Likewise.
413         * io/openat.c (__openat): Likewise.
414         * io/openat64.c (__openat64): Likewise.
415         * io/openat64_2.c (__openat64_2): Likewise.
416         * io/openat_2.c (__openat_2): Likewise.
417         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
418         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
419         * sysdeps/posix/open64.c (__libc_open64): Likewise.
420         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
421         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
422         (__open_nocancel): Likewise.
423         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
424         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
425         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
427 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
429         [BZ #14841]
430         * resolv/gethnamaddr.c (getanswer): Skip logging if
431         RES_USE_DNSSEC is set.
432         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
434 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
436         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
438 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
440         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
441         201304L, for Unicode 7.
443 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
445         [BZ #17836]
446         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
447         shared library.  Add gmon-start.os otherwise.
448         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
449         $(objpfx)gmon-start.os if builing shared library.
450         ($(objpfx)g$(static-start-installed-name)): Likewise.
452 2015-02-23  Andreas Schwab  <schwab@suse.de>
454         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
456 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
458         [BZ #17269]
459         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
460         (enlarge_userbuf): Likewise.
462 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
464         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
465         * math/atest-exp.c (TIMEOUT): Adjust to 200.
466         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
467         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
469 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
471         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
472         expression inside statement expression.
474 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
476         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
477         <sysdeps/nptl/lowlevellock.h> and remove macros and
478         functions that are now defined there.
479         (SYS_futex): Remove.
480         (lll_compare_and_swap): Remove.
481         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
483 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
485         [BZ #17999]
486         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
487         instead of scandirat.
488         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
489         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
490         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
491         __scandirat.
492         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
493         (__scandirat): Declare.  Use libc_hidden_proto.
494         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
495         Remove variable.
496         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
498 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
500         [BZ #15319]
501         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
502         (MO): New macro.
503         (__ieee754_atan2): For results with small absolute value, force
504         underflow exception and remove excess range and precision from
505         return value.
506         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
507         (MO): New macro.
508         (__ieee754_atan2f): For results with small absolute value, force
509         underflow exception and remove excess range and precision from
510         return value.
511         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
512         (MO): New macro.
513         (__atan): For results with small absolute value, force underflow
514         exception and remove excess range and precision from return value.
515         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
516         (MO): New macro.
517         (__atanf): For results with small absolute value, force underflow
518         exception and remove excess range and precision from return value.
519         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
520         <math.h>.
521         (__ieee754_atan2): Force underflow exception for results with
522         small absolute value.
523         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
524         <math_private.h>.
525         (atan): Force underflow exception for results with small absolute
526         value.
527         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
528         (__atanf): Force underflow exception for results with small
529         absolute value.
530         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
531         <math.h>.
532         (__atanl): Force underflow exception for results with small
533         absolute value.
534         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
535         (__atanl): Force underflow exception for results with small
536         absolute value.
537         * sysdeps/x86/fpu/bits/mathinline.h
538         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
539         (__ieee754_atan2): Only define inline for long double.
540         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
541         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
542         * math/auto-libm-test-in: Do not mark underflow exceptions as
543         possibly missing for bug 15319.  Add more tests of atan2.
544         * math/auto-libm-test-out: Regenerated.
545         * math/libm-test.inc (casin_test_data): Do not mark underflow
546         exceptions as possibly missing for bug 15319.
547         (casinh_test_data): Likewise.
548         * sysdeps/i386/fpu/libm-test-ulps: Update.
550 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
552         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
553         * sysdeps/mips/bits/endian.h: Fix comments.
555 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
557         [BZ #17996]
558         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
559         (hdestroy_r): Likewise.
560         (hsearch_r): Likewise.
561         (__hcreate_r): Declare and use libc_hidden_proto.
562         (__hdestroy_r): Likewise.
563         (__hsearch_r): Likewise.
564         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
565         (hcreate): Call __hcreate_r instead of hcreate_r.
566         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
567         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
568         as weak alias of __hcreate_r.
569         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
570         __hdestroy_r.
571         (hsearch_r): Rename to __hsearch_r and define as weak alias of
572         __hsearch_r.
573         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
574         Remove variable.
575         (test-xfail-XPG4/search.h/linknamespace): Likewise.
576         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
577         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
578         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
580 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
582         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
583         arena_lock into a single arena_get.
585 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
587         * dl-reloc.c: Inlucde libc-internal.h.
588         (_dl_try_allocate_static_tls): Call ALIGN_UP.
589         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
590         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
591         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
592         (grow_heap): Likewise.
593         * malloc/malloc.c: Include libc-internal.h.
594         (do_check_malloc): Call powerof2.
595         (sysmalloc): Use pagesize. Call ALIGN_UP.
596         (systrim): Use pagesize.
597         (mremap_chunk): Use pagesize. Call ALIGN_UP.
598         (__libc_valloc): Use pagesize.
599         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
601 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
603         [BZ #17991]
604         * include/sys/resource.h (__getrlimit64): Declare.  Use
605         libc_hidden_proto.
606         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
607         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
608         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
609         getrlimit64.
610         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
611         __getrlimit64.
612         [!getrlimit64] (getrlimit64): Define as weak alias of
613         __getrlimit64.  Use libc_hidden_weak.
614         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
615         using __getrlimit64 not __new_getrlimit64.
616         (__GI_getrlimit64): Likewise.
617         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
618         Likewise.
619         (__GI_getrlimit64): Likewise.
620         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
622         (getrlimit): Add __getrlimit64 alias.
623         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
624         Likewise.
625         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
626         Remove variable.
627         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
628         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
630 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
632         * libio/fileops.c: Add missing sys/mman.h
633         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
635 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
637         * manual/math.texi (Errors in Math Functions): Clarify goals
638         regarding inexact and underflow exceptions.
640 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
642         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
643         * sysdeps/mips/memset.S: Ditto.
645 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
647         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
649 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
651         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
652         (__v1longjmp): Remove versioned symbol.
653         (__v1siglongjmp): Remove alias and versioned symbol.
654         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
655         (__v2siglongjmp): Likewise.
657 2015-02-16  Torvald Riegel  <triegel@redhat.com>
659         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
661 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
663         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
665 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
667         [BZ #17987]
668         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
669         zero result does not depend on the sign resulting from
670         subtraction.
671         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
672         Likewise.
673         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
674         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
675         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
676         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
677         * math/libm-test.inc (remquo_test_data): Add more tests.
679 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
681         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
682         Problem reported by J William Piggott.
684 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
686         [BZ #17978]
687         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
688         products 4 * y and 2 * y where those would overflow.
689         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
690         Likewise.
691         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
692         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
693         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
694         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
695         * math/libm-test.inc (remquo_test_data): Add more tests.
697         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
699         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
700         [defined _COMPILING_NEWLIB].
701         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
702         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
704         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
705         [!defined __mips_isa_rev || __mips_isa_rev < 6].
707 2015-02-16  Torvald Riegel  <triegel@redhat.com>
709         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
710         acquired.
712 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
714         [BZ #17792]
715         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
716         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
717         HOST_STACK_END_ADDR): Likewise.
719 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
721         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
722         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
723         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
725 2015-02-13  Roland McGrath  <roland@hack.frob.com>
727         * sysdeps/generic/c++-types.data: New file.
728         * sysdeps/generic/ld.abilist: New file.
729         * sysdeps/generic/libBrokenLocale.abilist: New file.
730         * sysdeps/generic/libanl.abilist: New file.
731         * sysdeps/generic/libc.abilist: New file.
732         * sysdeps/generic/libcrypt.abilist: New file.
733         * sysdeps/generic/libdl.abilist: New file.
734         * sysdeps/generic/libm.abilist: New file.
735         * sysdeps/generic/libpthread.abilist: New file.
736         * sysdeps/generic/libresolv.abilist: New file.
737         * sysdeps/generic/librt.abilist: New file.
739 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
741         [BZ #17569]
742         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
743         Compute absolute value of x as modified by fmod, not original
744         value of x.
745         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
746         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
747         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
748         RUN_TEST_ffI_f1_mod8.
749         (remquo_test_data): Add more tests.
751 2015-02-13  Roland McGrath  <roland@hack.frob.com>
753         * sysdeps/init_array/pt-crti.S: New file.
755 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
757         [BZ #17967]
758         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
759         __builtin_fmaf instead of relying on contraction of a * b + c.
761 2015-02-12  J William Piggott  <elseifthen@gmx.com>
763         [BZ #17969]
764         * manual/time.texi: correct the zoneinfo path in the TZ Variable
765         node.
767 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
769         [BZ #17964]
770         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
771         __builtin_fma instead of relying on contraction of a * b + c.
773 2015-02-12  Roland McGrath  <roland@hack.frob.com>
775         * Makeconfig (ASFLAGS): Add -Werror=undef.
776         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
777         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
778         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
780         * Makeconfig (after-link): New variable.
781         (+link-pie, +link-pie-tests): Use it.
782         (+link-static, +link-static-tests): Likewise.
783         (+link, +link-tests): Likewise.
784         * Makerules (build-module, build-module-asneeded): Likewise.
785         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
786         Likewise.
787         * elf/Makefile ($(objpfx)ld.so): Likewise.
789 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
791         [BZ #17965]
792         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
793         both struct timeval and struct timespec.
795 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
797         [BZ #16560]
798         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
799         and redefine.
800         (__ieee754_exp2l): Do not multiply small fractional parts by
801         M_LN2l.
802         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
803         small argument.
804         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
805         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
806         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
807         * math/auto-libm-test-in: Add more tests of exp2.
808         * math/auto-libm-test-out: Regenerated.
810 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
812         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
813         unaligned path.
815 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
817         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
818         little endian.
820 2015-02-12  Andreas Schwab  <schwab@suse.de>
822         [BZ #15790]
823         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
824         Filter out elision flags from value returned in kind.
825         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
826         * nptl/tst-pthread-mutexattr.c: New file.
828 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
830         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
831         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
832         into gnu-gnu, and update comment to refer to abi-tags.
834 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
836         [BZ #15467]
837         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
838         (__sincos): Set errno to EDOM for infinite argument.
839         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
840         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
841         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
842         (__sincosl): Set errno to EDOM for infinite argument.
843         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
844         (__sincosl): Set errno to EDOM for infinite argument.
845         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
846         (__sincosl): Set errno to EDOM for infinite argument.
847         * math/libm-test.inc (sincos_test_data): Test errno setting.
849 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
851         * string/strxfrm_l.c: Remove #define STRCMP.
852         * string/strcoll_l.c: Remove #define STRLEN.
853         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
854         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
856 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
858         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
859         * sysdeps/mips/mips32/sfp-machine.h: ... here.
860         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
861         * sysdeps/mips/mips64/Makefile: ... here.
862         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
863         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
864         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
865         * sysdeps/mips/mips64/sfp-machine.h: ... here.
866         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
867         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
868         * sysdeps/mips/mips64/n64/Implies: Likewise.
870 2015-02-10  Roland McGrath  <roland@hack.frob.com>
872         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
873         <sys/time.h>, <string.h>, and <errno.h>.
874         (dest_offset, dest_address, value, zero): Remove unused variables.
875         (ldouble): Remove typedef.
876         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
877         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
878         1).  Fix code style.
879         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
880         (check): Function removed.
881         (CHECK): New macro.
882         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
883         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
884         Don't call set_sigaction_FP and remove_sigaction_FP here.
885         (ldouble_test): Just use 'long double' as macro argument, no need for
886         the 'ldouble' typedef.
887         (do_test): Set up SIGFPE handler at start, using plain signal rather
888         than sigaction.  Fix code style.
890 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
892         [BZ #17949]
893         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
894         jump label.
896 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
898         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
899         * sysdeps/powerpc/powerpc32/configure: Regenerated.
901         * sysdeps/powerpc/configure.ac: Remove file.
902         * sysdeps/powerpc/configure: Likewise.
904         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
905         [sysdep_routines]: Remove wordcopy-power6 object.
906         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
907         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
908         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
909         (__memmove_ppc32): Likewise.
910         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
911         file.
912         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
913         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
914         Remove preprocessor.
916         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
917         [sysdep_routines]: Remove wide chars objects.
918         [wcsmbs]: New rule for wide char objects.
920         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
921         Remove wordcopy-power6 obejct.
922         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
923         Use local call for wordcopy and memcpy symbols.
924         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
925         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
926         implementation for loader.
927         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
929         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
930         Remove wordcopy-power7 object.
931         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
932         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
933         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
934         (_wordcopy_fwd_dest_aligned): Likewise.
935         (_wordcopy_bwd_aligned): Likewise.
936         (_wordcopy_bwd_dest_aligned): Likewise.
938         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
939         Rewrite to call __memmove_ppc instead of include default
940         implementation.
942         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
943         Remove wide chars objects.
944         [wcsmbs]: New rule for wide char objects.
946 2015-02-09  Andreas Schwab  <schwab@suse.de>
948         [BZ #17912]
949         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
950         in terms of __O_DIRECTORY.
952 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
954         * time/getdate.c: Include <stdbool.h>.
955         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
956         call PTR_MANGLE.
957         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
958         PTR_DEMANGLE.
960 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
962         Add ersatz _Static_assert on older C hosts
963         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
964         pre-C11 C platform that is not known to support _Static_assert.
966 2015-02-07  Richard Braun  <rbraun@sceen.net>
968         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
969         sigstate.
970         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
972 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
974         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
975         priority against unexistent AIO_PRIO_DELTA_MAX.
976         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
977         instead of int.
978         * misc/fchflags.c (fchflags): Likewise.
979         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
980         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
981         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
982         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
983         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
984         Declare macros.
985         [__USE_MISC] (chflags, fchflags): Declare functions.
986         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
987         EINVAL when nfds is greater than FD_SETSIZE.
988         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
989         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
990         45.
991         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
992         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
993         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
994         MACH_RCV_TIMED_OUT.
995         * hurd/hurd/signal.h (_hurd_self_sigstate,
996         _hurd_critical_section_lock, _hurd_critical_section_unlock):
997         Explicit casts from void *.
998         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
999         * abi-tags: Rename gnu-gnu os into gnu.
1001         [BZ #4719]
1002         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1003         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1004         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1005         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1006         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1007         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1009         [BZ #17944]
1010         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1011         duplicates ADDR->sun_path with sockaddr LEN limitation.
1012         * sysdeps/mach/hurd/connect.c: Include <string.h>
1013         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1014         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1015         * sysdeps/mach/hurd/sendto.c: Likewise.
1016         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1017         implementing it by hand.
1019 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1021         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1022         Use sfi_breg on ldr.
1023         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1024         Likewise.
1026         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1027         it's defined.
1028         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1029         Test SIGSETXID only if it's defined.
1031         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1033         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1034         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1036         * nptl/tst-align2.c: Moved ...
1037         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1038         * nptl/Makefile (tests): Remove tst-align2.
1039         * sysdeps/unix/sysv/linux/Makefile
1040         [$(subdir) = nptl] (tests): Add tst-align-clone.
1041         * nptl/tst-getpid1.c: Moved ...
1042         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1043         * nptl/tst-getpid2.c: Moved ...
1044         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1045         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1046         * sysdeps/unix/sysv/linux/Makefile
1047         [$(subdir) = nptl] (tests): ... here.
1048         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1049         * sysdeps/unix/sysv/linux/Makefile
1050         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1052         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1053         Drop trailing \n from perror argument.  Use return rather than exit.
1055         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1056         on [SA_SIGINFO].
1057         * nptl/tst-cancel21.c (do_test): Likewise.
1058         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1059         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1060         [!SA_SIGINFO]: Make it a stub test.
1062         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1063         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1065         * posix/tst-getlogin.c: Move to ...
1066         * login/tst-getlogin.c: ... here.
1067         * posix/Makefile (tests): Move tst-getlogin to ...
1068         * login/Makefile (tests): ... here.
1070         * libio/tst-atime.c (do_test): Move local variables SV and E
1071         inside [ST_NOATIME] conditional.
1073         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1075         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1077         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1078         (wait_code): New function replaces macro.
1079         Call nanosleep rather than syscall.
1081         * nptl/pt-system.c: Rewritten.  Put everything under
1082         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1083         Use IFUNC to redirect when possible.
1085         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1086         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1087         Use IFUNC to redirect when possible.
1089         * nptl/pt-fork.c: Rewritten.  Put everything under
1090         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1091         Use IFUNC to redirect when possible.
1092         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1094         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1095         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1096         unconditionally nowadays.  This included the only reference to
1097         __vdso_clock_gettime that appears outside libc proper.
1098         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1099         Remove version set (containing only __vdso_clock_gettime).
1100         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1101         Add attribute_hidden.
1102         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1103         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1104         libc_hidden_data_def.
1105         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1106         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1108         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1109         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1110         setrpcent, and getrpcport to ...
1111         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1112         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1113         getrpcbynumber_r, and getrpcent_r to ...
1114         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1115         * inet/getrpcbyname.c: Moved ...
1116         * sunrpc/getrpcbyname.c: ... here.
1117         * inet/getrpcbyname_r.c: Moved ...
1118         * sunrpc/getrpcbyname_r.c: ... here.
1119         * inet/getrpcbynumber.c: Moved ...
1120         * sunrpc/getrpcbynumber.c: ... here.
1121         * inet/getrpcbynumber_r.c: Moved ...
1122         * sunrpc/getrpcbynumber_r.c: ... here.
1123         * inet/getrpcent.c: Moved ...
1124         * sunrpc/getrpcent.c: ... here.
1125         * inet/getrpcent_r.c: Moved ...
1126         * sunrpc/getrpcent_r.c: ... here.
1127         * inet/Makefile (routines): Move those to ...
1128         * sunrpc/Makefile (routines): ... here.
1129         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1130         the $(subdirs) list.
1131         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1132         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1133         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1134         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1136         * elf/Makefile (routines): Include $(all-dl-routines), not just
1137         $(dl-routines).
1138         (rtld-routines): Likewise.  Use = rather than :=.
1139         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1140         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1141         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1142         * sysdeps/arm/Makefile: Likewise.
1143         * sysdeps/i386/Makefile: Likewise.
1144         * sysdeps/x86_64/Makefile: Likewise.
1145         * sysdeps/hppa/Makefile [$(subdir) = elf]
1146         (sysdep_routines, sysdep-rtld-routines): Don't add
1147         $(sysdep-dl-routines) to these.
1148         * sysdeps/ia64/Makefile: Likewise.
1149         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1150         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1151         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1152         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1153         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1154         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1155         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1156         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1157         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1158         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1159         these; sysdep-dl-routines alone is enough.
1161 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1163         [BZ #17932]
1164         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1165         where multiplication results in zero and third argument is finite
1166         and nonzero.
1167         * math/auto-libm-test-in: Add more tests of fma.
1168         * math/auto-libm-test-out: Regenerated.
1170         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1171         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1172         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1173         (_FP_CMP_EQ): Likewise.
1174         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1176         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1177         extra argument CHECK_NAN.  Redefine as wrapper around
1178         _FP_EXTEND_CNAN.
1180 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1182         * version.h (RELEASE): Set to "stable".
1183         (VERSION): Set to "2.21"
1184         * include/features.h (__GLIBC_MINOR__): Set to 21.
1186         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1188 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1189             Paul Eggert  <eggert@cs.ucla.edu>
1191         [BZ #16618]
1192         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1193         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1194         size in bytes. Store needed elements in wpmax. Use needed size
1195         in bytes for extend_alloca.
1197 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1199         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1200         binutls 2.25, and texinfo 5.2.
1201         * INSTALL: Regenerate.
1202         * sysdeps/nios2/configure: Regenerate.
1203         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1204         * manual/contrib.texi: Update.
1205         * po/be.po: Update.
1206         * po/bg.po: Update.
1207         * po/ca.po: Update.
1208         * po/cs.po: Update.
1209         * po/da.po: Update.
1210         * po/de.po: Update.
1211         * po/el.po: Update.
1212         * po/eo.po: Update.
1213         * po/es.po: Update.
1214         * po/fi.po: Update.
1215         * po/fr.po: Update.
1216         * po/gl.po: Update.
1217         * po/hr.po: Update.
1218         * po/hu.po: Update.
1219         * po/ia.po: Update.
1220         * po/id.po: Update.
1221         * po/it.po: Update.
1222         * po/ja.po: Update.
1223         * po/ko.po: Update.
1224         * po/lt.po: Update.
1225         * po/nb.po: Update.
1226         * po/nl.po: Update.
1227         * po/pl.po: Update.
1228         * po/pt_BR.po: Update.
1229         * po/ru.po: Update.
1230         * po/rw.po: Update.
1231         * po/sk.po: Update.
1232         * po/sl.po: Update.
1233         * po/sv.po: Update.
1234         * po/tr.po: Update.
1235         * po/uk.po: Update.
1236         * po/vi.po: Update.
1237         * po/zh_CN.po: Update.
1238         * po/zh_TW.po: Update.
1240         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1241         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1242         * sysdeps/hppa/dl-irel.h: Remove #warning.
1243         * sysdeps/hppa/entry.h: Provide prototype for
1244         __canonicalize_funcptr_for_compare and cast argument.
1245         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1246         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1247         * sysdeps/hppa/sotruss-lib.c: New file.
1248         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1249         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1250         (atomic_compare_and_exchange_bool_acq): Likewise.
1251         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1252         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1254         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1255         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1256         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1258 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1260         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1261         called function in non-PIC case.
1263 2015-01-31  David S. Miller  <davem@davemloft.net>
1265         * sysdeps/sparc/sparc32/bits/atomic.h
1266         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1267         unlock not after it.
1268         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1269         volatile register usage warnings from the compiler.
1271         * sysdeps/sparc/nptl/sem_init.c: Delete.
1272         * sysdeps/sparc/nptl/sem_post.c: Delete.
1273         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1274         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1275         * sysdeps/sparc/sparc32/sem_init.c: New file.
1276         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1277         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1278         padding explicitly initialized.
1279         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1280         padding for in-semaphore spinlock.
1281         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1282         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1283         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1284         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1285         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1286         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1287         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1288         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1289         version.
1290         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1291         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1293 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1295         [BZ #17801]
1296         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1297         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1298         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1299         New.
1300         (index_AVX_Fast_Unaligned_Load): Likewise.
1301         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1302         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1303         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1304         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1305         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1306         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1307         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1308         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1309         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1311 2015-01-29  Andreas Schwab  <schwab@suse.de>
1313         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1315 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1317         [BZ #17892]
1318         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1320 2015-01-28  Martin Sebor  <msebor@redhat.com>
1322         * math/README.libm-test: Clarify. Add "How to read the test output."
1324 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1326         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1327         Define to 0.
1329 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1331         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1332         (__HAVE_64B_ATOMICS): Define to 0.
1334 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1336         [BZ #17885]
1337         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1338         value to set as new flag.
1340         [BZ #16576]
1341         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1342         and use _ARCH_PPCSQ instead.
1343         (__ieee754_sqrt): Likewise.
1344         (__ieee754_sqrtf): Likewise.
1345         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1346         _ARCH_PPCSQ is defined.
1347         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1348         fsqrt instruction.
1349         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1350         _ARCH_PPCSQ is defined.
1351         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1352         fsqrts instruction.
1353         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1355 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1357         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1358         bug (GCC BZ #64739).
1360 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1362         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1363         Mark _retval as used.
1364         (lll_futex_wake_unlock): Likewise.
1365         (lll_futex_timed_wait_requeue_pi): Likewise.
1367         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1368         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1369         register variables.
1371         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1372         libm_hidden_def.
1374         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1375         (__bswap_64): Mark as __always_inline.
1377 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1379         [BZ #15378]
1380         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1381         when none of the search directories exist.
1383 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1385         [BZ #17869]
1386         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1387         power8 in .machine directive.
1389         [BZ #17868]
1390         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1391         set dependency from opd value.
1393 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1396         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1397         architecture.
1399 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1401         [BZ #17870]
1402         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1403         with uint64_t.
1404         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1405         (uint64_t) 1.
1406         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1407         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1408         Replace 1UL with (uint64_t) 1.
1409         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1410         int with uint64_t.
1412 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1414         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1415         (if_freenameindex): Likewise.
1417         * resource/getrlimit64.c: Add missing libc_hidden_def.
1419 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1421         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1422         __label__.
1423         (_FP_FMA): Likewise.
1424         (_FP_TO_INT_ROUND): Likewise.
1425         (_FP_FROM_INT): Likewise.
1427 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1429         [BZ #16418]
1430         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1431         Make code racy and cancel safe.
1433 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1435         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1436         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1437         attribution.
1439         * pwd/tst-getpw.c: Rewrite.
1441         [BZ #17702]
1442         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1443         (modules-names): Add moddummy1 and moddummy2.
1444         ($(objpfx)tst-rec-dlopen): Define.
1445         * dlfcn/moddummy1.c: New file.
1446         * dlfcn/moddummy2.c: New file.
1447         * dlfcn/tst-rec-dlopen.c: New file.
1448         * elf/dl-cache.c (_dl_load_cache_lookup):
1449         Return char*. Copy result with alloca/strcpy/strdup.
1450         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1451         returns char*. Free cached. If not saving realname
1452         free cached.
1453         * elf/dl-open.c (dl_open_worker): Do not assert that
1454         _r_debug->r_state is RT_CONSISTENT.
1455         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1456         returns char*.
1458 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1459             Carlos O'Donell  <carlos@redhat.com>
1461         [BZ #12674]
1462         * nptl/sem_waitcommon.c: New file.
1463         * nptl/sem_wait.c: Include sem_waitcommon.c.
1464         (__sem_wait_cleanup, do_futex_wait): Remove.
1465         (__new_sem_wait): Adapt.
1466         (__new_sem_trywait): New function.
1467         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1468         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1469         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1470         (sem_timedwait): Adapt.
1471         * nptl/sem_post.c (__new_sem_post): Adapt.
1472         (futex_wake): New function.
1473         (__old_sem_post): Add release MO fence.
1474         * nptl/sem_open.c (sem_open): Adapt.
1475         * nptl/sem_init.c (__new_sem_init): Adapt.
1476         (futex_private_if_supported): New function.
1477         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1478         (__old_sem_getvalue): Add using previous code.
1479         * sysdeps/nptl/internaltypes.h: Adapt.
1480         * nptl/tst-sem13.c (do_test): Adapt.
1481         * nptl/tst-sem11.c (main): Adapt.
1482         * nptl/sem_trywait.c: Remove.
1483         * nptl/DESIGN-sem.txt: Remove.
1484         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1485         (gen-as-const-headers): Remove structsem.sym.
1486         * nptl/structsem.sym: Remove.
1487         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1488         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1489         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1490         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1491         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1492         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1493         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1494         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1495         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1496         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1497         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1498         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1499         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1500         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1501         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1502         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1503         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1504         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1505         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1506         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1507         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1508         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1510 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
1512         * INSTALL: Regenerated.
1514         * po/libc.pot: Regenerated.
1516 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
1517             Sandra Loosemore  <sandra@codesourcery.com>
1518             Andrew Jenner  <andrew@codesourcery.com>
1519             Joseph Myers  <joseph@codesourcery.com>
1520             Nathan Sidwell  <nathan@codesourcery.com>
1522         * NEWS: Mention new Nios II port.
1523         * sysdeps/nios2/Implies: New file.
1524         * sysdeps/nios2/Makefile: New file.
1525         * sysdeps/nios2/Subdirs: New file.
1526         * sysdeps/nios2/Versions: New file.
1527         * sysdeps/nios2/__longjmp.S: New file.
1528         * sysdeps/nios2/abort-instr.h: New file.
1529         * sysdeps/nios2/backtrace.c: New file.
1530         * sysdeps/nios2/bits/endian.h: New file.
1531         * sysdeps/nios2/bits/fenv.h: New file.
1532         * sysdeps/nios2/bits/link.h: New file.
1533         * sysdeps/nios2/bits/setjmp.h: New file.
1534         * sysdeps/nios2/bsd-_setjmp.S: New file.
1535         * sysdeps/nios2/bsd-setjmp.S: New file.
1536         * sysdeps/nios2/configure: New generated file.
1537         * sysdeps/nios2/configure.ac: New file.
1538         * sysdeps/nios2/crti.S: New file.
1539         * sysdeps/nios2/crtn.S: New file.
1540         * sysdeps/nios2/dl-init.c: New file.
1541         * sysdeps/nios2/dl-machine.h: New file.
1542         * sysdeps/nios2/dl-sysdep.h: New file.
1543         * sysdeps/nios2/dl-tls.h: New file.
1544         * sysdeps/nios2/dl-trampoline.S: New file.
1545         * sysdeps/nios2/gccframe.h: New file.
1546         * sysdeps/nios2/gmp-mparam.h: New file.
1547         * sysdeps/nios2/jmpbuf-offsets.h: New file.
1548         * sysdeps/nios2/jmpbuf-unwind.h: New file.
1549         * sysdeps/nios2/ldsodefs.h: New file.
1550         * sysdeps/nios2/libc-tls.c: New file.
1551         * sysdeps/nios2/libm-test-ulps: New file.
1552         * sysdeps/nios2/machine-gmon.h: New file.
1553         * sysdeps/nios2/math-tests.h: New file.
1554         * sysdeps/nios2/math_private.h: New file.
1555         * sysdeps/nios2/memusage.h: New file.
1556         * sysdeps/nios2/nptl/Makefile: New file.
1557         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1558         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1559         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1560         * sysdeps/nios2/nptl/pthreaddef.h: New file.
1561         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1562         * sysdeps/nios2/nptl/tls.h: New file.
1563         * sysdeps/nios2/preconfigure: New file.
1564         * sysdeps/nios2/s_fma.c: New file.
1565         * sysdeps/nios2/s_fmaf.c: New file.
1566         * sysdeps/nios2/setjmp.S: New file.
1567         * sysdeps/nios2/sfp-machine.h: New file.
1568         * sysdeps/nios2/sotruss-lib.c: New file.
1569         * sysdeps/nios2/stackguard-macros.h: New file.
1570         * sysdeps/nios2/stackinfo.h: New file.
1571         * sysdeps/nios2/start.S: New file.
1572         * sysdeps/nios2/sysdep.h: New file.
1573         * sysdeps/nios2/tls-macros.h: New file.
1574         * sysdeps/nios2/tst-audit.h: New file.
1575         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1576         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1577         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1578         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1579         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1580         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1581         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1582         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1583         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1584         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1585         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1586         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1587         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1588         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1589         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1590         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1591         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1592         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1593         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1594         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1595         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1596         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1597         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1598         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1599         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1600         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1601         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1602         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1603         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1604         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1605         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1606         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1607         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1608         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1609         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1610         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1611         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1612         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1613         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1614         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1615         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1616         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1617         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1618         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1620 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1622         [BZ #17844]
1623         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1624         (getutent): Use weak_alias in non SHARED case
1625         and default_symbol_version in SHARED case.
1626         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1627         (getutent_r, pututline): Likewise.
1628         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1629         (getutid): Likewise.
1630         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1631         (getutid_r): Likewise.
1632         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1633         (getutline): Likewise.
1634         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1635         (getutline_r): Likewise.
1636         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1637         (updwtmp): Likewise.
1639 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
1641         [BZ #17848]
1642         * sysdeps/s390/s390-32/memcmp.S
1643         (memcmp_g5): Rename to __memcmp_g5.
1644         * sysdeps/s390/s390-32/memcpy.S
1645         (memcpy_g5): Rename to __memcpy_g5.
1646         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1647         (memcpy_mvcle) Rename to __memcpy_mvcle.
1648         * sysdeps/s390/s390-32/memset.S
1649         (memset_g5): Rename to __memset_g5.
1650         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1651         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1652         and use prefixed functions.
1653         * sysdeps/s390/s390-32/multiarch/memcmp.S
1654         (memcmp_z196): Rename to __memcmp_z196.
1655         (memcmp_z10): Rename to __memcmp_z10.
1656         (memcmp): Set alias to __memcmp_g5.
1657         (bcmp): Set alias to __memcmp_g5.
1658         * sysdeps/s390/s390-32/multiarch/memcpy.S
1659         (memcpy_z196): Rename to __memcpy_z196.
1660         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1661         (memcpy_z10): Rename to __memcpy_z10.
1662         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1663         (memcpy): Set alias to __memcpy_g5.
1664         * sysdeps/s390/s390-32/multiarch/memset.S
1665         (memset_z196): Rename to __memset_z196.
1666         Jump to __memset_mvcle instead of memset_mvcle.
1667         (memset_z10): Rename to __memset_z10.
1668         Jump to __memset_mvcle instead of memset_mvcle.
1669         (memset_mvcle) Rename to __memset_mvcle.
1670         (memset): Set alias to __memset_g5.
1671         * sysdeps/s390/s390-64/memcmp.S
1672         (memcmp_z900): Rename to __memcmp_z900.
1673         * sysdeps/s390/s390-64/memcpy.S
1674         (memcpy_z900): Rename to __memcpy_z900.
1675         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1676         (memcpy_mvcle) Rename to __memcpy_mvcle.
1677         * sysdeps/s390/s390-64/memset.S
1678         (memset_z900): Rename to __memset_z900.
1679         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1680         (IFUNC_RESOLVE): Prefix ifunc-resolve function
1681         and use prefixed functions.
1682         * sysdeps/s390/s390-64/multiarch/memcmp.S
1683         (memcmp_z196): Rename to __memcmp_z196.
1684         (memcmp_z10): Rename to __memcmp_z10.
1685         (memcmp): Set alias to __memcmp_z900.
1686         (bcmp): Set alias to __memcmp_z900.
1687         * sysdeps/s390/s390-64/multiarch/memcpy.S
1688         (memcpy_z196): Rename to __memcpy_z196.
1689         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1690         (memcpy_z10): Rename to __memcpy_z10.
1691         Jump to __memcpy_mvcle instead of memcpy_mvcle.
1692         (memcpy): Set alias to __memcpy_z900.
1693         * sysdeps/s390/s390-64/multiarch/memset.S
1694         (memset_z196): Rename to __memset_z196.
1695         Jump to __memset_mvcle instead of memset_mvcle.
1696         (memset_z10): Rename to __memset_z10.
1697         Jump to __memset_mvcle instead of memset_mvcle.
1698         (memset_mvcle) Rename to __memset_mvcle.
1699         (memset): Set alias to __memset_z900.
1701 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
1703         [BZ #17748]
1704         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1705         __fesetenv instead of fesetenv.
1707 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1709         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1710         macro.
1712 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1714         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1715         regression on LE.
1717         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1718         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1719         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1720         strncmp-power8 object.
1721         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1722         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1723         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1724         * NEWS: Update.
1726 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1727             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1729         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1730         trailing byte check.
1732 2015-01-13  David S. Miller  <davem@davemloft.net>
1734         * include/signal.h (__sigreturn): Guard with __USE_MISC.
1736 2015-01-13  Roland McGrath  <roland@hack.frob.com>
1738         * login/logout.c (logout): Use memset rather than bzero.
1739         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1740         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1741         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1742         (_gethtbyaddr): Likewise.
1743         * locale/programs/simple-hash.c (bcopy): Macro removed.
1745 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1747         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1748         Add strcmp-power8 object.
1749         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1750         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1751         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1752         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1753         __strcmp_power8 implementation.
1754         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1755         * NEWS: Update.
1757         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1758         Add strncpy-power8 and stpncpy-power8 objects.
1759         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1760         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1761         implementations.
1762         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1763         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1764         __stpncpy_power8 implementation.
1765         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1766         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1767         __strncpy_power8 implementation.
1768         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1769         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1770         * NEWS: Update.
1772         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1773         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1774         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1776         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1777         strncat-power8 object.
1778         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1779         __strcat_power8 implementation.
1780         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1781         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1782         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1783         optimized strcat for power8.
1785         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1786         strcpy-power8 and stpcpy-power8 objects.
1787         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1788         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1789         implementations.
1790         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1791         multiarch stpcpy implementation for POWER8.
1792         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1793         multiarch strcpy implementation for POWER8.
1794         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1795         __strcpy_power8 function.
1796         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1797         stpcpy for POWER8.
1798         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1799         strcpy for POWER8.
1800         * NEWS: Update.
1802 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
1804         [BZ #16009]
1805         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1806         weights and rules. Use do_xfrm_cached if data fits in cache,
1807         do_xfrm otherwise.  Moved former main loop to...
1808         * (do_xfrm_cached): New function.
1809         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1810         find_idx, find_position and stack_push.
1811         * (find_idx): New function.
1812         * (find_position): Likewise.
1813         * localedata/sort-test.sh: Added test run for do_xfrm.
1814         * localedata/xfrm-test.c (main): Added command line option
1815         -nocache to run the test with strings that are too large for
1816         the STRXFRM cache.
1818 2015-01-13  Torvald Riegel  <triegel@redhat.com>
1820         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1821         variable to lll_futex_wake call, not the value itself.
1823 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
1825         [BZ #17803]
1826         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1827         twom64.  Adjust value to 0x1p-64L.
1828         (__scalblnl): Only return standard underflowing result for K <=
1829         -64 not K <= -63; adjust exponent for underflowing result by 64
1830         not 63.
1831         * math/libm-test.inc (scalbn_test_data): Add more tests.
1832         (scalbln_test_data): Likewise.
1834         [BZ #17834]
1835         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1836         0x1p63L.
1837         (__scalblnl): Get new exponent of adjusted subnormal value from ES
1838         not HX.
1839         * math/libm-test.inc (scalbn_test_data): Add more tests.
1840         (scalbln_test_data): Likewise.
1842 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1843             Stefani Seibold  <stefani@seibold.net>
1845         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1846         (sysdep_routines): Add dl-vdso here, ...
1847         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1848         (sysdep_routines): ... not here.
1849         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1850         fallback when vDSO is not presented.
1851         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1852         Define with libc_hidden_proto/libc_hidden_data_def definitions.
1853         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1854         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1855         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1856         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1857         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1858         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1859         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1860         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1861         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
1862         fallback configurable symbol when vDSO is not available.
1863         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1864         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
1865         be able to redefine fallback symbol when vDSO is not available.
1866         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1867         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1869 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1871         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1872         (TLS_INIT_TP): Add tm_capable initialization.
1873         (TLS_DEFINE_INIT_TP): Likewise.
1874         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1875         TCB.
1876         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1877         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1878         calculation.
1879         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1880         transactoion is lock elision is built and TCB tm_capable is set.
1881         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1883         (INTERNAL_SYSCALL_NCS): Likewise.
1884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1885         (INTERNAL_SYSCALL_NCS): Likewise.
1886         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1888         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1889         for powerpc.
1890         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1891         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1892         and remove it for 32 bits case.
1893         [pthread_rwlock_t] (__rwelision): New field for lock elision.
1894         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1895         initialization.
1896         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1897         Disable lock elision with rdlocks if elision is not available.
1899         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1900         (sysdep_routines): Add lock elision objects.
1901         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1902         [pthread_mutex_t] (__spins): Rework to add lock elision field.
1903         [pthread_mutex_t] (__elision): Add field.
1904         [__PTHREAD_SPINS]: Adjust to init lock elision field.
1905         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1906         elision definitions for powerpc.
1907         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1908         implementation of lock elision for powerpc.
1909         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1910         implementation of timed lock elision for powerpc.
1911         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1912         implementation of trylock with lock elision for powerpc.
1913         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1914         implementaion of unlock for lock elision for powerpc.
1915         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1916         automatic enable lock elision for mutexes.
1917         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1918         transaction execution definitions for powerpc.
1919         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1920         definitions.
1921         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1922         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1923         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1924         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1925         * NEWS: Update.
1927 2015-01-09  Roland McGrath  <roland@hack.frob.com>
1929         * sysdeps/posix/shm-directory.c: Use <> rather than ""
1930         for #include of <shm-directory.h>.
1932 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
1934         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1935         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1937 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
1939         [BZ #17791]
1940         * NEWS: Mention bug fix.
1941         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1942         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1943         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1945 2015-01-09  Torvald Riegel <triegel@redhat.com>
1947         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1949 2015-01-09  Torvald Riegel <triegel@redhat.com>
1951         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
1953 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1955         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
1956         pointer and cast to uintptr_t.
1958 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1960         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
1961         removed.
1962         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
1964 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
1966         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
1967         of 0.
1969 2015-01-08  Roland McGrath  <roland@hack.frob.com>
1971         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
1972         <nptl/pthreadP.h> instead.
1973         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
1975         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
1976         already defined.
1977         [__SIGRTMIN] (init): Function removed.
1978         [__SIGRTMIN] (initialized): Variable removed.
1979         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
1980         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
1981         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
1982         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
1983         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
1984         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
1985         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
1986         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
1987         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
1988         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
1989         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
1990         * sysdeps/nptl/allocrtsig.c: New file.
1991         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
1992         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
1993         * sysdeps/generic/testrtsig.h: File removed.
1995         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
1996         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
1998         * nptl/nptl-init.c (pthread_functions): Conditionalize
1999         .ptr__nptl_setxid initialization on [SIGSETXID].
2001         * sysdeps/nptl/sys/procfs.h: New file.
2002         * nptl_db/Makefile (headers): Add it.
2003         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2005         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2006         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2007         * nptl/pthread_attr_setaffinity.c: Include it.
2008         * nptl/pthread_setattr_default_np.c: Likewise.
2009         * nptl/check-cpuset.h: New file.
2011 2015-01-08  Richard Henderson  <rth@redhat.com>
2013         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2014         (CFLAGS-tst-execstack-prog.c): Likewise.
2015         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2017 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2018             Sandra Loosemore  <sandra@codesourcery.com>
2019             Andrew Jenner  <andrew@codesourcery.com>
2020             Joseph Myers  <joseph@codesourcery.com>
2021             Nathan Sidwell  <nathan@codesourcery.com>
2023         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2024         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2025         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2026         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2027         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2028         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2029         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2030         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2031         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2032         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2033         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2034         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2035         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2036         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2037         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2038         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2039         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2041 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2043         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2044         timespec struct member in syscall macro.
2045         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2046         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2047         first timeval struct member in syscall macro.
2048         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2050 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2052         [BZ #17748]
2053         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2054         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2055         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2056         __feupdateenv and define as weak alias of __feupdateenv.  Use
2057         libm_hidden_weak.
2058         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2059         libm_hidden_def.
2060         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2061         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2062         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2063         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2064         libm_hidden_def.
2065         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2066         __feupdateenv and define as weak alias of __feupdateenv.  Use
2067         libm_hidden_weak.
2068         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2069         libm_hidden_def.
2070         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2071         __feupdateenv and define as weak alias of __feupdateenv.  Use
2072         libm_hidden_weak.
2073         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2074         libm_hidden_def.
2075         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2076         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2077         (__feupdateenv): Likewise.
2078         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2079         __feupdateenv and define as weak alias of __feupdateenv.  Use
2080         libm_hidden_weak.
2081         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2082         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2083         libm_hidden_def.
2084         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2085         function.
2086         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2087         libm_hidden_def.
2088         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2089         __feupdateenv instead of feupdateenv.
2090         (default_libc_feupdateenv_test): Likewise.
2091         (libc_feresetround_ctx): Likewise.
2093 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2095         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2096         prototype.
2098 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2100         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2101         COLL_SYM in a couple of places to avoid uninitialized variable
2102         wanings on tilegx gcc 4.8.2.
2104 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2106         * sysdeps/aarch64/strcpy.S: New file.
2107         * sysdeps/aarch64/stpcpy.S: New file.
2108         * NEWS: Updated.
2110 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2112         * sysdeps/aarch64/strrchr.S: New file.
2113         * NEWS: Updated.
2115 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2117         [BZ #17658]
2118         * stdlib/setenv.c: Fix memory leak when setting large,
2119         duplicate string.
2121 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2123         [BZ #17273]
2124         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2125         and tabs from buffer before parsing fstab entry.
2126         * misc/tst-mntent.c (main): Add test for mount entry with
2127         trailing spaces and tabs.
2129 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2131         [BZ #17748]
2132         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2133         * math/fesetround.c (fesetround): Rename to __fesetround and
2134         define as weak alias of __fesetround.  Use libm_hidden_weak.
2135         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2136         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2137         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2138         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2139         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2140         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2141         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2142         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2143         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2144         __fesetround_inline.
2145         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2146         __fesetround_inline instead of __fesetround.
2147         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2148         __fesetround and define as weak alias of __fesetround.  Use
2149         libm_hidden_weak.  Call __fesetround_inline instead of
2150         __fesetround.
2151         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2152         __fesetround and define as weak alias of __fesetround.  Use
2153         libm_hidden_weak.
2154         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2155         Likewise.
2156         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2157         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2158         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2159         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2160         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2161         __fesetround and define as weak alias of __fesetround.  Use
2162         libm_hidden_weak.
2163         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2164         __fesetround instead of fesetround.
2165         (default_libc_feholdexcept_setround): Likewise.
2166         (libc_feholdsetround_ctx): Likewise.
2167         (libc_feholdsetround_noex_ctx): Likewise.
2169         [BZ #17748]
2170         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2171         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2172         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2173         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2174         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2175         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2176         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2177         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2178         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2179         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2180         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2181         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2182         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2183         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2184         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2185         libm_hidden_def.
2186         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2187         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2188         Likewise.
2189         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2190         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2191         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2192         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2193         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2194         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2195         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2196         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2197         __fesetenv instead of fesetenv.
2198         (libc_feresetround_noex_ctx): Likewise.
2199         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2200         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2201         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2202         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2203         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2204         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2205         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2206         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2207         (__feupdateenv): Likewise.
2208         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2209         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2210         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2211         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2213 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2215         [BZ #17806]
2216         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2217         addresses have been freed.
2219 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2221         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2222         and nservall.
2224 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2226         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2227         Clean up check_pf allocation pattern. addresses
2229 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2231         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2232         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2233         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2234         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2235         * nptl/pthread_join.c (pthread_join): Likewise.
2236         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2237         * sysdeps/posix/waitid.c (__waitid): Likewise.
2238         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2239         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2240         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2241         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2242         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2243         Likewise.
2244         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2245         (__libc_pread64): Likewise.
2246         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2247         (__libc_pwrite): Likewise.
2248         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2249         (__libc_pwrite64): Likewsie.
2250         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2251         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2252         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2253         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2254         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2255         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2256         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2258         Likewise.
2259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2260         (__libc_pread64): Likewise.
2261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2262         Likewise.
2263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2264         (__libc_pwrite64): Likewise.
2265         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2266         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2267         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2268         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2269         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2270         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2271         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2272         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2273         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2274         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2275         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2276         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2277         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2278         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2279         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2280         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2281         Likewise.
2283 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2285         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2286         (CFLAGS-test-double.c): Likewise.
2287         (CFLAGS-test-ldouble.c): Likewise.
2288         (CPPFLAGS-test-ifloat.c): Likewise.
2289         (CPPFLAGS-test-idouble.c): Likewise.
2290         (CPPFLAGS-test-ildoubl.c): Likewise.
2291         (CFLAGS-test-test-fenv.c): Remove variable.
2292         (CFLAGS-test-misc.c): Likewise.
2294 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2296         [BZ #17797]
2297         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2298         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2299         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2300         CLOCKS_PER_SEC == 1000000.
2301         * time/clocktest.c (main): Replace %ld with %jd and cast to
2302         intmax_t.
2304 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2306         * sysdeps/generic/unwind-resume.h: New file.
2307         * sysdeps/gnu/unwind-resume.c: Include it.
2308         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2309         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2310         argument list.
2311         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2312         global rather than static.
2313         (_Unwind_Resume): Update user.
2314         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2315         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2316         rather than static.  Add __attribute__ ((cold)).
2317         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2318         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2319         * sysdeps/arm/arm-unwind-resume.S: New file.
2320         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2321         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2322         * sysdeps/arm/Makefile [$(subdir) = csu]
2323         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2324         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2325         Add rt-arm-unwind-resume.
2326         [$(subdir) = nptl]
2327         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2328         Add pt-arm-unwind-resume.
2329         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2330         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2332 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2334         [BZ #17748]
2335         * include/fenv.h (__feholdexcept): Declare.  Use
2336         libm_hidden_proto.
2337         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2338         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2339         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2340         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2341         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2342         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2343         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2344         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2345         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2346         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2347         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2348         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2349         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2350         (feholdexcept): Likewise.
2351         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2352         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2353         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2354         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2355         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2356         __feholdexcept instead of feholdexcept.
2357         (default_libc_feholdexcept_setround): Likewise.
2359 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2361         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2362         to avoid using stl/str to align destination.
2364 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2366         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2368 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2370         [BZ #17796]
2371         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2372         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2373         Define as weak alias not strong alias.
2375 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2377         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2378         bltzal with addiupc.
2379         (RTLD_START): Ditto.
2381 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2383         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2384         for __vdso_* functions in declarations.
2385         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2386         definitions.
2387         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2388         INTERNAL_VSYSCALL): Use struct return types to check for error.
2390         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2391         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2392         function with cast from llround().
2393         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2394         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2395         Define.
2397 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2399         [BZ #17793]
2400         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2401         Define as weak alias not strong alias.
2403         [BZ #17635]
2404         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2405         ...
2406         * ctype/ctype-extn.c: ... here.
2407         (__isblank_l): Move to ...
2408         * ctype/ctype-c99_l.c: ... here.  New file.
2409         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2410         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2411         Remove variable.
2412         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2413         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2414         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2415         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2416         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2418         [BZ #17777]
2419         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2420         (posix_fadvise64): Define as weak alias not strong alias.
2421         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2422         (posix_fallocate64): Likewise.
2423         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2424         Remove variable.
2425         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2426         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2427         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2428         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2429         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2431 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2433         [BZ #16191]
2434         * NEWS: Mention bug fix.
2435         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2436         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2437         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2438         (HOST_STACK_END_ADDR): Likewise.
2440 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2442         [BZ #17748]
2443         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2444         * math/fegetround.c (fegetround): Rename to __fegetround and
2445         define as weak alias of __fegetround.  Use libm_hidden_weak.
2446         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2447         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2448         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2449         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2450         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2451         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2452         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2453         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2454         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2455         Undefine after rather than before function definition; use
2456         parentheses around function name in definition.
2457         (__fegetround): Also undefine macro after function definition.
2458         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2459         __fegetround and define as weak alias of __fegetround.  Use
2460         libm_hidden_weak.  Do not undefine as macro.
2461         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2462         Likewise.
2463         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2464         __fegetround and define as weak alias of __fegetround.  Use
2465         libm_hidden_weak.
2466         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2467         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2468         * sysdeps/tile/math_private.h (__fegetround): New inline function.
2469         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2470         __fegetround and define as weak alias of __fegetround.  Use
2471         libm_hidden_weak.
2472         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2473         __fegetround instead of fegetround.
2475         [BZ #17782]
2476         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2477         Condition macro definition on [__USE_MISC].
2479         [BZ #17781]
2480         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2481         (struct sigaction): Change type of sa_flags field to int.
2483         [BZ #17780]
2484         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2485         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2486         __glibc_reserved0.
2488         * nptl/version.c (banner): Use single year in copyright notice.
2490         * NEWS: Update copyright dates.
2491         * catgets/gencat.c (print_version): Likewise.
2492         * csu/version.c (banner): Likewise.
2493         * debug/catchsegv.sh: Likewise.
2494         * debug/pcprofiledump.c (print_version): Likewise.
2495         * debug/xtrace.sh (do_version): Likewise.
2496         * elf/ldconfig.c (print_version): Likewise.
2497         * elf/ldd.bash.in: Likewise.
2498         * elf/pldd.c (print_version): Likewise.
2499         * elf/sotruss.sh: Likewise.
2500         * elf/sprof.c (print_version): Likewise.
2501         * iconv/iconv_prog.c (print_version): Likewise.
2502         * iconv/iconvconfig.c (print_version): Likewise.
2503         * locale/programs/locale.c (print_version): Likewise.
2504         * locale/programs/localedef.c (print_version): Likewise.
2505         * login/programs/pt_chown.c (print_version): Likewise.
2506         * malloc/memusage.sh (do_version): Likewise.
2507         * malloc/memusagestat.c (print_version): Likewise.
2508         * malloc/mtrace.pl: Likewise.
2509         * manual/libc.texinfo: Likewise.
2510         * nptl/version.c (banner): Likewise.
2511         * nscd/nscd.c (print_version): Likewise.
2512         * nss/getent.c (print_version): Likewise.
2513         * nss/makedb.c (print_version): Likewise.
2514         * posix/getconf.c (main): Likewise.
2515         * scripts/test-installation.pl: Likewise.
2516         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2518 2015-01-02  Will Newton  <will.newton@linaro.org>
2520         * sysdeps/arm/armv7/configure: Removed.
2521         * sysdeps/arm/armv7/configure.ac: Likewise.
2523 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2525         * All files with FSF copyright notices: Update copyright dates
2526         using scripts/update-copyrights.
2527         * intl/plural.c: Regenerated.
2528         * locale/programs/charmap-kw.h: Likewise.
2529         * locale/programs/locfile-kw.h: Likewise.
2531 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
2533         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2535 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2537         [BZ #17748]
2538         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2539         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2540         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2541         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2542         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2543         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2544         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2545         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2546         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2547         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2548         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2549         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2550         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2551         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2552         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2553         libm_hidden_def.
2554         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2555         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2556         Likewise.
2557         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2558         define as weak alias of __fegetenv.  Use libm_hidden_weak.
2559         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2560         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2561         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2562         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2563         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
2564         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2565         __fegetenv instead of fegetenv.
2566         (libc_feholdsetround_noex_ctx): Likewise.
2568 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2570         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2571         (Elf_MIPS_ABIFlags_v0): New structure.
2572         (EF_MIPS_FP64): Define.
2573         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2574         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2575         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2576         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2577         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2578         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2579         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2580         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2581         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2582         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2583         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2584         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2585         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2586         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2587         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2588         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2589         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2590         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2591         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2592         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2593         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2594         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2595         field.
2596         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2597         EF_MIPS_FP64.
2598         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2599         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2600         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2601         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2602         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2603         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2604         * sysdeps/mips/tst-abi-interlink.c: Likewise.
2605         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2606         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2607         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2608         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2609         record the current FP ABI extension.
2610         (mips-mode-switch): Define to show if kernel headers support mode
2611         switching.
2612         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2613         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2614         supported SYSV ABI version to 3.
2615         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2616         feature.
2618 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2619             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2621         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2622         path.
2623         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2625 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
2627         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2628         __fegetround and redefine to call __fegetround.  Remove condition
2629         on [!__NO_MATH_INLINES].
2630         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2631         function.
2632         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2633         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2634         Remove macro.
2635         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2636         instead of <fenv_libc.h>.
2637         (__llrintl): Call fegetround instead of __fegetround.
2638         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2639         instead of <fenv_libc.h>.
2640         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2641         (__lrintl): Call fegetround instead of __fegetround.
2642         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2643         instead of <fenv_libc.h>.
2644         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2645         (__rintl): Call fegetround instead of __fegetround.
2647 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
2649         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2650         arrays.
2652 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2654         [BZ #17775]
2655         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2656         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2657         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2659 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2661         * sysdeps/i386/tls-macros.h: Include <features.h>.
2662         (TLS_LE): Use non-PIC version for GCC >= 5.0.
2663         (TLS_IE): Likewise.
2664         (TLS_LD): Likewise.
2665         (TLS_GD): Likewise.
2666         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2667         define for GCC >= 5.0.
2669 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
2671         * math/test-fenv.c (test_single_exception, set_single_exc,
2672         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2673         feexcp_mask_test, feenable_test, fe_single_test): Add
2674         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2675         case where they are not used.
2676         * math/libm-test.inc: Likewise.
2677         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2678         unused in the absence of FP rounding/exception support.
2679         * stdio-common/tst-printf-round.c: Likewise.
2680         * stdlib/tst-strtod-round.c: Likewise.
2681         * stdlib/tst-strtod-underflow.c: Likewise.
2683 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
2685         [BZ #17723]
2686         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2687         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2688         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2689         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2690         libm_hidden_weak.
2691         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2692         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2693         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2694         libm_hidden_def.
2695         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2696         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2697         libm_hidden_weak.
2698         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2699         Likewise.
2700         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2701         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2702         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2703         libm_hidden_weak.
2704         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2705         libm_hidden_def.
2706         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2707         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2708         (__feraiseexcept): Likewise.
2709         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2710         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
2711         libm_hidden_weak.
2712         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2713         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2714         libm_hidden_def.
2715         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2716         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2717         Use libm_hidden_def.
2718         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2719         libm_hidden_def.
2720         (feraiseexcept): Define as weak not strong alias.  Use
2721         libm_hidden_weak.
2722         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2723         New inline function.  Factored out of ...
2724         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
2725         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2726         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2727         feraiseexcept.
2728         * math/w_acos.c (__acos): Likewise.
2729         * math/w_asin.c (__asin): Likewise.
2730         * math/w_ilogb.c (__ilogb): Likewise.
2731         * math/w_j0.c (y0): Likewise.
2732         * math/w_j1.c (y1): Likewise.
2733         * math/w_jn.c (yn): Likewise.
2734         * math/w_log.c (__log): Likewise.
2735         * math/w_log10.c (__log10): Likewise.
2736         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2737         * sysdeps/aarch64/fpu/math_private.h
2738         (libc_feupdateenv_test_aarch64): Likewise.
2739         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2740         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2741         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2742         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2743         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2744         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2745         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2746         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2747         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2748         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2750 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
2752         [BZ #17732]
2753         * io/test-utime.c (main): Replace %ld with %jd and cast to
2754         intmax_t.
2755         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2756         * nptl/tst-mutex5.c: Include <stdint.h>.
2757         (do_test): Replace %ld with %jd and cast to intmax_t.
2758         * posix/tst-regex.c (run_test): Likewise.
2759         (run_test_backwards): Likewise.
2760         * rt/tst-clock.c: Include <stdint.h>.
2761         (clock_test): Replace %ld with %jd and cast to intmax_t.
2762         * rt/tst-cpuclock1.c: Include <stdint.h>.
2763         (do_test): Replace %lu with %ju and cast to uintmax_t.
2764         * rt/tst-cpuclock2.c: Include <stdint.h>.
2765         (do_test): Replace %lu with %ju and cast to uintmax_t.
2766         * rt/tst-mqueue1.c: Include <stdint.h>.
2767         (check_attrs): Replace %ld with %jd and cast to intmax_t.
2768         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2769         intmax_t.
2770         * rt/tst-mqueue4.c (do_test): Likewise.
2771         * rt/tst-timer4.c: Include <stdint.h>.
2772         (check_ts): Replace %ld with %jd and cast to intmax_t.
2773         (do_test): Likewise.
2774         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2775         and cast to intmax_t.
2776         * sysdeps/pthread/tst-timer.c (main): Likewise.
2777         * time/clocktest.c (main): Likewise.
2778         * time/tst-posixtz.c (do_test): Likewise.
2779         * timezone/tst-timezone.c (main): Likewise.
2781 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
2782             H.J. Lu  <hongjiu.lu@intel.com>
2784         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2785         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2786         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2787         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2788         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2789         version if bit_Fast_Unaligned_Load is set.
2790         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2791         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2792         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2793         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2794         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2795         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2796         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2797         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2798         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2799         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2800         to 4.
2801         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2802         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2803         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2804         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2806 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
2808         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2809         instead of #if to avoid a Wundef warning.
2810         * stdlib/tst-limits.c (do_test): Likewise.
2812         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2813         parallel other exception macros.
2814         (fegetenv): Convert from macro to extern inline so that it applies
2815         retroactively to inline functions already seen by the compiler.
2816         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2818         * posix/Makefile (before-compile): Use $(objpfx) for
2819         posix-conf-vars-def.h.
2821 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
2823         * posix/getconf.c (main): Use size_t for type of I.
2824         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2825         NSPEC.
2827         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2828         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2829         * posix/posix-envs.def: Likewise.
2830         * sysdeps/posix/sysconf.c: Likewise.
2831         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2832         (specs): Remove array.
2833         * scripts/gen-posix-conf-vars.awk: Support generation of specs
2834         array.
2836         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2837         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2838         (__sysconf): Use CONF_IS_* macros.
2840         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2841         ($(objpfx)posix-conf-vars-def.h): New target.
2842         * posix/posix-conf-vars.list: New file.
2843         * posix/posix-conf-vars.h: New file.
2844         * posix/confstr.c: Include posix-conf-vars.h.
2845         (confstr): Use CONF_IS_* macros.
2846         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
2847         CONF_IS_* macros.
2848         * scripts/gen-posix-conf-vars.awk: New file.
2850 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
2852         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2853         fegetround): Add no-op macros to avoid linknamespace issues.
2855         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2856         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2858         * sysdeps/unix/sysv/linux/tile/sysdep.h
2859         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2860         assembly-specific section to avoid a redefinition warning.
2862         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2863         long before casting to pointer to avoid a cast warning.
2865 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
2867         * sysdeps/tile/tilegx/Implies: New file.
2869 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
2871         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2873 2014-12-23  Florian Weimer  <fweimer@redhat.com>
2875         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2877 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2879         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2880         not define.
2881         * sysdeps/unix/sysv/linux/utimes.c: Do not include
2882         <kernel-features.h>.
2883         (__utimes) [__NR_utimes]: Make code unconditional.
2884         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2885         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2886         (__ASSUME_UTIMES): Do not undefine.
2887         * sysdeps/unix/sysv/linux/tile/kernel-features.h
2888         (__ASSUME_UTIMES): Likewise.
2889         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2890         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2891         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2892         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2894 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2896         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2898 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
2900         [BZ #17747]
2901         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2902         alias to weak alias for j0l, y0l.
2903         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2904         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2906         [BZ #17746]
2907         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2908         conversion.
2910 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
2912         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2913         to zero if not already defined.
2915 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2917         [BZ #17724]
2918         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2919         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
2920         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
2921         (char *) casts added.
2922         * sysdeps/ieee754/k_standardf.c: New file.
2923         * sysdeps/ieee754/k_standardl.c: Likewise.
2924         * math/Makefile (libm-support): Remove k_standard.
2925         (libm-calls): Add k_standard.
2927 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2929         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2930         Optimize to avoid an unnecessary FPCR read.
2932 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2934         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2935         Optimize to reduce FPCR/FPSR accesses.
2937 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2939         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2940         Call libc_fetestexcept_aarch64.
2942 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
2944         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2945         Call libc_fesetround_aarch64.
2947 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
2949         [BZ #17733]
2950         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2951         (__bind): Do not define as weak alias.
2952         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
2953         define.
2954         (__getsockname): Do not define as weak alias.
2956 2014-12-22  Will Newton  <will.newton@linaro.org>
2958         * manual/install.texi: Document that we require bison 2.7
2959         or above.
2960         * INSTALL: Regenerate.
2961         * configure.ac: Use AC_CHECK_PROG_VER instead of
2962         AC_PATH_PROG when checking for bison and check for
2963         version 2.7 or above.
2964         * configure: Regenerate.
2966 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
2968         [BZ #17745]
2969         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
2970         * sysdeps/tile/ffsll.c (ffsll): To here.
2972         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
2974 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2976         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
2977         if not defined.
2978         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
2979         definition.
2980         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2981         hidden ___tls_get_addr.
2982         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
2983         hidden __tls_get_addr.
2984         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
2985         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
2986         Likewise.
2988 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
2990         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
2991         _dl_init call.
2993 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
2995         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
2996         from "call _dl_init@PLT".
2997         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
2999 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3001         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3002         guarantees.
3004 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3006         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3008 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3010         [BZ #17744]
3011         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3012         strnlen.
3014 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3016         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3017         of multu on MIPSr6.
3018         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3019         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3020         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3021         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3022         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3024 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3026         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3027         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3028         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3029         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3030         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3031         mips32r6/mips64r6.
3032         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3034 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3036         * string/strncat.c (STRNCAT): Simplify implementation.
3038 2014-12-19  David S. Miller  <davem@davemloft.net>
3040         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3041         access the quad as both a long double and as a series of 4 words.
3043         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3044         link_map->l_info array access.
3046 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3048         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3050         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3051         * math/atest-exp2.c (TIMEOUT): Likewise.
3052         * math/atest-sincos.c (TIMEOUT): Likewise.
3054 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3056         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3057         -Wno-error with -fno-builtin-lround.
3059 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3061         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3062         Contains futex constants and functions moved over from ...
3063         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3064         <lowlevellock-futex.h>.
3065         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3066         (lll_timedwait_tid): Add comments and parentheses around macro
3067         arguments.
3069 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3071         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3072         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3073         (__lll_private_flag): Remove.
3074         (lll_futex_wait): Likewise.
3075         (lll_futex_timed_wait): Likewise.
3076         (lll_futex_wake): Likewise.
3077         (lll_futex_requeue): Likewise.
3078         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3079         (__lll_timedwait_tid): Spell out argument names.
3080         (lll_timedwait_tid): Add comments and parentheses around macro
3081         arguments.
3082         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3083         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3085 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3087         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3088         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3089         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3090         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3091         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3092         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3093         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3094         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3095         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3096         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3097         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3098         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3099         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3100         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3101         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3102         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3103         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3104         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3105         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3107 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3109         * sysdeps/x86_64/x32/Makefile: New file.
3111 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3113         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3114         1L with (mp_limb_t) 1.
3116 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3118         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3119         * nptl/libc_pthread_init.c: ... here.
3120         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3121         * nptl/register-atfork.c: ... here.
3123         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3124         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3125         Use assert_perror to check its return value.
3126         (__gai_create_helper_thread): Likewise.
3128         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3130         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3132 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3134         [BZ #17725]
3135         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3136         __profil_counter.
3137         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3138         Likewise.
3139         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3140         Likewise.
3141         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3142         Likewise.
3143         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3144         (profil_counter): Likewise.
3145         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3146         (profil_counter): Likewise.
3147         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3148         Likewise.
3149         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3150         Likewise.
3151         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3152         (profil_counter): Likewise.
3153         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3154         Likewise.
3155         [!__profil_counter] (profil_counter): Define as weak alias of
3156         __profil_counter.
3157         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3158         (profil_counter): Rename to __profil_counter.
3159         [!__profil_counter] (profil_counter): Define as weak alias of
3160         __profil_counter.
3161         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3162         (profil_counter): Rename to __profil_counter.
3163         [!__profil_counter] (profil_counter): Define as weak alias of
3164         __profil_counter.
3165         * sysdeps/posix/profil.c: Update comment referring to
3166         profil_counter.
3167         (__profil): Use __profil_counter instead of profil_counter.
3168         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3169         __profil_counter.  Use __profil_counter_ushort and
3170         __profil_counter_uint in definitions.
3171         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3172         instead of profil_counter_uint and profil_counter_ushort.
3174         [BZ #17722]
3175         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3176         define as weak alias of __inet_makeaddr.
3177         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3178         as weak alias of __inet_addr.
3179         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3180         as weak alias of __inet_pton.  Use libc_hidden_weak.
3181         * include/arpa/inet.h (__inet_pton): Declare.  Use
3182         libc_hidden_proto.
3183         (inet_makeaddr): Don't use libc_hidden_proto.
3184         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3185         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3186         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3187         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3188         Remove variable.
3189         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3190         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3192 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3194         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3196 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3198         * stdio-common/bug-vfprintf-nargs.c (do_test):
3199         Cast value to intptr_t to avoid format warning
3200         for usage with PRIdPTR printing macro.
3202 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3204         * libio/tst-widetext.c (do_test):
3205         Use format type %td instead of %Zd for ptrdiff_t
3206         in order to avoid format warning.
3208 2014-12-17  Andreas Schwab  <schwab@suse.de>
3210         * nscd/mem.c (gc): Add size_t cast to match printf format.
3212 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3214         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3215         (init): Apply PTR_MANGLE to pointers before storing them.
3216         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3217         before using them.
3219 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3221         [BZ #17719]
3222         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3223         define as weak alias of __memrchr.
3224         (__memrchr): Do not define as strong alias of memrchr.
3225         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3226         Remove variable.
3227         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3228         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3229         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3231         [BZ #17717]
3232         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3233         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3234         (if_indextoname): Rename to __if_indextoname and define as weak
3235         alias of __if_indextoname.  Use libc_hidden_weak.
3236         (if_freenameindex): Rename to __if_freenameindex and define as
3237         weak alias of __if_freenameindex.
3238         (if_nameindex): Rename to __if_nameindex and define as weak alias
3239         of __if_nameindex.
3240         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3241         __if_nametoindex and define as weak alias of __if_nametoindex.
3242         Use libc_hidden_weak.
3243         (if_freenameindex): Rename to __if_freenameindex and define as
3244         weak alias of __if_freenameindex.
3245         (if_nameindex): Rename to __if_nameindex and define as weak alias
3246         of __if_nameindex.
3247         (if_indextoname): Rename to __if_indextoname and define as weak
3248         alias of __if_indextoname.  Use libc_hidden_weak.
3249         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3250         __if_nametoindex and define as weak alias of __if_nametoindex.
3251         Use libc_hidden_weak.
3252         (if_freenameindex): Rename to __if_freenameindex and define as
3253         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3254         (if_nameindex_netlink): Use __if_freenameindex instead of
3255         if_freenameindex.
3256         (if_nameindex): Rename to __if_nameindex and define as weak alias
3257         of __if_nameindex.  Use libc_hidden_weak.
3258         (if_indextoname): Rename to __if_indextoname and define as weak
3259         alias of __if_indextoname.  Use libc_hidden_weak.
3260         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3261         libc_hidden_proto.
3262         [!_ISOMAC] (__if_freenameindex): Likewise.
3263         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3264         if_nametoindex.
3265         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3266         variable.
3267         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3268         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3269         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3270         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3271         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3272         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3273         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3275         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3276         Remove variable.
3277         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3278         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3280 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3282         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3283         subscript above bounds'
3285         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3286         bounds.
3288 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3290         * libio/tst-fopenloc.c: Use test-skeleton.c.
3292         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3293         (entry): Rename to ITEM.
3294         (do_test, comp): Adjust.
3296         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3298 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3300         * string/tester.c: Include <libc-internal.h>.
3301         (test_memset): Ignore -Wmemset-transposed-args.
3303 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3305         * misc/tst-mntent2.c (do_test): Fix warning.
3307 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3309         * elf/tst-unique4lib.cc(a): Mark as used.
3311 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3313         [BZ #17630]
3314         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3315         names.
3317 2014-12-16  Allan McRae  <allan@archlinux.org>
3319         * stdio-common/Makefile (tests): Re-add bug26.
3321 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3323         [BZ #17657]
3324         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3325         static array.
3327 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3329         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3330         (__lll_lock_wait): Likewise.
3331         (__lll_timedlock_wait): Likewise.
3332         (__lll_timedwait_tid): Likewise.
3333         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3334         (__lll_robust_timedlock_wait): Likewise.
3335         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3336         (lll_cond_trylock): Likewise.
3337         (__lll_lock): Likewise.
3338         (__lll_robust_lock): Likewise.
3339         (__lll_cond_lock): Likewise.
3340         (lll_robust_cond_lock): Likewise.
3341         (__lll_timedlock): Likewise.
3342         (__lll_robust_timedlock): Likewise.
3343         (__lll_unlock): Likewise.
3344         (__lll_robust_unlock): Likewise.
3345         (lll_wait_tid): Likewise.
3346         (lll_timedwait_tid): Likewise.
3348 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3350         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3352 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3354         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3356 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3358         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3359         * stdio-common/tst-sprintf.c: Likewise.
3361 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3363         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3365 2014-12-15  Jeff Law  <law@redhat.com>
3367         [BZ #16617]
3368         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3369         on the heap.  (CVE-2012-3406)
3370         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3371         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3372         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3374 2014-12-15  Will Newton  <will.newton@linaro.org>
3376         * manual/install.texi: Bump required version of texinfo
3377         to 4.7 from 4.5.
3378         * INSTALL: Regenerated.
3379         * configure.ac: Check for makeinfo version 4.7 and above.
3380         * configure: Regenerated.
3382 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3384         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3385         PREFIX, string constant to insert between directory and name.
3386         * sysdeps/posix/shm_open.c: Update caller.
3387         * sysdeps/posix/shm_unlink.c: Likewise.
3388         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3389         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3390         (SEM_SHM_PREFIX): New macro.
3391         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3392         [$(have-thread-library) = no].
3393         * nptl/Makefile (libpthread-routines): Add shm-directory.
3394         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3395         * sysdeps/nptl/shm-directory.h: New file.
3396         * sysdeps/posix/shm-directory.c
3397         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3398         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3399         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3400         INTERNAL_SYSCALL.
3401         (__where_is_shmfs): Function removed.
3402         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3403         Variables removed.
3404         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3405         Use SHM_GET_NAME.
3406         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3408         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3409         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3410         unconditional for use inside libpthread.
3411         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3413 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3415         * nptl/pthread_getaffinity.c: New file.
3416         * nptl/pthread_setaffinity.c: New file.
3417         * nptl/pthread_getname.c: New file.
3418         * nptl/pthread_setname.c: New file.
3420         * nptl/pthread_create.c (START_THREAD_DEFN)
3421         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3423 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3424             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3426         * resolv/res_send.c (send_vc): Disable warning resplen may
3427         be used uninitialized.
3429 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3431         * nptl/tst-mutex6.c
3432         (ATTR_NULL): New define checks ATTR against NULL.
3433         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3434         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3436 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3438         [BZ #17581]
3439         * malloc/hooks.c
3440         (mem2mem_check): Revert my previous change.
3441         (malloc_check_get_size): Revert my previous change.
3442         (mem2chunk_check): Revert my previous change.
3444 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3446         * sysdeps/posix/shm-directory.c: New file.
3447         * sysdeps/posix/shm-directory.h: New file.
3448         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3449         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3450         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3451         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3452         Transmute EPERM to EACCES.
3453         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3454         from ...
3455         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3456         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3458 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3460         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3461         pointer and cast to uintptr_t.
3462         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3463         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3464         Add cast to avoid warning.
3465         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3467 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3469         * nptl/semaphore.h: Move to ...
3470         * sysdeps/pthread/semaphore.h: ... here.
3471         * Makefile (installed-headers): Change nptl/semaphore.h to
3472         sysdeps/pthread/semaphore.h.
3474 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3476         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3477         generated error format strings.
3479         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3480         -Wformat-extra-args warnings for scanf formats.
3481         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3482         test of zero-length format (duh).
3483         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3484         corner-case scanf format test.
3485         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3486         generated fprintf format string.
3487         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3488         corner-case sprintf format tests.
3489         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3490         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3491         -Wformat-extra-args warnings throughout.
3492         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3493         (CFLAGS-scanf4.c): Likewise.
3494         (CFLAGS-scanf7.c): Likewise.
3495         (CFLAGS-tst-sprintf.c): Likewise.
3496         (CFLAGS-tst-printf.c): Likewise.
3497         (CFLAGS-tst-printfsz.c): Likewise.
3499 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
3501         * include/cpio.h: New file.
3502         * include/fmtmsg.h: Likewise.
3504         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
3505         corresponding format argument to size_t.
3506         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
3507         arguments.
3508         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
3509         corresponding format argument to size_t.
3510         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
3511         arguments.
3512         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
3513         corresponding format argument to size_t.
3514         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3515         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3516         (CFLAGS-tst-mbswcs2.c): Likewise.
3517         (CFLAGS-tst-mbswcs3.c): Likewise.
3518         (CFLAGS-tst-mbswcs4.c): Likewise.
3519         (CFLAGS-tst-mbswcs5.c): Likewise.
3520         (CFLAGS-tst-trans.c): Likewise
3522 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3524         * posix/regexbug1.c (main): Use "%s" format with regerror results,
3525         rather than assuming they won't contain any '%'s.
3527 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
3529         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3530         inhibit_loop_to_libcall to avoid recursive calls.
3531         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3532         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3534 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3536         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3537         prototype.
3539 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3541         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3542         integer value instead of boolean.
3544 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
3546         * malloc/malloc.c: Fix powerof2 check.
3548 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3550         * locale/programs/locfile.h (maybe_swap_uint32):
3551         Remove inline and add unused attribute.
3553 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3555         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3556         Truncating assembler expression to a .long expression.
3558 2014-12-11  Andreas Schwab  <schwab@suse.de>
3560         * elf/rtld.c (struct map_args): Constify str member.
3561         (do_preload): Constify fname argument.
3563 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3565         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3566         constants definition.
3568 2014-12-11  Andreas Schwab  <schwab@suse.de>
3570         [BZ #16657]
3571         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3572         FORCE_ELISION instead of DO_ELISION.
3573         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3574         Remove.
3575         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3576         Likewise.
3578         * iconvdata/gconv-modules: Remove duplicate entry.
3580 2014-12-11  Will Newton  <will.newton@linaro.org>
3582         Merge gettext 0.19.3 into intl/.
3584         This involves a number of cosmetic changes to comments
3585         and ANSI function definitions and prototypes throughout
3586         all the files. The gettext copyright header is used but
3587         with the date ranges taken from the glibc copy.
3589         * NEWS: Add gettext merge to 2.21.
3590         * intl/bindtextdom.c: Switch to gettext copyright.
3591         Use ANSI definitions and prototypes.
3592         Use gl_* locking primitives rather than __libc_* ones.
3593         Use __builtin_expect rather than __glibc_likely/unlikely.
3594         * intl/dcgettext.c: Switch to gettext copyright.
3595         Use ANSI definitions and prototypes.
3596         * intl/dcigettext.c: Switch to gettext copyright.
3597         Use ANSI definitions and prototypes.
3598         (INTDIV0_RAISES_SIGFPE): New define.
3599         Use gl_* locking primitives rather than __libc_* ones.
3600         Include eval-plural.h instead of plural-eval.c.
3601         Use __builtin_expect rather than __glibc_likely/unlikely.
3602         * intl/dcngettext.c: Switch to gettext copyright.
3603         Use ANSI definitions and prototypes.
3604         * intl/dgettext.c: Likewise.
3605         * intl/dngettext.c: Likewise.
3606         * intl/plural-eval.c: Renamed to...
3607         * intl/eval-plural.h: ...this.
3608         * intl/explodename.c: Switch to gettext copyright.
3609         Use ANSI definitions and prototypes.
3610         (_nl_explode_name): Use strchr instead of __rawmemchr.
3611         * intl/finddomain.c: Switch to gettext copyright.
3612         Use ANSI definitions and prototypes.
3613         Use gl_* locking primitives rather than __libc_* ones.
3614         (_nl_find_domain): Use malloc rather than alloca for
3615         allocation of temporary locale name.
3616         * intl/gettext.c: Switch to gettext copyright.
3617         Use ANSI definitions and prototypes.
3618         * intl/gettextP.h: Switch to gettext copyright.
3619         Use ANSI definitions and prototypes.
3620         Use gl_* locking primitives rather than __libc_* ones.
3621         * intl/gmo.h: Switch to gettext copyright.
3622         (struct sysdep_string): Move struct segment_pair outside of
3623         struct definition.
3624         * intl/hash-string.c: Use ANSI definitions and prototypes.
3625         * intl/hash-string.h: Switch to gettext copyright.
3626         Use ANSI definitions and prototypes.
3627         * intl/l10nflist.c: Switch to gettext copyright.
3628         Use ANSI definitions and prototypes.
3629         (_nl_normalize_codeset): Avoid integer overflow.
3630         * intl/loadinfo.h: Switch to gettext copyright.
3631         Use ANSI definitions and prototypes.
3632         (LIBINTL_DLL_EXPORTED): New define.
3633         (PATH_SEPARATOR): New define.
3634         * intl/loadmsgcat.c: Switch to gettext copyright.
3635         * intl/localealias.c: Switch to gettext copyright.
3636         Use ANSI definitions and prototypes.
3637         (_nl_expand_alias): Use PATH_SEPARATOR.
3638         * intl/ngettext.c: Switch to gettext copyright.
3639         Use ANSI definitions and prototypes.
3640         * intl/plural-exp.c: Likewise.
3641         * intl/plural-exp.h: Switch to gettext copyright.
3642         Use ANSI definitions and prototypes.
3643         (struct expression): Move definition of enum operator outside
3644         of struct definition.
3645         * intl/plural.c: Regenerate.
3646         * intl/plural.y: Switch to gettext copyright.
3647         Use ANSI definitions and prototypes.
3648         Port to bison 3.0.
3649         * intl/textdomain.c: Switch to gettext copyright.
3650         Use ANSI definitions and prototypes.
3651         Use gl_* locking primitives rather than __libc_* ones.
3653 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
3655         * debug/warning-nop.c: Add used atrribute.
3657 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3659         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3661         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3662         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3663         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3665 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3666             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3668         [BZ #17634]
3669         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3670         Undefine after defining function.  Define as weak alias of
3671         __wcschr.  Use libc_hidden_weak.
3672         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
3673         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3674         (libc_hidden_def): Also define __GI___wcschr alias.
3675         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3676         __wcschr and define as weak alias of __wcschr.
3677         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3678         __wcschr.
3679         [!WCSCHR] (DEFAULT_WCSCHR): Define.
3680         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3681         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
3682         libc_hidden_weak.  Do not use libc_hidden_def.
3683         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3684         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3685         __GI___wcschr alias.
3686         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3687         [IS_IN (libc)] (wcschr): Define as macro expanding to
3688         __redirect_wcschr.
3689         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3690         [IS_IN (libc)] (__wcschr_power6): Likewise.
3691         [IS_IN (libc)] (__wcschr_power7): Likewise.
3692         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
3693         instead of wcschr.
3694         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3695         __libc_wcschr.
3696         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3697         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3698         __wcschr and define as weak alias of __wcschr.  Use
3699         libc_hidden_builtin_def.
3700         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3701         as weak alias of __wcschr.  Use libc_hidden_weak.
3702         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3703         wcschr.
3704         * time/era.c (_nl_init_era_entries): Likewise.
3705         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3706         variable.
3707         (test-xfail-XPG3/time.h/linknamespace): Likewise.
3708         (test-xfail-XPG4/time.h/linknamespace): Likewise.
3710 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3712         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3713         format for long int variable.
3715 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
3717         [BZ #10672]
3718         * manual/search.texi: (Array Sort Function): Remove claim how to make
3719         qsort stable.
3721 2014-12-10  Andreas Schwab  <schwab@suse.de>
3723         [BZ #12847]
3724         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3725         user-controlled locks.
3727 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
3729         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3730         register.
3732 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3734         * configure.ac (--disable-werror): New configure option.
3735         (enable_werror): New AC_SUBST.
3736         * configure: Regenerated.
3737         * config.make.in (enable-werror): New variable.
3738         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3739         -Wno-error=undef.
3740         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3741         * manual/install.texi (Configuring and compiling): Document
3742         --disable-werror.
3743         * INSTALL: Regenerated.
3744         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3745         (CFLAGS-tst-chk2.c): Likewise.
3746         (CFLAGS-tst-chk3.c): Likewise.
3747         (CFLAGS-tst-chk4.cc): Likewise.
3748         (CFLAGS-tst-chk5.cc): Likewise.
3749         (CFLAGS-tst-chk6.cc): Likewise.
3750         (CFLAGS-tst-lfschk1.c): Likewise.
3751         (CFLAGS-tst-lfschk2.c): Likewise.
3752         (CFLAGS-tst-lfschk3.c): Likewise.
3753         (CFLAGS-tst-lfschk4.cc): Likewise.
3754         (CFLAGS-tst-lfschk5.cc): Likewise.
3755         (CFLAGS-tst-lfschk6.cc): Likewise.
3757         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3758         (main): Disable -Wdeprecated-declarations around calls to
3759         register_printf_function.
3761         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3762         (do_test): Disable -Wdiv-by-zero around some calls to
3763         fwrite_unlocked and fread_unlocked.
3765         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3766         (DIAG_POP_NEEDS_COMMENT): Likewise.
3767         (_DIAG_STR1): Likewise.
3768         (_DIAG_STR): Likewise.
3769         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3770         * stdio-common/bug21.c: Include <libc-internal.h>.
3771         (do_test): Disable -Wformat around call to sscanf.
3772         * stdio-common/scanf14.c: Include <libc-internal.h>.
3773         (main): Disable -Wformat around some calls to scanf functions.
3775 2014-12-09  Torvald Riegel  <triegel@redhat.com>
3777         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3779 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3781         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3782         stack variable alignment.
3784 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
3786         [BZ #17682]
3787         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3788         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3789         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3790         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3791         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3792         __getrlimit instead of getrlimit.
3793         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3794         __gettimeofday instead of gettimeofday.
3795         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3796         Likewise.
3797         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3798         Likewise.
3799         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3800         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3801         Remove variable.
3802         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3803         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3805 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3807         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3808         for wide-character tests.
3810 2014-12-04  Roland McGrath  <roland@hack.frob.com>
3812         * io/openat64.c: #include <libc-internal.h>
3813         (__openat64): Prototypify.  Use ignore_value on MODE.
3814         * io/openat.c: Likewise.
3815         * misc/reboot.c: #include <libc-internal.h>
3816         (reboot): Prototypify.  Use ignore_value on HOWTO.
3817         * misc/ptrace.c: #include <libc-internal.h>
3818         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
3820 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
3822         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3823         XPG4, UNIX98 and XOPEN2K.
3824         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3825         Remove variable.
3826         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3828 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3830         * libio/fileops.c: Use ISO C style for function definitions.
3831         * libio/iofopen.c: Likewise.
3832         * libio/wfileops.c: Likewise.
3834         [BZ #17653]
3835         * libio/fileops.c (_IO_new_file_underflow): Unset cached
3836         offset on EOF.
3837         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3838         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3839         (fgets_func): Function pointer to fgets and fgetws.
3840         (do_ftell_test): Add test to verify ftell value after read
3841         EOF.
3842         (do_test): Set fgets_func.
3844         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3845         O_TRUNC flag for w and w+ modes.
3846         (do_rewind_test): Likewise.
3847         (do_ftell_test): Likewise.
3848         (do_write_test): Likewise.
3850         [BZ #17647]
3851         * libio/fileops.c (do_ftell): Seek only when there are
3852         unflushed writes.
3853         * libio/wfileops.c (do_ftell_wide): Likewise.
3854         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3855         test case.
3856         (do_one_test): Call it.
3858 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
3860         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3861         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3862         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3863         Remove variable.
3864         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3865         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3866         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3868 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3870         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3871         Remove variable.
3872         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3874         [BZ #17668]
3875         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3876         as weak alias of __getifaddrs.  Use libc_hidden_weak.
3877         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3878         __freeifaddrs.  Use libc_hidden_weak.
3879         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3880         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
3881         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3882         __freeifaddrs.  Use libc_hidden_weak.
3883         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3884         __getifaddrs and define as weak alias of __getifaddrs.  Use
3885         libc_hidden_weak.
3886         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3887         __freeifaddrs.  Use libc_hidden_weak.
3888         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3889         Remove variable.
3890         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3891         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3893 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
3895         [BZ #17601]
3896         * sysdeps/mips/start.S (__start): Use indirect jump to call
3897         __libc_start_main.
3899 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
3901         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3903         * nptl/tst-mutex1.c: Include <stdbool.h>.
3904         [!ATTR] (ATTR_NULL): New macro.
3905         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3906         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3907         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3909         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3910         to char *.
3912         [BZ #17665]
3913         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3914         Change conditional to [__USE_MISC].
3916         [BZ #17664]
3917         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3918         fgets_unlocked.
3919         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3920         __fgets_unlocked.
3921         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3922         fgets_unlocked.
3923         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3924         Remove variable.
3925         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3926         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3927         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3928         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3929         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3930         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3931         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3932         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3933         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3935         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3937 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3939         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3940         Remove strpbrk objects.
3941         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3942         (__libc_ifunc_impl_list): Remove strpbrk implementation.
3943         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3944         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3945         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3946         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3948         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3949         Remove strcspn objects.
3950         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3951         (__libc_ifunc_impl_list): Remove strcspn implementation.
3952         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
3953         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
3954         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
3955         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
3957         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3958         Remove strspn objetcs.
3959         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3960         (__libc_ifunc_impl_list): Remove strspn implementation.
3961         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
3962         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
3963         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
3964         * sysdeps/powerpc/powerpc64/strspn.S: New file.
3966 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
3968         [BZ #17581]
3969         * malloc/hooks.c
3970         (mem2mem_check): Add a terminator to the chain of checking blocks.
3971         (malloc_check_get_size): Use it here.
3972         (mem2chunk_check): Ditto.
3974 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3976         * sysdeps/powerpc/powerpc64/strtok.S: New file.
3977         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
3979 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
3981         * bits/ioctl-types.h: Indent preprocessor directives correctly.
3983         * nptl/nptl-init.c: Include libc-internal.h.
3984         (__pthread_initialize_minimal_internal): Use ROUND_UP.
3986         * elf/ldconfig.c (search_dir): Expand comment.
3988 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
3990         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
3991         variable.
3992         (linknamespace-symlist-stdlibs-tests): Likewise.
3993         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
3994         instead of $(objpfx)symlist-stdlibs.
3995         (linknamespace-libs-isoc): New variable.
3996         (linknamespace-libs): Use $(linknamespace-libs-isoc).
3997         (linknamespace-libs-ISO): New variable.
3998         (linknamespace-libs-ISO99): Likewise.
3999         (linknamespace-libs-ISO11): Likewise.
4000         (linknamespace-libs-XPG3): Likewise.
4001         (linknamespace-libs-XPG4): Likewise.
4002         (linknamespace-libs-POSIX): Likewise.
4003         (linknamespace-libs-UNIX98): Likewise.
4004         (linknamespace-libs-XOPEN2K): Likewise.
4005         (linknamespace-libs-POSIX2008): Likewise.
4006         (linknamespace-libs-XOPEN2K8): Likewise.
4007         ($(objpfx)symlist-stdlibs): Replace by
4008         $(linknamespace-symlist-stdlibs-tests).  Use
4009         $(linknamespace-libs-$*) as set of libraries.
4010         ($(linknamespace-header-tests)): Update dependencies.  Use
4011         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4012         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4013         * conform/linknamespace.pl: Remove comment about considering
4014         definitions of symbols from irrelevant libraries.
4016 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4018         [BZ #13862]
4019         * elf/dl-tls.c: Include <atomic.h>.
4020         (oom): Remove #ifdef SHARED/#endif.
4021         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4022         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4023         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4024         big enough.
4025         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4026         * nptl/Makefile (tests): Add tst-stack4.
4027         (modules-names): Add tst-stack4mod.
4028         ($(objpfx)tst-stack4): New.
4029         (tst-stack4mod.sos): Likewise.
4030         ($(objpfx)tst-stack4.out): Likewise.
4031         ($(tst-stack4mod.sos)): Likewise.
4032         (clean): Likewise.
4033         * nptl/tst-stack4.c: New file.
4034         * nptl/tst-stack4mod.c: Likewise.
4036 2014-11-27  J. Brown  <jb999@gmx.de>
4038         * sysdeps/x86/bits/string.h: Add recent CPUs.
4040 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4042         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4043         sigblock.
4045         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4046         feof.
4048         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4049         variable.
4051 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4053         * nscd/connections.c: Include libc-internal.h because of macro
4054         usage ignore_value.
4056 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4058         * string/bits/string3.h (__warn_memset_zero_len): Don't
4059         declare for gcc newer than 5.0.
4060         (memset): Don't test for zero-length __LEN for gcc newer than
4061         5.0.
4063 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4065         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4066         size_t for %zu format.
4068         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4069         difference, not %ju.
4071 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4073         * include/libc-internal.h (ignore_value): New macro.
4074         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4075         with ignore_value.
4077         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4078         definition.
4080         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4081         pthread_cleanup_push to void *.
4083         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4084         Undefine.
4086         [BZ #16619]
4087         [BZ #16740]
4088         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4089         instead of 1L << 52.
4091         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4092         * libio/bug-rewind2.c (do_test): Likewise.
4094         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4095         * debug/test-strcpy_chk-ifunc.c: Likewise.
4096         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4097         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4098         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4099         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4100         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4101         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4102         * Rules [$(multi-arch) = no] (tests): Do not filter out
4103         $(tests-ifunc).
4104         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4105         * debug/Makefile (tests-ifunc): Remove variable.
4106         (tests): Do not add $(tests-ifunc).
4107         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4108         (tests): Do not add $(tests-ifunc).
4109         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4110         [TEST_IFUNC]: Remove conditionals.
4111         * string/test-string.h (TEST_IFUNC): Remove macro.
4112         [TEST_IFUNC]: Remove conditionals.
4114         * string/test-strchr.c [!WIDE] (L): New macro.
4115         [WIDE] (L): Likewise.
4116         (check1): Use CHAR instead of char.  Use L on string and character
4117         constants.
4119 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4121         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4122         tests.
4123         * sysdeps/powerpc/bits/atomic.h
4124         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4125         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4126         (atomic_exchange_and_add_acq): Likewise.
4127         (atomic_exchange_and_add_rel): Likewise.
4128         * sysdeps/powerpc/powerpc32/bits/atomic.h
4129         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4130         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4131         * sysdeps/powerpc/powerpc64/bits/atomic.h
4132         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4133         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4135 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4137         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4138         Change synchronization of __sched_fifo_min_prio and
4139         __sched_fifo_max_prio.
4140         * nptl/pthread_mutexattr_getprioceiling.c
4141         (pthread_mutexattr_getprioceiling): Likewise.
4142         * nptl/pthread_mutexattr_setprioceiling.c
4143         (pthread_mutexattr_setprioceiling): Likewise.
4144         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4145         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4146         Likewise.
4148 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4150         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4151         void.
4153 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4155         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4156         third argument const.
4158 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4160         fnmatch: work around GCC compiler warning bug with uninit var
4161         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4162         This works around a bug with x86-64 GCC 4.9.2 and earlier
4163         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4164         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4165         used uninitialized in this function [-Wmaybe-uninitialized]".
4167 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4169         * posix/bug-regex31.c (main): Return RES not 0.
4171 2014-11-25  Anton Blanchard <anton@samba.org>
4173         * sysdeps/powerpc/bits/atomic.h
4174         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4176 2014-11-24  Sterling Augustine  <saugustine@google.com>
4178         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4180 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4182         [BZ #17608]
4183         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4185 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4187         [BZ #17633]
4188         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4189         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4190         variable.
4191         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4192         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4194 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4196         * string/strncpy.c (strncpy): Improve performance by using memset.
4198 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4200         * string/strcpy.c (strcpy):
4201         Improve performance by using strlen and memcpy.
4203 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4205         * string/strcoll_l.c (get_next_seq): __always_inline.
4206         * string/strcoll_l.c (do_compare): __always_inline.
4208 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4210         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4211         defined.
4212         * include/mqueue.h: Likewise.
4213         * include/stdlib.h: Likewise.
4215         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4216         (get_null_defines): Adjust.
4217         * sunrpc/Makefile: Adjust comment.
4218         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4219         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4220         (CFLAGS-interp.c): Likewise.
4221         (CFLAGS-ldconfig.c): Likewise.
4222         (CPPFLAGS-.os): Likewise.
4223         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4224         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4225         * extra-modules.mk (extra-modules.mk): Likewise.
4226         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4227         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4228         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4229         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4230         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4231         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4232         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4233         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4234         * iconvdata/Makefile (CPPFLAGS): Likewise.
4235         (cpp-srcs-left): Add libof for all iconvdata routines.
4236         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4237         * include/assert.h: Likewise.
4238         * include/ctype.h: Likewise.
4239         * include/errno.h: Likewise.
4240         * include/libc-symbols.h: Likewise.
4241         * include/math.h: Likewise.
4242         * include/netdb.h: Likewise.
4243         * include/resolv.h: Likewise.
4244         * include/stdio.h: Likewise.
4245         * include/stdlib.h: Likewise.
4246         * include/string.h: Likewise.
4247         * include/sys/stat.h: Likewise.
4248         * include/wctype.h: Likewise.
4249         * intl/l10nflist.c: Likewise.
4250         * libidn/idn-stub.c: Likewise.
4251         * libio/libioP.h: Likewise.
4252         * nptl/libc_multiple_threads.c: Likewise.
4253         * nptl/pthreadP.h: Likewise.
4254         * posix/regex_internal.h: Likewise.
4255         * resolv/res_hconf.c: Likewise.
4256         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4257         * sysdeps/arm/memmove.S: Likewise.
4258         * sysdeps/arm/sysdep.h: Likewise.
4259         * sysdeps/generic/_itoa.h: Likewise.
4260         * sysdeps/generic/symbol-hacks.h: Likewise.
4261         * sysdeps/gnu/errlist.awk: Likewise.
4262         * sysdeps/gnu/errlist.c: Likewise.
4263         * sysdeps/i386/i586/memcpy.S: Likewise.
4264         * sysdeps/i386/i586/memset.S: Likewise.
4265         * sysdeps/i386/i686/memcpy.S: Likewise.
4266         * sysdeps/i386/i686/memmove.S: Likewise.
4267         * sysdeps/i386/i686/mempcpy.S: Likewise.
4268         * sysdeps/i386/i686/memset.S: Likewise.
4269         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4270         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4271         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4272         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4273         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4274         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4275         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4276         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4277         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4278         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4279         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4280         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4281         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4282         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4283         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4284         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4285         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4286         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4287         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4288         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4289         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4290         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4291         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4292         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4293         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4294         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4295         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4296         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4297         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4298         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4299         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4300         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4301         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4302         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4303         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4304         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4305         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4306         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4307         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4308         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4309         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4310         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4311         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4312         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4313         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4314         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4315         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4316         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4317         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4318         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4319         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4320         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4321         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4322         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4323         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4324         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4325         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4326         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4327         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4328         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4329         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4330         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4331         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4332         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4333         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4334         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4335         * sysdeps/posix/closedir.c: Likewise.
4336         * sysdeps/posix/opendir.c: Likewise.
4337         * sysdeps/posix/readdir.c: Likewise.
4338         * sysdeps/posix/rewinddir.c: Likewise.
4339         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4340         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4341         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4342         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4343         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4344         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4345         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4346         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4347         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4348         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4349         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4350         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4351         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4352         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4353         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4354         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4355         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4356         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4357         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4358         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4359         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4360         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4361         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4362         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4363         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4364         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4365         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4366         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4367         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4368         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4369         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4370         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4372         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4373         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4374         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4375         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4376         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4377         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4378         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4379         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4380         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4381         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4382         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4383         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4384         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4385         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4386         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4387         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4388         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4389         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4390         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4391         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4392         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4393         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4394         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4395         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4396         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4397         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4398         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4399         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4400         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4401         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4402         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4403         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4404         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4405         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4406         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4407         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4408         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4409         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4410         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4411         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4412         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4413         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4414         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4415         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4416         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4417         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4418         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4419         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4420         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4421         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4422         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4423         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4424         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4425         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4426         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4427         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4428         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4429         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4430         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4431         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4432         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4433         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4434         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4435         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4436         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4437         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4438         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4439         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4440         * sysdeps/unix/alpha/sysdep.S: Likewise.
4441         * sysdeps/unix/alpha/sysdep.h: Likewise.
4442         * sysdeps/unix/make-syscalls.sh: Likewise.
4443         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4444         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4445         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4446         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4447         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4448         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4449         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4450         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4451         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4452         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4453         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4454         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4456         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4457         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4458         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4459         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4460         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4461         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4462         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4463         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4464         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4465         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4466         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4467         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4468         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4469         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4472         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4474         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4475         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4476         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4477         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4478         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4479         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4480         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4481         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4482         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4483         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4484         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4485         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4486         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4487         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4488         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4489         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4490         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4491         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4492         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4493         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4494         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4495         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4496         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4497         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4498         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4499         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4500         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4501         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4502         * sysdeps/x86_64/memcpy.S: Likewise.
4503         * sysdeps/x86_64/memmove.c: Likewise.
4504         * sysdeps/x86_64/memset.S: Likewise.
4505         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4506         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4507         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4508         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4509         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4510         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4511         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4512         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4513         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4514         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4515         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4516         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4517         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4518         * sysdeps/x86_64/multiarch/memset.S: Likewise.
4519         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4520         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4521         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4522         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4523         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4524         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4525         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4526         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4527         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4528         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4529         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4530         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4531         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4532         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4533         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4534         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4535         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4536         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4537         * sysdeps/x86_64/strcmp.S: Likewise.
4539         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4541         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4542         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4543         * elf/rtld-Rules: Likewise.
4544         * elf/setup-vdso.h: Likewise.
4545         * include/assert.h: Likewise.
4546         * include/bits/stdlib-float.h: Likewise.
4547         * include/errno.h: Likewise.
4548         * include/sys/stat.h: Likewise.
4549         * include/unistd.h: Likewise.
4550         * sysdeps/aarch64/setjmp.S: Likewise.
4551         * sysdeps/alpha/setjmp.S: Likewise.
4552         * sysdeps/arm/__longjmp.S: Likewise.
4553         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4554         * sysdeps/arm/setjmp.S: Likewise.
4555         * sysdeps/arm/sysdep.h: Likewise.
4556         * sysdeps/generic/_itoa.h: Likewise.
4557         * sysdeps/generic/dl-sysdep.h: Likewise.
4558         * sysdeps/generic/ldsodefs.h: Likewise.
4559         * sysdeps/i386/dl-tls.h: Likewise.
4560         * sysdeps/i386/setjmp.S: Likewise.
4561         * sysdeps/m68k/setjmp.c: Likewise.
4562         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4563         * sysdeps/mach/hurd/opendir.c: Likewise.
4564         * sysdeps/posix/getcwd.c: Likewise.
4565         * sysdeps/posix/opendir.c: Likewise.
4566         * sysdeps/posix/profil.c: Likewise.
4567         * sysdeps/powerpc/dl-procinfo.h: Likewise.
4568         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4569         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4570         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4571         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4572         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4573         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4574         * sysdeps/s390/dl-tls.h: Likewise.
4575         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4576         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4577         * sysdeps/sh/sh3/setjmp.S: Likewise.
4578         * sysdeps/sh/sh4/setjmp.S: Likewise.
4579         * sysdeps/unix/alpha/sysdep.h: Likewise.
4580         * sysdeps/unix/arm/sysdep.S: Likewise.
4581         * sysdeps/unix/i386/sysdep.S: Likewise.
4582         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4583         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4584         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4585         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4586         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4587         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4588         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4589         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4590         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4591         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4592         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4593         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4594         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4597         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4598         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4599         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4600         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4601         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4602         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4603         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4604         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4605         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4606         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4607         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4609         * sysdeps/unix/x86_64/sysdep.S: Likewise.
4610         * sysdeps/x86_64/setjmp.S: Likewise.
4612         * include/math.h: Use IS_IN instead of IS_IN_libm.
4613         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4614         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4615         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4616         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4617         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4618         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4619         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4620         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4621         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4622         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4623         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4624         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4625         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4626         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4627         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4628         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4629         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4630         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4631         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4632         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4633         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4634         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4635         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4636         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4637         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4638         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4639         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4640         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4641         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4642         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4643         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4644         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4645         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4647         Likewise.
4648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4649         Likewise.
4650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4651         Likewise.
4652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4653         Likewise.
4654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4655         Likewise.
4656         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4657         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4658         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4659         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4660         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4661         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4662         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4664         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4666         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4667         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4668         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4669         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4670         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4671         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4672         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4673         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4674         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4675         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4676         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4677         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4678         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4679         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4680         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4681         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4682         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4684         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4685         * nptl/pthreadP.h: Likewise.
4686         * nptl_db/structs.def: Likewise.
4687         * sysdeps/arm/sysdep.h: Likewise.
4688         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4689         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4690         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4691         * sysdeps/unix/alpha/sysdep.h: Likewise.
4692         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4693         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4694         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4695         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4696         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4697         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4698         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4699         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4700         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4701         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4702         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4703         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4704         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4705         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4708         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4709         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4710         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4711         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4712         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4713         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4714         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4715         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4716         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4717         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4719         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4720         * nptl/pthreadP.h: Likewise.
4721         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4722         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4723         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4724         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4725         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4726         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4727         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4728         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4729         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4730         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4731         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4732         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4734         Likewise.
4735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4736         Likewise.
4737         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4738         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4739         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4740         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4741         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4742         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4743         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4744         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4746         * dlfcn/dladdr.c: Use IS_IN.
4747         * dlfcn/dladdr1.c: Likewise.
4748         * dlfcn/dlclose.c: Likewise.
4749         * dlfcn/dlerror.c: Likewise.
4750         * dlfcn/dlinfo.c: Likewise.
4751         * dlfcn/dlmopen.c: Likewise.
4752         * dlfcn/dlopen.c: Likewise.
4753         * dlfcn/dlsym.c: Likewise.
4754         * dlfcn/dlvsym.c: Likewise.
4756         * include/ifaddrs.h: Use IS_IN.
4757         * inet/check_pf.c: Likewise.
4758         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4759         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4761         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4762         IS_IN_ldconfig.
4763         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4764         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4766         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4767         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4768         IS_IN (libc).
4770         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4772         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4773         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4774         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4775         * include/libc-symbols.h (IS_IN_LIB): New macro.
4776         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4777         * include/netdb.h: Likewise.
4778         * include/stap-probe.h: Remove all uses of IN_LIB.
4780         * Makeconfig (module-cppflags-real): Define MODULE_NAME
4781         instead of IN_MODULE.
4782         * include/libc-symbols.h (IN_MODULE): Define using
4783         MODULE_NAME.
4784         (PASTE_NAME, PASTE_NAME1): New macros.
4785         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4786         of IN_LIB.
4787         (STAP_PROBE_ASM): Likewise.
4789 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4791         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4792         __mach_init in dlopened libc.
4794 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
4796         * sysdeps/arm/preconfigure.ac: Delete EABI check.
4797         * sysdeps/arm/preconfigure: Regenerate.
4799 2014-11-21  Roland McGrath  <roland@hack.frob.com>
4801         * nptl/pthread_create.c (__pthread_create_2_1): Set
4802         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4803         when copying values from IATTR into PD.
4805 2014-11-21  Will Newton  <will.newton@linaro.org>
4806             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
4808         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4809         Refactor inline-asm.  Also add comment.
4811         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4812         ElfW macro instead of hardcoded Elf64 types.
4813         (la_aarch64_gnu_pltenter): Likewise.
4814         * sysdeps/aarch64/dl-machine.h
4815         (elf_machine_runtime_setup): Use ElfW(Addr).
4817         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4818         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4819         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4820         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4821         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4822         (R_AARCH64_TLS_DTPMOD64): Rename to ..
4823         (R_AARCH64_TLS_DTPMOD): This.
4824         (R_AARCH64_TLS_DTPREL64): Rename to ...
4825         (R_AARCH64_TLS_DTPREL): This.
4826         (R_AARCH64_TLS_TPREL64): Rename to ...
4827         (R_AARCH64_TLS_TPREL): This.
4828         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4829         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4830         R_AARCH64_TLS_TPREL64.
4831         (elf_machine_rela): Likewise.
4833 2014-11-21  Torvald Riegel  <triegel@redhat.com>
4835         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4836         by setting it to 0.  64b atomics are not supported currently.
4838 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4840         [BZ #16469]
4841         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4842         search domain names.
4844 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4846         [BZ #16469]
4847         * NEWS: Update.
4848         * resolv/res_query.c (__libc_res_nquerydomain): Retain
4849         trailing dot.
4850         * posix/tst-getaddrinfo5.c: New.
4851         * posix/Makefile (tests): Add it.
4853 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4855         [BZ #14498]
4856         * NEWS: Fixed.
4857         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4858         after parsing line but before break_if_match.
4859         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4860         if there is a protocol mismatch.
4862 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4864         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4865         because the potential race is on the user-supplied stream.
4867 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4869         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4870         string literal if not passed a buffer.
4871         * manual/job.texi (ctermid): Update reasoning, note deviation
4872         from posix, suggest mtasurace when not passed a buffer, for
4873         future non-preliminary safety notes.
4875 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4877         * manual/users.texi (cuserid): Fix MT-Safety note for the case
4878         of not passing it a buffer.
4879         Reported by Peng Haitao.
4881 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
4883         * manual/Makefile ($(objpfx)stamp-summary): Require
4884         check-safety.sh to pass.
4885         * manual/check-safety.sh: Wish for verification that every
4886         @deftypefn and @deftypefun is followed by a @safety remark.
4888 2014-11-20  Roland McGrath  <roland@hack.frob.com>
4890         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4892         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4893         PTHREAD_CANCEL_ASYNCHRONOUS.
4894         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4895         send SIGCANCEL.
4897         * nptl/default-sched.h: New file.
4898         * sysdeps/unix/sysv/linux/default-sched.h: New file.
4899         * nptl/pthread_create.c: Include it.
4900         (__pthread_create_2_1): Use collect_default_sched instead of making
4901         Linux syscalls here directly.
4903 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4905         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4906         __pthread_once): Use C11 atomics.
4908 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4910         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4912 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4914         * include/atomic.h (__atomic_link_error, __atomic_check_size,
4915         atomic_thread_fence_acquire, atomic_thread_fence_release,
4916         atomic_thread_fence_seq_cst, atomic_load_relaxed,
4917         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4918         atomic_compare_exchange_weak_relaxed,
4919         atomic_compare_exchange_weak_acquire,
4920         atomic_compare_exchange_weak_release,
4921         atomic_exchange_acquire, atomic_exchange_release,
4922         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4923         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4924         atomic_fetch_and_acquire,
4925         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4927 2014-11-20  Torvald Riegel  <triegel@redhat.com>
4929         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4930         USE_ATOMIC_COMPILER_BUILTINS): Define.
4931         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4932         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4933         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4934         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4935         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4936         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4937         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4938         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4939         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4940         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4941         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4942         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4943         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4944         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4945         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4946         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4947         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4948         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4949         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4950         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4951         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4952         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4953         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4954         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4955         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
4956         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4957         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4958         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4959         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
4960         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4961         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
4962         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4963         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
4964         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4965         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
4966         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4967         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
4968         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4969         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
4970         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4972 2014-11-19  Roland McGrath  <roland@hack.frob.com>
4974         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
4975         the sched_priority value here.  It was already checked when the user
4976         called pthread_attr_setschedparam.
4978         * nptl/tst-bad-schedattr.c: New file.
4979         * nptl/Makefile (tests): Add it.
4981 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
4982             Florian Weimer  <fweimer@redhat.com>
4983             Joseph Myers  <joseph@codesourcery.com>
4984             Adam Conrad  <adconrad@0c3.net>
4985             Andreas Schwab  <schwab@suse.de>
4986             Brooks  <bmoses@google.com>
4988         [BZ #17625]
4989         * wordexp-test.c (__dso_handle): Add prototype.
4990         (__register_atfork): Likewise.
4991         (__app_register_atfork): New function.
4992         (registered_forks): New global.
4993         (register_fork): New function.
4994         (test_case): Add 3 new tests for WRDE_CMDSUB.
4995         (main): Call __app_register_atfork.
4996         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
4997         fork count is non-zero fail the test.
4998         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
4999         is set.
5000         (parse_dollars): Remove check for WRDE_NOCMD.
5001         (parse_dquote): Likewise.
5003 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5005         * Makeconfig (built-modules): List non-library modules to be
5006         built.
5007         (module-cppflags): Include libc-modules.h for
5008         everything except shlib-versions.v.i.
5009         (CPPFLAGS): Use it.
5010         (before-compile): Add libc-modules.h.
5011         ($(common-objpfx)libc-modules.h,
5012         $(common-objpfx)libc-modules.stmp): New targets.
5013         (common-generated): Add libc-modules.h and libc-modules.stmp.
5014         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5015         * include/libc-symbols.h: Don't include libc-modules.h.
5016         * include/libc-modules.h: Remove file.
5017         * scripts/gen-libc-modules.awk: New script to generate
5018         libc-modules.h.
5019         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5020         Depend on libc-modules.stmp.
5022         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5024         * Makeconfig (in-module): Get value of libof set for the
5025         translation unit.
5026         (CPPFLAGS): Use $(in-module).
5027         * Makerules: Don't suffix routine names for nonlib.
5028         * include/libc-modules.h: New file.
5029         * include/libc-symbols.h: Include libc-modules.h
5030         (IS_IN): New macro to replace IS_IN_* macros.
5031         * elf/Makefile: Set libof-* for each routine.
5032         * elf/rtld-Rules: Likewise.
5033         * extra-modules.mk: Likewise.
5034         * iconv/Makefile: Likewise.
5035         * iconvdata/Makefile: Likewise.
5036         * locale/Makefile: Likewise.
5037         * malloc/Makefile: Likewise.
5038         * nss/Makefile: Likewise.
5039         * sysdeps/gnu/Makefile: Likewise.
5040         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5041         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5042         * sysdeps/s390/s390-64/Makefile: Likewise.
5043         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5044         CPPFLAGS for nscd instead of nonlib.
5046 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5048         * nptl/createthread.c: New file.
5050         * nptl/createthread.c: Moved ...
5051         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5053         * nptl/createthread.c: Add proper top-line comment.
5054         (do_clone): Folded into ...
5055         (create_thread): ... here.  Take new arguments STOPPED_START and
5056         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5057         increment __nptl_threads, do event-reporting logic, do
5058         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5059         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5060         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5061         just send SIGCANCEL.
5062         * nptl/pthread_create.c: Forward-declare create_thread before
5063         including createthread.c.
5064         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5065         declaration, and new macro START_THREAD_SELF to replace argument.
5066         Remove return statement.
5067         (report_thread_creation): New function.
5068         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5069         synchronization logic, and __nptl_nthreads increment here, around
5070         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5071         PD->parent_cancelhandling here, before create_thread.  When
5072         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5073         __deallocate_stack, and ENOMEM translation here.
5075 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5077         [BZ #17616]
5078         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5079         (mptwo): Rename to __mptwo.
5080         (__inv): Use __mptwo instead of mptwo.
5081         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5082         (mptwo): Rename to __mptwo.
5083         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5084         of mpone and __mptwo instead of mptwo.
5085         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5086         instead of mpone.
5087         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5088         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5089         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5090         of mpone and __mptwo instead of mptwo.
5091         (__mpranred): Use __mpone instead of mpone.
5092         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5093         variable.
5094         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5095         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5096         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5097         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5098         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5099         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5100         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5101         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5102         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5103         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5104         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5105         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5106         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5107         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5108         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5109         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5110         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5111         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5112         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5114 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5116         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5117         replace BSD Handler xref with BSD Signal Handling.
5119 2014-11-17  Richard Henderson  <rth@redhat.com>
5121         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5122         (_FP_PACK_RAW_2): Remove.
5123         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5124         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5125         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5126         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5127         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5128         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5129         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5130         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5131         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5132         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5133         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5134         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5135         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5136         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5137         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5138         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5140 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5142         * signal/signal.h [__USE_MISC]
5143         (struct sigvec): Remove type.
5144         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5145         (sigvec): Remove declaration.
5146         * sysdeps/posix/sigvec.c: Moved ...
5147         * signal/sigvec.c: ... here, replacing old file.
5148         (struct sigvec): New type, copied from old signal.h definition.
5149         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5150         (__sigvec): Convert definition to prototype.
5151         (sigvec): Replace weak_alias with compat_symbol.
5152         * signal/Versions (libc: GLIBC_2.21): New version set.
5153         * include/signal.h: Remove __sigvec declaration.
5154         * sysdeps/unix/bsd/sigvec.c: Remove file.
5155         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5156         * manual/signal.texi (BSD Handler): Remove subsection.
5157         Move siginterrupt up to ...
5158         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5159         (Blocking in BSD): Fold subsection into its parent.
5160         * NEWS: Mention sigvec removal.
5162 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5164         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5165         (DLA_FMS): Make definition conditional only on [__FMA4__].
5166         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5167         definition.
5169         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5170         Make definition conditional only on [PROF].
5171         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5172         definition.
5173         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5174         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5176         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5177         !__GNUC__].
5178         * include/signal.h (__sigpause): Move declaration above call to
5179         libc_hidden_proto.
5180         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5181         variable.
5182         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5183         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5185 2014-11-14  David S. Miller  <davem@davemloft.net>
5187         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5188         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5190 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5192         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5193         * configure: Regenerated.
5194         * manual/install.texi (Tools for Compilation): Document a
5195         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5196         compiler verified to work.
5197         * INSTALL: Regenerated.
5199         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5200         redeclare with asm name.
5201         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5202         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5203         including <string.h>.
5204         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5205         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5206         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5207         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5208         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5209         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5210         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5212 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5214         * stdlib/strtol.c (__strtol): Use prototype definition.
5216         [BZ #17594]
5217         * stdlib/strtol.c (SYM__): New macro.
5218         (SYM__1): Likewise.
5219         (__strtol): Likewise.
5220         (strtol): Rename to __strtol and define as weak alias of
5221         __strtol.  Use libc_hidden_weak.
5223 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5225         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5226         Use numbered labels in inline assembly.
5228 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5230         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5231         Add setjmp LIBC_PROBE.
5232         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5233         Likewise.
5234         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5235         Add longjmp, longjmp_target LIBC_PROBE.
5236         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5237         Likewise.
5239 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5241         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5242         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5243         to get rid of unused variable warning.
5245 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5247         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5248         Check for unwind_backtrace ==  NULL only in SHARED case.
5249         (__backchain_backtrace): Compile only in SHARED case.
5250         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5251         Likewise.
5252         (__backchain_backtrace): Declare as static.
5254 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5256         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5257         (__libc_multiple_threads_ptr): Variable moved ...
5258         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5260 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5262         * conform/GlibcConform.pm: New file.
5263         * conform/conformtest.pl: Use GlibcConform module.
5264         * conform/linknamespace.pl: New file.
5265         * conform/list-header-symbols.pl: Likewise.
5266         * conform/Makefile (linknamespace-symlists-base): New variable.
5267         (linknamespace-symlists-tests): Likewise.
5268         (linknamespace-header-base): Likewise.
5269         (linknamespace-header-tests): Likewise.
5270         (tests-special): Add new tests.
5271         ($(linknamespace-symlists-tests)): New rule.
5272         (linknamespace-libs): New variable.
5273         ($(objpfx)symlist-stdlibs): New rule.
5274         ($(linknamespace-header-tests)): Likewise.
5275         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5276         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5277         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5278         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5279         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5280         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5281         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5282         (test-xfail-ISO/math.h/linknamespace): Likewise.
5283         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5284         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5285         (test-xfail-ISO/time.h/linknamespace): Likewise.
5286         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5287         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5288         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5289         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5290         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5291         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5292         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5293         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5294         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5295         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5296         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5297         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5298         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5299         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5300         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5301         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5302         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5303         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5304         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5305         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5306         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5307         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5308         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5309         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5310         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5311         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5312         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5313         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5314         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5315         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5316         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5317         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5318         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5319         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5320         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5321         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5322         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5323         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5324         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5325         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5326         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5327         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5328         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5329         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5330         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5331         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5332         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5333         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5334         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5335         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5336         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5337         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5338         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5339         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5340         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5341         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5342         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5343         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5344         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5345         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5346         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5347         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5348         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5349         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5350         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5351         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5352         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5353         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5354         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5355         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5356         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5357         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5358         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5359         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5360         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5361         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5362         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5363         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5364         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5365         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5366         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5367         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5368         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5369         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5370         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5371         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5372         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5373         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5374         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5375         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5376         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5377         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5378         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5379         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5380         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5381         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5382         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5383         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5384         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5385         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5386         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5387         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5388         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5389         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5390         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5391         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5392         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5393         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5394         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5395         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5396         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5397         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5398         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5399         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5400         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5401         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5402         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5403         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5404         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5405         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5406         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5407         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5408         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5409         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5410         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5411         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5412         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5413         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5414         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5415         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5416         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5417         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5418         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5419         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5420         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5421         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5422         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5423         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5424         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5425         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5426         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5427         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5428         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5429         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5430         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5431         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5432         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5433         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5434         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5435         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5437         [BZ #17589]
5438         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5439         of fgets_unlocked.
5441         [BZ #17585]
5442         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5443         (memmem): Rename to __memmem and define as weak alias of
5444         __memmem.  Use libc_hidden_weak.
5445         (__memmem): Use libc_hidden_def.
5446         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5447         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5448         memmem.
5450         [BZ #17582]
5451         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5452         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5453         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5454         and define as weak alias of __fgets_unlocked.  Use
5455         libc_hidden_weak.
5456         (__fgets_unlocked): Use libc_hidden_def.
5457         * include/stdio.h (__fgets_unlocked): Declare.  Use
5458         libc_hidden_proto.
5459         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5460         __fgets_unlocked instead of fgets_unlocked.
5461         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5462         (GET_NPROCS_CONF_PARSER): Likewise.
5463         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5464         (GET_NPROCS_CONF_PARSER): Likewise.
5466         [BZ #17574]
5467         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5468         weak alias of __wmemset.  Use libc_hidden_weak.
5469         (__wmemset): Use libc_hidden_def.
5470         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
5471         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5472         of wmemset.
5474         [BZ #17573]
5475         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5476         with asm name __mempcpy.
5477         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5479         [BZ #17572]
5480         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5481         and define as weak alias of __rawmemchr.
5482         (__rawmemchr): Do not define as strong alias of rawmemchr.
5484         [BZ #17571]
5485         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5486         alias of __qsort_r.
5487         (qsort): Call __qsort_r instead of qsort_r.
5488         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5489         (__qsort_r): Declare.  Call libc_hidden_proto.
5490         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5491         instead of qsort_r.
5492         * nscd/gai.c (__qsort_r): Define to qsort_r.
5493         * posix/tst-rfc3484.c (__qsort_r): Likewise.
5494         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5495         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5497         [BZ #17570]
5498         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5499         define as weak alias of __malloc_info.
5501         [BZ #17584]
5502         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5503         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5504         (__rewinddir): Use libc_hidden_def.
5505         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5506         as weak alias of __rewinddir.  Don't use libc_hidden_def.
5507         (__rewinddir): Use libc_hidden_def.
5508         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5509         weak alias of __rewinddir.  Don't use libc_hidden_def.
5510         (__rewinddir): Use libc_hidden_def.
5511         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5512         (__rewinddir): Use libc_hidden_proto.
5513         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5514         rewinddir.
5515         (__getcwd): Use __rewinddir instead of rewinddir.
5517         [BZ #17583]
5518         * libio/fileno.c (fileno): Rename to __fileno and define as weak
5519         alias of __fileno.  Use libc_hidden_weak.
5520         (__fileno): Use libc_hidden_def.
5521         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5522         * libio/ftello.c (ftello): Rename to __ftello and define as weak
5523         alias of __ftello.
5524         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5525         __ftello.
5526         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5527         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
5528         libc_hidden_def.
5529         (fread_unlocked): Don't use libc_hidden_ver.
5530         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5531         and define as weak alias of __fread_unlocked.  Don't use
5532         libc_hidden_def.
5533         (__fread_unlocked): Use libc_hidden_def.
5534         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
5535         (ftello): Don't use libc_hidden_proto.
5536         (__ftello): Declare.  Use libc_hidden_proto.
5537         (fread_unlocked): Don't use libc_hidden_proto.
5538         (__fread_unlocked): Declare.  Use libc_hidden_proto.
5539         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5540         and __ftello instead of fileno, fread_unlocked and ftello.
5542 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
5544         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5545         GOT12.
5546         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5547         Likewise.
5548         (_dl_start_user): Likewise.
5549         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5551 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
5552             Siddhesh Poyarekar  <siddhesh@redhat.com>
5554         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5555         Move argv and envp down instead of moving argc up.
5556         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5558 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
5560         [BZ #17506]
5561         * test-skeleton.c (main): Return successful if one of
5562         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5563         * string/tst-strcoll-overflow.c: Define expected status.
5565 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
5567         [BZ #17475]
5568         * locale/iso-639.def: Define Bhili and Tulu language codes.
5570 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
5572         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5574 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
5576         [BZ #17555]
5577         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5579 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
5581         * configure.ac: Updated check of minimal required version to
5582         2.22.
5583         * manual/install.texi (Tools for Compilation): Updated version
5584         number.
5585         * configure: Regenerated.
5586         * INSTALL: Likewise.
5588 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
5590         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5591         __tls_get_addr.
5593 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
5595         * include/sys/wait.h (__libc_waitpid): Remove declaration.
5596         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5597         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5598         libc_hidden_weak.
5599         (waitpid): Define as alias of __waitpid.
5600         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5601         __waitpid.
5602         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5603         libc_hidden_weak.
5604         (waitpid): Define as alias of __waitpid.
5605         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5606         __libc_waitpid alias.
5607         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5608         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5609         Likewise.
5610         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5611         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5612         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5613         alias.
5614         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5615         __waitpid.
5616         (__waitpid): Don't define as alias.  Use libc_hidden_def not
5617         libc_hidden_weak.
5618         (waitpid): Define as alias of __waitpid.
5620 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
5622         * manual/llio.texi: Add comment that write safety has been
5623         fixed in Linux.
5625         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5626         (localplt-build-dso): Add elf/ld.so.
5627         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5628         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5629         and free for ld.so.
5630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5631         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5633         Likewise.
5634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5635         Likewise.
5636         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5637         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5638         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5639         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5640         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5641         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5642         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5643         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5644         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5645         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5646         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5648 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
5650         [BZ #14132]
5651         * include/libc-symbols.h (INTUSE): Remove macro.
5652         (INTDEF): Likewise.
5653         (INTVARDEF): Likewise.
5654         (_INTVARDEF): Likewise.
5655         (INTDEF2): Likewise.
5656         (INTVARDEF2): Likewise.
5657         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5658         rtld_hidden_def instead of INTVARDEF.
5659         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5660         (_dl_starting_up_internal): Remove declaration.
5661         (_dl_starting_up): Use rtld_hidden_proto.
5662         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5663         declaration.
5664         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5665         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5666         _dl_starting_up.
5667         * elf/dl-writev.h (_dl_writev): Likewise.
5668         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5669         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5670         _dl_starting_up_internal.
5672 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5674         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5675         test-skeleton.c.
5677 2014-11-05  Will Newton  <will.newton@linaro.org>
5679         * benchtests/Makefile: (bench-malloc): Add malloc thread
5680         scalability benchmark.
5681         * benchtests/bench-malloc-threads.c: New file.
5683 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
5685         * sysdeps/aarch64/strchrnul.S: New file.
5687 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5689         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5690         definition.
5691         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5692         Likwise.
5693         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5694         Likewise.
5695         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5696         Likewise.
5697         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5698         Likewise.
5699         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5700         Likewise.
5702 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
5704         * catgets/test-gencat.c: Use test-skeleton.c.
5705         * catgets/tst-catgets.c: Likewise.
5706         * csu/tst-empty.c: Likewise.
5707         * elf/tst-audit2.c: Likewise.
5708         * elf/tst-global1.c: Likewise.
5709         * elf/tst-pathopt.c: Likewise.
5710         * elf/tst-piemod1.c: Likewise.
5711         * elf/tst-tls10.c: Likewise.
5712         * elf/tst-tls11.c: Likewise.
5713         * elf/tst-tls12.c: Likewise.
5714         * gnulib/tst-gcc.c: Likewise.
5715         * iconvdata/tst-e2big.c: Likewise.
5716         * iconvdata/tst-loading.c: Likewise.
5717         * iconv/tst-iconv1.c: Likewise.
5718         * iconv/tst-iconv2.c: Likewise.
5719         * inet/test-inet6_opt.c: Likewise.
5720         * inet/tst-gethnm.c: Likewise.
5721         * inet/tst-network.c: Likewise.
5722         * inet/tst-ntoa.c: Likewise.
5723         * intl/tst-codeset.c: Likewise.
5724         * intl/tst-gettext2.c: Likewise.
5725         * intl/tst-gettext3.c: Likewise.
5726         * intl/tst-ngettext.c: Likewise.
5727         * intl/tst-translit.c: Likewise.
5728         * io/test-stat.c: Likewise.
5729         * libio/test-fmemopen.c: Likewise.
5730         * libio/tst-freopen.c: Likewise.
5731         * libio/tst-sscanf.c: Likewise.
5732         * libio/tst-ungetwc1.c: Likewise.
5733         * libio/tst-ungetwc2.c: Likewise.
5734         * libio/tst-widetext.c: Likewise.
5735         * localedata/tst-ctype.c: Likewise.
5736         * localedata/tst-digits.c: Likewise.
5737         * localedata/tst-leaks.c: Likewise.
5738         * localedata/tst-mbswcs1.c: Likewise.
5739         * localedata/tst-mbswcs2.c: Likewise.
5740         * localedata/tst-mbswcs3.c: Likewise.
5741         * localedata/tst-mbswcs4.c: Likewise.
5742         * localedata/tst-mbswcs5.c: Likewise.
5743         * localedata/tst-setlocale.c: Likewise.
5744         * localedata/tst-trans.c: Likewise.
5745         * localedata/tst-wctype.c: Likewise.
5746         * localedata/tst-xlocale1.c: Likewise.
5747         * login/tst-grantpt.c: Likewise.
5748         * malloc/tst-calloc.c: Likewise.
5749         * malloc/tst-malloc.c: Likewise.
5750         * malloc/tst-mallocstate.c: Likewise.
5751         * malloc/tst-mcheck.c: Likewise.
5752         * malloc/tst-mtrace.c: Likewise.
5753         * malloc/tst-obstack.c: Likewise.
5754         * math/atest-exp2.c: Likewise.
5755         * math/atest-exp.c: Likewise.
5756         * math/atest-sincos.c: Likewise.
5757         * math/test-matherr.c: Likewise.
5758         * math/test-misc.c: Likewise.
5759         * math/test-powl.c: Likewise.
5760         * math/tst-definitions.c: Likewise.
5761         * misc/tst-dirname.c: Likewise.
5762         * misc/tst-efgcvt.c: Likewise.
5763         * misc/tst-fdset.c: Likewise.
5764         * misc/tst-hsearch.c: Likewise.
5765         * misc/tst-mntent2.c: Likewise.
5766         * nptl/tst-sem7.c: Likewise.
5767         * nptl/tst-sem8.c: Likewise.
5768         * nptl/tst-sem9.c: Likewise.
5769         * nss/test-netdb.c: Likewise.
5770         * posix/tst-fnmatch.c: Likewise.
5771         * posix/tst-getlogin.c: Likewise.
5772         * posix/tst-gnuglob.c: Likewise.
5773         * posix/tst-mmap.c: Likewise.
5774         * pwd/tst-getpw.c: Likewise.
5775         * resolv/tst-inet_ntop.c: Likewise.
5776         * rt/tst-timer.c: Likewise.
5777         * stdio-common/test-fseek.c: Likewise.
5778         * stdio-common/test-popen.c: Likewise.
5779         * stdio-common/test-vfprintf.c: Likewise.
5780         * stdio-common/tst-cookie.c: Likewise.
5781         * stdio-common/tst-fileno.c: Likewise.
5782         * stdio-common/tst-gets.c: Likewise.
5783         * stdio-common/tst-obprintf.c: Likewise.
5784         * stdio-common/tst-perror.c: Likewise.
5785         * stdio-common/tst-sprintf2.c: Likewise.
5786         * stdio-common/tst-sprintf3.c: Likewise.
5787         * stdio-common/tst-sprintf.c: Likewise.
5788         * stdio-common/tst-swprintf.c: Likewise.
5789         * stdio-common/tst-tmpnam.c: Likewise.
5790         * stdio-common/tst-unbputc.c: Likewise.
5791         * stdio-common/tst-wc-printf.c: Likewise.
5792         * stdlib/tst-environ.c: Likewise.
5793         * stdlib/tst-fmtmsg.c: Likewise.
5794         * stdlib/tst-limits.c: Likewise.
5795         * stdlib/tst-rand48-2.c: Likewise.
5796         * stdlib/tst-rand48.c: Likewise.
5797         * stdlib/tst-random2.c: Likewise.
5798         * stdlib/tst-random.c: Likewise.
5799         * stdlib/tst-strtol.c: Likewise.
5800         * stdlib/tst-strtoll.c: Likewise.
5801         * stdlib/tst-tls-atexit.c: Likewise.
5802         * stdlib/tst-xpg-basename.c: Likewise.
5803         * string/test-ffs.c: Likewise.
5804         * string/tst-bswap.c: Likewise.
5805         * string/tst-inlcall.c: Likewise.
5806         * string/tst-strtok.c: Likewise.
5807         * string/tst-strxfrm.c: Likewise.
5808         * sysdeps/x86_64/tst-audit10.c: Likewise.
5809         * sysdeps/x86_64/tst-audit3.c: Likewise.
5810         * sysdeps/x86_64/tst-audit4.c: Likewise.
5811         * sysdeps/x86_64/tst-audit5.c: Likewise.
5812         * time/tst-ftime_l.c: Likewise.
5813         * time/tst-getdate.c: Likewise.
5814         * time/tst-mktime3.c: Likewise.
5815         * time/tst-mktime.c: Likewise.
5816         * time/tst-posixtz.c: Likewise.
5817         * time/tst-strptime2.c: Likewise.
5818         * time/tst-strptime3.c: Likewise.
5819         * wcsmbs/tst-btowc.c: Likewise.
5820         * wcsmbs/tst-mbrtowc.c: Likewise.
5821         * wcsmbs/tst-mbsrtowcs.c: Likewise.
5822         * wcsmbs/tst-wchar-h.c: Likewise.
5823         * wcsmbs/tst-wcpncpy.c: Likewise.
5824         * wcsmbs/tst-wcrtomb.c: Likewise.
5825         * wcsmbs/tst-wcsnlen.c: Likewise.
5826         * wcsmbs/tst-wcstof.c: Likewise.
5828 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
5830         [BZ #14132]
5831         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5832         INTDEF.
5833         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5834         declaration.
5835         (_dl_mcount): Use rtld_hidden_proto.
5836         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5837         _dl_mcount.
5838         * elf/rtld.c (_rtld_global_ro): Likewise.
5840         [BZ #14132]
5841         * elf/dl-init.c (_dl_init): Don't use INTDEF.
5842         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5843         of _dl_init_internal.
5844         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5845         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5846         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5847         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5848         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5849         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5850         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5851         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5852         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5853         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5854         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5855         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5856         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5857         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5858         * sysdeps/tile/dl-start.S (_start): Likewise.
5859         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5860         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5862         [BZ #14132]
5863         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5864         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5865         (rtld_progname): Make macro definition unconditional.
5866         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5867         INTDEF.
5868         (dlmopen_doit): Do not use INTUSE with _dl_argv.
5869         (dl_main): Likewise.
5870         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5871         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5872         instead of _dl_argv_internal.
5873         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5874         __GI__dl_argv instead of INTUSE(_dl_argv).
5875         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5876         __GI__dl_argv instead of _dl_argv_internal.
5878         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5879         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5880         macro.
5881         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5882         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5883         New macro.
5884         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5885         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5886         macro.
5887         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5888         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5890 2014-11-04  Andreas Schwab  <schwab@suse.de>
5892         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5894 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5896         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5897         mtvsrd instruction in binary form.
5899 2014-11-03  Andreas Schwab  <schwab@suse.de>
5901         [BZ #17522]
5902         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5903         for less than MB_LEN_MAX use a local buffer of that size.
5904         * libio/tst-fputws.c: New file.
5905         * libio/Makefile (tests): Add tst-fputws.
5907 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5909         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5910         the size of the fpu_fr.fpu_dregs[] array.
5912 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
5914         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5915         (__nanosleep): Do not define as alias.
5916         (nanosleep): Define as alias of __nanosleep.
5917         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5918         __libc_nanosleep name.
5920 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5922         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5923         install.texi in comment.
5925 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5927         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5928         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5929         ... add here and use lwsync or sync ...
5930         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5931         ... and add here using lwsync.
5933 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
5935         * elf/dl-machine-reject-phdr.h: New file.
5936         * elf/dl-load.c: #include that.
5937         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5938         if that returned true.
5940 2014-10-31  Roland McGrath  <roland@hack.frob.com>
5942         [BZ #17496]
5943         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5944         gen-as-const-headers chunk.  Add a big scare comment after the last
5945         safe place to touch before-compile.
5947 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
5949         * manual/install.texi (Tools for Compilation): Update autoconf
5950         version requirements.
5951         * INSTALL: Regenerated.
5953         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
5954         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5955         (__libc_pselect): Likewise.
5957         [BZ #14138]
5958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
5959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5963 2014-10-31  Torvald Riegel  <triegel@redhat.com>
5965         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
5966         correct barrier instruction.
5967         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
5968         Likewise.
5969         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
5970         Likewise.
5972 2014-10-30  Roland McGrath  <roland@hack.frob.com>
5974         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
5975         after defining inlines.  Instead, just use parens to defeat macro
5976         expansion of __isctype in its declaration.
5978 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
5980         * include/sys/uio.h (__libc_readv): Remove declaration.
5981         (__libc_writev): Likewise.
5982         * misc/readv.c (__libc_readv): Rename to __readv.
5983         (__readv): Do not define as alias.
5984         (readv): Define as alias of __readv.
5985         * misc/writev.c (__libc_writev): Rename to __writev.
5986         (__writev): Do not define as alias.
5987         (writev): Define as alias of __writev.
5988         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
5989         (__readv): Do not define as alias.
5990         (readv): Define unconditionally as alias of __readv.
5991         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
5992         (__writev): Do not define as alias.
5993         (writev): Define unconditionally as alias of __writev.
5994         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
5995         name.
5996         (writev): Do not define __libc_writev name.
5998 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6000         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6001         (convert_charseq): New function, broken out of ...
6002         (use_from_charmap): ... here.  Call it.
6003         (use_to_charmap): Use convert_charseq and free instead of duplicating
6004         its code with a variable-length stack struct.
6006 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6008         * include/fcntl.h (__libc_creat): Remove declaration.
6009         * io/creat.c (__libc_creat): Rename to creat.
6010         (creat): Do not define as alias.
6011         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6012         of creat instead of __libc_creat.
6013         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6014         to creat.
6015         (creat): Do not define as alias.
6016         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6017         __libc_creat.
6018         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6019         __libc_creat name.
6020         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6021         Likewise.
6023 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6025         * manual/llio.texi: Add comments discussing why write() may be
6026         considered MT-unsafe on Linux.
6028 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6030         * dl-load.c (local_strdup): Remove.
6031         (expand_dynamic_string_token): Use __strdup.
6032         (decompose_rpath): Likewise.
6033         (_dl_map_object): Likewise.
6035 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6037         [BZ #14132]
6038         * sysdeps/generic/unwind-dw2-fde.c
6039         (__register_frame_info_bases_internal): Do not declare.
6040         (__register_frame_info_table_bases_internal): Likewise.
6041         (__deregister_frame_info_bases_internal): Likewise.
6042         (__register_frame_info_bases): Declare and use hidden_proto before
6043         definition.  Use hidden_def instead of INTDEF.
6044         (__register_frame_info_table_bases): Likewise.
6045         (__deregister_frame_info_bases): Likewise.
6046         (__register_frame_info): Do not use INTUSE.
6047         (__register_frame): Likewise.
6048         (__register_frame_info_table): Likewise.
6049         (__register_frame_table): Likewise.
6050         (__deregister_frame_info): Likewise.
6051         (__deregister_frame): Likewise.
6053 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6055         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6056         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6057         not undefine.
6058         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6059         Likewise.
6060         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6061         Likewise.
6063 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6065         [BZ #14138]
6066         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6067         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6068         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6069         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6070         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6071         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6072         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6073         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6074         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6075         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6076         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6077         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6078         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6079         syscall.
6080         (setfsuid): Likewise.
6081         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6082         (setfsuid): Likewise.
6083         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6084         (setfsuid): Likewise.
6085         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6086         Likewise.
6087         (setfsuid): Likewise.
6088         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6089         (setfsuid): Likewise.
6090         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6091         Likewise.
6092         (setfsuid): Likewise.
6094 2014-10-27  Andreas Schwab  <schwab@suse.de>
6096         [BZ #17501]
6097         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6098         check for Slow_SSE4_2 feature bit.
6099         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6100         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6101         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6102         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6104 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6106         * configure.ac: Validate compiler version with a empirical test of
6107         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6108         $CC -v output.
6109         * configure: Regenerated.
6111         * inet/htons.c (htons): Prototypify.
6112         * inet/htonl.c (htonl): Likewise.
6114 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6116         * string/strncat.c (strncat): Improve performance by using strlen.
6118 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6120         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6122 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6124         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6125         Call libc_fetestexcept_aarch64.
6127 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6129         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6130         Call libc_feholdexcept_aarch64.
6132 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6134         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6135         Call get_rounding_mode.
6137 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6139         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6140         Simplify logic.
6142 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6144         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6145         Simplify logic.
6147 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6149         [BZ #14138]
6150         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6151         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6152         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6153         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6154         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6155         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6156         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6157         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6158         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6159         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6160         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6161         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6162         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6163         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6164         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6165         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6166         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6167         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6168         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6169         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6170         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6171         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6172         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6173         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6174         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6175         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6176         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6177         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6178         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6179         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6180         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6181         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6182         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6183         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6184         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6185         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6186         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6187         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6188         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6189         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6190         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6191         syscall.
6192         (geteuid): Likewise.
6193         (getgid): Likewise.
6194         (getuid): Likewise.
6195         (getresgid): Likewise.
6196         (getresuid): Likewise.
6197         (getgroups): Likewise.
6198         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6199         (geteuid): Likewise.
6200         (getgid): Likewise.
6201         (getuid): Likewise.
6202         (getresgid): Likewise.
6203         (getresuid): Likewise.
6204         (getgroups): Likewise.
6205         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6206         (geteuid): Likewise.
6207         (getgid): Likewise.
6208         (getuid): Likewise.
6209         (getresgid): Likewise.
6210         (getresuid): Likewise.
6211         (getgroups): Likewise.
6212         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6213         Likewise.
6214         (geteuid): Likewise.
6215         (getgid): Likewise.
6216         (getuid): Likewise.
6217         (getresgid): Likewise.
6218         (getresuid): Likewise.
6219         (getgroups): Likewise.
6220         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6221         (geteuid): Likewise.
6222         (getgid): Likewise.
6223         (getuid): Likewise.
6224         (getresgid): Likewise.
6225         (getresuid): Likewise.
6226         (getgroups): Likewise.
6227         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6228         Likewise.
6229         (geteuid): Likewise.
6230         (getgid): Likewise.
6231         (getuid): Likewise.
6232         (getgroups): Likewise.
6234         [BZ #14138]
6235         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6236         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6237         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6238         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6239         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6240         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6241         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6242         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6243         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6244         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6245         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6246         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6247         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6248         __chown.
6249         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6250         (lchown): Likewise.
6251         (fchown): Likewise.
6252         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6253         Likewise.
6254         (lchown): Likewise.
6255         (fchown): Likewise.
6256         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6257         (lchown): Likewise.
6258         (fchown): Likewise.
6259         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6260         Likewise.
6261         (lchown): Likewise.
6262         (fchown): Likewise.
6264 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6266         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6267         Simplify logic.
6269 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6271         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6272         Cleanup logic.
6274 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6276         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6277         Remove unused include.
6279 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6281         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6282         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6283         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6284         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6286 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6287             Helge Deller <deller@gmx.de>
6289         [BZ #17508]
6290         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6291         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6292         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6294 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6296         [BZ #14132]
6297         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6298         Remove macro definition.
6299         (__ashrdi3_v_glibc20): Likewise.
6300         (__lshrdi3_v_glibc20): Likewise.
6301         (__cmpdi2_v_glibc20): Likewise.
6302         (__ucmpdi2_v_glibc20): Likewise.
6303         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6304         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6305         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6306         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6307         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6308         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6310 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6312         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6313         old GNU extension [0] syntax.
6314         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6315         alloca rather than an array member with variable length.
6316         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6317         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6318         (parse_opt): ... here.  Likewise use alloca there.
6319         Validate the -i argument before checking for rootness.
6320         (send_shutdown): New function, broken out of ...
6321         (parse_opt): ... here.
6323 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6325         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6326         macro to get at the _rt_local_ro field.
6327         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6328         ([PIC] case) or _dl_hwcap ([!PIC] case).
6329         * sysdeps/arm/setjmp.S: Likewise.
6331         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6332         * sysdeps/arm/configure.ac: New check to define it.
6333         * sysdeps/arm/configure: Regenerated.
6334         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6335         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6336         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6337         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6338         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6339         Use move/movt pair instead of a load.
6340         (LDST_GLOBAL): Macro removed.
6341         (LDR_GLOBAL): New macro replaces it.
6342         (LDR_HIDDEN): New macro.
6343         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6344         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6346         * setjmp/tst-setjmp-static.c: New file.
6347         * setjmp/Makefile (tests): Add it.
6348         (tests-static): New variable.
6350 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6352         [BZ #17485]
6353         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6355 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6357         [BZ #14132]
6358         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6360 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6362         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6364 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6366         * io/fts.c (dirent_not_directory): New function.
6367         (fts_build): Call it.
6369 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6371         * nptl/version.c (__nptl_main): Use normal __write rather than
6372         INTERNAL_SYSCALL.
6373         (banner): Update copyright years.
6375         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6376         gettimeofday.
6377         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6378         * nptl/pthread_cond_timedwait.c: Likewise.
6379         * nptl/pthread_mutex_timedlock.c: Likewise.
6380         * nptl/sem_timedwait.c: Likewise.
6382         * sysdeps/nptl/bits/libc-lock.h
6383         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6384         (__libc_lock_init_recursive): Return void, not 0.
6385         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6386         (__libc_rwlock_init): Likewise.
6387         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6389 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6391         [BZ #15215]
6392         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6393         (__pthread_once_slow): ... here.
6394         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6395         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6397 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6399         [BZ #15215]
6400         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6401         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6402         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6403         * nptl/pthread_once.c (__pthread_once): Likewise.
6404         Update comments.
6406 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6408         [BZ #14138]
6409         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6410         name.
6411         (writev): Use __libc_writev as strong name.
6412         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6413         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6415 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6417         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6419         * sysdeps/i386/nptl/tls.h
6420         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6421         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6422         New macros.
6423         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6424         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6425         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6426         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6427         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6428         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6430         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6431         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6432         on [__NR_futex].
6433         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6434         broken out of ...
6435         (__pthread_mutex_init): ... here.  Call it.
6436         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6437         Conditionalize PI cases on [__NR_futex].
6438         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6439         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6440         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6442         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6443         conditional on [SIGSETXID].
6444         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6445         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6446         is defined.  Likewise for SIGSETXID.
6447         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6448         Conditionalize definitions on [SIGSETXID].
6449         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6450         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6451         unblocking on [SIGCANCEL].
6453         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6454         [__NR_set_robust_list].
6456 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6458         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6459         (do_compare): Likewise.
6461 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6463         [BZ #15884]
6464         * string/strcoll_l.c: Don't include stdio.h.
6465         (coll_seq): Remove members idxarr and rulearr.
6466         (get_next_seq_cached): Remove function.
6467         (get_next_seq): Likewise.
6468         (get_next_seq_nocache): Rename to get_next_seq.
6469         (do_compare): Remove function.
6470         (do_compare_nocache): Rename to do_compare.
6471         (STRCOLL): Remove weight and rules cache.
6473 2014-10-16  Roland McGrath  <roland@hack.frob.com>
6475         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6476         * sysdeps/arm/sfp-machine.h: ... to here.
6477         * sysdeps/arm/Implies: Remove arm/soft-fp.
6479 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
6481         * conform/data/sys/utsname.h-data (*_t): Allow.
6482         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6483         [POSIX] (WEXITED): Do not expect constant.
6484         [POSIX] (WSTOPPED): Likewise.
6485         [POSIX] (WNOHANG): Likewise.
6486         [POSIX] (WNOWAIT): Likewise.
6487         [POSIX] (siginfo_t): Do not expect type or elements.
6488         [POSIX] (pid_t): Do not expect type.
6489         [POSIX] (signal.h): Do not allow header.
6490         [POSIX] (sys/resource.h): Likewise.
6491         [POSIX] (si_*): Do not allow pattern.
6492         [POSIX] (W*): Likewise.
6493         [POSIX] (P_*): Likewise.
6494         [POSIX] (BUS_*): Likewise.
6495         [POSIX] (CLD_*): Likewise.
6496         [POSIX] (FPE_*): Likewise.
6497         [POSIX] (ILL_*): Likewise.
6498         [POSIX] (POLL_*): Likewise.
6499         [POSIX] (SEGV_*): Likewise.
6500         [POSIX] (SI_*): Likewise.
6501         [POSIX] (TRAP_*): Likewise.
6502         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6503         variable.
6505 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
6507         [BZ #12926]
6508         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6509         infinite loop when __recvmsg returns 0.
6511 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
6513         * CANCEL-FCT-WAIVE: Remove file.
6514         * CANCEL-FILE-WAIVE: Likewise.
6516         [BZ #14132]
6517         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6518         instead of INTVARDEF.
6519         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6520         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6521         rtld_hidden_data_def instead of INTVARDEF.
6522         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6523         * elf/dl-deps.c (expand_dst): Likewise.
6524         * elf/dl-load.c (_dl_dst_count): Likewise.
6525         (_dl_dst_substitute): Likewise.
6526         (decompose_rpath): Likewise.
6527         (_dl_init_paths): Likewise.
6528         (open_path): Likewise.
6529         (_dl_map_object): Likewise.
6530         * elf/rtld.c (dl_main): Likewise.
6531         (process_dl_audit): Likewise.
6532         (process_envvars): Likewise.
6533         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6534         Remove declaration.
6535         (__libc_enable_secure): Use rtld_hidden_proto.
6537 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6539         * elf/dl-load.c
6540         (add_path): New function broken out of _dl_rtld_di_serinfo.
6541         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
6543 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6545         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6546         parentheses around macro arguments.
6547         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6548         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6549         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6550         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6551         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6552         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6553         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6554         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6555         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6556         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6557         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6558         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6559         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6560         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6561         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6562         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6563         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6564         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6565         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6566         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6567         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6568         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6569         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6570         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6571         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6572         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6573         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6574         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6575         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6576         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6577         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6578         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6579         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6580         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6581         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6582         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6583         Likewise.
6584         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6585         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6586         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6587         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6588         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6589         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6590         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6591         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6592         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6593         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6594         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6595         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6596         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6597         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6598         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6599         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6600         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6601         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6602         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6603         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6604         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6605         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6606         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6607         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6608         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6609         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6610         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6611         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6612         (_FP_FRAC_SRS_1): Likewise.
6613         (_FP_FRAC_CLZ_1): Likewise.
6614         (_FP_MUL_MEAT_1_imm): Likewise.
6615         (_FP_MUL_MEAT_1_wide): Likewise.
6616         (_FP_MUL_MEAT_1_hard): Likewise.
6617         (_FP_SQRT_MEAT_1): Likewise.
6618         (_FP_FRAC_ASSEMBLE_1): Likewise.
6619         (_FP_FRAC_DISASSEMBLE_1): Likewise.
6620         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6621         (__FP_CLZ_2): Likewise.
6622         (_FP_MUL_MEAT_2_wide): Likewise.
6623         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6624         (_FP_MUL_MEAT_2_gmp): Likewise.
6625         (_FP_MUL_MEAT_2_120_240_double): Likewise.
6626         (_FP_SQRT_MEAT_2): Likewise.
6627         (_FP_FRAC_ASSEMBLE_2): Likewise.
6628         (_FP_FRAC_DISASSEMBLE_2): Likewise.
6629         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6630         (_FP_FRAC_CLZ_4): Likewise.
6631         (_FP_MUL_MEAT_4_wide): Likewise.
6632         (_FP_MUL_MEAT_4_gmp): Likewise.
6633         (_FP_SQRT_MEAT_4): Likewise.
6634         (_FP_FRAC_ASSEMBLE_4): Likewise.
6635         (_FP_FRAC_DISASSEMBLE_4): Likewise.
6636         * soft-fp/op-common.h (_FP_CMP): Likewise.
6637         (_FP_CMP_EQ): Likewise.
6638         (_FP_CMP_UNORD): Likewise.
6639         (_FP_TO_INT): Likewise.
6640         (_FP_FROM_INT): Likewise.
6641         [!__FP_CLZ] (__FP_CLZ): Likewise.
6642         (_FP_DIV_HELP_imm): Likewise.
6643         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6644         Likewise.
6645         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6646         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6648         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6649         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6651         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6652         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6653         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6656         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6657         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6658         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6659         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6660         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6661         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6662         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6663         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6664         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6666         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6669         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6670         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6671         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6674         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6675         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6676         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6677         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6678         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6679         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6680         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6681         (FP_UNPACK_RAW_SP): Likewise.
6682         (FP_PACK_RAW_S): Likewise.
6683         (FP_PACK_RAW_SP): Likewise.
6684         (FP_UNPACK_S): Likewise.
6685         (FP_UNPACK_SP): Likewise.
6686         (FP_UNPACK_SEMIRAW_S): Likewise.
6687         (FP_UNPACK_SEMIRAW_SP): Likewise.
6688         (FP_PACK_S): Likewise.
6689         (FP_PACK_SP): Likewise.
6690         (FP_PACK_SEMIRAW_S): Likewise.
6691         (FP_PACK_SEMIRAW_SP): Likewise.
6692         (_FP_SQRT_MEAT_S): Likewise.
6693         (FP_CMP_S): Likewise.
6694         (FP_CMP_EQ_S): Likewise.
6695         (FP_CMP_UNORD_S): Likewise.
6696         (FP_TO_INT_S): Likewise.
6697         (FP_FROM_INT_S): Likewise.
6699         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6701         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6702         (FP_EX_INVALID_IMZ): Likewise.
6703         (FP_EX_INVALID_IMZ_FMA): Likewise.
6704         (FP_EX_INVALID_ISI): Likewise.
6705         (FP_EX_INVALID_ZDZ): Likewise.
6706         (FP_EX_INVALID_IDI): Likewise.
6707         (FP_EX_INVALID_SQRT): Likewise.
6708         (FP_EX_INVALID_CVI): Likewise.
6709         (FP_EX_INVALID_VC): Likewise.
6710         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6711         "invalid" exceptions.
6712         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6713         (_FP_ADD_INTERNAL): Likewise.
6714         (_FP_MUL): Likewise.
6715         (_FP_FMA): Likewise.
6716         (_FP_DIV): Likewise.
6717         (_FP_CMP_CHECK_NAN): Likewise.
6718         (_FP_SQRT): Likewise.
6719         (_FP_TO_INT): Likewise.
6720         (FP_EXTEND): Likewise.
6722 2014-10-09  Allan McRae  <allan@archlinux.org>
6724         * po/fr.po: Update French translation from translation project.
6726 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
6728         [BZ #14132]
6729         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6730         of INTDEF.
6731         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6732         (__cxa_atexit): Use libc_hidden_proto.
6733         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6735         [BZ #14132]
6736         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6737         declaration.
6738         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6739         [!_ISOMAC] (__iswspace_l_internal): Likewise.
6740         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6741         [!_ISOMAC] (__iswctype_internal): Likewise.
6742         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6743         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6744         alias.
6745         (fcntl): Remove __fcntl_internal alias.
6746         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6747         __connect_internal alias.
6748         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6749         Likewise.
6751         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6752         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6753         FP_DENORM_ZERO.
6754         (_FP_CHECK_FLUSH_ZERO): New macro.
6755         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6756         (_FP_CMP): Likewise.
6757         (_FP_CMP_EQ): Likewise.
6758         (_FP_TO_INT): Do not set inexact for subnormal arguments if
6759         FP_DENORM_ZERO.
6760         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6761         (FP_TRUNC): Likewise.
6763         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6764         treated as invalid conversion, not as normal exponent.
6766         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6767         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
6768         (_FP_CMP_EQ): Likewise.
6769         (_FP_CMP_UNORD): Likewise.
6770         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6771         (FP_CMP_EQ_D): Likewise.
6772         (FP_CMP_UNORD_D): Likewise.
6773         * soft-fp/extended.h (FP_CMP_E): Likewise.
6774         (FP_CMP_EQ_E): Likewise.
6775         (FP_CMP_UNORD_E): Likewise.
6776         * soft-fp/quad.h (FP_CMP_Q): Likewise.
6777         (FP_CMP_EQ_Q): Likewise.
6778         (FP_CMP_UNORD_Q): Likewise.
6779         * soft-fp/single.h (FP_CMP_S): Likewise.
6780         (FP_CMP_EQ_S): Likewise.
6781         (FP_CMP_UNORD_S): Likewise.
6782         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6783         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6784         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6785         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6786         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6787         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6788         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6789         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6790         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6791         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6792         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6793         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6794         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6795         to FP_CMP_Q.
6796         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6797         FP_CMP_Q.
6798         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6799         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6800         FP_CMP_EQ_Q.
6801         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6802         FP_CMP_Q.
6803         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6804         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6805         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6806         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6807         FP_CMP_EQ_Q.
6808         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6809         FP_CMP_Q.
6810         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6811         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6812         FP_CMP_EQ_Q.
6813         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6814         FP_CMP_Q.
6815         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6816         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6817         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6818         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6819         FP_CMP_EQ_Q.
6821         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6822         a subnormal result, set the underflow exception if trapping on
6823         underflow is enabled.
6824         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6825         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6826         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6827         redefine to 0.
6828         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6829         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6830         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6831         * soft-fp/extendxftf2.c (__extendxftf2): Use
6832         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6834         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6835         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6836         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6837         FP_HANDLE_EXCEPTIONS.
6838         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6839         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6840         FP_HANDLE_EXCEPTIONS.
6841         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6842         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6843         FP_HANDLE_EXCEPTIONS.
6844         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6845         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6846         FP_HANDLE_EXCEPTIONS.
6848 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
6850         [BZ #14132]
6851         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6852         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6853         use INTUSE.
6854         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6855         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6856         Remove alias.
6857         (__adjtimex): Define using libc_hidden_ver.
6858         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6859         Remove declaration.
6860         (ntp_gettime): Call __adjtimex directly.
6861         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6862         Remove declaration.
6863         (ntp_gettimex): Call __adjtimex directly.
6864         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6865         __adjtimex_internal alias.
6867 2014-10-08  Roland McGrath  <roland@hack.frob.com>
6869         [BZ #17460]
6870         * nscd/nscd.c (more_help): Rewrite list of tables collection
6871         using xstrdup and asprintf.
6873         * nscd/nscd_conf.c: Remove local xstrdup declaration.
6875 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6876             Roland McGrath  <roland@hack.frob.com>
6878         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6879         (do_lookup_unique): ... local function 'enter' here; update callers.
6881 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
6883         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6884         compat_symbol calls on [SHARED].
6885         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6886         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6887         Remove.
6888         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6889         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6890         (oldsetrlimit): Remove.
6891         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6893         (lchown): New syscall entry.
6894         (oldsetrlimit): Remove.
6895         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6896         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6897         (oldsetrlimit): Remove.
6898         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6900         [BZ #14138]
6901         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6902         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6903         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6904         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6905         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6906         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6907         (fchown): Likewise.
6908         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6909         (fchown): Likewise.
6910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6911         Likewise.
6913 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6915         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6916         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6917         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6918         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6919         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6920         Likewise.
6921         (__old_sem_post): Likewise.
6923 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
6925         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6926         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6927         HAVE_CLOCK_GETTIME_VSYSCALL macros.
6928         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6929         Use INLINE_VSYSCALL macro.
6930         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6931         __vdso_clock_gettime.
6932         * sysdeps/unix/sysv/linux/tile/init-first.c
6933         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6934         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6935         __vdso_clock_gettime.
6937         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6938         to set up frame more cleanly.
6940         * sysdeps/tile/memcmp.c: New file.
6942         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6944         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6945         * sysdeps/tile/tilegx/strcasestr.c: New file.
6946         * sysdeps/tile/tilegx/strnlen.c: New file.
6947         * sysdeps/tile/tilegx/strstr.c: New file.
6949         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6951 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
6953         * nptl/tst-setuid3.c: Write errors to stdout.
6955 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
6957         * elf/dl-deps.c
6958         (preload): New functions broken out of _dl_map_object_deps.
6959         (_dl_map_object_deps):  Remove a nested function. Update call sites.
6961 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
6963         [BZ #14138]
6964         * sysdeps/unix/sysv/linux/execve.c: Remove file.
6965         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
6967 2014-10-01  Steve Ellcey  <sellcey@mips.com>
6969         * sysdeps/mips/strcmp.S: New.
6971 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
6973         [BZ #14138]
6974         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
6975         (linkat): Likewise.
6976         (mkdirat): Likewise.
6977         (readlinkat): Likewise.
6978         (renameat): Likewise.
6979         (symlinkat): Likewise.
6980         (unlinkat): Likewise.
6981         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
6982         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
6983         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
6984         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
6985         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
6986         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
6987         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
6989 2014-09-30  Will Newton  <will.newton@linaro.org>
6991         * math/math.h: Define long double math functions if
6992         _LIBC_TEST is defined.
6993         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
6995         * localedata/Makefile: Move assignment to tests-special
6996         into an ifdef testing run-built-tests.
6997         * timezone/Makefile: Likewise.
6999 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7001         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7002         with $(BASH) not $(SHELL).
7004 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7005             Matthew LeGendre  <legendre1@llnl.gov>
7007         [BZ #17411]
7008         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7009         l_reloc_result.
7011 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7013         * stdio-common/printf_fp.c
7014         (hack_digit): New function, broken out of ...
7015         (__printf_fp): ... local function here.  Update call sites.
7016         hack_digit now takes an additional parameter that is a pointer
7017         to a struct of the referenced locals.  Those locals moved inside
7018         the struct and references updated.
7020 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7022         * aclocal.m4: Require autoconf 2.69.
7023         * configure: Regenerated.
7024         * sysdeps/aarch64/configure: Likewise.
7025         * sysdeps/alpha/configure: Likewise.
7026         * sysdeps/arm/armv7/configure: Likewise.
7027         * sysdeps/arm/configure: Likewise.
7028         * sysdeps/ia64/configure: Likewise.
7029         * sysdeps/mach/configure: Likewise.
7030         * sysdeps/mips/configure: Likewise.
7031         * sysdeps/s390/configure: Likewise.
7032         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7035         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7036         file.
7037         * sysdeps/ia64/configure.ac: Likewise.
7039 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7042         specify symbol version for ld.so.  Do not include entry for
7043         libpthread.
7044         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7045         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7046         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7048         [BZ #14171]
7049         * Makeconfig [$(build-shared) = yes]
7050         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7051         makefiles.
7052         [$(build-shared) = yes && $(soversions.mk-done) = t]
7053         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7054         [$(build-shared) = yes && $(soversions.mk-done) = t]
7055         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7056         to Makerules.
7057         [$(build-shared) = yes && $(soversions.mk-done) = t]
7058         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7059         here.
7060         [$(build-shared) = yes && $(soversions.mk-done) = t]
7061         (common-generated): Don't append gnu/lib-names.h and
7062         gnu/lib-names.stmp here.
7063         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7064         (lib-names-h-abi): New variable.
7065         [$(build-shared) = yes && $(soversions.mk-done) = t]
7066         (lib-names-stmp-abi): Likewise.
7067         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7068         abi-variants] (before-compile): Append
7069         $(common-objpfx)$(lib-names-h-abi).
7070         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7071         abi-variants] (common-generated): Append gnu/lib-names.h.
7072         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7073         abi-variants] (install-others-nosubdir): Depend on
7074         $(inst_includedir)/$(lib-names-h-abi).
7075         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7076         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7077         [$(build-shared) = yes && $(soversions.mk-done) = t]
7078         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7079         [$(build-shared) = yes && $(soversions.mk-done) = t]
7080         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7081         [$(build-shared) = yes && $(soversions.mk-done) = t]
7082         (common-generated): Append $(lib-names-h-abi) and
7083         $(lib-names-stmp-abi).
7084         * scripts/lib-names.awk: Do not handle multi being set.
7085         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7086         Remove variable.
7087         (abi-lp64_be-ld-soname): Likewise.
7088         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7089         Likewise.
7090         (abi-hard-ld-soname): Likewise.
7091         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7092         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7093         Remove variable.
7094         (abi-o32_hard-ld-soname): Likewise.
7095         (abi-o32_soft_2008-ld-soname): Likewise.
7096         (abi-o32_hard_2008-ld-soname): Likewise.
7097         (abi-n32_soft-ld-soname): Likewise.
7098         (abi-n32_hard-ld-soname): Likewise.
7099         (abi-n32_soft_2008-ld-soname): Likewise.
7100         (abi-n32_hard_2008-ld-soname): Likewise.
7101         (abi-n64_soft-ld-soname): Likewise.
7102         (abi-n64_hard-ld-soname): Likewise.
7103         (abi-n64_soft_2008-ld-soname): Likewise.
7104         (abi-n64_hard_2008-ld-soname): Likewise.
7105         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7106         Likewise.
7107         (abi-64-v2-ld-soname): Likewise.
7108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7109         ld.so entries.
7110         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7111         variable.
7112         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7113         entry.
7114         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7115         variable.
7116         (abi-64-ld-soname): Likewise.
7117         (abi-x32-ld-soname): Likewise.
7118         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7119         entry.
7120         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7122 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7124         [BZ #14138]
7125         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7126         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7127         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7128         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7129         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7130         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7131         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7132         syscall entry for GLIBC_2.2 symbol version.
7133         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7134         Likewise.
7135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7136         (setrlimit): Likewise.
7137         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7138         Likewise.
7140 2014-09-23  Will Newton  <will.newton@linaro.org>
7142         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7143         _LINUX_ARM_SYSDEP_H include guard too.
7144         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7145         define.
7147 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7149         * sysdeps/unix/sysv/linux/eventfd.c:
7150         Make first argument unsigned.
7151         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7152         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7154 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7156         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7157         * socket/sys/socket.h: Likewise
7158         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7160 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7162         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7164 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7166         * time/tst-ftime.c: New test.
7167         * time/Makefile (tests): Add tst-ftime.
7169 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7171         * soft-fp/extended.h: Fix comment formatting.
7172         * soft-fp/op-1.h: Likewise.
7173         * soft-fp/op-2.h: Likewise.
7174         * soft-fp/op-4.h: Likewise.
7175         * soft-fp/op-8.h: Likewise.
7176         * soft-fp/op-common.h: Likewise.
7177         * soft-fp/soft-fp.h: Likewise.
7179         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7181 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7183         [BZ #6652]
7184         * Makeconfig (soversions-default-setname): Remove variable.
7185         ($(common-objpfx)soversions.i): Don't pass default_setname to
7186         soversions.awk.
7187         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7188         oldest_abi to abi-versions.awk.
7189         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7190         * config.make.in (oldest-abi): Remove variable.
7191         * configure.ac (--enable-oldest-abi): Remove configure option.
7192         * configure: Regenerated.
7193         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7194         text.
7195         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7196         * scripts/soversions.awk: Do not handle default_setname variable.
7197         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7198         variable.
7199         * sysdeps/mach/hurd/configure: Regenerated.
7200         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7201         variable.
7202         * sysdeps/unix/sysv/linux/configure: Regenerated.
7204 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7206         * elf/Makefile (CFLAGS-interp.c): Remove.
7207         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7208         path string.
7209         * elf/interp.c: Include generated runtime-linker.h
7211         * Makerules (lib%.so): Don't include $(+interp) in
7212         prerequisites.
7213         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7214         * dlfcn/eval.c: Remove file.
7216         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7217         macros.
7219         [BZ #17266]
7220         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7221         4.2 and newer.
7223         [BZ #17370]
7224         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7226 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7227             Jakub Jelinek  <jakub@redhat.com>
7229         [BZ #17266]
7230         * libio/stdio.h: Check definition of __fortify_function
7231         instead of __extern_always_inline to include bits/stdio2.h.
7232         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7233         check if __extern_always_inline is defined.
7234         [__USE_MISC || __USE_XOPEN]: Likewise.
7235         [__USE_ISOC99] Likewise.
7236         * misc/sys/cdefs.h (__fortify_function): Define only if
7237         __extern_always_inline is defined.
7238         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7239         __extern_always_inline and __extern_inline only for g++-4.3
7240         and newer or a compatible gcc.
7242 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7244         [BZ #17371]
7245         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7246         last change to handle zero prefix length.
7248 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7250         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7251         _SC_REGEX_VERSION.
7253         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7254         _POSIX_RAW_SOCKETS.
7256 2014-09-13  Allan McRae  <allan@archlinux.org>
7258         * po/ru.po: Update Russian translation from translation project.
7260 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7262         * locale/programs/locale.c (show_locale_vars): Inline local function
7263         into its sole call site.  Clean up some style nits.
7264         (print_item): New function, broken out of ...
7265         (show_info): ... local function here.  Clean up style nits.
7267         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7268         out of ...
7269         (set_class_defaults): ... local function set_default here.
7270         Define set_default as a macro locally to pass constant parameters.
7271         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7272         rather than a shared local.
7274         * stdlib/rpmatch.c (try): New function, broken out of ...
7275         (rpmatch): ... local function here.  Also, prototypify definition.
7277 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7279         * scripts/soversions.awk: Do not handle configuration names.
7280         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7281         vendor and os variables to soversions.awk.
7282         * configure.ac: Do not modify gnu-* host_os.
7283         * configure: Regenerated
7284         * shlib-versions: Remove first column with configuration names.
7285         * nptl/shlib-versions: Likewise.
7286         * nptl_db/shlib-versions: Likewise.
7287         * sysdeps/hppa/shlib-versions: Likewise.
7288         * sysdeps/m68k/shlib-versions: Likewise.
7289         * sysdeps/mach/hurd/shlib-versions: Likewise.
7290         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7291         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7292         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7293         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7294         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7295         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7296         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7297         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7299         Likewise.
7300         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7301         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7302         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7303         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7304         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7305         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7306         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7307         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7310         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7312         Regenerated.
7313         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7315         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7317         * shlib-versions: Remove OS-specific entries.  Moved to files in
7318         sysdeps.
7319         * sysdeps/mach/hurd/shlib-versions: New file.
7320         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7322         * nptl/shlib-versions: Remove architecture-specific entries.
7323         Moved to files in sysdeps.
7324         * shlib-versions: Likewise.
7325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7326         file.
7327         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7328         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7329         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7330         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7332         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7333         (UDP_NO_CHECK6_RX): Likewise.
7335 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7337         * sysdeps/posix/sysconf.c (__sysconf): Spell
7338         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7340 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7342         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7343         loading.
7344         * iconv/Versions (__gconv_transliterate): Export for use from
7345         gconv modules.
7346         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7347         (struct __gconv_trans_data, __gconv_trans_fct,
7348         __gconv_trans_context_fct, __gconv_trans_query_fct,
7349         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7350         definitions.
7351         (struct __gconv_step_data): Remove __trans member.
7352         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7353         longer hidden.  Remove unused trans_data argument.
7354         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7355         (__gconv_translit_find): Remove declaration.
7356         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7357         prototype.
7358         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7359         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7360         trans_data argument.  Add hidden definition.
7361         (__gconv_translit_find): Remove.
7362         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7363         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7364         * iconv/skeleton.c: Remove transliteration initialization.
7365         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7366         __gconv_step_data initialization.
7367         * libio/iofwide.c (__libio_translit_): Remove.
7368         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7369         * wcsmbs/btowc.c (__btowc): Likewise.
7370         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7371         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7372         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7373         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7374         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7375         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7376         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7377         * wcsmbs/wctob.c (wctob): Likewise.
7379 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7381         [BZ #16194]
7382         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7383         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7384         register usage.
7385         * sysdeps/x86/Makefile: Adjust.
7387 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7388             Roland McGrath  <roland@hack.frob.com>
7390         * locale/weight.h: Add include guard.
7391         (findidx): Make static rather than auto; take new parameters
7392         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7393         * locale/weightwc.h: Likewise.
7394         * posix/fnmatch_loop.c
7395         (FCT): Change type of EXTRA from int32_t to wint_t.
7396         Don't include either header inside the function.
7397         Call FINDIDX rather than findidx, and pass new arguments.
7398         #undef FINDIDX at the end of the file.
7399         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7400         FINDIDX before including fnmatch_loop.c for the non-wide version.
7401         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7402         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7403         for the wide version.
7404         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7405         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7406         Pass new arguments to findidx.
7407         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7408         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7409         Don't #include it inside the function.  Pass new arguments to findidx.
7410         * posix/regex_internal.h
7411         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7412         (re_string_elem_size_at): Don't #include it inside the function.
7413         Pass new arguments to findidx.
7414         * string/strcoll_l.c: #include WEIGHT_H at top level.
7415         (get_next_seq): Don't #include it inside the function.
7416         Pass new arguments to findidx.
7417         (get_next_seq_nocache): Likewise.
7418         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7419         (STRXFRM): Don't #include it inside the function.
7420         Pass new arguments to findidx.
7422 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7424         [BZ #17344]
7425         * malloc/malloc.c (unlink): Turn asserts into a call to
7426         malloc_printerr.
7428 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7430         [BZ #17370]
7431         * libio/wfileops (do_ftell_wide): Free OUT.
7433 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7435         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7437 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7439         [BZ #17363]
7440         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7441         group if the current group is empty.
7443 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7445         * benchtests/bench-memset.c (test_main): Add more test from size
7446         from 32 to 512 bytes.
7447         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7448         Add POWER8 memset object.
7449         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7450         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7451         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7452         implementation.
7453         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7454         Likewise.
7455         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7456         multiarch POWER8 memset optimization.
7457         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7458         POWER8 memset optimization.
7460         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7461         Remove bzero multiarch objects.
7462         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7463         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7464         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7465         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7466         Remove define.
7467         [__bzero]: Redefine to specific name.
7468         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7469         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7470         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7471         define.
7472         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7473         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7475 2014-09-10  Florian Weimer  <fweimer@redhat.com>
7477         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7478         warnings into errors.
7480         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7481         __cxa_thread_atexit_impl prototype.
7483 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7485         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7486         Fix capitalization of error message.
7488 2014-09-09  Steve Ellcey  <sellcey@mips.com>
7490         * sysdeps/mips/preconfigure: Modify ABI tests.
7492 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
7494         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7496 2014-09-07  Roland McGrath  <roland@hack.frob.com>
7497             Carlos O'Donell  <carlos@systemhalted.org>
7499         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7500         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7501         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7502         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7503         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7504         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7505         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7506         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7507         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7508         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7509         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7510         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7511         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7512         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7513         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7514         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7515         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7516         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7517         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7518         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7519         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7520         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7521         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7522         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7523         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7524         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7525         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7526         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7527         Deconditionalize the code that was previously under [RESET_PID].
7528         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7529         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7530         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7531         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7532         include sysdep.h.
7534 2014-09-08  Allan McRae  <allan@archlinux.org>
7536         * version.h (RELEASE): Set to "development".
7537         (VERSION): Set to "2.20.90"
7539 2014-09-07  Allan McRae  <allan@archlinux.org
7541         * version.h (RELEASE): Set to "stable".
7542         (VERSION): Set to "2.20"
7543         * include/features.h (__GLIBC_MINOR__): Set to 20.
7545         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7546         Liebler.
7548         * po/ko.po: Update Korean translation from translation project.
7550 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
7552         [BZ #17354]
7553         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7554         macro for handling signed relocations.
7556 2014-09-03  Florian Weimer  <fweimer@redhat.com>
7558         [BZ #17325]
7559         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7560         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7561         assert.
7562         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7563         * iconvdata/ibm935.c (BODY): Likewise.
7564         * iconvdata/ibm937.c (BODY): Likewise.
7565         * iconvdata/ibm939.c (BODY): Likewise.
7566         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7567         assert.
7568         * iconvdata/Makefile (iconv-test.out): Pass module list to test
7569         script.
7570         * iconvdata/run-iconv-test.sh: New test loop for checking for
7571         decoder crashers.
7573 2014-09-02  Khem Raj  <raj.khem@gmail.com>
7575         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7576         libm_hidden_ver.
7578 2014-09-01  Allan McRae  <allan@archlinux.org>
7580         * po/eo.po: Update Esperanto translation from translation project.
7582         * po/ca.po: Update Catalan translation from translation project.
7584 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7586         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7587         __proc_dostop call.
7589 2014-08-27  Mark Wielaard  <mjw@redhat.com>
7591         [BZ #17319]
7592         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7593         to call set_thread_area instead of hand written asm.
7594         (__NR_set_thread_area): Removed define.
7595         (TLS_FLAG_WRITABLE): Likewise.
7596         (__ASSUME_SET_THREAD_AREA): Remove check.
7597         (TLS_EBX_ARG): Remove define.
7598         (TLS_LOAD_EBX): Likewise.
7600 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7602         Simplify atomicity of socket creation in bind.
7604         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7605         looking up the name after linking the file.
7607 2014-08-27  Allan McRae  <allan@archlinux.org>
7609         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7611 2014-08-26  Florian Weimer  <fweimer@redhat.com>
7613         [BZ #17187]
7614         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7615         trans_compare, open_translit, __gconv_translit_find):
7616         Remove module loading code.
7618 2014-08-26  Allan McRae  <allan@archlinux.org>
7620         * po/vi.po: Update Vietnamese translation from translation project.
7622         * po/uk.po: Update Ukrainian translation from translation project.
7624         * po/fr.po: Update French translation from translation project.
7626         * po/ru.po: Update Russian translation from translation project.
7628         * po/pl.po: Update Polish translation from translation project.
7630         * po/cs.po: Update Czech translation from translation project.
7632         * po/de.po: Update German translation from translation project.
7634         * po/bg.po: Update Bulgarian translation from translation project.
7636         * po/sv.po: Update Sweedish translation from translation project.
7638         * po/nl.po: Update Dutch translation from translation project.
7640         * po/es.po: Update Spanish translation from translation project.
7642 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7644         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7646         * catgets/Makefile (CPPFLAGS-gencat): Remove.
7647         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7648         (CPPFLAGS-iconvconfig): Likewise.
7649         * timezone/Makefile (CPPFLAGS-zic): Likewise.
7651         * include/libc-symbols.h: Remove unnecessary check for
7652         NOT_IN_libc.
7653         * nptl/pthreadP.h: Likewise.
7654         * sysdeps/aarch64/setjmp.S: Likewise.
7655         * sysdeps/alpha/setjmp.S: Likewise.
7656         * sysdeps/arm/sysdep.h: Likewise.
7657         * sysdeps/i386/setjmp.S: Likewise.
7658         * sysdeps/m68k/setjmp.c: Likewise.
7659         * sysdeps/posix/getcwd.c: Likewise.
7660         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7661         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7662         * sysdeps/s390/s390-32/setjmp.S: Likewise.
7663         * sysdeps/s390/s390-64/setjmp.S: Likewise.
7664         * sysdeps/sh/sh3/setjmp.S: Likewise.
7665         * sysdeps/sh/sh4/setjmp.S: Likewise.
7666         * sysdeps/unix/alpha/sysdep.h: Likewise.
7667         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7668         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7669         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7670         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7673         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7674         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7675         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7676         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7677         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7678         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7679         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7680         * sysdeps/x86_64/setjmp.S: Likewise.
7682 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
7684         [BZ #17263]
7685         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7686         <stdint.h>.
7687         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7688         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7690 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
7692         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7694         [BZ #17262]
7695         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7696         and __x86_64__ when disabling x87 inline functions.
7698 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
7700         [BZ #17259]
7701         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7702         asm statement with __cpuid_count.
7704 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
7706         * configure.ac: Change __ehdr_start code to dereference the struct.
7707         Run readelf on the output to look for relocations.
7708         * configure: Regenerated.
7710 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
7712         [BZ #17261]
7713         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7714         value to 0.
7715         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7717 2014-08-12  Roland McGrath  <roland@hack.frob.com>
7719         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7721 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
7723         [BZ #16892]
7724         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7725         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7727 2014-08-12  Sean Anderson  <seanga2@gmail.com>
7729         * malloc/malloc.c: Fix typo in comment.
7731 2014-08-09  Allan McRae  <allan@archlinux.org>
7733         * Regenerate libc.po.
7735 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
7737         * intl/tst-gettext2.sh: Check every lang file for creation.
7739 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7741         * sysdeps/aarch64/fpu/math_private.h
7742         (libc_feholdsetround_noex_aarch64_ctx): New function.
7744 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
7746         * sysdeps/arm/armv6/strcpy.S (strcpy):
7747         Fix performance issue in misaligned cases.
7749 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7751         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7752         Move definition from termios.h.
7753         (struct termio): Likewise.
7754         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7755         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7756         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7757         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7758         Likewise.
7759         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7760         Move definition to ioctl-types.h
7761         (struct termio): Likewise.
7762         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7763         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7764         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7765         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7766         Likewise.
7768 2014-08-05  Richard Henderson  <rth@redhat.com>
7770         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7771         exceptions.
7772         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7773         Add fraiseexcpt.
7774         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7775         Use __feraiseexcept.
7776         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7777         Protect libm symbols with IS_IN_libm.
7779         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7781 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
7783         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7785 2014-08-04  Will Newton  <will.newton@linaro.org>
7787         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7788         file.
7790 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
7792         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7793         variants for each function.
7795 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7797         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7798         appended ...
7799         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7800         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7801         appended ...
7802         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7803         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7804         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7805         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7806         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7807         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7808         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7809         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7810         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7811         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7812         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7813         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7814         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7815         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7816         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7817         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7818         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7819         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7820         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7821         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7822         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7823         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7824         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7825         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7826         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7827         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7828         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7829         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7830         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7831         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7832         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7833         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7834         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7835         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7836         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7837         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7838         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7839         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7840         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7841         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7842         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7843         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7844         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7845         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7846         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7847         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7848         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7849         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7850         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7851         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7852         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7853         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7854         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7855         Update #include.
7856         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7857         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7859 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7861         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7862         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7863         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7864         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7865         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7866         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7868 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7870         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7871         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7872         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7873         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7875 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7877         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7878         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7879         (__libc_vfork): Define function under this name.
7880         (__vfork): Define as an alias.
7881         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7882         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7884 2014-08-04  Roland McGrath  <roland@hack.frob.com>
7886         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7887         that was previously under [RESET_PID].
7888         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7890 2014-08-04  Andreas Schwab  <schwab@suse.de>
7892         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7894 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
7896         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7897         (main): Likewise.
7899 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7901         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7903 2014-08-01  Richard Henderon  <rth@redhat.com>
7905         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7906         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7907         typo in exact zero test.
7908         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7909         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7910         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7912 2014-08-01  Roland McGrath  <roland@hack.frob.com>
7914         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7915         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7916         * sysdeps/arm/sysdep.h: ... here.
7917         [!__ASSEMBLER__]: Include <stdint.h>.
7919 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
7921         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7922         (HAVE_WCTYPE_H): Likewise.
7923         (HAVE_ISWCTYPE): Likewise.
7924         (ENABLE_NLS): Likewise.
7925         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7926         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7928         * posix/regex_internal.c: Check if DEBUG is defined and is
7929         set.
7931         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7932         (HAVE_MBSRTOWCS): Likewise.
7933         * posix/fnmatch.c: Include string.h unconditionally.
7935 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
7937         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7938         reversal.
7940 2014-07-31  Roland McGrath  <roland@hack.frob.com>
7942         * sysdeps/generic/safe-fatal.h: New file.
7943         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7944         * nptl/forward.c: Include it.
7945         (__pthread_unwind): Use __safe_fatal as default action, rather
7946         than a bogus use of INTERNAL_SYSCALL that could never work.
7948         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7949         * configure.ac (libc_cv_builtin_trap): New test.
7950         * configure: Regenerated.
7951         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7952         (ABORT_INSTRUCTION): Define using __builtin_trap.
7954         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
7955         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
7956         * sysdeps/nptl/nptl-signals.h: New file.
7957         * nptl/pthreadP.h: Include <nptl-signals.h>.
7959 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7961         * sysdeps/s390/s390-64/utf16-utf32-z9.c
7962         (ONE_DIRECTION): Define.
7963         * sysdeps/s390/s390-64/utf8-utf16-z9.c
7964         (ONE_DIRECTION): Define.
7965         * sysdeps/s390/s390-64/utf8-utf32-z9.c
7966         (ONE_DIRECTION): Define.
7968 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
7970         * sysdeps/s390/Makefile: Delete file.
7971         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
7972         * sysdeps/s390/__longjmp.c: Delete file.
7973         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
7974         Remove fields __flags and __reserved.
7975         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
7976         and add versioning.
7977         * sysdeps/s390/rtld-__longjmp.c: Delete file.
7978         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
7979         * sysdeps/s390/rtld-setjmp.S: Likewise.
7980         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
7981         * sysdeps/s390/s390-32/__longjmp.c: ... here.
7982         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
7983         * sysdeps/s390/s390-32/setjmp.S: ... here.
7984         Add versioning.
7985         (__sigsetjmp): Remove setting __flags field.
7986         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
7987         * sysdeps/s390/s390-64/__longjmp.c: ... here.
7988         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
7989         * sysdeps/s390/s390-64/setjmp.S: ... here.
7990         Add versioning.
7991         (__sigsetjmp): Remove setting __flags field.
7992         * sysdeps/s390/setjmp.S: Delete file.
7993         * sysdeps/s390/sigjmp.c: Likewise.
7994         * sysdeps/s390/v1-longjmp.c: Likewise.
7995         * sysdeps/s390/v1-setjmp.h: Likewise.
7996         * sysdeps/s390/v1-sigjmp.c: Likewise.
7997         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
7998         Remove v1-longjmp_chk.
7999         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8000         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8001         Include debug/longjmp_chk.c and add versioning.
8002         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8003         Include nptl/pt-longjmp.c and add versioning.
8004         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8005         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8006         Include __longjmp.c.
8007         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8008         Move to ...
8009         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8010         (__getcontext): Remove setting __flags field.
8011         Add versioning.
8012         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8013         Don't restore upper high grps.
8014         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8015         Likewise.
8016         (__swapcontext): Remove setting uc_flags field.
8017         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8018         Delete file.
8019         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8020         Include __longjmp.c.
8021         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8022         Move to ...
8023         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8024         (__getcontext): Remove setting __flags field.
8025         Add versioning.
8026         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8027         (__swapcontext): Remove setting uc_flags field.
8028         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8029         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8030         Remove fields uc_high_gprs and __reserved.
8031         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8032         New file with reverted content.
8033         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8034         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8035         Regenerated.
8036         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8037         Regenerated.
8039 2014-07-31  Andreas Schwab  <schwab@suse.de>
8041         * config.h.in (HAVE_IFUNC): Define to 0.
8042         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8043         definedness.
8045 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8047         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8048         memmove-avx-unaligned, memcpy-avx-unaligned and
8049         mempcpy-avx-unaligned.
8050         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8051         Add tests for AVX memcpy functions.
8052         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8053         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8054         memcpy_chk.
8055         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8056         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8057         memmove_chk.
8058         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8059         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8060         mempcpy_chk.
8061         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8062         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8063         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8065 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8067         [BZ #17213]
8068         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8069         powerpc64le.
8071 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8073         [BZ #16839]
8074         * manual/llio.texi: Add section about open file description locks.
8075         * manual/examples/ofdlocks.c: Example of open file description
8076         lock usage.
8077         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8078         F_OFD_SETLK, and F_OFD_SETLKW.
8080 2014-07-23  Allan McRae  <allan@archlinux.org>
8082         * po/es.po: Update Spanish translation from translation project.
8084 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8086         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8088 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8090         [BZ #17078]
8091         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8092         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8093         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8095 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8097         [BZ #17088]
8098         * math/fesetenv.c (__fesetenv)
8099         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8100         * math/feupdateenv.c (__feupdateenv)
8101         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8103         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8104         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8105         (__ASSUME_SOCKETCALL): Do not define.
8107         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8108         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8109         (__ASSUME_SOCKETCALL): Do not define.
8110         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8111         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8112         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8113         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8114         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8115         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8116         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8117         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8119         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8120         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8121         (__ASSUME_SOCKETCALL): Do not define.
8122         (__ASSUME_IPC64): Define unconditionally.
8123         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8124         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8125         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8126         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8127         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8128         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8129         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8130         Likewise.
8132         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8133         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8134         (__ASSUME_SOCKETCALL): Do not define.
8135         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8136         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8137         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8138         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8139         (__ASSUME_REQUEUE_PI): Define unconditionally.
8140         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8141         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8142         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8143         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8144         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8145         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8147         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8148         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8149         (__ASSUME_SOCKETCALL): Do not define.
8150         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8151         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8152         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8153         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8154         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8155         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8157         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8158         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8159         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8160         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8161         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8162         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8163         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8164         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8165         (__ASSUME_GETCPU_SYSCALL): Likewise.
8167         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8168         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8169         cases for individual architectures.
8170         * sysdeps/gnu/configure: Regenerated.
8171         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8172         LIBC_SLIBDIR_RTLDDIR.
8173         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8174         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8175         LIBC_SLIBDIR_RTLDDIR.
8176         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8178         LIBC_SLIBDIR_RTLDDIR.
8179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8180         Regenerated.
8181         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8182         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8183         file.
8184         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8185         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8186         file.
8187         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8188         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8189         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8190         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8192         * sysdeps/aarch64/shlib-versions: Move to ...
8193         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8194         * sysdeps/alpha/shlib-versions: Move to ...
8195         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8196         * sysdeps/arm/shlib-versions: Move to ...
8197         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8198         * sysdeps/hppa/shlib-versions: Move all contents except for
8199         libgcc_s entry to ...
8200         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8201         entry from ...
8202         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8203         * sysdeps/ia64/shlib-versions: Move to ...
8204         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8205         entry from ...
8206         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8207         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8208         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8209         * sysdeps/microblaze/shlib-versions: Move to ...
8210         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8211         * sysdeps/mips/shlib-versions: Move to ...
8212         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8213         entry from ...
8214         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8215         * sysdeps/tile/shlib-versions: Move to ...
8216         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8217         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8218         from ...
8219         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8220         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8221         entry from ...
8222         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8224 2014-07-17  Will Newton  <will.newton@linaro.org>
8226         * sysdeps/arm/bits/atomic.h
8227         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8228         (__arch_compare_and_exchange_bool_16_int): Likewise.
8229         (__arch_compare_and_exchange_bool_64_int): Likewise.
8231         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8232         into an #else block.
8234 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8236         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8237         just Linux configurations.  Test empirically that the compiler sets
8238         __ARM_EABI__, rather than using the tuple to decide.
8239         * sysdeps/arm/preconfigure: Regenerated.
8240         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8241         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8242         contents appended ...
8243         * sysdeps/arm/configure.ac: ... here.
8244         * sysdeps/arm/configure: Regenerated.
8246 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8248         * nptl/pthread_kill.c: New file.
8249         * nptl/pthread_sigmask.c: New file.
8250         * nptl/pthread_sigqueue.c: New file.
8252         * sysdeps/nptl/lowlevellock.h: New file.
8253         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8254         * sysdeps/nptl/lowlevellock-futex.h: New file.
8256         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8257         Remove dead declarations.
8259 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8261         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8262         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8263         config-cflags-avx2.
8264         * sysdeps/x86_64/configure.ac: Likewise.
8265         * sysdeps/i386/configure: Regenerated.
8266         * sysdeps/x86_64/configure: Likewise.
8267         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8268         memset-avx2 only if config-cflags-avx2 is yes.
8269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8270         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8271         defined.
8272         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8273         only if HAVE_AVX2_SUPPORT is defined.
8274         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8276 2014-07-14  Alan Modra  <amodra@gmail.com>
8278         [BZ #17153]
8279         * elf/elf.h (DT_PPC64_NUM): Correct value.
8280         * NEWS: Add to fixed bug list.
8282 2014-07-13  Jim Meyering  <meyering@fb.com>
8284         [BZ 17150]
8285         regex: don't deref NULL upon heap allocation failure
8286         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8287         failure in one more place.
8288         To trigger the segfault, configure grep -with-included-regex,
8289         build it, and run these commands:
8290         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8292 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8294         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8296 2014-07-11  Richard Henderson  <rth@redhat.com>
8298         * sysdeps/aarch64/libm-test-ulps: Update.
8300 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8302         [BZ #17135]
8303         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8304         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8305         (__nptl_setxid): Initialize error member.  Call
8306         __nptl_setxid_error.
8307         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8308         * nptl/descr.h (struct xid_command): Add error member.
8309         * nptl/tst-setuid3.c: New file.
8310         * nptl/Makefile (tests): Add it.
8312 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8314         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8315         New define.
8316         (__lll_trylock): Use __lll_base_trylock.
8317         (__lll_cond_trylock): Likewise.
8319 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8321         * nptl/pthread_create.c (start_thread): Use atomic_or and
8322         lll_futex_wake directly rather than lll_robust_dead.
8323         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8324         (lll_robust_dead): Macro removed.
8325         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8326         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8327         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8328         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8329         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8330         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8331         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8332         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8333         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8334         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8335         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8336         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8337         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8338         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8339         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8341         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8342         Use atomic_compare_and_exchange_val_acq directly rather than
8343         lll_robust_trylock.
8344         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8345         (__lll_robust_trylock, lll_robust_trylock): Removed.
8346         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8347         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8348         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8349         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8350         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8351         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8352         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8353         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8354         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8355         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8356         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8357         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8358         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8359         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8361 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8363         * manual/locale.texi (Locale Names): New section documenting
8364         locale name syntax.  Adjust menu and node chaining accordingly.
8365         (Choosing Locale): Reference Locale Names, Locale Categories.
8366         Mention setting LC_ALL=C.  Reflect that name syntax is now
8367         documented.
8368         (Locale Categories): New section title.  Reference Locale Names.
8369         LC_ALL is an environment variable, but not a category.
8370         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8371         description, now in Locale Name.  Reference that section.  Locale
8372         name syntax is now documented.
8374 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8376         [BZ #17137]
8377         * locale/findlocale.c (name_present, valid_locale_name): New
8378         functions.
8379         (_nl_find_locale): Use the loc_name variable to store name
8380         candidates.  Call name_present and valid_locale_name to check and
8381         validate locale names.  Return an error if the locale is invalid.
8383 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8385         * locale/setlocale.c (setlocale): Use strdup for allocating
8386         composite name copy.
8388 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8390         Sync up with gnulib.
8391         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8392         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8393         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8394         and _GL_ARG_NONNULL.
8395         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8396         [!_LIBC]: Include code for Windows and Cygwin.
8397         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8398         Include prototype for int strerror_r.
8399         [!_LIBC] (is_open): New function.
8400         (flush_stdout): New function.
8401         (print_errno_message): Use it.
8402         (error): Likewise.
8403         (error_at_line): Likewise.
8404         (error_tail) Add function attribute macros.  Use
8405         __builtin_expect.
8407         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8409         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8411         * io/ftw.c: Include sys/param.h unconditionally.
8413         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8415         [BZ #17125]
8416         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8417         libc_freeres_ptr.
8418         (freecache): New function to free CACHE on exit.
8420         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8421         initialization.
8423 2014-07-09  David S. Miller  <davem@davemloft.net>
8425         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8427         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8428         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8429         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8430         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8431         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8432         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8433         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8434         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8435         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8436         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8437         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8438         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8439         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8441 2014-07-09  Andreas Schwab  <schwab@suse.de>
8443         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8444         output.
8445         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8446         (do_test): Likewise.
8448         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8450 2014-07-09  Will Newton  <will.newton@linaro.org>
8452         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8453         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8454         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8455         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8456         * sysdeps/hppa/start.S (_start): Likewise.
8458 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8460         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8462         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8463         defined.
8465 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8467         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8468         after checking that it is non-NULL.
8470         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8472 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8474         * sysdeps/powerpc/memmove.c: Remove file.
8475         * sysdeps/powerpc/powerpc32/power4/memcopy.h
8476         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8477         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8478         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8479         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8480         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8481         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8482         string memmove instead of removed powerpc one.
8484         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8485         [weak_alias]: Fix compiler warning due trailing data.
8486         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8487         [weak_alias]: Likewise.
8488         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8489         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8491         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8492         (__libc_ifunc_impl_list): Add memmove functions.
8494 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8496         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8497         Remove code.
8498         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8499         Likewise
8500         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8501         Likewise
8502         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8503         Likewise
8504         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8505         Likewise
8506         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8507         Likewise
8508         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8509         Likewise
8510         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8511         Likewise
8512         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8513         Likewise
8514         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8515         Likewise
8516         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8517         Likewise
8518         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8519         Likewise
8520         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8521         Likewise
8522         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8523         Likewise
8524         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8525         Likewise
8526         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8527         Likewise
8528         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8529         Likewise
8531 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8533         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8534         to avoid alignment traps in non-cacheable memory.
8535         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8537         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8538         multiarch objects.
8539         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8540         file: multiarch power7 memmove.
8541         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8542         multiarch default memmove.
8543         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8544         multiarch memove for powerpc32/power4.
8546         * string/bcopy.c: Use full path to include memmove.c.
8547         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8548         multiarch objects.
8549         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8550         bcopy for powerpc64.
8551         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8552         bcopy for powerpc64.
8553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8554         and memmove implementations.
8555         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8556         optimized multiarch memmove for POWER7/powerpc64.
8557         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8558         default multiarch memmove for powerpc64.
8559         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8560         multiarch for powerpc64.
8561         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8562         for POWER7/powerpc64.
8563         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8564         memmove for POWER7/powerpc64.
8566         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8567         glibc default one.
8569         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8570         __ELF_NATIVE_CLASS equal to 64.
8572 2014-07-07  Roland McGrath  <roland@hack.frob.com>
8574         * sysdeps/nptl/lowlevellock.h: File removed.
8576         * NEWS: NPTL is no longer an add-on!
8577         * nptl/internaltypes.h: Moved ...
8578         * sysdeps/nptl/internaltypes.h: ... here.
8579         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8580         * sysdeps/nptl/fork.c: Likewise.
8581         * sysdeps/nptl/gai_misc.h: Likewise.
8582         * sysdeps/nptl/librt-cancellation.c: Likewise.
8583         * sysdeps/nptl/jmp-unwind.c: Likewise.
8584         * sysdeps/nptl/setxid.h: Likewise.
8585         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8586         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8587         * sysdeps/unix/sysv/linux/arm/Implies: New file.
8588         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8589         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8590         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8591         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8592         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8593         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8594         * sysdeps/unix/sysv/linux/mips/Implies: New file.
8595         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8596         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8597         * sysdeps/unix/sysv/linux/sh/Implies: New file.
8598         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8599         * sysdeps/unix/sysv/linux/tile/Implies: New file.
8600         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8601         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8602         * nptl/Makeconfig: Moved ...
8603         * sysdeps/nptl/Makeconfig: ... here.
8604         * nptl/configure: File removed.
8605         * nptl/ANNOUNCE: File removed.
8606         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8607         * sysdeps/unix/sysv/linux/configure: Regenerated.
8609         * nptl/Makefile (routines): Add libc_pthread_init,
8610         libc_multiple_threads, register-atfork and unregister-atfork.
8611         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8612         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8613         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8614         pthread-pi-defines.sym, structsem.sym.
8615         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8616         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8617         [$(subdir) = nptl] (tests): Add tst-setgetname.
8618         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8619         * sysdeps/unix/sysv/linux/sigaction.c: Just include
8620         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8621         [!LIBC_SIGACTION]: Remove aliases.
8622         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8623         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8624         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8625         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8626         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8627         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8628         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8629         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8630         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8631         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8632         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8633         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8634         __libc_allocate_rtsig_private.
8635         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8636         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8637         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8638         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8639         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8640         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8641         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8642         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8643         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8644         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8645         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8646         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8647         * nptl/internaltypes.h: ... here.
8648         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8649         * sysdeps/nptl/jmp-unwind.c: ... here.
8650         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8651         * nptl/libc-lowlevellock.c: ... here.
8652         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8653         * nptl/libc_multiple_threads.c: ... here.
8654         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8655         * nptl/libc_pthread_init.c: ... here.
8656         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8657         * nptl/lowlevelbarrier.sym: ... here.
8658         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8659         * nptl/lowlevelcond.sym: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8661         * nptl/lowlevellock.c: ... here.
8662         * nptl/lowlevellock.h: Moved ...
8663         * sysdeps/nptl/lowlevellock.h: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8665         * nptl/lowlevelrobustlock.c: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8667         * nptl/lowlevelrobustlock.sym: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8669         * nptl/lowlevelrwlock.sym: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8671         * nptl/pt-fork.c: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8673         * nptl/pthread-pi-defines.sym: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8675         * nptl/pthread_attr_getaffinity.c: ... here.
8676         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8677         * nptl/pthread_attr_setaffinity.c: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8679         * nptl/pthread_mutex_cond_lock.c: ... here.
8680         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8681         Update #include.
8682         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8683         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8684         * nptl/pthread_once.c: ... here, replacing old file.
8685         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8686         * nptl/pthread_yield.c: ... here.
8687         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8688         * nptl/register-atfork.c: ... here.
8689         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8690         * nptl/sem_post.c: ... here.
8691         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8692         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8693         * nptl/sem_timedwait.c: ... here.
8694         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8695         * nptl/sem_trywait.c: ... here.
8696         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8697         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8698         * nptl/sem_wait.c: ... here.
8699         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8700         * nptl/structsem.sym: ... here.
8701         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8702         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8703         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8704         * nptl/unregister-atfork.c: ... here.
8705         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8706         * nptl/unwindbuf.sym: ... here.
8707         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8708         * sysdeps/nptl/fork.c: ... here.
8709         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8710         * sysdeps/nptl/fork.h: ... here.
8711         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8712         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8713         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8714         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8715         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8716         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8717         * sysdeps/unix/sysv/linux/getpid.c: ... here.
8718         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8719         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8720         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8721         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8722         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8723         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8724         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8725         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8726         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8727         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8728         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8729         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8730         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8731         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8732         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8733         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8734         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8735         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8736         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8737         * sysdeps/unix/sysv/linux/raise.c: ... here.
8738         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8739         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8740         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8741         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8742         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8743         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8744         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8745         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8746         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8747         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8748         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8749         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8750         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8751         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8752         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8754 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8756         * sysdeps/generic/memcopy.h: Add comment for
8757         MEMCPY_OK_FOR_FWD_MEMMOVE.
8759 2014-07-04  Will Newton  <will.newton@linaro.org>
8761         * string/memchr.c: Merge from gnulib.
8762         [_LIBC]: Remove conditionals.
8763         (__ptr_t): Remove define.
8764         (LONG_MAX_32_BITS): Likewise.
8765         (LONG_MAX): Likewise.
8766         (MEMCHR): Use ANSI prototype and optimize algorithm.
8768         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8770 2014-07-03  Roland McGrath  <roland@hack.frob.com>
8772         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8773         (lll_futex_timed_wait_bitset): Fix syscall argument count.
8775         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8776         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8777         in a bare environment with no <stdlib.h> installed.
8778         * sysdeps/nptl/configure: Regenerated.
8780         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8782         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8783         AC_EGREP_CPP for kernel header checks, so they only succeed if
8784         including <linux/version.h> actually works right.
8785         * sysdeps/unix/sysv/linux/configure: Regenerated.
8787         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8788         value so it's not diagnosed as unused.
8790         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8791         thing) with "ifeq ($(subdir),rt)".
8793 2014-07-03  Richard Henderson  <rth@redhat.com>
8795         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8796         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8797         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8799         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8800         (math_force_eval): New.
8802         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8803         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8805         * sysdeps/alpha/fpu/s_round.c: Remove file.
8806         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8808         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8809         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8810         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8811         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8812         (_dl_start, print_statistics): Likewise.
8813         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8814         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8816         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8817         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8818         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8819         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8820         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8821         (HP_SMALL_TIMING_AVAIL): Define.
8822         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8823         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8824         (HP_SMALL_TIMING_AVAIL): Define.
8825         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8826         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8828         * sysdeps/aarch64/hp-timing.h: New file.
8830         * sysdeps/generic/hp-timing.h: Remove dead comment.
8831         * sysdeps/generic/hp-timing-common.h: New file.
8832         * sysdeps/alpha/hp-timing.h: Include it.
8833         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8834         * sysdeps/i386/i686/hp-timing.h: Likewise.
8835         * sysdeps/ia64/hp-timing.h: Likewise.
8836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8837         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8838         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8839         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8840         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8841         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8842         (hp_timing_t): New.
8844         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8845         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8846         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8847         * elf/rtld.c (_dl_start_final): Likewise.
8848         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8849         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8850         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8851         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8852         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8853         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8854         (HP_TIMING_DIFF_INIT): Remove.
8855         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8856         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8857         (HP_TIMING_DIFF_INIT): Remove.
8858         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8859         * sysdeps/i386/i686/hp-timing.c: Remove file.
8860         * sysdeps/x86_64/hp-timing.c: Remove file.
8861         * sysdeps/ia64/hp-timing.c: Remove file.
8862         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8863         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8864         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8865         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8867         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8868         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8869         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8870         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8871         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8872         (HP_TIMING_ACCUM): Remove.
8873         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8874         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8875         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8877         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8878         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8879         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8880         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8881         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8882         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8883         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8884         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8886         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8888 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
8890         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8892 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8894         Sync up with gettext.
8895         * intl/loadmsgcat.c: Define O_BINARY if not defined.
8896         [_MSC_VER]: Include malloc.h
8897         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8898         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8899         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
8900         TEMP_FAILURE_RETRY.  Cast return of alloca.
8901         [!_LIBC] Call gl_rwlock_init.
8902         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8904 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8906         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8907         before checking its value.
8909 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8911         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8913         * debug/memcpy_chk.c: Don't include pagecopy.h.
8914         * debug/mempcpy_chk.c: Likewise.
8915         * string/memcpy.c: Likewise.
8916         * string/memmove.c: Likewise.
8917         * sysdeps/powerpc/memmove.c: Likewise.
8918         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
8919         definition of PAGE_COPY_FWD_MAYBE here...
8920         * sysdeps/generic/pagecopy.h: ... from here.
8921         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8923 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8924             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8926         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8927         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8928         optimizations.
8929         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8930         (__libc_ifunc_impl_list): Likewise.
8931         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8932         multiarch strcat for PPC64.
8933         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8934         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8936 2014-07-02  Roland McGrath  <roland@hack.frob.com>
8938         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8940 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8942         * intl/loadmsgcat.c: Remove declaration of
8943         get_sysdep_segment_value.
8944         (get_sysdep_segment_value): Use ISO C style.
8945         (_nl_load_domain): Use ISO C style.  Get rid of redundant
8946         semicolon.  Fix typo and formatting in comment.
8947         (_nl_unload_domain): Use ISO C style.
8949         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8951 2014-07-02  Will Newton  <will.newton@linaro.org>
8953         * malloc/obstack.c: Merge from gnulib master.
8954         [HAVE_CONFIG_H]: Remove conditional code.
8955         [!_LIBC]: Include config.h.
8956         [!ELIDE_CODE]: Don't include inttypes.h, include
8957         stdint.h unconditionally.
8958         (print_and_abort): Mark as _Noreturn.
8959         (_obstack_allocated_p): Mark as __attribute_pure__.
8960         (obstack_free): Rename to __obstack_free.
8961         [!__attribute__]: Remove conditional code.
8962         * malloc/obstack.h: Merge from gnulib master.
8963         [__cplusplus]: Move conditional down.
8964         [!__attribute_pure__]: Define __attribute_pure__ here
8965         if it is not already defined.
8966         (_obstack_memory_used): Mark as __attribute_pure__.
8967         [!__obstack_free]: Define as obstack_free.
8968         [__GNUC__]: Remove check for ancient NeXT gcc.
8970 2014-07-02  Will Newton  <will.newton@linaro.org>
8971             Paul Eggert  <eggert@cs.ucla.edu>
8973         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
8975 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8977         * resolv/gethnamaddr.c: Add comment warning that the file is
8978         not maintained.
8980 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
8982         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
8983         entries.
8985         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
8986         entry for aio_cancel and aio_cancel64.
8987         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
8988         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
8989         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
8990         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
8991         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
8992         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
8993         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
8994         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
8995         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
8996         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
8997         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
8998         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
8999         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9001 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9003         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9004         * nptl/pthread_mutex_lock.c: Likewise.
9005         * nptl/pthread_mutex_timedlock.c: Likewise.
9006         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9008 2014-07-01  Richard henderson  <rth@redhat.com>
9010         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9011         (__isnan, __isnanl): Remove.
9012         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9014         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9016 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9018         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9020 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9022         * resolv/nss_dns/dns-host.c (getanswer_r)
9023         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9025 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9027         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9028         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9029         undefine.
9030         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9031         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9033 2014-07-01  Roland McGrath <roland@hack.frob.com>
9035         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9036         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9038         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9039         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9041         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9042         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9043         ... here.
9044         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9045         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9047         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9048         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9049         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9050         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9052         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9053         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9054         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9055         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9056         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9057         Moved ...
9058         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9059         ... here.
9060         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9061         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9062         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9063         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9064         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9065         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9066         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9067         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9068         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9069         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9070         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9071         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9072         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9073         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9074         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9075         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9076         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9077         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9078         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9079         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9080         ... here.
9081         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9082         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9083         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9084         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9085         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9086         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9087         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9088         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9090 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9092         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9093         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9094         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9095         Add sysdep.
9097 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9099         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9101 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9103         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9104         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9106         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9108         * sysdeps/arm/libm-test-ulps: Regenerated.
9110 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9111             Roland McGrath <roland@hack.frob.com>
9113         * test-skeleton.c (signal_handler): Kill the whole process group
9114         before killing the child individually.
9115         (main): Report any failure on `setpgid'.
9117 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9119         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9120         from _TLS_H to _ARM_NPTL_TLS_H.
9121         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9122         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9124 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9126         [BZ #16539]
9127         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9128         (__expm1l): Return argument unchanged when small but not
9129         subnormal.
9131         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9132         include macro name.
9133         (_FP_UNPACK_RAW_1_P): Likewise.
9134         (_FP_PACK_RAW_1): Likewise.
9135         (_FP_PACK_RAW_1_P): Likewise.
9136         (_FP_MUL_MEAT_1_wide): Likewise.
9137         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9138         (_FP_MUL_MEAT_1_hard): Likewise.
9139         (_FP_DIV_MEAT_1_imm): Likewise.
9140         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9141         (_FP_DIV_MEAT_1_udiv): Likewise.
9142         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9143         (_FP_UNPACK_RAW_2): Likewise.
9144         (_FP_UNPACK_RAW_2_P): Likewise.
9145         (_FP_PACK_RAW_2): Likewise.
9146         (_FP_PACK_RAW_2_P): Likewise.
9147         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9148         (_FP_MUL_MEAT_2_wide): Likewise.
9149         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9150         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9151         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9152         (_FP_MUL_MEAT_2_gmp): Likewise.
9153         (_FP_DIV_MEAT_2_udiv): Likewise.
9154         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9155         (_FP_FRAC_SRL_4): Likewise.
9156         (_FP_FRAC_SRST_4): Likewise.
9157         (_FP_FRAC_SRS_4): Likewise.
9158         (_FP_UNPACK_RAW_4): Likewise.
9159         (_FP_UNPACK_RAW_4_P): Likewise.
9160         (_FP_PACK_RAW_4): Likewise.
9161         (_FP_PACK_RAW_4_P): Likewise.
9162         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9163         (_FP_MUL_MEAT_4_wide): Likewise.
9164         (_FP_MUL_MEAT_4_gmp): Likewise.
9165         (umul_ppppmnnn): Likewise.
9166         (_FP_DIV_MEAT_4_udiv): Likewise.
9167         (__FP_FRAC_ADD_4): Likewise.
9168         (__FP_FRAC_SUB_3): Likewise.
9169         (__FP_FRAC_SUB_4): Likewise.
9170         (__FP_FRAC_DEC_3): Likewise.
9171         (__FP_FRAC_DEC_4): Likewise.
9172         (__FP_FRAC_ADDI_4): Likewise.
9173         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9174         (_FP_FRAC_SRL_8): Likewise.
9175         (_FP_FRAC_SRS_8): Likewise.
9177         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9178         include macro name.
9179         (FP_UNPACK_RAW_EP): Likewise.
9180         (FP_PACK_RAW_E): Likewise.
9181         (FP_PACK_RAW_EP): Likewise.
9182         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9183         (_FP_ISSIGNAN): Likewise.
9184         (_FP_ADD_INTERNAL): Likewise.
9185         (_FP_FMA): Likewise.
9186         (_FP_CMP): Likewise.
9187         (_FP_SQRT): Likewise.
9188         (_FP_TO_INT): Likewise.
9189         (_FP_FROM_INT): Likewise.
9190         (FP_EXTEND): Likewise.
9191         (_FP_DIV_MEAT_N_loop): Likewise.
9193 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9195         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9196         throughout.
9198 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9200         [BZ #17097]
9201         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9202         result with correct sign in case of exponents that produce
9203         overflow except for X very close to 1.
9205 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9207         mktime: merge #if/#ifdef usage from glibc
9208         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9209         as that works with both Glibc's and Gnulib's style.
9210         See thread starting at Siddhesh Poyarekar's bug report at:
9211         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9213 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9215         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9216         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9217         * sysdeps/tile/tilegx/memmove.c: Remove file.
9219 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9221         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9222         abi-name definition.
9223         * scripts/soversions.awk: Do not handle or generate ABI lines.
9224         * shlib-versions: Remove ABI entries.
9225         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9226         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9228 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9230         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9231         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9232         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9233         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9234         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9235         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9236         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9237         Moved ...
9238         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9239         ... here.
9240         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9241         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9242         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9243         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9244         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9245         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9246         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9247         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9248         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9249         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9250         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9251         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9252         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9253         Moved ...
9254         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9255         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9256         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9257         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9258         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9259         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9260         Moved ...
9261         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9262         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9263         Moved ...
9264         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9265         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9266         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9267         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9268         Moved ...
9269         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9270         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9271         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9272         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9273         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9274         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9277         Moved ...
9278         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9279         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9280         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9281         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9282         Moved ...
9283         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9284         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9285         Moved ...
9286         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9287         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9288         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9289         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9290         Moved ...
9291         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9292         ... here.
9293         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9294         Identical file removed.
9295         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9296         Moved ...
9297         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9298         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9299         Identical file removed.
9300         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9301         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9302         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9303         Moved ...
9304         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9305         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9306         Identical file removed.
9307         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9308         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9309         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9310         Identical file removed.
9311         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9312         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9313         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9314         Identical file removed.
9315         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9316         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9317         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9318         Identical file removed.
9319         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9320         Moved ...
9321         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9322         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9323         Identical file removed.
9324         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9325         Moved ...
9326         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9330         Identical file removed.
9331         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9332         Moved ...
9333         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9334         ... here.
9335         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9336         Identical file removed.
9337         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9338         Moved ...
9339         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9340         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9341         Identical file removed.
9342         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9343         Moved ...
9344         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9345         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9346         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9347         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9348         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9349         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9350         Moved ...
9351         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9352         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9353         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9355         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9356         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9357         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9358         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9359         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9361 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9363         [BZ #17092]
9364         * nscd/nscd.c (monitor_child): Return exit status of child
9365         instead of return value from wait syscall.
9367 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9369         * configure.ac (libc_commonpagesize): Remove variable.
9370         (libc_relro_required): Likewise.
9371         (libc_cv_z_relro): Remove configure test.
9372         * configure: Regenerated.
9373         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9374         variable.
9375         (libc_relro_required): Likewise.
9376         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9377         (libc_relro_required): Likewise.
9378         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9379         (libc_relro_required): Likewise.
9380         * sysdeps/arm/preconfigure: Regenerated.
9381         * sysdeps/ia64/preconfigure: Remove file.
9382         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9383         variable.
9384         (libc_relro_required): Likewise.
9386         [BZ #16561]
9387         [BZ #16562]
9388         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9389         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9390         recompute overflowing results in original rounding mode.
9391         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9392         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9393         recompute overflowing results in original rounding mode.
9394         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9395         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9396         recompute overflowing results in original rounding mode.
9397         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9398         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9399         recompute overflowing results in original rounding mode.
9400         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9401         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9402         recompute overflowing results in original rounding mode.
9403         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9404         (libc_feholdsetround_ctx): New macro.
9405         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9406         * sysdeps/i386/fpu/libm-test-ulps: Update.
9407         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9409 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9411         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9412         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9413         corresponding .cpsetup call.
9415 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9417         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9418         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9419         * sysdeps/arm/Makefile [$(subdir) = csu]
9420         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9421         (static-only-routines): Add aeabi_read_tp here.
9422         (shared-only-routines): Add libc-aeabi_read_tp here.
9423         (CFLAGS-libc-start.c): Add -fexceptions here.
9424         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9425         (sysdep_routines, static-only-routines, shared-only-routines):
9426         Don't add to these here.
9427         (CFLAGS-libc-start.c): Likewise.
9429         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9430         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9431         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9432         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9433         * sysdeps/arm/Makefile [$(subdir) = rt]
9434         (librt-sysdep_routines, librt-shared-only-routines):
9435         Append rt-aeabi_unwind_cpp_pr1 here.
9436         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9437         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9438         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9439         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9440         Append nptl-aeabi_unwind_cpp_pr1 here.
9441         (tests): Filter out tst-cleanupx4 here.
9442         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9443         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9444         Don't do those here.
9446 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9448         * scripts/list-sources.sh: Do not handle ports specially.
9450 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9452         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9453         * sysdeps/arm/feupdateenv.c: Likewise.
9455         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9457 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9459         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9460         trailing whitespace removed.
9461         * scripts/config.guess: Update to version 2014-03-23.
9462         * scripts/config.sub: Update to version 2014-05-01
9463         * scripts/install-sh: Update to version 2013-12-25.23.
9464         * scripts/move-if-change: Update from gnulib.
9466 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9468         * debug/memmove_chk.c: Remove pagecopy.h include.
9470 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
9472         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
9473         identical to gnulib mktime.
9475 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9477         * configure.ac: Do not test for machine being rs6000.  Do not test
9478         for powerpc*-*soft.
9479         * configure: Regenerated.
9481         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9482         test.
9483         * configure: Regenerated.
9484         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9485         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9486         Remove configure test.
9487         * sysdeps/arm/configure: Regenerated.
9488         * sysdeps/nptl/configure.ac: Do not check
9489         libc_cv_asm_cfi_directives.
9490         * sysdeps/nptl/configure: Regenerated.
9491         * sysdeps/x86_64/nptl/configure.ac: Remove file.
9492         * sysdeps/x86_64/nptl/configure: Remove generated file.
9493         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9494         unconditional.
9495         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9497 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9499         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9500         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9501         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9502         it is defined.
9504         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9505         instead of whether it is defined.
9506         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9507         * sysdeps/hppa/dl-machine.h: Likewise.
9508         * sysdeps/ia64/dl-machine.h: Likewise.
9509         * sysdeps/m68k/dl-machine.h: Likewise.
9510         * sysdeps/microblaze/dl-machine.h: Likewise.
9511         * sysdeps/mips/dl-machine.: Likewise.
9512         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9513         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9514         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9515         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9516         * sysdeps/sh/dl-machine.h: Likewise.
9517         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9518         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9519         * sysdeps/tile/dl-machine.h: Likewise.
9520         * sysdeps/x86_64/dl-machine.h: Likewise.
9522         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9523         code.
9524         (verify_persistent_db): Likewise.
9526 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9528         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9529         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9530         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9533         Moved ...
9534         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9535         ... here.
9536         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9539         Identical file removed.
9540         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9541         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9542         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9543         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9544         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9545         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9547         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9548         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9549         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9550         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9553         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9554         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9555         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9556         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9557         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9558         Moved ...
9559         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9560         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9561         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9563         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9565         Identical file removed.
9566         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9567         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9568         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9569         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9571         Moved ...
9572         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9573         ... here.
9574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9575         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9576         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9577         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9578         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9579         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9581         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9582         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9583         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9584         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9585         Moved ...
9586         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9587         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9590         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9595         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9596         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9598         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9599         folded into ...
9600         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9601         * sysdeps/unix/sysv/linux/s390/Versions
9602         (libpthread: GLIBC_2.19): New version set.
9603         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9604         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9605         (librt: GLIBC_2.3.3): New version set.
9606         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9607         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9608         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9609         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9610         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9611         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9612         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9614         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9615         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9616         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9617         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9618         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9619         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9620         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9622         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9624         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9625         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9626         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9627         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9628         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9629         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9630         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9631         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9632         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9633         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9634         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9636         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9637         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9638         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9639         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9640         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9641         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9642         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9643         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9644         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9645         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9646         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9647         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9648         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9649         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9650         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9653         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9654         (__libc_vfork): Define the function under this name.
9655         [!NOT_IN_libc] (__vfork): Make this an alias.
9656         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9657         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9658         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9659         (__libc_vfork): Define the function under this name.
9660         [!NOT_IN_libc] (__vfork): Make this an alias.
9661         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9662         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9663         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9665         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9666         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9668         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9669         code that was previously under [RESET_PID].
9670         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9671         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9672         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9674         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9675         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9676         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9677         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9678         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9679         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9680         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9681         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9682         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9683         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9684         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9685         Moved ...
9686         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9687         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9688         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9689         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9690         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9691         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9692         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9693         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9694         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9695         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9696         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9697         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9698         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9699         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9700         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9701         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9702         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9703         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9704         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9705         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9706         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9707         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9708         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9709         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9710         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9711         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9712         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9713         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9714         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9716 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9718         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9719         that was previously under [RESET_PID].
9720         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9722 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
9724         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9725         not undefine and redefine.
9726         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9727         [O_CLOEXEC]: Make code unconditional.
9728         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9729         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9730         <kernel-features.h>.
9731         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9732         conditional variable definition.
9733         (shm_open) [O_CLOEXEC]: Make code unconditional.
9734         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9735         code.
9737         * configure.ac (USE_REGPARMS): Don't define here.
9738         * configure: Regenerated.
9739         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9740         * sysdeps/i386/configure: Regenerated.
9742         * nptl/createthread.c: Don't include kernel-features.h.
9743         * nptl/pthread_cancel.c: Likewise.
9744         * nptl/pthread_condattr_setclock.c: Likewise.
9745         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9746         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9747         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9748         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9749         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9750         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9751         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9752         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9753         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9754         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9755         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9756         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9757         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9758         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9759         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9760         * nscd/gai.c: Likewise.
9761         * nss/nss_db/db-open.c: Likewise.
9762         * sysdeps/generic/ldsodefs.h: Likewise.
9763         * sysdeps/sh/nptl/tls.h: Likewise.
9764         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9765         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9766         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9767         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9768         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9769         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9770         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9771         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9772         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9773         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9774         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9775         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9776         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9777         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9778         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9779         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9780         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9781         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9782         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9783         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9784         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9785         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9786         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9787         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9788         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9789         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9790         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9791         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9792         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9793         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9794         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9795         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9796         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9797         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9798         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9799         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9800         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9801         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9802         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9803         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9804         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9805         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9806         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9807         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9808         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9809         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9810         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9811         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9812         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9813         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9814         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9815         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9816         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9817         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9818         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9819         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9820         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9821         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9844         * sysdeps/unix/sysv/linux/pread.c: Likewise.
9845         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9846         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9847         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9848         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9849         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9850         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9851         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9852         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9853         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9854         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9855         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9856         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9857         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9858         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9859         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9860         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9861         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9862         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9863         * sysdeps/unix/sysv/linux/system.c: Likewise.
9864         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9865         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9866         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9867         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9868         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9869         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9870         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9872         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9873         * configure: Regenerated.
9874         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9876         * configure.ac (base_machine): Do not set specially for particular
9877         machines here.
9878         * configure: Regenerated.
9879         * sysdeps/powerpc/preconfigure: Move machine and base_machine
9880         settings from configure.ac.
9881         * sysdeps/i386/preconfigure: New file.
9882         * sysdeps/s390/preconfigure: Likewise.
9883         * sysdeps/sh/preconfigure: Likewise.
9884         * sysdeps/sparc/preconfigure: Likewise.
9886 2014-06-25  Roland McGrath  <roland@hack.frob.com>
9888         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9889         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9890         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9891         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9892         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9893         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9894         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9895         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9896         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9897         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9898         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9899         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9900         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9901         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9902         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9903         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9904         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9905         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9906         * sysdeps/sparc/sparc64/Makefile: ... appended here.
9908         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9909         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9910         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9911         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9912         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9913         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9914         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9915         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9916         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9917         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9918         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9919         * sysdeps/sparc/sparc32/sem_post.c: ... here.
9920         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9921         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9922         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9923         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9924         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9925         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9926         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9927         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9928         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9929         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9930         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9931         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9932         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9933         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9934         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9935         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9936         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9937         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9938         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9939         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9940         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9941         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9942         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9943         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9944         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9945         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9947         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9948         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9949         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9950         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9951         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
9952         Moved ...
9953         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
9954         ... here.
9955         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
9956         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
9957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
9958         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
9959         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
9960         Moved ...
9961         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
9962         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
9963         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
9964         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
9965         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
9966         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
9967         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
9969         Moved ...
9970         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
9972         Moved ...
9973         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
9974         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
9975         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
9976         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
9977         Moved ...
9978         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
9982         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
9983         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
9984         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
9985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
9988         Moved ...
9989         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
9990         ... here.
9991         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
9992         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
9993         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
9994         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
9995         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
9998         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
9999         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10001         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10002         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10003         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10004         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10005         Moved ...
10006         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10008         Moved ...
10009         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10011         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10012         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10013         Moved ...
10014         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10016         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10017         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10018         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10020 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10022         * timezone/checktab.awk: Update from tzcode 2014e.
10023         * timezone/private.h: Likewise.
10024         * timezone/tzfile.h: Likewise.
10025         * timezone/zdump.c: Likewise.
10026         * timezone/zic.c: Likewise.
10028         * sysdeps/unix/sysv/linux/kernel-features.h
10029         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10030         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10031         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10032         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10033         Remove conditional code.
10035 2014-06-25  Will Newton  <will.newton@linaro.org>
10037         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10038         (_dl_arm_cap_flags): Add HWCAP2 values.
10039         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10040         (_DL_HWCAP_COUNT): Increase to 37.
10041         (_DL_HWCAP_LAST): New define.
10042         (_DL_HWCAP2_LAST): New define.
10043         (_dl_procinfo): Add support for printing
10044         AT_HWCAP2 entries.
10045         (_dl_string_hwcap): Use _dl_hwcap_string.
10047 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10049         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10051 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10053         * README: Do not mention ports directory.
10055         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10056         Remove macro.
10057         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10058         <kernel-features.h>.
10059         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10060         conditional variable definition.
10061         (__futimes): Update comment.
10062         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10063         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10065         [BZ #16560]
10066         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10067         arguments close to 0.
10068         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10069         Likewise.
10070         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10071         Likewise.
10072         * math/auto-libm-test-in: Add more tests of exp10.
10073         * math/auto-libm-test-out: Regenerated.
10074         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10076         * sysdeps/unix/sysv/linux/kernel-features.h
10077         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10078         * sysdeps/unix/sysv/linux/readv.c: Do not include
10079         <kernel-features.h>.
10080         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10081         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10082         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10083         unconditional.
10084         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10085         conditional code.
10086         * sysdeps/unix/sysv/linux/writev.c: Do not include
10087         <kernel-features.h>.
10088         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10089         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10090         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10091         unconditional.
10092         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10093         conditional code.
10095 2014-06-25  Will Newton  <will.newton@linaro.org>
10097         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10098         comment changes throughout the file.  Remove checks
10099         for HAVE_*_H definitions that are not required.
10100         (__gen_tempname): Call abort if an unknown kind value is
10101         passed.
10103 2014-06-25  Andreas Schwab  <schwab@suse.de>
10105         [BZ #17086]
10106         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10107         scalbln, scalblnf, scalblnl in libc.
10109 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10111         [BZ #17086]
10112         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10113         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10114         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10116 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10118         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10119         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10120         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10121         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10122         Update #include.
10123         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10124         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10125         Update #include.
10126         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10127         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10128         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10129         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10130         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10131         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10132         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10133         * sysdeps/x86/bits/semaphore.h: ... here.
10134         * sysdeps/x86/nptl/elide.h: Moved ...
10135         * sysdeps/x86/elide.h: ... here.
10136         * sysdeps/x86_64/nptl/Implies: File removed.
10137         * sysdeps/i386/nptl/Implies: File removed.
10139 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10141         [BZ #16539]
10142         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10143         return the argument for normal arguments with exponent below -64.
10144         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10145         Likewise.
10146         * math/auto-libm-test-in: Add another test of expm1.
10147         * math/auto-libm-test-out: Regenerated.
10149         [BZ #16287]
10150         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10151         calling __erfcl for arguments at least 16.
10152         * math/auto-libm-test-in: Add more tests of erf.
10153         * math/auto-libm-test-out: Regenerated.
10155         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10156         individual architectures.
10157         * sysdeps/unix/sysv/linux/configure: Regenerated.
10158         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10159         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10160         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10161         (ldd_rewrite_script): Define variable.
10162         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10164         file.
10165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10166         generated file.
10167         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10168         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10169         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10170         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10171         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10172         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10173         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10174         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10176 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10178         [BZ #17084]
10179         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10180         Rename member __data.d to __data.__elision_data.
10182 2014-06-24  Wilco  <wdijkstr@arm.com>
10184         * NEWS: Add 16918 to fixed bug list.
10186 2014-06-24  Wilco  <wdijkstr@arm.com>
10188         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10190 2014-06-24  Wilco  <wdijkstr@arm.com>
10192         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10193         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10194         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10195         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10196         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10197         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10198         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10199         Use _FPU_MASK_RM.
10201 2014-06-24  Wilco  <wdijkstr@arm.com>
10203         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10205 2014-06-24  Wilco  <wdijkstr@arm.com>
10207         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10208         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10209         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10210         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10212 2014-06-24  Wilco  <wdijkstr@arm.com>
10214         [BZ #16918]
10215         * sysdeps/arm/feupdateenv.c (feupdateenv):
10216         Rewrite to reduce FPSCR accesses and fix return value.
10218 2014-06-24  Wilco  <wdijkstr@arm.com>
10220         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10221         Optimize to avoid unnecessary FPSCR writes.
10222         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10223         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10224         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10225         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10227 2014-06-24  Wilco  <wdijkstr@arm.com>
10229         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10230         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10231         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10232         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10233         Call libc_fetestexcept_vfp.
10234         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10235         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10236         __SOFTFP__ ifdef so that they can be built for softfp.
10238 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10240         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10241         argument type signed char.
10243         * Makerules (check-abi): Dump diff of symlist if the test
10244         fails.
10246 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10248         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10249         using abort.
10251         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10252         Remove unused variable ST.
10254 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10256         [BZ #16354]
10257         [BZ #17061]
10258         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10259         small arguments before calling __expm1.
10260         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10261         small arguments before calling __expm1f.
10262         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10263         small arguments before calling __expm1l.
10264         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10265         Likewise.
10266         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10267         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10268         spurious underflow for some cosh tests.
10269         * math/auto-libm-test-out: Regenerated.
10270         * sysdeps/i386/fpu/libm-test-ulps: Update.
10272         [BZ #17050]
10273         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10274         (__ieee754_y1): Set errno if return value overflows.
10275         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10276         (__ieee754_y1f): Set errno if return value overflows.
10277         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10278         (__ieee754_y1l): Set errno if return value overflows.
10279         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10280         (__ieee754_y1l): Set errno if return value overflows.
10281         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10282         * math/auto-libm-test-out: Regenerated.
10284         * math/gen-auto-libm-tests.c: Document use of
10285         ignore-zero-inf-sign.
10286         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10287         (input_flags): Add ignore-zero-inf-sign.
10288         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10289         * math/gen-libm-test.pl (generate_testfile): Handle
10290         ignore-zero-inf-sign.
10291         * math/auto-libm-test-in: Mark some cpow tests with
10292         ignore-zero-inf-sign and some with xfail-rounding.
10293         * math/auto-libm-test-out: Regenerated.
10294         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10295         * sysdeps/i386/fpu/libm-test-ulps: Update.
10296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10298         [BZ #16315]
10299         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10300         overflowing or underflowing operations take place with sign of
10301         result.
10302         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10303         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10304         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10305         (__ieee754_pow): Recompute overflowing and underflowing results in
10306         original rounding mode.
10307         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10308         (__powl_helper): Allow negative argument X and scale negated value
10309         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10310         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10311         overflowing or underflowing operations take place with sign of
10312         result.
10313         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10314         Include <math.h>.
10315         * math/auto-libm-test-in: Add more tests of pow.
10316         * math/auto-libm-test-out: Regenerated.
10317         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10318         (pow_tonearest_test_data): Remove.
10319         (pow_test_tonearest): Likewise.
10320         (pow_towardzero_test_data): Likewise.
10321         (pow_test_towardzero): Likewise.
10322         (pow_downward_test_data): Likewise.
10323         (pow_test_downward): Likewise.
10324         (pow_upward_test_data): Likewise.
10325         (pow_test_upward): Likewise.
10326         (main): Don't call removed functions.
10327         * sysdeps/i386/fpu/libm-test-ulps: Update.
10328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10330 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10333         Moved ...
10334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10339         Moved ...
10340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10342         Moved ...
10343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10345         File removed.
10346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10347         File removed.
10348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10349         File removed.
10350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10351         File removed.
10352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10353         File removed.
10354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10355         File removed.
10356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10357         File removed.
10358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10359         File removed.
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10361         File removed.
10362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10363         File removed.
10364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10365         File removed.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10367         File removed.
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10369         Moved ...
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10372         Moved ...
10373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10374         ... here.
10375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10379         Moved ...
10380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10382         Moved ...
10383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10385         Moved ...
10386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10394         Moved ...
10395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10398         ... here.
10399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10400         Moved ...
10401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10403         Moved ...
10404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10405         ... here.
10406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10407         Moved ...
10408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10409         ... here.
10410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10411         Moved ...
10412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10413         ... here.
10414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10415         Moved ...
10416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10418         Moved ...
10419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10423         Moved ...
10424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10425         ... here.
10426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10427         Moved ...
10428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10429         ... here.
10430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10434         Moved ...
10435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10437         Moved ...
10438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10440         Moved ...
10441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10443         Moved ...
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10445         ... here.
10446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10447         Moved ...
10448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10450         Moved ...
10451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10453         Moved ...
10454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10456         Moved ...
10457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10461         Moved ...
10462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10464         Moved ...
10465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10467         Moved ...
10468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10469         ... here.
10470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10471         Moved ...
10472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10473         ... here.
10474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10475         Moved ...
10476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10477         ... here.
10478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10479         Moved ...
10480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10482         Moved ...
10483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10485         Moved ...
10486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10488         Moved ...
10489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10490         ... here.
10491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10492         Moved ...
10493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10494         ... here.
10495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10496         Moved ...
10497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10498         ... here.
10499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10500         Moved ...
10501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10503         Moved ...
10504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10506 2014-06-23  Will Newton  <will.newton@linaro.org>
10507             Wilco  <wdijkstr@arm.com>
10509         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10510         implementation.  Include get-rounding-mode.h.
10511         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10512         [!libc_feholdsetround_noex_ctx]: Define
10513         libc_feholdsetround_noex_ctx.
10514         [!libc_feholdsetround_noexf_ctx]: Define
10515         libc_feholdsetround_noexf_ctx.
10516         [!libc_feholdsetround_noexl_ctx]: Define
10517         libc_feholdsetround_noexl_ctx.
10518         (libc_feholdsetround_ctx): New function.
10519         (libc_feresetround_ctx): New function.
10520         (libc_feholdsetround_noex_ctx): New function.
10521         (libc_feresetround_noex_ctx): New function.
10523 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10525         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10526         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10527         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10528         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10529         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10530         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10532         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10533         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10534         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10535         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10536         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10537         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10538         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10539         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10540         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10541         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10542         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10543         Moved ...
10544         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10545         ... here.
10546         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10547         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10548         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10549         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10550         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10551         Moved ...
10552         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10553         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10554         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10555         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10556         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10557         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10558         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10559         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10560         Moved ...
10561         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10562         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10563         Moved ...
10564         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10565         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10566         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10567         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10568         Moved ...
10569         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10570         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10571         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10572         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10573         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10574         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10575         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10576         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10577         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10578         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10579         Moved ...
10580         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10581         ... here.
10582         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10583         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10584         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10585         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10586         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10587         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10588         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10589         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10590         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10591         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10592         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10593         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10594         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10595         Moved ...
10596         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10597         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10598         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10599         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10600         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10601         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10602         Moved ...
10603         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10604         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10605         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10606         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10607         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10609         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10610         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10611         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10612         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10613         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10614         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10615         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10616         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10617         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10618         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10619         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10620         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10621         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10622         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10623         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10624         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10625         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10626         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10627         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10628         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10629         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10630         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10631         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10632         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10633         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10634         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10635         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10636         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10638 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10640         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10641         (FALLOC_FL_COLLAPSE_RANGE): New macro.
10642         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10643         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10644         (IPV6_PMTUDISC_INTERFACE): Likewise.
10645         (IPV6_PMTUDISC_OMIT): Likewise.
10647 2014-06-23  Andreas Schwab  <schwab@suse.de>
10649         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10650         Remove unused errout label.
10652 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10654         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10655         macro: hardware supports Vector Crypto instructions.
10657 2014-06-23  Will Newton  <will.newton@linaro.org>
10659         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10660         rather than __builtin_expect.
10662         * elf/dl-lookup.c (undefined_msg): Remove variable.
10663         (_dl_lookup_symbol_x): Replace undefined_msg with string
10664         literal.
10666         * elf/dl-lookup.c (do_lookup_unique): New function.
10667         (do_lookup_x): Move STB_GNU_UNIQUE handling code
10668         to a separate function.
10670 2014-06-23  Andreas Schwab  <schwab@suse.de>
10672         [BZ #17079]
10673         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10674         before reading the next line.
10676 2014-06-23  Will Newton  <will.newton@linaro.org>
10678         * test-skeleton.c (signal_handler): Use printf and %m
10679         rather than perror.  Use printf rather than fprintf to
10680         stderr.  Use puts rather than fputs to stderr.
10681         (main): Likewise.
10683 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
10685         * nscd/nscd.c (thread_info_t): Remove typedef.
10686         (thread_info): Remove variable.
10688 2014-06-21  Allan McRae  <allan@archlinux.org>
10690         * NEWS: Mention CVE-2014-4043.
10692 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10694         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10695         * nptl/smp.h: ... here.
10697         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10699         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10700         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10701         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10702         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10704         * nptl/allocatestack.c: Include <stack-aliasing.h>.
10705         * nptl/stack-aliasing.h: New file.
10706         * sysdeps/i386/i686/stack-aliasing.h: New file.
10707         * sysdeps/i386/i686/nptl/Makefile: File removed.
10708         * sysdeps/x86_64/stack-aliasing.h: New file.
10709         * sysdeps/x86_64/nptl/Makefile
10710         (CFLAGS-pthread_create.c): Variable removed.
10712         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10713         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10714         old file.
10715         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10716         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10717         old file.
10719 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
10721         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10722         (__ASSUME_SIGFRAME_V2): Remove macro.
10723         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10724         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10725         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10726         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10727         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10728         Declare as function.  Remove conditional macro definitions.
10729         (__default_rt_sa_restorer): Likewise.
10730         (__default_sa_restorer_v1): Remove declaration.
10731         (__default_sa_restorer_v2): Likewise.
10732         (__default_rt_sa_restorer_v1): Likewise.
10733         (__default_rt_sa_restorer_v2): Likewise.
10734         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10735         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10736         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10738 2014-06-20  Roland McGrath  <roland@hack.frob.com>
10740         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10741         (libpthread-routines): Add sysdep.
10742         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10743         * sysdeps/unix/sysv/linux/sparc/Versions
10744         (libpthread: GLIBC_2.3.3): New version set.
10745         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10746         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10747         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10748         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10749         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
10750         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10751         Moved ...
10752         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10753         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10754         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10755         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10756         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10757         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10758         * sysdeps/sparc/nptl/sem_init.c: ... here.
10759         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10760         * sysdeps/sparc/nptl/sem_post.c: ... here.
10761         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10762         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10763         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10764         * sysdeps/sparc/nptl/sem_wait.c: ... here.
10765         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10766         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10767         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10768         (libpthread-routines): Add cpu_relax.
10769         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10770         File removed.
10771         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10772         (librt: GLIBC_2.3.3): New version set.
10773         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10774         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10775         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10776         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10777         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10778         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10779         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10781         Moved ...
10782         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10784         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10786         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10787         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10788         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10789         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10790         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10791         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10792         Moved ...
10793         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10794         Update #include.
10795         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10796         Moved ...
10797         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10798         Update #include.
10799         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10800         Moved ...
10801         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10802         Update #include.
10803         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10804         Moved ...
10805         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10806         Update #include.
10807         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10808         Moved ...
10809         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10810         Update #include.
10811         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10812         Moved ...
10813         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10814         Update #include.
10815         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10816         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10817         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10818         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10819         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10820         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10821         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10822         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10823         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10824         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10825         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10826         Moved ...
10827         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10828         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10829         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10830         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10831         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10833 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10835         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10836         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10837         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10838         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10839         * nscd/nscd.c: Likewise.
10840         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10841         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10842         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10843         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10845         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10846         <kernel-features.h>.
10847         (init_mq_netlink): Remove conditional have_sock_cloexec
10848         definitions.  Remove code conditional on have_sock_cloexec < 0.
10849         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10850         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10851         * sysdeps/unix/sysv/linux/opensock.c: Do not include
10852         <kernel-features.h>.
10853         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10854         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10856 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
10858         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10859         Add tests for memset_chk and memset.
10861         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10862         with AVX2_Usable.
10864 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10866         [BZ #16046]
10867         * elf/tst-dl-iter-static.c: New file.
10868         * elf/Makefile (tests-static): Add tst-dl-iter-static.
10870         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10871         error.
10873 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10875         * sysdeps/unix/sysv/linux/kernel-features.h
10876         (__ASSUME_F_GETOWN_EX): Remove macro.
10877         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10878         <kernel-features.h>.
10879         (miss_F_GETOWN_EX): Remove variable or macro.
10880         (do_fcntl): Do not check miss_F_GETOWN_EX.
10881         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10883         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10884         Remove macro.
10885         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10886         [!__ASSUME_AT_RANDOM]: Remove conditional code.
10887         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10889         * sysdeps/unix/sysv/linux/kernel-features.h
10890         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10891         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10892         [ADJ_OFFSET_SS_READ]: Make code unconditional.
10893         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10895 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
10897         [BZ #17075]
10898         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10899         Fix calculation of the symbol's value.
10900         * sysdeps/arm/tst-armtlsdescloc.c: New file.
10901         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10902         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10903         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10904         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10905         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10906         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10907         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10908         (modules-names): Add `tst-armtlsdescmod',
10909         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10910         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10911         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10912         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10913         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10914         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10915         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10916         ($(objpfx)tst-armtlsdescloc): New dependency.
10917         ($(objpfx)tst-armtlsdescextnow): Likewise.
10918         ($(objpfx)tst-armtlsdescextlazy): Likewise.
10919         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10920         TLS scheme support.
10921         * sysdeps/arm/configure: Regenerate.
10923 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
10925         * include/fcntl.h (__atfct_seterrno): Remove prototype.
10926         (__atfct_seterrno_2): Likewise.
10927         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10928         <kernel-features.h>.
10929         (__ASSUME_ATFCTS): Do not undefine and redefine.
10930         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10931         (__have_atfcts): Remove conditional definition.
10932         (__fxstatat([__NR_fstatat64]: Make code unconditional.
10933         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10934         unreachable if [__ASSUME_ATFCTS].
10935         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10936         not undefine and redefine.
10937         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10938         <kernel-features.h>.
10939         (faccessat) [__NR_faccessat]: Make code unconditional.
10940         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10941         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10942         <kernel-features.h>.
10943         (fchmodat) [__NR_fchmodat]: Make code unconditional.
10944         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10945         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10946         <kernel-features.h>.
10947         (fchownat) [__NR_fchownat]: Make code unconditional.
10948         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10949         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10950         <kernel-features.h>.
10951         (futimesat) [__NR_futimesat]: Make code unconditional.
10952         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
10953         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10954         <kernel-features.h>.
10955         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
10956         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10957         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10958         <kernel-features.h>.
10959         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
10960         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10961         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
10962         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10963         <kernel-features.h>.
10964         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
10965         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
10966         * sysdeps/unix/sysv/linux/linkat.c: Do not include
10967         <kernel-features.h>.
10968         (linkat) [__NR_linkat]: Make code unconditional.
10969         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
10970         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
10971         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
10972         <kernel-features.h>.
10973         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
10974         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
10975         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
10976         <kernel-features.h>.
10977         (mkdirat) [__NR_mkdirat]: Make code unconditional.
10978         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
10979         * sysdeps/unix/sysv/linux/openat.c: Do not include
10980         <kernel-features.h>.
10981         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
10982         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
10983         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
10984         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
10985         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
10986         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
10987         <kernel-features.h>.
10988         (readlinkat) [__NR_readlinkat]: Make code unconditional.
10989         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
10990         result of INLINE_SYSCALL directly, not via int variable.
10991         * sysdeps/unix/sysv/linux/renameat.c: Do not include
10992         <kernel-features.h>.
10993         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
10994         (renameat) [__NR_renameat]: Make code unconditional.
10995         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
10996         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
10997         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
10998         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
10999         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11000         (__ASSUME_ATFCTS): Do not undefine and redefine.
11001         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11002         <kernel-features.h>.
11003         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11004         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11005         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11006         <kernel-features.h>.
11007         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11008         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11009         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11010         (__ASSUME_ATFCTS): Do not undefine and redefine.
11011         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11012         <kernel-features.h>.
11013         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11014         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11015         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11016         <kernel-features.h>.
11017         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11018         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11020 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11022         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11024 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11026         [BZ #17069]
11027         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11028         constructed tree before returning error.
11029         * posix/bug-regexp36.c: Expand test case.
11031 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11033         [BZ #6803]
11034         * math/libm-test.inc (scalbln_test_date):
11035         Add errno expectations.
11036         * math/w_scalblnf.c: New File.
11037         Add wrapper which checks for setting errno to ERANGE.
11038         Add weak_alias for corresponding scalbln function.
11039         * math/w_scalbln.c: Likewise.
11040         * math/w_scalblnl.c: Likewise.
11041         * math/Makefile (libm-calls): Add w_scalbln.
11042         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11043         Remove weak_alias for corresponding scalbln function.
11044         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11045         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11046         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11047         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11048         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11049         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11050         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11051         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11052         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11053         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11054         Remove long_double_symbol for scalblnl function in libm, libc.
11055         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11056         Add wrapper which checks for setting errno to ERANGE.
11057         Add long_double_symbol for scalblnl function in libm, libc.
11058         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11059         Remove long_double_symbol for scalblnl in libm.
11060         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11061         Add wrapper which checks for setting errno to ERANGE.
11062         Add long_double_symbol for scalblnl function in libm.
11063         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11064         Do not use wrapper because of own implementation.
11066 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11068         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11069         3 bytes for __pad1 for x32.
11070         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11072 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11073             H.J. Lu  <hongjiu.lu@intel.com>
11075         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11076         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11077         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11078         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11079         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11081 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11083         [BZ #17069]
11084         * posix/regcomp.c (parse_expression): Deallocate partially
11085         constructed tree before returning error.
11086         * posix/Makefile.c (tests): Add bug-regex36.
11087         (generated): Add bug-regex36.mtrace.
11088         (tests-special): Add $(objpfx)bug-regex36-mem.out
11089         (bug-regex36-ENV): New variable.
11090         ($(objpfx)bug-regex36-mem.out): New rule.
11091         * posix/bug-regex36.c: New file.
11093 2014-06-19  Will Newton  <will.newton@linaro.org>
11095         * malloc/malloc.c (systrim): If extra is zero then return
11096         early.
11098 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11100         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11102 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11104         * sysdeps/aarch64/strchr.S: New file.
11106 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11108         [BZ #17022]
11109         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11110         from arguments -2 or below.
11111         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11112         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11114 2014-06-18  Andreas Schwab  <schwab@suse.de>
11116         [BZ #17062]
11117         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11118         of a bracket expr not to run off the end of the string.
11119         * posix/Makefile (tests): Add tst-fnmatch3.
11120         * posix/tst-fnmatch3.c: New file.
11122 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11124         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11125         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11126         [$(cross-compiling) = no]: Likewise.
11127         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11128         [$(cross-compiling) = no]: Likewise.
11130 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11132         [BZ #17031]
11133         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11134         double, adjusted for any remainder from the high double.
11135         * math/libm-test.inc (nearbyint): Add tests.
11136         (rint): Likewise.
11138 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11140         * nptl/sysdeps/powerpc/Makefile: Moved ...
11141         * sysdeps/powerpc/nptl/Makefile: ... here.
11142         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11143         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11144         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11145         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11146         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11147         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11148         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11149         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11150         * nptl/sysdeps/powerpc/tls.h: Moved ...
11151         * sysdeps/powerpc/nptl/tls.h: ... here.
11153 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11155         [BZ #16681]
11156         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11157         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11158         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11159         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11160         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11161         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11162         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11163         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11164         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11166 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11168         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11170 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11172         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11173         defined operator.
11175         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11176         $TIMEOUTFACTOR.
11178 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11180         [BZ #17058]
11181         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11182         non-executed part of the test.
11184 2014-06-16  Andreas Schwab  <schwab@suse.de>
11186         * string/bits/string2.h (strdup, strndup): Update feature guard.
11188 2014-06-14  David S. Miller  <davem@davemloft.net>
11190         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11192 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11194         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11195         that was previously under [RESET_PID].
11196         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11198         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11199         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11200         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11201         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11202         (__libc_vfork): New strong alias.
11203         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11205 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11207         * sysdeps/generic/elide.h: New file.
11209 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11211         * Makefile (installed-headers): Adjust path of pthread.h header.
11213 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11215         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11216         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11217         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11218         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11220         * nptl/sysdeps/s390/Makefile: Moved ...
11221         * sysdeps/s390/nptl/Makefile: ... here.
11222         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11223         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11224         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11225         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11226         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11227         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11228         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11229         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11230         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11231         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11232         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11233         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11234         * nptl/sysdeps/s390/tls.h: Moved ...
11235         * sysdeps/s390/nptl/tls.h: ... here.
11237         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11238         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11240 2014-06-13  David S. Miller  <davem@davemloft.net>
11242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11243         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11245         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11246         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11247         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11248         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11249         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11250         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11251         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11252         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11253         Remove RESET_PID cpp guards.
11254         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11255         Remove RESET_PID cpp guards.
11256         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11258 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11260         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11261         __sp to uintptr_t.
11263 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11265         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11266         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11267         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11268         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11269         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11270         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11271         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11272         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11273         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11274         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11275         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11276         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11277         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11278         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11279         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11280         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11281         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11282         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11283         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11284         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11286         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11287         (pthread_rwlock_rdlock): Add elision.
11288         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11289         (pthread_rwlock_wrlock): Add elision.
11290         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11291         (pthread_rwlock_trywrlock): Add elision.
11292         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11293         (pthread_rwlock_tryrdlock): Add elision.
11294         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11295         (pthread_rwlock_tryrdlock): Add elision unlock.
11296         * nptl/sysdeps/pthread/pthread.h:
11297         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11298         (PTHREAD_RWLOCK_INITIALIZER,
11299         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11300         Handle new elision field.
11301         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11302         * sysdeps/arm/nptl/bits/pthreadtypes.h
11303         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11304         * sysdeps/sh/nptl/bits/pthreadtypes.h
11305         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11306         * sysdeps/tile/nptl/bits/pthreadtypes.h
11307         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11308         * sysdeps/a/nptl/bits/pthreadtypes.h
11309         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11310         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11311         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11312         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11313         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11314         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11315         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11316         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11317         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11318         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11319         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11320         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11321         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11322         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11323         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11324         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11325         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11326         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11327         (elision_init): Set try_xbegin to zero when no RTM.
11328         * sysdeps/x86/nptl/bits/pthreadtypes.h
11329         (pthread_rwlock_t): Change __pad1 to __rwelision.
11330         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11332 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11334         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11335         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11336         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11337         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11339 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11341         [BZ #16996]
11342         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11343         that the cached result has been set before returning it.
11345 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11347         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11348         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11349         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11350         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11351         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11352         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11354         * nptl/sysdeps/sparc/Makefile: Moved ...
11355         * sysdeps/sparc/nptl/Makefile: ... here.
11356         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11357         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11358         * nptl/sysdeps/sparc/tls.h: Moved ...
11359         * sysdeps/sparc/nptl/tls.h: ... here.
11360         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11361         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11362         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11363         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11364         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11365         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11366         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11367         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11368         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11369         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11370         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11371         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11372         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11373         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11374         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11375         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11376         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11377         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11378         Update #include.
11379         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11380         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11381         Update #include.
11382         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11383         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11384         Update #include.
11385         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11386         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11387         Update #include.
11389         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11391         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11392         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11394         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11395         (struct list_links): Type removed.
11396         (struct thread_node, struct timer_node): Replace struct list_links
11397         with struct list_head.
11398         (list_unlink_ip): Likewise.
11399         * sysdeps/pthread/timer_routines.c
11400         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11401         (list_append, list_insbefore): Likewise.
11402         (list_init): Function removed.
11403         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11404         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11405         * sysdeps/pthread/Makefile: ... here, new file.
11407         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11408         * sysdeps/nptl/Implies: ... here.
11409         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11410         * nptl/sysdeps/pthread/list.h: Moved ...
11411         * include/list.h: ... here.
11412         * nptl/sysdeps/pthread/createthread.c: Moved ...
11413         * nptl/createthread.c: ... here.
11414         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11415         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11416         * nptl/pt-longjmp.c: ... here.
11417         * nptl/sysdeps/pthread/Makefile: Moved ...
11418         * sysdeps/nptl/Makefile: ... here.
11419         * nptl/sysdeps/pthread/Subdirs: Moved ...
11420         * sysdeps/nptl/Subdirs: ... here.
11421         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11422         * sysdeps/nptl/aio_misc.h: ... here.
11423         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11424         * sysdeps/nptl/bits/libc-lock.h: ... here.
11425         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11426         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11427         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11428         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11429         * nptl/sysdeps/pthread/configure: Moved ...
11430         * sysdeps/nptl/configure: ... here.
11431         * nptl/sysdeps/pthread/configure.ac: Moved ...
11432         * sysdeps/nptl/configure.ac: ... here.
11433         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11434         * sysdeps/nptl/gai_misc.h: ... here.
11435         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11436         * sysdeps/nptl/librt-cancellation.c: ... here.
11437         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11438         * sysdeps/nptl/malloc-machine.h: ... here.
11439         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11440         * sysdeps/nptl/pthread-functions.h: ... here.
11441         * nptl/sysdeps/pthread/pthread.h: Moved ...
11442         * sysdeps/nptl/pthread.h: ... here.
11443         * nptl/sysdeps/pthread/setxid.h: Moved ...
11444         * sysdeps/nptl/setxid.h: ... here.
11445         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11446         * sysdeps/nptl/sigfillset.c: ... here.
11447         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11448         * sysdeps/nptl/tcb-offsets.h: ... here.
11449         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11450         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11451         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11452         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11453         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11454         * sysdeps/pthread/allocalim.h: ... here.
11455         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11456         * sysdeps/pthread/bits/sigthread.h: ... here.
11457         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11458         * sysdeps/pthread/flockfile.c: ... here.
11459         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11460         * sysdeps/pthread/ftrylockfile.c: ... here.
11461         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11462         * sysdeps/pthread/funlockfile.c: ... here.
11463         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11464         * sysdeps/pthread/posix-timer.h: ... here.
11465         * nptl/sysdeps/pthread/timer_create.c: Moved ...
11466         * sysdeps/pthread/timer_create.c: ... here.
11467         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11468         * sysdeps/pthread/timer_delete.c: ... here.
11469         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11470         * sysdeps/pthread/timer_getoverr.c: ... here.
11471         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11472         * sysdeps/pthread/timer_gettime.c: ... here.
11473         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11474         * sysdeps/pthread/timer_routines.c: ... here.
11475         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11476         * sysdeps/pthread/timer_settime.c: ... here.
11477         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11478         * sysdeps/pthread/tst-timer.c: ... here.
11479         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11480         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11482         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11483         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11485         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11486         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11487         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11488         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11489         Update #include target.
11490         * nptl/sysdeps/i386/i686/Makefile: Moved ...
11491         * sysdeps/i386/i686/nptl/Makefile: ... here.
11492         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11493         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11494         Update #include target.
11495         * nptl/sysdeps/i386/i686/tls.h: Moved ...
11496         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
11497         * nptl/sysdeps/i386/Makefile: Moved ...
11498         * sysdeps/i386/nptl/Makefile: ... here.
11499         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11500         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11501         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11502         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11503         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11504         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11505         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11506         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11507         * sysdeps/i386/nptl/pthreaddef.h: ... here.
11508         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11509         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11510         * nptl/sysdeps/i386/tls.h: Moved ...
11511         * sysdeps/i386/nptl/tls.h: ... here.
11513         * sysdeps/sh/Makefile [$(subdir) = csu]
11514         (gen-as-const-headers): Add tcb-offsets.sym.
11515         * nptl/sysdeps/sh/Makefile: File removed.
11516         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11517         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11518         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11519         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11520         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11521         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11522         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11523         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11524         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11525         * sysdeps/sh/nptl/pthreaddef.h: ... here.
11526         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11527         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11528         * nptl/sysdeps/sh/tls.h: Moved ...
11529         * sysdeps/sh/nptl/tls.h: ... here.
11530         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11531         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11532         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11533         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11534         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11535         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11536         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11537         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11538         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11539         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11540         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11541         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11542         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11543         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11544         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11545         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11546         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11547         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11548         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11549         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11550         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11551         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11552         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11553         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11554         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11555         Moved ...
11556         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11557         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11558         Moved ...
11559         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11560         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11561         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11562         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11563         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11564         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11565         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11566         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11567         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11568         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11569         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11570         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11571         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11572         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11573         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11574         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11575         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11576         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11577         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11579 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
11581         * posix/spawn_faction_addopen.c: Include string.h.
11583 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11585         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11586         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11587         * nptl/sysdeps/x86_64/Makefile: Moved ...
11588         * sysdeps/x86_64/nptl/Makefile: ... here.
11589         * nptl/sysdeps/x86_64/configure: Moved ...
11590         * sysdeps/x86_64/nptl/configure: ... here.
11591         * nptl/sysdeps/x86_64/configure.ac: Moved ...
11592         * sysdeps/x86_64/nptl/configure.ac: ... here.
11593         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11594         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11595         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11596         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11597         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11598         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11599         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11600         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11601         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11602         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11603         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11604         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11605         * nptl/sysdeps/x86_64/tls.h: Moved ...
11606         * sysdeps/x86_64/nptl/tls.h: ... here.
11607         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11608         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11609         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11610         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11612         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11614 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11618 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
11620         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11621         type.
11622         [POSIX] (off_t): Likewise.
11623         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11624         [POSIX] (S_ISBLK): Require macro.
11625         [POSIX] (S_ISCHR): Likewise.
11626         [POSIX] (S_ISDIR): Likewise.
11627         [POSIX] (S_ISFIFO): Likewise.
11628         [POSIX] (S_ISREG): Likewise.
11629         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11630         optional-macro.
11631         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11632         type.
11633         [POSIX] (time_t): Likewise.
11634         [POSIX] (timer_t): Likewise.
11636 2014-06-11  Florian Weimer  <fweimer@redhat.com>
11638         [BZ #17048]
11639         * posix/spawn_int.h (struct __spawn_action): Make the path string
11640         non-const to support deallocation.
11641         * posix/spawn_faction_addopen.c
11642         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11643         * posix/spawn_faction_destroy.c
11644         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
11645         path in all spawn_do_open actions.
11646         * posix/tst-spawn.c (do_test): Exercise the copy operation in
11647         posix_spawn_file_actions_addopen.
11649 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
11651         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11652         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11653         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11654         conditional code always true.
11655         (__libc_vfork): New alias.
11657 2014-06-11  Roland McGrath  <roland@hack.frob.com>
11659         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11660         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11662         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11664         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11665         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11667         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11668         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11670         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11671         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11673 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11675         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11676         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11677         multiarch strcmp for PPC64.
11678         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11679         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11680         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11681         multiarch optimizations.
11682         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11683         (__libc_ifunc_impl_list): Likewise.
11685 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11687         * benchtests/scripts/validate_benchout.py: New script.
11688         * benchtests/Makefile (bench-func): Call it.
11689         * benchtests/scripts/benchout.schema.json: New file.
11691 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
11693         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11694         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11695         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11696         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11697         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11698         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11699         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11700         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11701         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11702         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11703         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11704         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11705         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11706         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11707         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11708         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11709         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11710         Moved ...
11711         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11712         ... here.
11713         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11714         Moved ...
11715         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11716         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11717         Moved ...
11718         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11719         ... here.
11720         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11721         Moved ...
11722         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11723         ... here.
11724         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11725         Moved ...
11726         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11727         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11728         Moved ...
11729         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11730         ... here.
11731         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11732         Moved ...
11733         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11734         ... here.
11735         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11736         Moved ...
11737         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11738         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11739         Moved ...
11740         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11741         ... here.
11742         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11743         Moved ...
11744         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11745         ... here.
11746         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11747         Moved ...
11748         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11749         ... here.
11750         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11751         Moved ...
11752         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11753         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11754         Moved ...
11755         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11756         ... here.
11757         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11758         Moved ...
11759         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11760         ... here.
11761         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11762         Moved ...
11763         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11764         ... here.
11765         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11766         Moved ...
11767         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11768         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11769         Moved ...
11770         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11771         ... here.
11772         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11773         Moved ...
11774         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11775         ... here.
11776         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11777         Moved ...
11778         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11779         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11780         Moved ...
11781         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11782         ... here.
11783         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11784         Moved ...
11785         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11786         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11787         Moved ...
11788         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11789         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11790         Moved ...
11791         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11792         ... here.
11793         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11794         Moved ...
11795         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11796         ... here.
11797         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11798         Moved ...
11799         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11800         ... here.
11801         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11802         Moved ...
11803         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11804         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11805         Moved ...
11806         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11807         ... here.
11808         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11809         Moved ...
11810         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11811         ... here.
11812         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11813         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11814         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11815         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11816         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11817         Moved ...
11818         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11819         ... here.
11820         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11821         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11822         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11823         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11824         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11825         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11826         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11827         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11828         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11829         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11830         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11831         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11832         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11833         Moved ...
11834         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11835         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11836         Moved ...
11837         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11838         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11839         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11840         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11841         Moved ...
11842         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11843         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11844         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11845         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11846         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11847         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11848         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11850 2014-06-10  Wilco  <wdijkstr@arm.com>
11852         * math/test-fenv-return.c: New file.
11853         * math/Makefile: Add new test test-fenv-return.
11855 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
11857         [BZ #17042]
11858         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11859         when x - 1 is zero.
11860         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11861         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11862         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11863         0.0L for an argument of 1.0L.
11864         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11865         Likewise.
11866         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11867         value when x - 1 is zero.
11868         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11869         * sysdeps/i386/fpu/libm-test-ulps: Update.
11870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11872 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
11874         [BZ #15119]
11875         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11877 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11879         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11880         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11882 2014-06-09  Roland McGrath  <roland@hack.frob.com>
11884         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11885         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11887         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11888         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11890         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11891         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11893         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11894         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11896         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11897         if not already defined.
11898         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11899         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11900         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11901         (TLS_INIT_TP): Use it.
11902         (TLS_DEFINE_INIT_TP): New macro.
11903         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11905 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
11907         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11908         constant.
11909         [POSIX] (IXANY): Likewise.
11910         [POSIX] (OLCUC): Likewise.
11911         [POSIX || POSIX2008] (CBAUD): Do not allow.
11912         [POSIX || POSIX2008] (DEFECHO): Likewise.
11913         [POSIX || POSIX2008] (ECHOCTL): Likewise.
11914         [POSIX || POSIX2008] (ECHOKE): Likewise.
11915         [POSIX || POSIX2008] (ECHOPRT): Likewise.
11916         [POSIX || POSIX2008] (EXTA): Likewise.
11917         [POSIX || POSIX2008] (EXTB): Likewise.
11918         [POSIX || POSIX2008] (FLUSHO): Likewise.
11919         [POSIX || POSIX2008] (LOBLK): Likewise.
11920         [POSIX || POSIX2008] (PENDIN): Likewise.
11921         [POSIX || POSIX2008] (SWTCH): Likewise.
11922         [POSIX || POSIX2008] (VDISCARD): Likewise.
11923         [POSIX || POSIX2008] (VDSUSP): Likewise.
11924         [POSIX || POSIX2008] (VLNEXT): Likewise.
11925         [POSIX || POSIX2008] (VREPRINT): Likewise.
11926         [POSIX || POSIX2008] (VSTATUS): Likewise.
11927         [POSIX || POSIX2008] (VWERASE): Likewise.
11928         (B*): Change to B[0123456789]*.
11929         * conform/data/time.h-data [POSIX || UNIX98]
11930         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11931         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11932         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11933         [POSIX] (tm_*): Do not allow.
11935 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
11937         * Makefile (install): Don't set LANGUAGE.
11938         * Makefile.in (install): Likewise.
11939         * assert/Makefile (test-assert-ENV): Remove variable.
11940         (test-assert-perr-ENV): Likewise.
11941         * elf/Makefile (neededtest4-ENV): Likewise.
11942         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11943         [$(cross-compiling) = no]: Don't set LANGUAGE.
11944         * io/ftwtest-sh (LANG): Remove variable.
11945         * libio/Makefile (tst-widetext-ENV): Likewise.
11946         * manual/install.texi (Running make install): Don't refer to
11947         environment settings for make install.
11948         * INSTALL: Regenerated.
11949         * nptl/tst-tls6.sh: Don't set LANG.
11950         * posix/globtest.sh (LANG): Remove variable.
11951         * string/Makefile (tester-ENV): Likewise.
11952         (inl-tester-ENV): Likewise.
11953         (noinl-tester-ENV): Likewise.
11954         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11955         [$(cross-compiling) = no]: Don't set LANGUAGE.
11956         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
11957         without explicit environment settings.
11959 2014-06-06  Roland McGrath  <roland@hack.frob.com>
11961         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
11962         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
11963         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
11964         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
11966 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
11968         * crypt/crypt-private.h [DOS]: Add some includes taken from the
11969         other files in the crypt directory.
11970         * crypt/crypt.c: Remove duplicate includes.
11971         * crypt/crypt-entry.c: Likewise.
11972         * crypt/crypt_util.c: Likewise.
11974 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
11976         * Makeconfig (run-program-env): New variable.
11977         (run-program-prefix-before-env): Likewise.
11978         (run-program-prefix-after-env): Likewise.
11979         (run-program-prefix): Define in terms of new variables.
11980         (built-program-cmd-before-env): New variable.
11981         (built-program-cmd-after-env): Likewise.
11982         (built-program-cmd): Define in terms of new variables.
11983         (test-program-prefix-before-env): New variable.
11984         (test-program-prefix-after-env): Likewise.
11985         (test-program-prefix): Define in terms of new variables.
11986         (test-program-cmd-before-env): New variable.
11987         (test-program-cmd-after-env): Likewise.
11988         (test-program-cmd): Define in terms of new variables.
11989         * Rules (make-test-out): Use $(run-program-env).
11990         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
11991         (help): Do not mention environment variables.  Mention
11992         --timeoutfactor option.
11993         (timeoutfactor): New variable.
11994         (blacklist_exports): Remove function.
11995         (exports): Remove variable.
11996         (command): Do not include ${exports}.
11997         * manual/install.texi (Configuring and compiling): Do not mention
11998         test wrappers preserving environment variables.  Mention that last
11999         assignment to a variable must take precedence.
12000         * INSTALL: Regenerated.
12001         * benchtests/Makefile (run-bench): Use $(run-program-env).
12002         * catgets/Makefile ($(objpfx)test1.cat): Use
12003         $(built-program-cmd-before-env), $(run-program-env) and
12004         $(built-program-cmd-after-env).
12005         ($(objpfx)test2.cat): Do not specify environment variables
12006         explicitly.
12007         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12008         $(run-program-env) and $(built-program-cmd-after-env).
12009         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12010         $(run-program-env) and $(test-program-cmd-after-env).
12011         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12012         explicitly.
12013         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12014         run_program_env and test_program_cmd_after_env arguments.
12015         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12016         * elf/tst-pathopt.sh: Use run_program_env argument.
12017         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12018         $(test-wrapper-env) and $(run-program-env).
12019         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12020         run_program_env arguments.
12021         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12022         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12023         $(test-program-prefix-before-env), $(run-program-env) and
12024         $(test-program-prefix-after-env).
12025         ($(objpfx)tst-gettext2.out): Likewise.
12026         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12027         run_program_env and test_program_prefix_after_env arguments.
12028         * intl/tst-gettext2.sh: Likewise.
12029         * intl/tst-gettext4.sh: Do not set environment variables
12030         explicitly.
12031         * intl/tst-gettext6.sh: Likewise.
12032         * intl/tst-translit.sh: Likewise.
12033         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12034         $(test-program-prefix-before-env), $(run-program-env) and
12035         $(test-program-prefix-after-env).
12036         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12037         run_program_env and test_program_prefix_after_env arguments.
12038         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12039         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12040         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12041         explicitly with each use of ${test_wrapper_env}.
12042         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12043         $(test-program-prefix-before-env), $(run-program-env) and
12044         $(test-program-prefix-after-env).
12045         * posix/tst-getconf.sh: Do not set environment variables
12046         explicitly.
12047         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12048         run_program_env and test_program_prefix_after_env arguments.
12049         * stdio-common/tst-printf.sh: Do not set environment variables
12050         explicitly.
12051         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12052         $(test-program-prefix-before-env), $(run-program-env) and
12053         $(test-program-prefix-after-env).
12054         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12055         run_program_env and test_program_prefix_after_env arguments.
12056         Split $test calls into $test_pre and $test.
12057         * timezone/Makefile (build-testdata): Use
12058         $(built-program-cmd-before-env), $(run-program-env) and
12059         $(built-program-cmd-after-env).
12061 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12063         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12064         strlen for non SHARED builds.
12066 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12068         * nptl/allocatestack.c (check_list): Inlined function...
12069         (__reclaim_stacks): ... here.
12071 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12073         [BZ #15698]
12074         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12075         memory overrun.
12077 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12079         * Rules (make-test-out): Include
12080         LOCPATH=$(common-objpfx)localedata in default environment.
12081         * debug/Makefile (tst-chk1-ENV): Remove variable.
12082         (tst-chk2-ENV): Likewise.
12083         (tst-chk3-ENV): Likewise.
12084         (tst-chk4-ENV): Likewise.
12085         (tst-chk5-ENV): Likewise.
12086         (tst-chk6-ENV): Likewise.
12087         (tst-lfschk1-ENV): Likewise.
12088         (tst-lfschk2-ENV): Likewise.
12089         (tst-lfschk3-ENV): Likewise.
12090         (tst-lfschk4-ENV): Likewise.
12091         (tst-lfschk5-ENV): Likewise.
12092         (tst-lfschk6-ENV): Likewise.
12093         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12094         (tst-iconv7-ENV): Likewise.
12095         * intl/Makefile (LOCPATH-ENV): Likewise.
12096         (tst-codeset-ENV): Likewise.
12097         (tst-gettext3-ENV): Likewise.
12098         (tst-gettext5-ENV): Likewise.
12099         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12100         (tst-fopenloc-ENV): Likewise.
12101         (tst-fgetws-ENV): Remove variable.
12102         (tst-ungetwc1-ENV): Likewise.
12103         (tst-ungetwc2-ENV): Likewise.
12104         (bug-ungetwc2-ENV): Likewise.
12105         (tst-swscanf-ENV): Likewise.
12106         (bug-ftell-ENV): Likewise.
12107         (tst-fgetwc-ENV): Likewise.
12108         (tst-fseek-ENV): Likewise.
12109         (tst-ftell-partial-wide-ENV): Likewise.
12110         (tst-ftell-active-handler-ENV): Likewise.
12111         (tst-ftell-append-ENV): Likewise.
12112         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12113         (tst-regexloc-ENV): Likewise.
12114         (bug-regex1-ENV): Likewise.
12115         (tst-regex-ENV): Likewise.
12116         (tst-regex2-ENV): Likewise.
12117         (bug-regex5-ENV): Likewise.
12118         (bug-regex6-ENV): Likewise.
12119         (bug-regex17-ENV): Likewise.
12120         (bug-regex18-ENV): Likewise.
12121         (bug-regex19-ENV): Likewise.
12122         (bug-regex20-ENV): Likewise.
12123         (bug-regex22-ENV): Likewise.
12124         (bug-regex23-ENV): Likewise.
12125         (bug-regex25-ENV): Likewise.
12126         (bug-regex26-ENV): Likewise.
12127         (bug-regex30-ENV): Likewise.
12128         (bug-regex32-ENV): Likewise.
12129         (bug-regex33-ENV): Likewise.
12130         (bug-regex34-ENV): Likewise.
12131         (bug-regex35-ENV): Likewise.
12132         (tst-rxspencer-ENV): Likewise.
12133         (tst-rxspencer-no-utf8-ENV): Likewise.
12134         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12135         (tst-sscanf-ENV): Likewise.
12136         (tst-swprintf-ENV): Likewise.
12137         (tst-swscanf-ENV): Likewise.
12138         (test-vfprintf-ENV): Likewise.
12139         (scanf13-ENV): Likewise.
12140         (bug14-ENV): Likewise.
12141         (tst-grouping-ENV): Likewise.
12142         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12143         (tst-strtod3-ENV): Likewise.
12144         (tst-strtod4-ENV): Likewise.
12145         (tst-strtod5-ENV): Likewise.
12146         (testmb2-ENV): Likewise./
12147         * string/Makefile (tst-strxfrm-ENV): Likewise.
12148         (tst-strxfrm2-ENV): Likewise.
12149         (bug-strcoll1-ENV): Likewise.
12150         (test-strcasecmp-ENV): Likewise.
12151         (test-strncasecmp-ENV): Likewise.
12152         * time/Makefile (tst-strptime-ENV): Likewise.
12153         (tst-ftime_l-ENV): Likewise.
12154         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12155         (tst-mbrtowc-ENV): Likewise.
12156         (tst-wcrtomb-ENV): Likewise.
12157         (tst-mbrtowc2-ENV): Likewise.
12158         (tst-c16c32-1-ENV): Likewise.
12159         (tst-mbsnrtowcs-ENV): Likewise.
12161 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12163         * manual/resource.texi (How to get information about the memory
12164         subsystem?): Fix typo.
12165         Reported by Peon de la Parra Ivan <peon@keba.com>
12167 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12169         [BZ #16882]
12170         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12171         (pthread_spin_lock): Branch out of spin loop to proper location.
12172         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12173         (pthread_spin_lock): Likewise.
12175         * nptl/tst-spin4.c: New test.
12176         * nptl/Makefile (tests): Add tst-spin4.
12178 2014-06-03  Andreas Schwab  <schwab@suse.de>
12180         [BZ #15946]
12181         * resolv/res_send.c (send_dg): Reload file descriptor after
12182         calling reopen.
12184 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12186         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12188 2014-06-03  Richard Henderson  <rth@redhat.com>
12190         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12191         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12192         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12193         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12194         in the SAVE_PID block.
12195         (__libc_vfork): New alias.
12196         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12198         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12199         child in registers, not on the stack.  Remove RESET_PID conditionals.
12200         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12202 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12204         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12206 2014-06-03  Wilco  <wdijkstr@arm.com>
12208         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12209         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12210         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12211         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12212         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12213         Likewise.
12215 2014-06-03  Wilco  <wdijkstr@arm.com>
12217         * sysdeps/aarch64/fpu/math_private.h
12218         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12219         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12220         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12221         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12222         Fix declarations.
12224 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12226         * crypt/crypt-private.h: Include ufc-crypt.h.
12227         (__b64_from_24bit): Declare extern.
12228         * crypt/crypt_util.c(__b64_from_24bit): New function.
12229         (b64t): New static const variable.
12230         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12231         (b64t): Remove variable.
12232         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12233         * crypt/sha256-crypt.c: Include crypt-private.h.
12234         (b64t): Remove variable.
12235         (__sha256_crypt_r): Remove b64_from_24bit and replace
12236         with __b64_from_24bit.
12237         * crypt/sha512-crypt.c: Likewise.
12239 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12241         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12242         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12243         Label the code __libc_vfork rather than __vfork.
12244         [!NOT_IN_libc] (vfork): Define as weak alias.
12245         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12246         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12247         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12249 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12251         * malloc/malloc.c (malloc_info): Fix format specifier for
12252         n_mmaps.
12254 2014-06-02  Wilco  <wdijkstr@arm.com>
12256         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12257         FPCR write.
12259 2014-06-02  Wilco  <wdijkstr@arm.com>
12261         [BZ #17009]
12262         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12263         Rewrite to reduce FPCR/FPSR accesses.
12265 2014-06-01  David S. Miller  <davem@davemloft.net>
12267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12269 2014-05-31  David S. Miller  <davem@davemloft.net>
12271         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12272         to occur in round to nearest mode when |x| >= 2.0
12274 2014-05-30  Richard Henderson  <rth@twiddle.net>
12276         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12277         (PSEUDO_RET_NOERRNO): Remove.
12278         (ret): Don't redefine.
12279         (ret_NOERRNO): Define in terms of ret.
12280         (ret_ERRVAL): Likewise.
12282         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12283         use of PSEUDO_RET; perform the error check directly.
12285 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12287         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12288         with __int128_t.
12290 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12292         * malloc/malloc (malloc_info): Fix formatting.
12294 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12295             Roland McGrath  <roland@hack.frob.com>
12297         * malloc/malloc (malloc_info): Also print mmapped statistics.
12299 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12301         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12302         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12304 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12306         * malloc/malloc.c (malloc_info): Inline mi_arena.
12308 2014-05-29  Richard Henderson  <rth@twiddle.net>
12310         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12311         Remove comma before expanding ASM_ARGS_##nr.
12312         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12313         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12314         of ASM_ARGS_##nr.
12315         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12316         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12317         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12318         (ASM_ARGS_1): Add leading comma.
12320         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12321         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12322         to __errno_location.
12323         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12324         Remove the expected plt for __errno_location.
12326         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12327         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12328         call to __read_tp.
12330         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12331         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12332         it and break it down.
12333         (DOCARGS_0, DOCARGS_1): Do nothing.
12334         (DOCARGS_2): Update to store into the new stack frame.
12335         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12336         (UNDOCARGS_1): Update to restore from the new stack frame.
12337         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12338         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12340         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12341         (SINGLE_THREAD_P): New parameter for result regno.
12342         (PSEUDO): Update to match; use cbz instead of beq.
12344         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12345         Use ENTRY to define the _nocancel entry point.  Share the syscall
12346         and syscall error check paths with the cancel path.
12347         (PSEUDO_END): New.
12349         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12350         whitespace; tabs before and after asm mnemonics.
12352 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12354         [BZ #15132]
12355         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12356         Call fstat64 or stat64 internally, depending on arguments passed.
12357         Replace stat buffer argument with file descriptor argument.
12358         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12359         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12360         Pass fd to __internal_statvfs instead of calling fstat64.
12361         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12362         Pass fd to __internal_statvfs64 instead of calling fstat64.
12363         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12364         Pass -1 to __internal_statvfs instead of calling stat64.
12365         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12366         Pass -1 to __internal_statvfs64 instead of calling stat64.
12368 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12370         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12371         that was previously under [RESET_PID].
12372         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12374         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12375         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12377 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12379         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12381         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12382         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12384 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12386         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12388 2014-05-27  Andreas Schwab  <schwab@suse.de>
12390         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12391         TLS_INIT_TP macro.
12392         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12393         * elf/rtld.c (init_tls, dl_main): Likewise.
12394         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12395         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12396         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12397         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12398         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12399         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12400         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12401         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12402         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12403         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12404         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12405         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12406         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12407         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12408         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12409         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12410         * sysdeps/generic/tls.h: Update description.
12412 2014-05-27  Will Newton  <will.newton@linaro.org>
12414         [BZ #16990]
12415         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12416         and restore r2 rather than just restoring.
12418 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12420         [BZ #16724]
12421         * libio/tst-ftell-append.c: New test case.
12422         * libio/Makefile (tests): Add test case.
12423         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12424         append mode.
12425         * libio/wfileops.c (do_ftell_wide): Likewise.
12427 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12429         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12431         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12432         ...
12433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12435         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12436         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12437         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12438         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12439         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12440         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12441         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12442         Moved ...
12443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12444         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12445         Moved ...
12446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12447         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12448         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12449         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12450         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12451         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12452         ...
12453         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12454         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12455         Moved ...
12456         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12457         here.
12458         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12459         ...
12460         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12461         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12462         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12464         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12465         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12466         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12467         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12469         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12470         merge into ...
12471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12472         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12473         ...
12474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12475         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12476         ...
12477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12478         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12481         here.
12482         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12483         Moved ...
12484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12485         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12486         Moved ...
12487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12490         conditional [RESET_PID].
12491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12492         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12493         removed.
12494         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12495         removed.
12497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12498         <tcb-offsets.h>.
12499         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12500         (__libc_vfork): New strong alias.
12501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12502         removed.
12503         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12504         Removed.
12506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12507         <tcb-offsets.h>.
12508         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12509         (__libc_vfork): New strong alias.
12510         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12511         removed.
12512         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12513         removed.
12515 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
12517         * malloc/malloc.c (mi_arena): New function.
12518         (malloc_info): Remove nested function mi_arena. Call non-nosted
12519         function mi_arena.
12521 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12523         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12524         by insrwi.
12525         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12526         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12527         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12528         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12529         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12530         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12531         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12533 2014-05-26  Andreas Schwab  <schwab@suse.de>
12535         [BZ #16984]
12536         * locale/programs/repertoire.c (repertoire_read): Add slash
12537         between I18NPATH element and file name.
12538         * locale/programs/locfile.c (locfile_read): Likewise.
12540 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12542         * nptl/pthread_mutexattr_settype.c
12543         (__pthread_mutexattr_settype):
12544         Disable lock elision for PTHREAD_MUTEX_NORMAL.
12546 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
12548         * nptl/tst-mutex5 (do_test):
12549         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12551 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12553         * benchtests/README: Document 'init' directive.
12554         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12555         BENCH_INIT.
12556         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12557         (parse_file): Recognize 'init' directive.
12559 2014-05-26  Kyle McMartin  <kyle@redhat.com>
12561         [BZ #16796]
12562         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12563         alignment of struct pthread.
12565 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
12567         [BZ #16878]
12568         * nscd/netgroupcache.c (addgetnetgrentX): Look for
12569         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12570         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12571         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12573 2014-05-25  Richard Henderson  <rth@twiddle.net>
12575         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12576         (SINGLE_THREAD_P_PIC): Remove.
12577         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12578         (SINGLE_THREAD_P_PIC): Remove.
12580         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12581         branch to syscall error ...
12582         (PSEUDO): ... here.
12583         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12584         from __local_syscall_error to .Lsyscall_error.
12585         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12586         (SYSCALL_ERROR): Update label name.
12588         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12589         Do not use DOARGS/UNDOARGS.
12590         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12591         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12592         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12593         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12594         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12596         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12597         block comment.
12599         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12600         define if !NOT_IN_libc.
12601         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12602         define with non-default symbol versions.
12604 2014-05-23  Richard Henderson  <rth@twiddle.net>
12606         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12607         (vfork, __vfork): Define via compat_symbol.
12609         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12610         [!HAVE_IFUNC] (vfork_compat): Remove.
12611         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12613 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12615         [BZ #16978]
12616         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12617         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12618         variable.
12620 2014-05-23  Richard Henderson  <rth@twiddle.net>
12622         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12623         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12624         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12625         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12627         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12628         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12629         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12630         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12631         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12632         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12633         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12634         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12635         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12636         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12637         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12638         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12639         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12640         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12641         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12642         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12643         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12644         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12645         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12646         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12647         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12648         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12649         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12650         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12651         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12652         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12653         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12654         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12655         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12656         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12657         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12658         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12659         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12660         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12661         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12662         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12663         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12664         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12665         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12666         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12667         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12668         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12669         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12670         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12671         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12672         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12673         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12674         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12675         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12676         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12677         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12678         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12679         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12680         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12681         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12682         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12684         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12685         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12686         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
12687         before exiting on error.
12688         (__libc_vfork): New strong alias.
12689         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12690         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12692         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12693         that was previously under [RESET_PID].
12694         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12696         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12698 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
12700         [BZ #16977]
12701         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12702         value when x - 1 is zero.
12703         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12704         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12705         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12706         0.0L for an argument of 1.0L.
12707         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12708         Likewise.
12709         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12710         value when x - 1 is zero.
12711         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12712         * sysdeps/i386/fpu/libm-test-ulps: Update.
12713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12715 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
12717         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12718         alphasort and versionsort.
12720 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12722         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12723         macro.
12724         [copysignf]: Likewise.
12726 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
12728         * crypt/md5-crypt.c: Fix formatting.
12730 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12732         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12733         (b64_from_24bit): New function.
12735 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12737         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12738         libc_hidden_builtin_def to ifunc.
12739         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12740         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12742 2014-05-21  Roland McGrath  <roland@hack.frob.com>
12744         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12745         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12747 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
12749         * nscd/Depend (linuxthreads): Remove.
12750         (nptl): Add.
12751         * resolv/Depend (linuxthreads): Remove.
12752         * rt/Depend (linuxthreads): Remove.
12754         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12755         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12756         $(common-objpfx)elf/.
12757         (link-libc-before-gnulib): Likewise.
12758         (elfobjdir): Remove variable.
12759         * Makefile (install): Use $(elf-objpfx) instead of
12760         $(common-objpfx)elf/.
12761         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12762         $(elfobjdir)/.
12763         (link-libc-deps): Likewise.
12764         ($(common-objpfx)libc.so): Likewise.
12765         ($(common-objpfx)linkobj/libc.so): Likewise.
12766         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12767         instead of $(common-objpfx)elf/.
12768         (symbolic-link-list): Likewise.
12769         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12770         [$(cross-compiling) = no]: Likewise.
12771         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12772         $(elfobjdir)/.
12773         (static-gnulib-arch): Likewise.
12774         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12775         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12776         $(common-objpfx)elf/.
12778 2014-05-21  Richard Henderson  <rth@redhat.com>
12780         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12781         (SINGLE_THREAD_P): Use the correct width load.  Fold
12782         into the ldr offset.
12784         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12785         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12787 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
12789         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12790         (libgcc_s_resume): Use __attribute_used__.
12791         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12792         Likewise.
12794 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12796         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12797         optimization when used with float constants.
12799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12801 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
12803         [BZ #16915]
12804         * locale/nl_langinfo_l.c: Make direct reference to every
12805         _nl_current_CATEGORY symbol.
12806         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12807         (tests-static): Add tst-langinfo-static.
12808         (tests-special): Add tst-langinfo-static.out.
12809         ($(objpfx)tst-langinfo.out): Redirect output.
12810         ($(objpfx)tst-langinfo-static.out): New.
12811         * localedata/tst-langinfo.sh: Send output to stdout.
12812         * localedata/tst-langinfo-static.c: New file.
12814         [BZ #16965]
12815         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12816         when the shift amount is modulo the limb size.
12818 2014-05-20  Richard Henderson  <rth@redhat.com>
12820         [BZ #16967]
12821         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12822         Change type of sa_flags from unsigned int to int.
12824         [BZ #16966]
12825         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12827         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12829 2014-05-20  Will Newton  <will.newton@linaro.org>
12831         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12832         Test the return value of the system call in the nocancel case.
12834 2014-05-20  Will Newton  <will.newton@linaro.org>
12835             Yvan Roux  <yvan.roux@linaro.org>
12837         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12838         #include of asm/ptrace.h.
12839         (PTRACE_GET_THREAD_AREA): Remove #undef.
12840         (PTRACE_GETHBPREGS): Likewise.
12841         (PTRACE_SETHBPREGS): Likewise.
12842         (struct user_regs_struct): New structure.
12843         (struct user_fpsimd_struct): New structure.
12844         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12845         #include of asm/ptrace.h and second #include of sys/user.h.
12846         (PTRACE_GET_THREAD_AREA): Remove #undef.
12847         (PTRACE_GETHBPREGS): Likewise.
12848         (PTRACE_SETHBPREGS): Likewise.
12849         (ELF_NGREG): Use new struct user_regs_struct.
12850         (elf_fpregset_t): Use new struct user_fpsimd_struct.
12852 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12854         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12855         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12857 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12859         [BZ #16958]
12860         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12861         membar to avoid block loads/stores to overlap previous stores.
12863 2014-05-17  Richard Henderson  <rth@redhat.com>
12865         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12866         Create the __##syscall_name##_nocancel entry point.
12867         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12868         Remove; let the sysdep-cancel.h code create it.
12870 2014-05-17  David S. Miller  <davem@davemloft.net>
12872         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12873         Protect with __USE_GNU.
12874         (TIOCSET_TEMPT): Likewise.
12875         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12876         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12877         these are already provided in bits/ioctl-types.h
12879 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12881         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12882         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12884         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12885         Use wait4 regardless of [__NR_waitpid].
12887 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
12889         PR libgcc/60166
12890         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12891         (_FP_NANSIGN_Q): Set the quiet bit.
12893 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
12895         * benchtests/Makefile
12896         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12897         not $(common-objpfx)math/libm.so.
12898         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12899         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12900         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12901         $(common-objpfx)dlfcn/libdl.so.
12902         ($(objpfx)tst-audit8): Depend on $(libm), not
12903         $(common-objpfx)math/libm.so.
12904         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12905         not $(common-objpfx)dlfcn/libdl.so.
12906         * math/Makefile
12907         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12908         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
12909         [$(build-shared) = yes].
12910         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12911         $(common-objpfx)nptl/libpthread.so.
12912         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12913         $(common-objpfx)math/libm.so$(libm.so-version) or
12914         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12915         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12916         $(common-objpfx)dlfcn/libdl.so.
12917         * setjmp/Makefile (link-libm): Remove variable.
12918         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12919         * stdio-common/Makefile (link-libm): Remove variable.
12920         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12921         * stdlib/Makefile (link-libm): Remove variable.
12922         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12923         ($(objpfx)tst-strtod-round): Likewise.
12924         ($(objpfx)tst-tininess): Likewise.
12925         ($(objpfx)tst-strtod-underflow): Likewise.
12926         ($(objpfx)tst-strtod6): Likewise.
12927         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12928         $(libdl), not $(common-objpfx)nptl/libpthread.so and
12929         $(common-objpfx)dlfcn/libdl.so.
12931 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12933         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12934         BSD terminal modes definitions.
12936 2014-05-16  Roland McGrath  <roland@hack.frob.com>
12938         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12939         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12941         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12942         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12943         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12944         Don't do #include_next.
12945         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12946         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12947         Don't do #include_next.
12948         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12949         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12950         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12951         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
12953 2014-05-16  Allan McRae  <allan@archlinux.org>
12955         * po/sv.po: Update Swedish translation from translation project.
12957         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
12958         in sed expression.
12960 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
12962         [BZ #16917]
12963         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
12964         errno if the TIOCGPTN ioctl fails with an error different than
12965         EINVAL.
12966         * login/tst-ptsname.c: New file.
12967         * login/Makefile (tests): Add tst-ptsname.
12969         [BZ #16943]
12970         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
12971         and prlimit64.
12973 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
12975         [BZ #16849]
12976         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
12977         herrno to return EAI_AGAIN.
12979 2014-05-14  Roland McGrath  <roland@hack.frob.com>
12981         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
12982         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
12983         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
12984         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
12985         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
12986         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
12987         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
12988         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
12989         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
12990         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
12991         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
12992         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
12993         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
12994         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
12995         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
12996         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
12997         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
12998         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
12999         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13000         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13001         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13002         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13003         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13004         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13005         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13006         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13007         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13008         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13009         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13010         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13011         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13012         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13013         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13014         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13015         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13016         Moved ...
13017         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13019         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13020         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13021         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13022         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13023         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13024         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13025         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13027         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13029         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13030         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13031         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13032         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13033         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13034         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13035         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13036         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13037         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13038         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13039         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13041         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13043         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13045         Moved ...
13046         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13047         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13048         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13049         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13050         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13051         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13052         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13053         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13054         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13055         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13056         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13058         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13059         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13060         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13061         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13062         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13063         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13064         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13065         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13066         Moved ...
13067         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13068         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13069         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13071         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13072         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13073         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13074         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13075         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13076         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13077         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13078         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13079         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13080         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13081         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13082         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13083         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13084         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13085         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13086         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13087         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13088         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13089         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13090         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13091         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13092         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13093         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13094         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13095         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13096         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13097         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13098         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13099         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13100         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13101         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13103         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13104         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13106         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13107         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13108         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13109         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13110         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13111         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13112         Moved ...
13113         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13114         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13115         Moved ...
13116         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13117         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13118         Moved ...
13119         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13120         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13121         Moved ...
13122         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13123         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13124         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13125         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13126         Moved ...
13127         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13128         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13129         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13130         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13131         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13132         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13133         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13134         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13135         Moved ...
13136         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13137         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13138         Moved ...
13139         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13140         ... here.
13141         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13142         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13144         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13145         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13146         Moved ...
13147         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13148         ... here.
13149         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13150         Moved ...
13151         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13152         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13153         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13154         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13155         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13156         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13157         Moved ...
13158         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13159         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13160         Moved ...
13161         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13162         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13163         Moved ...
13164         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13165         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13166         Moved ...
13167         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13168         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13169         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13170         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13171         Moved ...
13172         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13173         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13174         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13175         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13176         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13177         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13178         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13179         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13180         Moved ...
13181         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13182         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13183         Moved ...
13184         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13185         ... here.
13186         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13187         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13188         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13189         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13190         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13191         Moved ...
13192         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13193         ... here.
13194         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13195         Moved ...
13196         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13197         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13198         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13199         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13200         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13201         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13202         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13203         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13204         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13205         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13206         Moved ...
13207         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13208         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13209         Moved ...
13210         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13211         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13212         Moved ...
13213         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13214         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13215         Moved ...
13216         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13217         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13218         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13219         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13220         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13221         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13222         Moved ...
13223         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13224         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13225         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13226         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13227         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13228         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13229         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13230         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13231         Moved ...
13232         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13233         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13234         Moved ...
13235         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13236         ... here.
13237         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13238         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13239         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13240         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13241         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13242         Moved ...
13243         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13244         ... here.
13245         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13246         Moved ...
13247         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13248         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13249         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13250         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13251         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13252         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13253         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13254         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13255         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13256         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13257         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13259         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13260         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13262         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13263         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13265         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13266         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13267         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13268         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13269         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13270         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13271         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13272         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13273         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13274         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13275         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13276         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13277         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13278         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13279         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13280         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13281         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13282         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13283         Moved ...
13284         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13285         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13286         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13287         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13288         Moved ...
13289         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13290         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13291         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13292         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13293         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13294         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13295         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13296         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13297         Moved ...
13298         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13299         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13300         Moved ...
13301         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13302         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13303         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13304         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13305         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13306         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13307         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13308         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13309         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13310         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13311         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13312         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13313         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13314         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13315         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13316         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13317         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13319         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13320         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13321         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13322         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13323         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13325         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13326         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13327         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13328         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13329         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13330         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13331         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13332         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13333         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13334         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13336         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13337         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13339         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13340         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13341         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13342         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13343         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13344         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13345         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13346         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13347         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13348         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13349         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13350         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13351         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13352         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13353         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13354         Update #include.
13355         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13356         Likewise.
13357         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13358         Likewise.
13359         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13360         Likewise.
13361         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13362         Likewise.
13363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13364         Likewise.
13365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13366         Likewise.
13367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13368         Likewise.
13369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13370         Likewise.
13371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13372         Likewise.
13373         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13374         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13375         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13376         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13377         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13378         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13379         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13380         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13381         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13382         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13383         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13384         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13385         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13386         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13387         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13389         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13390         that was previously under [RESET_PID].
13391         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13392         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13393         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13395         * sysdeps/i386/nptl/Implies: New file.
13396         * sysdeps/x86_64/nptl/Implies: New file.
13397         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13398         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13399         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13400         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13402         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13403         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13404         (__libc_vfork): New strong alias.
13405         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13406         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13408         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13409         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13410         (__libc_vfork): New strong alias.
13411         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13412         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13414         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13415         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13416         (__libc_vfork): New strong alias.
13417         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13418         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13419         * nptl/pt-vfork.c: New file.
13420         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13421         (libpthread: GLIBC_2.20): New version set (empty).
13423 2014-05-14  Will Newton  <will.newton@linaro.org>
13425         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13426         rather than #if.
13428 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13430         [BZ #16564]
13431         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13432         arguments with exponent 65 or above.
13433         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13434         arguments 0x1p113L or above.
13435         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13436         to arguments 0x1p107L or above.
13437         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13438         positive arguments with exponent 65 or above.
13439         * math/auto-libm-test-in: Add more tests of log1p.
13440         * math/auto-libm-test-out: Regenerated.
13442         [BZ #16928]
13443         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13444         non-finite arguments is +0.
13445         * math/s_cacosf.c (__cacosf): Likewise.
13446         * math/s_cacosl.c (__cacosl): Likewise.
13447         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13448         * sysdeps/i386/fpu/libm-test-ulps: Update.
13449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13451         [BZ #16927]
13452         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13453         value.
13454         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13455         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13456         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13457         for explicit high bit of mantissa when testing for argument equal
13458         to 1.
13459         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13460         * sysdeps/i386/fpu/libm-test-ulps: Update.
13461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13463         [BZ #16516]
13464         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13465         (__erf): Scale by 16 instead of 8 in potentially underflowing
13466         case.  Ensure exception if result actually underflows.
13467         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13468         (__erff): Scale by 16 instead of 8 in potentially underflowing
13469         case.  Ensure exception if result actually underflows.
13470         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13471         (efx8): Remove variable.
13472         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13473         case.  Ensure exception if result actually underflows.
13474         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13475         (efx8): Remove variable.
13476         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13477         case.  Ensure exception if result actually underflows.
13478         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13479         (efx8): Remove variable.
13480         (__erfl): Scale by 16 instead of 8 in potentially underflowing
13481         case.  Ensure exception if result actually underflows.
13482         * math/auto-libm-test-in: Add more tests of erf.
13483         * math/auto-libm-test-out: Regenerated.
13485 2014-05-14  Andreas Schwab  <schwab@suse.de>
13487         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13488         Remove code conditionalized on USE___THREAD.
13490         * config.h.in (HAVE_PT_CHOWN): Define as 0.
13491         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13492         not definedness.
13494 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13496         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13497         Define unconditionally.
13498         (__ASSUME_O_CLOEXEC): Likewise.
13499         (__ASSUME_SOCK_CLOEXEC): Likewise.
13500         (__ASSUME_IN_NONBLOCK): Likewise.
13501         (__ASSUME_PIPE2): Likewise.
13502         (__ASSUME_EVENTFD2): Likewise.
13503         (__ASSUME_SIGNALFD4): Likewise.
13504         (__ASSUME_DUP3): Likewise.
13505         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13506         (__ASSUME_DUP3): Do not define.
13507         (__ASSUME_EVENTFD2): Likewise.
13508         (__ASSUME_IN_NONBLOCK): Likewise.
13509         (__ASSUME_O_CLOEXEC): Likewise.
13510         (__ASSUME_PIPE2): Likewise.
13511         (__ASSUME_SIGNALFD4): Likewise.
13512         (__ASSUME_SOCK_CLOEXEC): Likewise.
13513         (__ASSUME_UTIMES): Undefine.
13514         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13515         (__ASSUME_UTIMES): Do not define.
13516         (__ASSUME_O_CLOEXEC): Likewise.
13517         (__ASSUME_SOCK_CLOEXEC): Likewise.
13518         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13519         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13520         0x020621].
13521         (__ASSUME_PIPE2): Likewise.
13522         (__ASSUME_EVENTFD2): Likewise.
13523         (__ASSUME_SIGNALFD4): Likewise.
13524         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13525         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13526         Do not define.
13527         (__ASSUME_EVENTFD2): Likewise.
13528         (__ASSUME_SIGNALFD4): Likewise.
13529         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13530         (__ASSUME_32BITUIDS): Likewise.
13531         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13532         (__ASSUME_IPC64): Likewise.
13533         (__ASSUME_ST_INO_64_BIT): Likewise.
13534         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13535         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13536         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13537         (__ASSUME_UTIMES): Do not define.
13538         (__ASSUME_PSELECT): Likewise.
13539         (__ASSUME_PPOLL): Likewise.
13540         (__ASSUME_O_CLOEXEC): Likewise.
13541         (__ASSUME_SOCK_CLOEXEC): Likewise.
13542         (__ASSUME_IN_NONBLOCK): Likewise.
13543         (__ASSUME_PIPE2): Likewise.
13544         (__ASSUME_EVENTFD2): Likewise.
13545         (__ASSUME_SIGNALFD4): Likewise.
13546         (__ASSUME_DUP3): Likewise.
13547         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13548         (__ASSUME_UTIMES): Likewise.
13549         (__ASSUME_O_CLOEXEC): Likewise.
13550         (__ASSUME_SOCK_CLOEXEC): Likewise.
13551         (__ASSUME_IN_NONBLOCK): Likewise.
13552         (__ASSUME_PIPE2): Likewise.
13553         (__ASSUME_EVENTFD2): Likewise.
13554         (__ASSUME_SIGNALFD4): Likewise.
13555         (__ASSUME_DUP3): Likewise.
13556         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13557         (__ASSUME_UTIMES): Likewise.
13558         (__ASSUME_O_CLOEXEC): Likewise.
13559         (__ASSUME_SOCK_CLOEXEC): Likewise.
13560         (__ASSUME_IN_NONBLOCK): Likewise.
13561         (__ASSUME_PIPE2): Likewise.
13562         (__ASSUME_EVENTFD2): Likewise.
13563         (__ASSUME_SIGNALFD4): Likewise.
13564         (__ASSUME_DUP3): Likewise.
13565         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13566         Likewise.
13567         (__ASSUME_UTIMES): Likewise.
13568         (__ASSUME_EVENTFD2): Likewise.
13569         (__ASSUME_SIGNALFD4): Likewise.
13570         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13571         (__ASSUME_O_CLOEXEC): Likewise.
13572         (__ASSUME_SOCK_CLOEXEC): Likewise.
13573         (__ASSUME_IN_NONBLOCK): Likewise.
13574         (__ASSUME_PIPE2): Likewise.
13575         (__ASSUME_EVENTFD2): Likewise.
13576         (__ASSUME_SIGNALFD4): Likewise.
13577         (__ASSUME_DUP3): Likewise.
13578         (__ASSUME_UTIMES): Undefine.
13580         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13581         feclearexcept.  Remove symbol versioning code.
13582         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
13583         symbol versioning code.
13584         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
13585         symbol versioning code.
13586         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13587         feupdateenv.  Remove symbol versioning code.
13588         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13589         fegetexceptflag.  Remove symbol versioning code.
13590         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13591         fesetexceptflag.  Remove symbol versioning code.
13592         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13593         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
13594         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13595         (__posix_fadvise64_l32): Remove prototype.
13596         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13597         code.
13599 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13601         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13602         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13603         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13604         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13606 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
13608         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13609         current working directory
13611 2014-05-13  Roland McGrath  <roland@hack.frob.com>
13613         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13614         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13615         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13616         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13617         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13618         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13619         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13620         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13621         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13622         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13623         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13624         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13625         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13626         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13627         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13628         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13629         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13630         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13631         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13632         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13633         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13634         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13635         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13636         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13637         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13638         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13639         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13640         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13641         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13642         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13643         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13644         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13645         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13646         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13647         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13648         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13649         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13650         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13651         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13652         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13653         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13654         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13656         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13657         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13659         * sysdeps/unix/sysv/linux/arm/Makefile
13660         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13661         Add rt-aeabi_unwind_cpp_pr1.
13662         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13663         Add nptl-aeabi_unwind_cpp_pr1.
13664         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13665         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13666         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13667         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13668         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13669         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13671         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13672         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13673         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13674         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13676         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13677         Deconditionalize the code that was previously under [RESET_PID].
13678         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13680         * sysdeps/generic/exit-thread.h: New file.
13681         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13682         * include/unistd.h (__exit_thread): Remove declaration.
13683         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13684         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13685         * csu/libc-start.c: Include <exit-thread.h>.
13686         (LIBC_START_MAIN): Pass no argument to __exit_thread.
13687         * nptl/pthread_create.c: Include <exit-thread.h>.
13688         (start_thread): Call __exit_thread in place of __exit_thread_inline.
13689         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13690         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13691         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13692         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13693         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13694         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13695         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13696         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13697         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13698         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13699         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13700         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13701         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13702         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13703         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13704         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13706 2014-05-13  Andreas Schwab  <schwab@suse.de>
13708         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13710 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
13712         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13713         (__ASSUME_UTIMES): Do not condition on kernel version.
13714         (__ASSUME_PSELECT): Define unconditionally.
13715         (__ASSUME_PPOLL): Likewise.
13716         (__ASSUME_ATFCTS): Likewise.
13717         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13718         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13719         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13720         (__ASSUME_UTIMENSAT): Define unconditionally.
13721         (__ASSUME_PRIVATE_FUTEX): Likewise.
13722         (__ASSUME_FALLOCATE): Likewise.
13723         (__ASSUME_O_CLOEXEC): Likewise.
13724         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13725         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13726         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13727         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13728         (__ASSUME_IN_NONBLOCK): Likewise.
13729         (__ASSUME_PIPE2): Likewise.
13730         (__ASSUME_EVENTFD2): Likewise.
13731         (__ASSUME_SIGNALFD4): Likewise.
13732         (__ASSUME_DUP3): Likewise.
13733         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13734         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13735         (__ASSUME_AT_RANDOM): Likewise.
13736         (__ASSUME_PREADV): Likewise.
13737         (__ASSUME_PWRITEV): Likewise.
13738         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13739         (__ASSUME_F_GETOWN_EX): Define unconditionally.
13740         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13741         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13742         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13743         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13744         (__ASSUME_O_CLOEXEC): Define unconditionally.
13745         (__ASSUME_PSELECT): Do not undefine conditionally.
13746         (__ASSUME_PPOLL): Likewise.
13747         (__ASSUME_ATFCTS): Likewise.
13748         (__ASSUME_SET_ROBUST_LIST): Likewise.
13749         (__ASSUME_UTIMENSAT): Likewise.
13750         (__ASSUME_FDATASYNC): Define unconditionally.
13751         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13752         (__ASSUME_SIGFRAME_V2): Likewise.
13753         )__ASSUME_EVENTFD2): Likewise.
13754         (__ASSUME_SIGNALFD4): Likewise.
13755         (__ASSUME_PSELECT): Do not undefine conditionally.
13756         (__ASSUME_PPOLL): Likewise.
13757         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13758         (__ASSUME_PSELECT): Define unconditionally.
13759         (__ASSUME_PPOLL): Likewise.
13760         (__ASSUME_O_CLOEXEC): Likewise.
13761         (__ASSUME_SOCK_CLOEXEC): Likewise.
13762         (__ASSUME_IN_NONBLOCK): Likewise.
13763         (__ASSUME_PIPE2): Likewise.
13764         (__ASSUME_EVENTFD2): Likewise.
13765         (__ASSUME_SIGNALFD4): Likewise.
13766         (__ASSUME_DUP3): Likewise.
13767         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13768         (__ASSUME_O_CLOEXEC): Likewise.
13769         (__ASSUME_SOCK_CLOEXEC): Likewise.
13770         (__ASSUME_IN_NONBLOCK): Likewise.
13771         (__ASSUME_PIPE2): Likewise.
13772         (__ASSUME_EVENTFD2): Likewise.
13773         (__ASSUME_SIGNALFD4): Likewise.
13774         (__ASSUME_DUP3): Likewise.
13775         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13776         (__ASSUME_EVENTFD2): Likewise.
13777         (__ASSUME_SIGNALFD4): Likewise.
13778         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13780 2014-05-12  Andreas Schwab  <schwab@suse.de>
13782         [BZ #16932]
13783         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13784         (_nss_nis_gethostbyname4_r): Return error if item length is larger
13785         than maximum RPC packet size.
13786         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13787         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13788         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13789         (_nss_nis_getservbyport_r): Likewise.
13791 2014-05-12  Will Newton  <will.newton@linaro.org>
13793         * malloc/Makefile (tests): Add tst-mallopt.
13794         * malloc/tst-mallopt.c: New file.
13796 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13798         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13799         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13801 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13803         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13804         (tst-tlsmod6.so): Likewise.
13806 2014-05-09  Roland McGrath  <roland@hack.frob.com>
13808         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13810 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
13812         [BZ #16064]
13813         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13814         and <dl-procinfo.h>.
13815         (__fegetenv): Save SSE state in envp->__eip if supported.
13816         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13817         envp->__eip if supported.
13818         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13819         and <dl-procinfo.h>.
13820         (__fesetenv): Always set __eip, __cs_selector, __opcode,
13821         __data_offset and __data_selector in environment to 0.  Set SSE
13822         state if supported.
13823         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13824         test-fenv-sse.
13825         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13826         -mfpmath=sse.
13827         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13829 2014-05-09  Will Newton  <will.newton@linaro.org>
13831         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13832         and libc_relro_required for ARM.
13833         * sysdeps/arm/preconfigure: Regenerate.
13835 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13836             Stefan Liebler  <stli@linux.vnet.ibm.com>
13838         * config.make.in (enable-lock-elision): New Makefile variable.
13839         * configure.ac: Likewise.
13840         * configure: Regenerate.
13841         * sysdeps/s390/configure.ac:
13842         Add check for gcc transactions support.
13843         * sysdeps/s390/configure: Regenerate.
13844         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13845         Build elision files if enabled.
13846         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13847         Add lock elision support for s390.
13848         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13849         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13850         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13851         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13852         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13853         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13854         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13855         Likewise.
13856         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13857         Likewise.
13858         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13859         Likewise.
13860         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13861         Likewise.
13862         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13863         (__lll_timedlock_elision, __lll_lock_elision)
13864         (__lll_unlock_elision, __lll_trylock_elision)
13865         (lll_timedlock_elision, lll_lock_elision)
13866         (lll_unlock_elision, lll_trylock_elision): Add.
13867         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13868         (pthread_mutex_t): Add lock elision support for s390.
13870 2014-05-14  Wilco  <wdijkstr@arm.com>
13872         * sysdeps/arm/fclrexcpt.c: Cleanup.
13873         * sysdeps/arm/fedisblxcpt.c: Cleanup.
13874         * sysdeps/arm/feenablxcpt.c: Cleanup.
13875         * sysdeps/arm/fegetenv.c: Cleanup.
13876         * sysdeps/arm/fegetexcept.c: Cleanup.
13877         * sysdeps/arm/fegetround.c: Cleanup.
13878         * sysdeps/arm/feholdexcpt.c: Cleanup.
13879         * sysdeps/arm/fesetenv.c: Cleanup.
13880         * sysdeps/arm/fesetround.c: Cleanup.
13881         * sysdeps/arm/feupdateenv.c: Cleanup.
13882         * sysdeps/arm/fgetexcptflg.c: Cleanup.
13883         * sysdeps/arm/fraiseexcpt.c: Cleanup.
13884         * sysdeps/arm/fsetexcptflg.c: Cleanup.
13885         * sysdeps/arm/ftestexcept.c: Cleanup.
13886         * sysdeps/arm/get-rounding-mode.h: Cleanup.
13887         * sysdeps/arm/setfpucw.c: Cleanup.
13889 2014-05-09  Will Newton  <will.newton@linaro.org>
13891         * sysdeps/arm/armv7/strcmp.S: New file.
13892         * NEWS: Mention addition of ARMv7 optimized strcmp.
13894 2014-05-08  Roland McGrath  <roland@hack.frob.com>
13896         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13897         look for %.ac rather than %.in.
13899         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13900         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13901         * sysdeps/mach/hurd/configure: Regenerated.
13902         * sysdeps/unix/sysv/linux/configure: Regenerated.
13904         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13906 2014-05-07  Steve Ellcey  <sellcey@mips.com>
13908         [BZ# 16922]
13909         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13910         (LONG_SUB): Ditto.
13911         (PTR_SUB): Ditto.
13913 2014-05-07  Andreas Schwab  <schwab@suse.de>
13915         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13916         when skipping over non-matching result from nscd.
13918 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
13920         [BZ #16876]
13921         * nptl/sockperf.c (client): Check socket return value.
13923         [BZ #16877]
13924         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13925         nscd security class.
13927 2014-05-06  Roland McGrath  <roland@hack.frob.com>
13929         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13930         * sysdeps/arm/unwind.h: ... here.
13932 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
13934         [BZ# 16916]
13935         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13936         Define.
13938 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
13940         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13941         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13942         multiarch strncpy for PPC64.
13943         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13944         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13945         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13946         multiarch optimizations.
13947         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13948         (__libc_ifunc_impl_list): Likewise.
13949         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13950         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13951         multiarch stpncpy for PPC64.
13952         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
13953         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
13955 2014-05-06  Andreas Schwab  <schwab@suse.de>
13957         [BZ #16912]
13958         * gmon/mcount.c (_MCOUNT_DECL): Use
13959         atomic_compare_and_exchange_bool_acq instead of
13960         catomic_compare_and_exchange_bool_acq.
13962 2014-05-05  Roland McGrath  <roland@hack.frob.com>
13964         * elf/Makefile (others, install-bin): Remove pldd.
13965         (pldd-modules): Variable removed.
13966         ($(objpfx)pldd): Target removed.
13967         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
13968         (others, install-bin): Append pldd here.
13969         ($(objpfx)pldd): New target.
13971         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
13972         to 0, so the first #if test emitted later doesn't see it undefined.
13973         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
13974         * sysdeps/gnu/errlist.c: Regenerated.
13976 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13978         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13979         [libc_hidden_builtin_def]: Define to empty value.
13980         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
13981         [libc_hidden_builtin_def]: Likewise.
13982         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
13983         [libc_hidden_builtin_def]: Likewise.
13984         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
13985         [libc_hidden_builtin_def]: Likewise.
13986         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
13987         __redirect_memcpy and define ifunc as default hidden symbol.
13988         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
13989         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
13991 2014-05-04  Adam Conrad  <adconrad@0c3.net>
13993         * locale/iso-4217.def: Reintroduce XDR currency.
13995 2014-05-04  Allan McRae  <allan@archlinux.org>
13997         * po/eo.po: Update Esperanto translation from translation project.
13999 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14001         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14002         and FEATURE_INDEX_MAX to 1.
14003         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14005 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14007         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14008         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14009         * iconvdata/big5.c (ONE_DIRECTION): Define.
14010         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14011         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14012         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14013         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14014         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14015         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14016         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14017         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14018         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14019         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14020         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14021         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14022         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14023         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14024         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14025         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14026         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14027         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14028         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14029         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14030         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14031         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14032         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14033         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14034         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14035         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14036         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14037         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14038         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14039         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14040         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14041         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14042         * iconvdata/johab.c (ONE_DIRECTION): Define.
14043         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14044         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14045         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14046         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14047         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14048         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14049         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14050         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14051         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14052         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14054 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14056         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14057         (_IO_JUMPS_OFFSET): Define to 0.
14059         * nptl/sysdeps/pthread/bits/libc-lock.h
14060         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14061         (__libc_lock_define_initialized_recursive): Always define using
14062         initializer.  Modern compilers treat uninitialized (implicit zero) and
14063         explicit zero initializers the same (i.e. put the datum in bss).
14065 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14067         * nscd/nscd-client.h: Include <string.h>.
14069 2014-05-01  David S. Miller  <davem@davemloft.net>
14071         [BZ #16885]
14072         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14073         multiple zero bytes exist at the end of a string.
14074         Reported by Aurelien Jarno <aurelien@aurel32.net>
14076         * string/test-strcmp.c (check): Add explicit test for situations where
14077         there are multiple zero bytes after the first.
14079 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14081         [BZ #16890]
14082         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14083         when compiling wprintf.
14084         * stdio-common/tstdiomisc.c (t3): New function.
14085         (main): Call it.
14087 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14089         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14090         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14091         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14092         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14094 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14096         * stdlib/longlong.h: Updated from GCC.
14098 2014-05-01  Will Newton  <will.newton@linaro.org>
14099             Bernard Ogden  <bernie.ogden@linaro.org>
14101         * NEWS: Update fixed bug list.
14103         [BZ #15119]
14104         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14106 2014-04-30  David S. Miller  <davem@davemloft.net>
14108         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14109         (libc_feholdexcept_setround_sparc_ctx): New function.
14110         (libc_fesetenv_sparc_ctx): Likewise.
14111         (libc_feupdateenv_sparc_ctx): Likewise.
14112         (libc_feholdsetround_sparc_ctx): Likewise.
14113         (libc_feholdexcept_setround_ctx): Define.
14114         (libc_feholdexcept_setroundf_ctx): Likewise.
14115         (libc_feholdexcept_setroundl_ctx): Likewise.
14116         (libc_fesetenv_ctx): Likewise.
14117         (libc_fesetenvf_ctx): Likewise.
14118         (libc_fesetenvl_ctx): Likewise.
14119         (libc_feupdateenv_ctx): Likewise.
14120         (libc_feupdateenvf_ctx): Likewise.
14121         (libc_feupdateenvl_ctx): Likewise.
14122         (libc_feresetround_ctx): Likewise.
14123         (libc_feresetroundf_ctx): Likewise.
14124         (libc_feresetroundl_ctx): Likewise.
14125         (libc_feholdsetround_ctx): Likewise.
14126         (libc_feholdsetroundf_ctx): Likewise.
14127         (libc_feholdsetroundl_ctx): Likewise.
14129         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14130         with __USE_GNU instead of XOPEN cpp guards.
14132         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14133         0.
14135         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14136         with XOPEN cpp guards.
14138 2014-04-30  Julian Brown  <julian@codesourcery.com>
14140         [BZ #16888]
14141         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14142         handling.
14144 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14146         [BZ #9894]
14147         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14148         Change to 2.6.32.
14149         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14150         * sysdeps/unix/sysv/linux/configure: Regenerated.
14151         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14152         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14153         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14154         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14155         * README: Update reference to required Linux kernel version.
14156         * manual/install.texi (Linux): Update reference to required Linux
14157         kernel headers version.
14158         * INSTALL: Regenerated.
14160         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14161         header inclusion.
14162         [POSIX] (limits.h): Likewise.
14163         [POSIX] (math.h): Likewise.
14164         [POSIX] (sys/wait.h): Likewise.
14165         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14166         function.
14167         [POSIX] (stddef.h): Do not allow header inclusion.
14169 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14171         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14173 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14175         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14176         Return immediately after lll_futex_wake.
14178 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14180         [BZ #16791]
14181         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14182         structure.
14183         (datahead_init_pos): Call datahead_init_common early.
14184         (datahead_init_neg): Likewise.
14186         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14187         datahead_init_neg): New functions.
14188         * nscd/aicache.c (addhstaiX): Use them.
14189         * nscd/grpcache.c (cache_addgr): Likewise.
14190         * nscd/hstcache.c (cache_addhst): Likewise.
14191         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14192         * nscd/netgroupcache.c (do_notfound): Likewise.
14193         (addgetnetgrentX): Likewise.
14194         (addinnetgrX): Likewise.
14195         * nscd/pwdcache.c (cache_addpw): Likewise.
14196         * nscd/servicescache.c (cache_addserv): Likewise.
14198 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14199             Atsushi Onoe  <atsushi@onoe.org>
14201         [BZ #14308]
14202         [BZ #12994]
14203         [BZ #13651]
14204         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14205         one response is valid.
14206         * resolv/res_send.c (send_dg): Check for validity of other
14207         response if the current response is a referral.
14209 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14211         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14213 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14215         [BZ #16823]
14216         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14217         Always divide by positive zero when computing -Inf result.
14218         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14219         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14221 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14223         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14224         FPSCR if value do not change.
14225         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14226         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14227         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14228         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14229         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14230         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14231         function.
14233 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14235         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14236         * sysdeps/unix/sysv/linux/hppa: Move directory from
14237         ports/systeps/unix/sysv/linux/hppa.
14238         * README: Update listing for hppa-*-linux-gnu.
14240 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14242         [BZ #16754]
14243         * manual/stdio.texi (Hook functions): Fix types of stream hook
14244         functions.
14245         [BZ #16854]
14246         * socket/sys/socket.h: Fix typo in comment.
14248 2014-04-28  Wilco  <wdijkstr@arm.com>
14250         * sysdeps/arm/fenv_private.h: New file.
14251         * sysdeps/arm/math_private.h: New file.
14252         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14254 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14256         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14257         with __int128_t.
14258         (La_x86_64_retval): Likewise.
14260 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14262         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14263         fpsr if value didn't change.
14264         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14265         to fpcr if value didn't change.
14266         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14267         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14268         fpsr or fpcr if value didn't change.
14269         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14270         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14271         fpcr if value didn't change.
14272         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14273         to fpsr if value didn't change.
14275 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14277         * nptl/tst-sem3.c: Use test-skeleton.c
14278         (main): Rename to do_test.  Use return instead of
14279         exit.
14280         * nptl/tst-sem4.c: Use test-skeleton.c
14281         (main): Rename to do_test.
14283 2014-04-22  David S. Miller  <davem@davemloft.net>
14285         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14286         (struct sigaction): New struct member __glibc_reserved0, change
14287         type of sa_flags to int.
14289 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14291         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14292         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14294 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14296         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14297         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14299 2014-04-22  Will Newton  <will.newton@linaro.org>
14300             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14302         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14303         (__longjmp): Add longjmp and longjmp_target SystemTap
14304         probes.
14305         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14306         (__sigsetjmp): Add setjmp SystemTap probe.
14308 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14310         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14311         match manual order.
14313 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14315         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14317         * sysdeps/powerpc/fpu/fenv_private.h
14318         (libc_feholdexcept_setroundl_ctx): Define to
14319         libc_feholdexcept_setround_ppc_ctx.
14320         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14321         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14322         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14323         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14325 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14327         * sysdeps/aarch64/math-tests.h: New file.
14329 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14331         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14332         New.
14333         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14334         Check and set bit_AVX2_Usable.
14335         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14336         macro.
14337         (bit_AVX2): Likewise.
14338         (index_AVX2_Usable): Likewise.
14339         (CPUID_AVX2): Likewise.
14340         (HAS_AVX2): Likewise.
14342 2014-04-17  Will Newton  <will.newton@linaro.org>
14344         * manual/setjmp.texi (System V contexts): Add note that
14345         calling setcontext on a context created by a call to a
14346         signal handler is undefined.  Update text to note that
14347         setcontext from a signal handler is possible but not
14348         recommended.
14350         [BZ #16629]
14351         * stdlib/tst-setcontext.c: Include signal.h.
14352         (main): Check that the signal stack before and
14353         after swapcontext is the same.
14355         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14356         Re-implement to restore registers in user code and avoid
14357         rt_sigreturn system call.
14359 2014-04-17  Wilco  <wdijkstr@arm.com>
14361         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14362         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14363         * math/test-fenv.c: Skip exception trap tests on targets which only
14364         support non-stop mode.
14366 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14367             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14369         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14370         (libc_feholdsetround_aarch64_ctx)
14371         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14372         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14373         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14374         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14375         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14376         (libc_feresetround_noexl_ctx): Define.
14378 2014-04-16  Richard Henderson  <rth@redhat.com>
14380         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14382         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14383         unwind tables.
14385         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14386         const from the non-libc, non-ldso copy.
14388         * sysdeps/alpha/libm-test-ulps: Regenerate.
14390 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14391             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14393         * sysdeps/aarch64/fpu/math_private.h: New file.
14395 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14397         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14399 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14401         [BZ #16275]
14402         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14403         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14404         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14405         Intel MPX bound registers before _dl_profile_fixup.
14406         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14407         registers after _dl_profile_fixup.  Save and restore bound
14408         registers bnd0/bnd1 when calling _dl_call_pltexit.
14409         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14410         (LR_BND_OFFSET): Likewise.
14411         (LRV_BND0_OFFSET): Likewise.
14412         (LRV_BND1_OFFSET): Likewise.
14414 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14416         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14417         to...
14418         * sysdeps/mach/hurd/i386/tls.h: ... here.
14419         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14420         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14421         fields.
14423 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14425         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14427 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14429         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14431 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14433         [BZ #14770]
14434         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14435         * sysdeps/s390/configure: Regenerate.
14437         [BZ #16824]
14438         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14439         Set round-to-nearest internally to reduce error accumulation.
14441 2014-04-16  Alan Modra  <amodra@gmail.com>
14443         [BZ #16740]
14444         [BZ #16619]
14445         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14446         * math/libm-test.inc (frexp_test_data): Add tests.
14447         * NEWS: Update fixed bug list.
14449 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14451         * benchtests/Makefile: Depend on libraries in build directory.
14452         (bench-math): Separate out math tests.
14453         (bench-pthread): Separate out pthread tests.
14454         (bench): Include math and pthread tests.
14456 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14458         [BZ #16831]
14459         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14460         _dl_debug_initialize.
14462         * configure.ac: Remove SELinux header check.
14463         * configure: Regenerate.
14464         * nscd/selinux.c (perms): Array of const char* to permission names.
14465         (nscd_request_avc_has_perm): Call security_deny_unknown to find
14466         default policy. Call string_to_security_class and string_to_av_perm to
14467         translate strings. Enforce default policy and call avs_has_perm with
14468         results of translated strings.
14470 2014-04-13  David S. Miller  <davem@davemloft.net>
14472         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14474 2014-04-12  Allan McRae  <allan@archlinux.org>
14476         [BZ #16838]
14477         * manual/string.texi (Collation Functions): Fix qsort argument
14478         order in example.
14479         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14481 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
14483         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14484         Make the test a no-op if there are no exceptions defined.
14486 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
14488         * elf/Makefile (tests): make tst-dlopen-aout conditional on
14489         enable-hardcoded-path-in-tests
14491 2014-04-11  Will Newton  <will.newton@linaro.org>
14493         * benchtests/Makefile (extra-objs): Add json-lib.o.
14494         (bench-func): Tidy up JSON output.
14495         * benchtests/bench-skeleton.c: Include json-lib.h.
14496         (main): Use JSON library functions to do output of
14497         benchmark results.
14498         * benchtests/bench-timing-type.c (main): Output the
14499         timing type simply, leaving formatting to the user.
14500         * benchtests/json-lib.c: New file.
14501         * benchtests/json-lib.h: Likewise.
14503 2014-04-11  Torvald Riegel  <triegel@redhat.com>
14505         [BZ #15215]
14506         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14507         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
14508         memory barriers.  Add comments.
14509         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14510         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14511         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14512         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14513         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14514         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14516 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14518         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14519         * sysdeps/s390/s390-64/configure.ac: ... this ...
14520         * sysdeps/s390/configure.ac: ... to here.
14521         * sysdeps/s390/s390-32/configure: Delete file.
14522         * sysdeps/s390/s390-64/configure: Delete file.
14523         * sysdeps/s390/configure: Regenerate.
14525 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
14527         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14529 2014-04-11  Will Newton  <will.newton@linaro.org>
14531         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14532         to zero if it is not defined elsewhere.  (mtrim): Test
14533         the value of MALLOC_DEBUG with #if rather than #ifdef.
14535 2014-04-10 Torvald Riegel  <triegel@redhat.com>
14537         * benchtests/pthread_once-inputs: New file.
14538         * benchtests/pthread_once-source.c: New file.
14539         * benchtests/README: Update documentation.
14541 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
14542             H.J. Lu  <hongjiu.lu@intel.com>
14544         [BZ #16275]
14545         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14546         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14547         * sysdeps/x86_64/configure: Regenerated.
14548         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14549         macro.
14550         (REGISTER_SAVE_RAX): Likewise.
14551         (REGISTER_SAVE_RCX): Likewise.
14552         (REGISTER_SAVE_RDX): Likewise.
14553         (REGISTER_SAVE_RSI): Likewise.
14554         (REGISTER_SAVE_RDI): Likewise.
14555         (REGISTER_SAVE_R8): Likewise.
14556         (REGISTER_SAVE_R9): Likewise.
14557         (REGISTER_SAVE_BND0): Likewise.
14558         (REGISTER_SAVE_BND1): Likewise.
14559         (REGISTER_SAVE_BND2): Likewise.
14560         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
14561         bound registers when calling _dl_fixup.
14563 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14565         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14566         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14567         of its definition.
14568         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14569         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14570         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14571         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14572         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14573         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14574         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14576 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
14578         [BZ #15514]
14579         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14580         pathconf(_PC_NAME_MAX).
14582 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14584         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14585         Remove macro usage.
14586         (__PTHREAD_SPINS): Move definition to ...
14587         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14588         (__PTHREAD_SPINS): ... here.
14589         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14590         (__PTHREAD_SPIN): Likewise.
14591         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14592         (__PTHREAD_SPIN): Likewise.
14593         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14594         (__PTHREAD_SPIN): Likewise.
14595         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14596         (__PTHREAD_SPIN): Likewise.
14597         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14598         (__PTHREAD_SPIN): Likewise.
14599         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14600         (__PTHREAD_SPIN): Likewise.
14601         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14602         (__PTHREAD_SPIN): Likewise.
14603         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14604         (__PTHREAD_SPIN): Likewise.
14605         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14606         (__PTHREAD_SPIN): Likewise.
14607         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14608         (__PTHREAD_SPIN): Likewise.
14609         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14610         (__PTHREAD_SPIN): Likewise.
14611         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14612         (__PTHREAD_SPIN): Likewise.
14614         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14615         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14616         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14617         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14618         imply folder.
14619         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14620         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14621         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14622         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14623         correct imply path.
14624         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14625         strlen symbol for non multi-arch builds.
14626         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14627         missing hidden_def and weak_alias.
14629 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
14631         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14633 2014-04-07  Will Newton  <will.newton@linaro.org>
14635         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14636         and contents.  [!_LIBC] Remove #ifndef and contents.
14637         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
14638         * string/memccpy.c (__memccpy): Use ANSI prototype.
14639         * string/memfrob.c (memfrob): Likewise.
14640         * string/strcoll.c (STRCOLL): Likewise.
14641         * string/strlen.c (strlen): Likewise.
14642         * string/strtok.c (STRTOK): Likewise.
14643         * string/strcat.c: Remove unused #include of memcopy.h.
14644         (strcat): Use ANSI prototype.
14645         * string/strchr.c: Remove unused #include of memcopy.h.
14646         (strchr): Use ANSI prototype.
14647         * string/strcmp.c: Remove unused #include of memcopy.h.
14648         (strcmp): Use ANSI prototype.
14649         * string/strcpy.c: Remove unused #include of memcopy.h.
14650         (strcpy): Use ANSI prototype.
14652 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14654         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14655         * config.make.in (config-extra-cppflags): Set it from
14656         libc_extra_cppflags.
14657         * configure.ac (libc_extra_cflags): Make it accumulate over
14658         configure fragments.
14659         (libc_extra_cppflags): New flag.
14660         * configure. Regenerate.
14661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14662         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14663         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14666         [BZ #16815]
14667         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14668         result for FE_DOWNWARD rounding mode.
14669         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14670         Likewise.
14671         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14673 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
14675         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14676         in function argument name.
14678 2014-04-03  David Svoboda  <svoboda@cert.org>
14680         [BZ #5666]
14681         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14682         explicitly.
14684 2014-04-03  Roland McGrath  <roland@hack.frob.com>
14686         * elf/dl-unmap-segments.h: New file.
14687         * sysdeps/generic/ldsodefs.h
14688         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14689         * elf/dl-close.c: Include <dl-unmap-segments.h>.
14690         * elf/dl-fptr.c: Likewise.
14691         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14692         * sysdeps/aarch64/tlsdesc.c: Likewise.
14693         * sysdeps/arm/tlsdesc.c: Likewise.
14694         * sysdeps/i386/tlsdesc.c: Likewise.
14695         * sysdeps/tile/dl-runtime.c: Likewise.
14696         * sysdeps/x86_64/tlsdesc.c: Likewise.
14697         * elf/dl-load.h: New file.
14698         * elf/dl-load.c: Include it.
14699         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14700         Macros moved to dl-load.h.
14701         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14702         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14703         Use _dl_unmap_segments in place of __munmap.
14704         Break out segment-mapping loop into ...
14705         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14707 2014-04-03  Will Newton  <will.newton@linaro.org>
14709         * elf/dl-lookup.c (do_lookup_x): Remove comment
14710         referring to nested function and move variable
14711         declarations down to before first use.
14713 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
14715         [BZ #16799]
14716         [BZ #16800]
14717         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14718         with 0 numerator.
14719         * math/s_catanf.c (__catanf): Likewise.
14720         * math/s_catanh.c (__catanh): Likewise.
14721         * math/s_catanhf.c (__catanhf): Likewise.
14722         * math/s_catanhl.c (__catanhl): Likewise.
14723         * math/s_catanl.c (__catanl): Likewise.
14724         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14725         by positive zero when computing -Inf result.
14726         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14727         (catanh_test): Likewise.
14728         * sysdeps/i386/fpu/libm-test-ulps: Update.
14729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14731         [BZ #16789]
14732         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14733         instead of using underflowing value in computing result.
14734         * math/s_clog10.c (__clog10): Likewise.
14735         * math/s_clog10f.c (__clog10f): Likewise.
14736         * math/s_clog10l.c (__clog10l): Likewise.
14737         * math/s_clogf.c (__clogf): Likewise.
14738         * math/s_clogl.c (__clogl): Likewise.
14739         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14740         (clog10_test): Likewise.
14741         * sysdeps/i386/fpu/libm-test-ulps: Update.
14742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14744 2014-04-02  Alan Modra  <amodra@gmail.com>
14746         [BZ #16739]
14747         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14748         output when value is near a power of two.  Use int64_t for lx and
14749         remove casts.  Use decimal rather than hex exponent constants.
14750         Don't use long double multiplication when double will suffice.
14751         * math/libm-test.inc (nextafter_test_data): Add tests.
14752         * NEWS: Add 16739 and 16786 to bug list.
14754         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14756         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14758 2014-04-01  Will Newton  <will.newton@linaro.org>
14760         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14761         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
14763 2014-04-01  Florian Weimer  <fweimer@redhat.com>
14765         [BZ #13347]
14766         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14767         * nptl/tst-setuid2.c: New file.
14768         * nptl/Makefile (xtests): Add tst-setuid2.
14770 2014-04-01  Alan Modra  <amodra@gmail.com>
14772         [BZ #16786]
14773         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14775 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14777         [BZ #6803]
14778         [BZ #6804]
14779         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14780         set errno as appropriate.
14781         * math/w_scalbf.c (__scalbf): Likewise.
14782         * math/w_scalbl.c (__scalbl): Likewise.
14783         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14784         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14785         * math/libm-test.inc (scalb_test_data): Add errno expectations.
14786         Add more NaN tests.
14788         [BZ #16349]
14789         * math/w_atan2.c: Include <errno.h>.
14790         (__atan2): Set errno for result underflowing to zero.
14791         * math/w_atan2f.c: Include <errno.h>.
14792         (__atan2f): Set errno for result underflowing to zero.
14793         * math/w_atan2l.c: Include <errno.h>.
14794         (__atan2l): Set errno for result underflowing to zero.
14795         * math/auto-libm-test-in: Don't allow missing errno for some atan2
14796         tests.
14797         * math/auto-libm-test-out: Regenerated.
14799 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14801         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14802         Encode instruction correctly in little endian.
14803         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14804         Likewise.
14805         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14806         Likewise.
14807         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14808         Likewise.
14809         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14810         Likewise.
14812 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
14814         [BZ #9894]
14815         * sysdeps/unix/sysv/linux/kernel-features.h
14816         [__sparc__ && !__arch64__ && !__sparc_v9__]
14817         (__ASSUME_SET_ROBUST_LIST): Do not define.
14818         [__sparc__ && !__arch64__ && !__sparc_v9__]
14819         (__ASSUME_FUTEX_LOCK_PI): Likewise.
14820         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14821         Likewise.
14822         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14823         (__ASSUME_FUTEX_LOCK_PI): Undefine.
14824         (__ASSUME_REQUEUE_PI): Likewise.
14825         (__ASSUME_SET_ROBUST_LIST): Likewise.
14826         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14827         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14828         Undefine.
14829         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14830         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14831         Likewise.
14832         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14833         Likewise.
14834         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14835         Likewise.
14836         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14837         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14838         Undefine.
14839         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14840         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14841         Likewise.
14843         [BZ #16648]
14844         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14845         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14846         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14848 2014-03-31  Will Newton  <will.newton@linaro.org>
14850         * benchtests/Makefile (bench): Add ffs and ffsll to list
14851         of tests.
14852         * benchtests/ffs-inputs: New file.
14853         * benchtests/ffsll-inputs: Likewise.
14855 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
14857         [BZ #16770]
14858         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14859         too large before casting to int.
14860         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14861         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14862         * math/libm-test.inc (scalb_test_data): Add more tests.
14864 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14866         * benchtests/Makefile (DETAILED_OPT): New make option.
14867         (bench-func): Run benchmark program with -d if DETAILED_OPT is
14868         set.
14869         * benchtests/bench-skeleton.c: Include stdbool.h.
14870         (main): Store and print timings per input.
14871         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14872         member to each argument value.
14873         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14874         (_print_arg_data): Initialize per-input timing to 0.
14876         * benchtests/Makefile (timing-type): New binary.
14877         (bench-clean): Also remove bench-timing-type.
14878         (bench): New target for timing-type.
14879         (bench-func): Print output in JSON format.
14880         * benchtests/bench-skeleton.c (main): Print output in JSON
14881         format.
14882         * benchtests/bench-timing-type.c: New file.
14883         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14884         (TIMING_PRINT_STATS): Remove.
14885         * benchtests/scripts/bench.py (_print_arg_data): Store variant
14886         name separately.
14888         * benchtests/bench-modf.c: Remove.
14889         * benchtests/modf-inputs: New inputs file.
14891 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
14893         [BZ #16362]
14894         * math/s_clog10.c (M_PI_LOG10E): New macro.
14895         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14896         imaginary parts are 0.
14897         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14898         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14899         imaginary parts are 0.
14900         * math/s_clog10l.c (M_PI_LOG10El): New macro.
14901         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14902         imaginary parts are 0.
14903         * math/libm-test.inc (clog10_test_data): Update expected results
14904         for when real and imaginary parts are 0.
14906 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
14908         * elf/dl-load.c: Finish conversion of __builtin_expect into
14909         __glibc_{un}likely.
14911 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
14913         [BZ #16348]
14914         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14915         1+x for argument with exponent below -67.
14916         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14917         Likewise.
14918         * math/auto-libm-test-in: Add more tests of exp.
14919         * math/auto-libm-test-out: Regenerated.
14921 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14923         [BZ #16759]
14924         * inet/getnetgrent_r.c (get_nonempty_val): New function.
14925         (nscd_getnetgrent): Use it.
14927         [BZ #16760]
14928         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14929         of stpcpy.
14931 2014-03-27  Andi Kleen  <ak@linux.intel.com>
14933         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14934         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14935         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14936         (lll_robust_unlock): Remove out of line section. Use cfi
14937         intrinsics.
14938         (LLL_STUB_UNWIND_INFO*): Remove.
14939         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14940         (lll_robust_lock, lll_cond_lock, lll_timedlock)
14941         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14942         (lll_robust_unlock): Remove out of line section. Use cfi
14943         intrinsics.
14944         (LLL_STUB_UNWIND_INFO*): Remove.
14946 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14948         [BZ #16758]
14949         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14950         blank values.
14952 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
14954         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
14956 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
14958         [BZ #16198]
14959         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
14960         fnstenv.
14961         * math/test-fenv-preserve.c: New file.
14962         * math/Makefile (tests): Add test-fenv-preserve.
14964 2014-03-26  Will Newton <will.newton@linaro.org>
14966         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
14968 2014-03-25  Roland McGrath  <roland@hack.frob.com>
14970         * scripts/versionlist.awk: Partition the version sets and emit all
14971         GLIBC_* (sorted) before all others (sorted).
14973 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
14975         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
14976         GLIBC_2.2.5 version.
14978 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14980         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
14981         calls.
14983         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
14984         previous change.
14986         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14988 2014-03-25  Andreas Schwab  <schwab@suse.de>
14990         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
14991         label to be used after in6ailist is initialized.
14993 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14995         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14996         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
14998 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15000         [BZ #16357]
15001         [BZ #16599]
15002         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15003         min_plus_half.
15004         (fp_formats): Update initializers.
15005         (init_fp_formats): Initialize new field.
15006         (output_for_one_input_case): Allow underflow for results up to
15007         min_plus_half.
15008         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15009         * math/auto-libm-test-in: Don't mark some underflows from asin and
15010         atanh as spurious.
15011         * math/auto-libm-test-out: Regenerated.
15012         * sysdeps/i386/fpu/libm-test-ulps: Update.
15013         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15015 2014-03-25  Andreas Schwab  <schwab@suse.de>
15017         * libio/Makefile (tst-ftell-partial-wide-ENV)
15018         (tst-ftell-active-handler-ENV): Define.
15020 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15022         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15024 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15026         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15028 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15030         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15031         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15032         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15034 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15036         [BZ #16634]
15037         * elf/dl-load.c (open_verify): Add mode parameter.
15038         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15039         (open_path): Change from boolean 'secure' to complete flag 'mode'
15040         (_dl_map_object): Adjust.
15041         * elf/Makefile (tests): Add tst-dlopen-aout.
15042         * elf/tst-dlopen-aout.c: New test.
15044 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15046         [BZ #16714]
15047         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15048         (struct stat): Rename member pad0 to __glibc_reserved0.
15050         [BZ #16712]
15051         * sysdeps/s390/s390-32/bits/wordsize.h
15052         (__WORDSIZE32_SIZE_ULONG): New define.
15053         * sysdeps/s390/s390-64/bits/wordsize.h
15054         (__WORDSIZE32_SIZE_ULONG): Likewise.
15055         * sysdeps/generic/stdint.h (SIZE_MAX):
15056         Define as UL if __WORDSIZE32_SIZE_ULONG.
15058         [BZ #16713]
15059         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15060         (__glibc_reserved0): New variable.
15061         (sa_flags): Change type to int.
15063         * posix/Makefile (before-compile): Use += before-compile instead
15064         of a :=.
15066         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15067         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15069 2014-03-20  Andreas Schwab  <schwab@suse.de>
15071         [BZ #16743]
15072         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15073         non-matching result from nscd.
15075 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15077         * scripts/bench.py: Moved to ...
15078         * benchtests/scripts/bench.py: ... here.
15079         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15081 2014-03-24  Andreas Schwab  <schwab@suse.de>
15083         [BZ #16002]
15084         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15085         alloca_account and account alloca use for struct in6ailist.
15087 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15089         [BZ #16284]
15090         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15091         rounding mode to recompute results that overflow to infinity or
15092         underflow to zero.
15093         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15094         bug 16284.
15095         * math/auto-libm-test-out: Regenerated.
15096         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15097         (ccosh_test): Likewise.
15098         (csin_test_data): Use plus_oflow.
15099         (csin_test): Use ALL_RM_TEST.
15100         (csinh_test_data): Use plus_oflow.
15101         (csinh_test): Use ALL_RM_TEST.
15102         * sysdeps/i386/fpu/libm-test-ulps: Update.
15103         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15105 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15107         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15108         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15109         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15111         [BZ #16731]
15112         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15113         when x - 1 is zero.
15114         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15115         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15116         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15117         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15118         argument is 1.
15119         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15120         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15121         zero.
15122         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15123         * sysdeps/i386/fpu/libm-test-ulps: Update.
15124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15126 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15128         * scripts/bench.pl: Remove file.
15129         * scripts/bench.py: New benchmark script.
15130         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15131         * benchtests/README: Mention python dependency.
15132         * scripts/pylintrc: New file.
15133         * scripts/pylint: New file.
15135         * bits/mathdef.h: Use #ifdef instead of #if.
15136         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15137         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15138         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15139         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15140         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15141         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15143 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15144             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15146         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15147         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15148         and strpbrk-ppc64 objects.
15149         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15150         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15151         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15152         multiarch strpbrk for POWER7.
15153         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15154         multiarch strpbrk for PPC64.
15155         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15156         ifunc selector.
15157         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15158         strpbrk for POWER7.
15160 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15162         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15163         (atan_test): Likewise.
15164         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15165         (atanh_test): Use ALL_RM_TEST.
15166         (atan2_test_data): Likewise.
15167         (cabs_test): Likewise.
15168         (cacosh_test): Likewise.
15169         (carg_test): Likewise.
15170         (casin_test): Likewise.
15171         (casinh_test): Likewise.
15172         (cbrt_test): Likewise.
15173         (csqrt_test): Likewise.
15174         (erf_test): Likewise.
15175         (erfc_test): Likewise.
15176         (pow10_test): Likewise.
15177         (exp2_test): Likewise.
15178         (hypot_test): Likewise.
15179         (j0_test): Likewise.
15180         (j1_test): Likewise.
15181         (lgamma_test): Likewise.
15182         (gamma_test): Likewise.
15183         (sincos_test): Likewise.
15184         (tanh_test): Likewise.
15185         (y0_test): Likewise.
15186         (y1_test): Likewise.
15187         * sysdeps/i386/fpu/libm-test-ulps: Update.
15188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15190 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15192         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15193         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15194         and strcspn-ppc64 objects.
15195         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15196         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15197         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15198         multiarch strcspn for POWER7.
15199         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15200         multiarch strcspn for PPC64.
15201         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15202         ifunc selector.
15203         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15204         strcspn for POWER7.
15206 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15208         * math/gen-libm-test.pl (generate_testfile): Expect only function
15209         name as argument to AUTO_TESTS_* and pass results for all rounding
15210         modes to parse_args.
15211         (parse_auto_input): Separate inputs of automatic tests from
15212         outputs before storing in %auto_tests.
15213         * math/libm-test.inc (acos_test_data): Update call to
15214         AUTO_TESTS_f_f.
15215         (acos_test): Use ALL_RM_TEST.
15216         (acos_tonearest_test_data): Remove.
15217         (acos_test_tonearest): Likewise.
15218         (acos_towardzero_test_data): Likewise.
15219         (acos_test_towardzero): Likewise.
15220         (acos_downward_test_data): Likewise.
15221         (acos_test_downward): Likewise.
15222         (acos_upward_test_data): Likewise.
15223         (acos_test_upward): Likewise.
15224         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15225         (asin_test_data): Likewise.
15226         (asin_test): Use ALL_RM_TEST.
15227         (asin_tonearest_test_data): Remove.
15228         (asin_test_tonearest): Likewise.
15229         (asin_towardzero_test_data): Likewise.
15230         (asin_test_towardzero): Likewise.
15231         (asin_downward_test_data): Likewise.
15232         (asin_test_downward): Likewise.
15233         (asin_upward_test_data): Likewise.
15234         (asin_test_upward): Likewise.
15235         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15236         (atan_test_data): Likewise.
15237         (atanh_test_data): Likewise.
15238         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15239         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15240         (carg_test_data): Likewise.
15241         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15242         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15243         (ccosh_test_data): Likewise.
15244         (cexp_test_data): Likewise.
15245         (clog_test_data): Likewise.
15246         (clog10_test_data): Likewise.
15247         (cos_test_data): Update call to AUTO_TESTS_f_f.
15248         (cos_test): Use ALL_RM_TEST.
15249         (cos_tonearest_test_data): Remove.
15250         (cos_test_tonearest): Likewise.
15251         (cos_towardzero_test_data): Likewise.
15252         (cos_test_towardzero): Likewise.
15253         (cos_downward_test_data): Likewise.
15254         (cos_test_downward): Likewise.
15255         (cos_upward_test_data): Likewise.
15256         (cos_test_upward): Likewise.
15257         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15258         (cosh_test): Use ALL_RM_TEST.
15259         (cosh_tonearest_test_data): Remove.
15260         (cosh_test_tonearest): Likewise.
15261         (cosh_towardzero_test_data): Likewise.
15262         (cosh_test_towardzero): Likewise.
15263         (cosh_downward_test_data): Likewise.
15264         (cosh_test_downward): Likewise.
15265         (cosh_upward_test_data): Likewise.
15266         (cosh_test_upward): Likewise.
15267         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15268         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15269         (ctan_test_data): Likewise.
15270         (ctan_test): Use ALL_RM_TEST.
15271         (ctan_tonearest_test_data): Remove.
15272         (ctan_test_tonearest): Likewise.
15273         (ctan_towardzero_test_data): Likewise.
15274         (ctan_test_towardzero): Likewise.
15275         (ctan_downward_test_data): Likewise.
15276         (ctan_test_downward): Likewise.
15277         (ctan_upward_test_data): Likewise.
15278         (ctan_test_upward): Likewise.
15279         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15280         (ctanh_test): Use ALL_RM_TEST.
15281         (ctanh_tonearest_test_data): Remove.
15282         (ctanh_test_tonearest): Likewise.
15283         (ctanh_towardzero_test_data): Likewise.
15284         (ctanh_test_towardzero): Likewise.
15285         (ctanh_downward_test_data): Likewise.
15286         (ctanh_test_downward): Likewise.
15287         (ctanh_upward_test_data): Likewise.
15288         (ctanh_test_upward): Likewise.
15289         (erf_test_data): Update call to AUTO_TESTS_f_f.
15290         (erfc_test_data): Likewise.
15291         (exp_test_data): Likewise.
15292         (exp_test): Use ALL_RM_TEST.
15293         (exp_tonearest_test_data): Remove.
15294         (exp_test_tonearest): Likewise.
15295         (exp_towardzero_test_data): Likewise.
15296         (exp_test_towardzero): Likewise.
15297         (exp_downward_test_data): Likewise.
15298         (exp_test_downward): Likewise.
15299         (exp_upward_test_data): Likewise.
15300         (exp_test_upward): Likewise.
15301         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15302         (exp10_test): Use ALL_RM_TEST.
15303         (exp10_tonearest_test_data): Remove.
15304         (exp10_test_tonearest): Likewise.
15305         (exp10_towardzero_test_data): Likewise.
15306         (exp10_test_towardzero): Likewise.
15307         (exp10_downward_test_data): Likewise.
15308         (exp10_test_downward): Likewise.
15309         (exp10_upward_test_data): Likewise.
15310         (exp10_test_upward): Likewise.
15311         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15312         (expm1_test_data): Likewise.
15313         (expm1_test): Use ALL_RM_TEST.
15314         (expm1_tonearest_test_data): Remove.
15315         (expm1_test_tonearest): Likewise.
15316         (expm1_towardzero_test_data): Likewise.
15317         (expm1_test_towardzero): Likewise.
15318         (expm1_downward_test_data): Likewise.
15319         (expm1_test_downward): Likewise.
15320         (expm1_upward_test_data): Likewise.
15321         (expm1_test_upward): Likewise.
15322         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15323         (fma_test): Use ALL_RM_TEST.
15324         (fma_towardzero_test_data): Remove.
15325         (fma_test_towardzero): Likewise.
15326         (fma_downward_test_data): Likewise.
15327         (fma_test_downward): Likewise.
15328         (fma_upward_test_data): Likewise.
15329         (fma_test_upward): Likewise.
15330         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15331         (j0_test_data): Update call to AUTO_TESTS_f_f.
15332         (j1_test_data): Likewise.
15333         (jn_test_data): Update call to AUTO_TESTS_if_f.
15334         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15335         (log_test_data): Update call to AUTO_TESTS_f_f.
15336         (log10_test_data): Likewise.
15337         (log1p_test_data): Likewise.
15338         (log2_test_data): Likewise.
15339         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15340         (pow_tonearest_test_data): Likewise.
15341         (sin_test_data): Update call to AUTO_TESTS_f_f.
15342         (sin_test): Use ALL_RM_TEST.
15343         (sin_tonearest_test_data): Remove.
15344         (sin_test_tonearest): Likewise.
15345         (sin_towardzero_test_data): Likewise.
15346         (sin_test_towardzero): Likewise.
15347         (sin_downward_test_data): Likewise.
15348         (sin_test_downward): Likewise.
15349         (sin_upward_test_data): Likewise.
15350         (sin_test_upward): Likewise.
15351         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15352         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15353         (sinh_test): Use ALL_RM_TEST.
15354         (sinh_tonearest_test_data): Remove.
15355         (sinh_test_tonearest): Likewise.
15356         (sinh_towardzero_test_data): Likewise.
15357         (sinh_test_towardzero): Likewise.
15358         (sinh_downward_test_data): Likewise.
15359         (sinh_test_downward): Likewise.
15360         (sinh_upward_test_data): Likewise.
15361         (sinh_test_upward): Likewise.
15362         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15363         (sqrt_test): Use ALL_RM_TEST.
15364         (sqrt_tonearest_test_data): Remove.
15365         (sqrt_test_tonearest): Likewise.
15366         (sqrt_towardzero_test_data): Likewise.
15367         (sqrt_test_towardzero): Likewise.
15368         (sqrt_downward_test_data): Likewise.
15369         (sqrt_test_downward): Likewise.
15370         (sqrt_upward_test_data): Likewise.
15371         (sqrt_test_upward): Likewise.
15372         (tan_test_data): Update call to AUTO_TESTS_f_f.
15373         (tan_test): Use ALL_RM_TEST.
15374         (tan_tonearest_test_data): Remove.
15375         (tan_test_tonearest): Likewise.
15376         (tan_towardzero_test_data): Likewise.
15377         (tan_test_towardzero): Likewise.
15378         (tan_downward_test_data): Likewise.
15379         (tan_test_downward): Likewise.
15380         (tan_upward_test_data): Likewise.
15381         (tan_test_upward): Likewise.
15382         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15383         (tgamma_test_data): Likewise.
15384         (y0_test_data): Likewise.
15385         (y1_test_data): Likewise.
15386         (yn_test_data): Update call to AUTO_TESTS_if_f.
15387         (main): Do not call removed functions.
15389 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15391         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15392         (ldexp_test_data): Remove.
15393         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15394         scalbn_test_data.
15395         (scalb_test): Use ALL_RM_TEST.
15397 2014-03-19  Andreas Schwab  <schwab@suse.de>
15399         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15401 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15403         [BZ #16649]
15404         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15405         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15406         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15407         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15408         (__ASSUME_PREADV): Undefine.
15409         (__ASSUME_PWRITEV): Likewise.
15411 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15413         * bits/mman-linux.h: Add comment about non-Linux use.
15414         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15415         bits/mman-linux.h resting place.
15417         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15418         * bits/mman-linux.h: ... here.
15420 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15422         * conform/conformtest.pl: Add standard definition when calling C
15423         preprocessor on data files.
15424         (checknamespace): Remove unused variable.
15426 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15428         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15429         minus_oflow, plus_uflow and minus_uflow in expected results.
15430         * math/libm-test.inc (scalbn_test_data): Add more tests of
15431         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15432         minus_uflow.
15433         (scalbn_test): Use ALL_RM_TEST.
15434         (scalbln_test_data): Add more tests of negative arguments.  Use
15435         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15436         (scalbln_test): Use ALL_RM_TEST.
15438 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15440         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15442 2014-03-18  Will Newton  <will.newton@linaro.org>
15444         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15445         inaccurate comment.
15447 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15449         * Makerules [!subdir] (check-abi): Exit with error status if a
15450         test failed.
15452 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15454         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15455         for rint.  Include results for all rounding modes.
15456         (nearbyint_test): Use ALL_RM_TEST.
15457         (rint_test_data): Include all tests used for nearbyint.
15459 2014-03-17  Will Newton  <will.newton@linaro.org>
15461         * nptl/sysdeps/pthread/pthread.h: Revert previous
15462         change.
15464         * sysdeps/generic/ldsodefs.h: Revert previous
15465         change.
15467         * libio/genops.c: Revert previous change.
15468         * libio/libioP.h: Likewise.
15469         * stdio-common/vfprintf.c: Likewise.
15471         * sysdeps/generic/math_private.h: Revert previous
15472         change.
15474         * sysdeps/generic/math_private.h: Check whether
15475         HAVE_RM_CTX is defined with #ifdef rather
15476         than #if.
15478         * argp/argp-fmtstream.h: Check whether
15479         __STRICT_ANSI__ is defined with #ifdef rather
15480         than #if.
15481         * argp/argp.h: Likewise.
15483         * libio/genops.c: Check whether
15484         _IO_JUMPS_OFFSET is defined with #ifdef rather
15485         than #if.
15486         * libio/libioP.h: Likewise.
15487         * stdio-common/vfprintf.c: Likewise.
15489         * sysdeps/generic/ldsodefs.h: Check whether
15490         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15491         than #if.
15493         * nptl/sysdeps/pthread/pthread.h: Check
15494         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15495         its value.
15497 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
15499         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15500         setting O_APPEND.
15501         * libio/tst-ftell-active-handler.c (do_append_test): Add a
15502         test case.
15504         [BZ #16680]
15505         * libio/fileops.c (_IO_file_open): Seek to end of file but
15506         don't cache the offset.
15507         (get_file_offset): Remove function.
15508         (do_ftell): Use cached offset when available.
15509         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15510         don't cache the offset.
15511         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15512         case.
15513         (do_one_test): Call it.
15514         (do_ftell_test): Fix up expected old offset for a+ mode.
15515         * libio/wfileops.c (do_ftell_wide): Used cached offset when
15516         available.
15518         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15519         up test status with function return status.
15520         (do_write_test): Likewise.
15521         (do_append_test): Likewise.
15523         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15524         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15525         Remove.
15527 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15529         * math/gen-libm-test.pl (parse_args): Handle results specified for
15530         each rounding mode separately.
15531         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15532         tests and results from lrint_tonearest_test_data,
15533         lrint_towardzero_test_data, lrint_downward_test_data and
15534         lrint_upward_test_data.
15535         (lrint_test): Use ALL_RM_TEST.
15536         (lrint_tonearest_test_data): Remove.
15537         (lrint_test_tonearest): Likewise.
15538         (lrint_towardzero_test_data): Likewise.
15539         (lrint_test_towardzero): Likewise.
15540         (lrint_downward_test_data): Likewise.
15541         (lrint_test_downward): Likewise.
15542         (lrint_upward_test_data): Likewise.
15543         (lrint_test_upward): Likewise.
15544         (llrint_test_data): Merge in per-rounding-mode tests and results
15545         from llrint_tonearest_test_data, llrint_towardzero_test_data,
15546         llrint_downward_test_data and llrint_upward_test_data.
15547         (llrint_test): Use ALL_RM_TEST.
15548         (llrint_tonearest_test_data): Remove.
15549         (llrint_test_tonearest): Likewise.
15550         (llrint_towardzero_test_data): Likewise.
15551         (llrint_test_towardzero): Likewise.
15552         (llrint_downward_test_data): Likewise.
15553         (llrint_test_downward): Likewise.
15554         (llrint_upward_test_data): Likewise.
15555         (llrint_test_upward): Likewise.
15556         (rint_test_data): Merge in per-rounding-mode tests and results
15557         from rint_tonearest_test_data, rint_towardzero_test_data,
15558         rint_downward_test_data and rint_upward_test_data.  Add
15559         per-rounding-mode results for tests not in those arrays.
15560         (rint_test): Use ALL_RM_TEST.
15561         (rint_tonearest_test_data): Remove.
15562         (rint_test_tonearest): Likewise.
15563         (rint_towardzero_test_data): Likewise.
15564         (rint_test_towardzero): Likewise.
15565         (rint_downward_test_data): Likewise.
15566         (rint_test_downward): Likewise.
15567         (rint_upward_test_data): Likewise.
15568         (rint_test_upward): Likewise.
15569         (main): Don't call removed functions.
15571 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15573         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15574         "Compiled on ..." crapola.  It is anti-useful.
15576 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
15578         * scripts/evaluate-test.sh: Handle fourth argument to determine
15579         whether test run should stop on failure.
15580         * Makeconfig (stop-on-test-failure): New variable.
15581         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15582         $(stop-on-test-failure).
15583         * Makefile (tests): Give a summary of results from testing and
15584         exit with failure status if they include an ERROR or FAIL.
15585         (xtests): Likewise.
15586         * manual/install.texi (Configuring and compiling): Mention
15587         stop-on-test-failure=y.
15588         * INSTALL: Regenerated.
15590 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15592         * scripts/versionlist.awk: New file.
15593         * Makerules [$(build-shared) = yes]
15594         (postclean-generated): Add Versions.def, not Versions.def.v and
15595         Versions.def.v.i.
15596         ($(common-objpfx)Versions.def.v.i): Target removed.
15597         ($(common-objpfx)Versions.def): New target.
15598         ($(common-objpfx)Versions.all): Depend on that rather that
15599         $(common-objpfx)Versions.def.v.
15600         * Versions.def: File removed.
15602         * Makeconfig (+gccwarn): Add -Wundef.
15603         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15604         a dl-sysdep.h breaking its contract.
15605         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15606         * include/stackinfo.h: New file.
15607         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15608         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15609         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15610         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15611         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15612         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15613         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15614         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15615         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15616         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15617         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15618         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15619         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15620         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15621         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15623 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15625         [BZ #16707]
15626         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15627         implementation.
15628         * math/libm-test.inc (round_test_data): Add more tests.
15630         [BZ #16706]
15631         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15632         implementation.
15633         * math/libm-test.inc (nearbyint_test_data): Add more tests.
15635         [BZ #16701]
15636         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15637         implementation.
15638         * math/libm-test.inc (ceil_test_data): Add more tests.
15640         * math/libm-test.inc (trunc_test_data): Add more tests related to
15641         BZ#16414.
15643 2014-03-14  Roland McGrath  <roland@hack.frob.com>
15645         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15646         with #if rather than #ifdef.
15647         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15649 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
15651         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15652         first.  Disable AVX-512 GCC support if assembler doesn't support
15653         it.
15654         * sysdeps/x86_64/configure: Regenerated.
15656 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
15658         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15659         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15660         (__old_pthread_attr_setstack): Likewise.
15661         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15662         [!_STACK_GROWS_DOWN]: Likewise.
15664 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
15666         * config.make.in (have-bash2): Delete.
15667         * configure.ac (libc_cv_have_bash2): Delete.
15668         * configure: Regenerate.
15669         * elf/Makefile (common-ldd-rewrite): Rename to ...
15670         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
15671         (sh-ldd-rewrite): Delete.
15672         (bash-ldd-rewrite): Delete.
15673         (have-bash2): Delete checks.
15674         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15675         ldd-rewrite.
15677         * config.make.in (have-ksh): Delete.
15678         (KSH): Delete.
15679         * configure.ac (libc_cv_have_ksh): Delete.
15680         * configure: Regenerate.
15682         * elf/Makefile: Delete $(have-ksh) check.
15683         ($(objpfx)sotruss): Change KSH to BASH.
15684         * elf/sotruss.ksh: Rename to ...
15685         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
15686         function style to match POSIX.  Drop ksh vim mode setting.
15688         * manual/time.texi (Specifying the Time Zone with TZ): Change
15689         Tuesday to Thursday.
15691         * debug/tst-longjmp_chk2.c: Update header comment.
15692         (stackoverflow_handler): Add comment.  Call assert on pass value.
15694 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
15696         [BZ #16194]
15697         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15698         (HAVE_AVX512_ASM_SUPPORT): Likewise.
15699         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15700         (La_x86_64_vector): Add zmm.
15701         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15702         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15703         ($(objpfx)tst-audit10): New target.
15704         ($(objpfx)tst-audit10.out): Likewise.
15705         (tst-audit10-ENV): New.
15706         (AVX512-CFLAGS): Likewise.
15707         (CFLAGS-tst-audit10.c): Likewise.
15708         (CFLAGS-tst-auditmod10a.c): Likewise.
15709         (CFLAGS-tst-auditmod10b.c): Likewise.
15710         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15711         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15712         * sysdeps/x86_64/configure: Regenerated.
15713         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15714         AVX-512 zmm register support.
15715         (_dl_x86_64_save_sse): Likewise.
15716         (_dl_x86_64_restore_sse): Likewise.
15717         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15718         size vector registers.
15719         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15720         (ZMM_SIZE): Likewise.
15721         * sysdeps/x86_64/tst-audit10.c: New file.
15722         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15723         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15725 2014-03-13  Roland McGrath  <roland@hack.frob.com>
15727         * configure.ac (HAVE_EHDR_START): New check.
15728         * configure: Regenerated.
15729         * config.h.in (HAVE_EHDR_START): New #undef.
15730         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15731         assuming the lowest-addressed segment maps the start of the file.
15733 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
15735         * INSTALL: Regenerated.
15737 2014-03-13  Will Newton  <will.newton@linaro.org>
15739         * manual/setjmp.texi (System V contexts): Improve
15740         clarity and grammar of documentation.
15742 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
15744         [BZ #16381]
15745         * elf/Makefile (tests): Add tst-pie2.
15746         (tests-pie): Add tst-pie2.
15747         * elf/tst-pie2.c: New file.
15748         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15749         for ET_EXEC.
15750         * elf/rtld.c (map_doit): Load executable as lt_executable.
15751         (dl_main): Likewise.
15753 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
15755         [BZ #16642]
15756         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15757         (__ASSUME_PSELECT): Undefine.
15759 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15761         [BZ #16689]
15762         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15763         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15764         static build.
15765         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15766         selector for static builds.
15768 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
15770         [BZ #16695]
15771         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15772         key in the buffer.
15774 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15776         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15777         IFUNC selector for static builds.
15779 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
15781         * sysdeps/mips/math_private.h [__mips_hard_float]
15782         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15783         libc_feresetround_mips_ctx.
15784         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15785         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15786         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15788         [BZ #16677]
15789         * math/s_nextafter.c (__nextafter): Do not return value from
15790         overflowing computation.
15791         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15792         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15793         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15794         Likewise.
15795         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15796         Likewise.
15797         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15798         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15800 2014-03-11  Roland McGrath  <roland@hack.frob.com>
15802         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15803         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15804         Move sfi_sp use from the load-multiple (that no longer sets sp) to
15805         the new mov targetting sp.
15807 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15809         [BZ #16683]
15810         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15811         Define it for static builds as well.
15812         (NO_BZERO_IMPL): Likewise.
15814 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15816         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15817         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15818         multiarch strspn for PPC64.
15819         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15820         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15821         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15822         (__libc_ifunc_impl_list): Likewise.
15823         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15824         multiarch optimizations
15825         * string/strspn.c (strspn): Using macro to redefine symbol name.
15827 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15828             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15830         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15831         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15832         multiarch strncat for PPC64.
15833         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15834         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15835         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15836         (__libc_ifunc_impl_list): Likewise.
15837         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15838         multiarch optimizations
15840 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15842         [BZ #16639]
15843         * nscd/nscd.service: Make service type forking.
15845 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15847         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15848         sign in non default rounding modes.
15849         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15851 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
15853         * math/libm-test.inc (ALL_RM_TEST): New macro.
15854         (ceil_test): Use ALL_RM_TEST.
15855         (cimag_test): Likewise.
15856         (conj_test): Likewise.
15857         (copysign_test): Likewise.
15858         (cproj_test): Likewise.
15859         (creal_test): Likewise.
15860         (fabs_test): Likewise.
15861         (floor_test): Likewise.
15862         (fmax_test): Likewise.
15863         (fmin_test): Likewise.
15864         (fmod_test): Likewise.
15865         (fpclassify_test): Likewise.
15866         (frexp_test): Likewise.
15867         (ilogb_test): Likewise.
15868         (isfinite_test): Likewise.
15869         (finite_test): Likewise.
15870         (isgreater_test): Likewise.
15871         (isgreaterequal_test): Likewise.
15872         (isinf_test): Likewise.
15873         (isless_test): Likewise.
15874         (islessequal_test): Likewise.
15875         (islessgreater_test): Likewise.
15876         (isnan_test): Likewise.
15877         (isnormal_test): Likewise.
15878         (issignaling_test): Likewise.
15879         (isunordered_test): Likewise.
15880         (logb_test): Likewise.
15881         (logb_downward_test_data): Remove.
15882         (logb_test_downward): Likewise.
15883         (lround_test): Use ALL_RM_TEST.
15884         (llround_test): Likewise.
15885         (modf_test): Likewise.
15886         (nexttoward_test): Likewise.
15887         (remainder_test): Likewise.
15888         (drem_test): Likewise.
15889         (remainder_tonearest_test_data): Likewise.
15890         (remainder_test_tonearest): Likewise.
15891         (drem_test_tonearest): Likewise.
15892         (remainder_towardzero_test_data): Likewise.
15893         (remainder_test_towardzero): Likewise.
15894         (drem_test_towardzero): Likewise.
15895         (remainder_downward_test_data): Likewise.
15896         (remainder_test_downward): Likewise.
15897         (drem_test_downward): Likewise.
15898         (remainder_upward_test_data): Likewise.
15899         (remainder_test_upward): Likewise.
15900         (drem_test_upward): Likewise.
15901         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
15902         (round_test): Use ALL_RM_TEST.
15903         (signbit_test): Likewise.
15904         (trunc_test): Likewise.
15905         (significand_test): Likewise.
15906         (main): Don't call removed functions.
15908 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
15910         [BZ #16674]
15911         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15912         || __USE_XOPEN2K8].
15913         (ILL_ILLOPN): Likewise.
15914         (ILL_ILLADR): Likewise.
15915         (ILL_ILLTRP): Likewise.
15916         (ILL_PRVOPC): Likewise.
15917         (ILL_PRVREG): Likewise.
15918         (ILL_COPROC): Likewise.
15919         (ILL_BADSTK): Likewise.
15920         (FPE_INTDIV): Likewise.
15921         (FPE_INTOVF): Likewise.
15922         (FPE_FLTDIV): Likewise.
15923         (FPE_FLTOVF): Likewise.
15924         (FPE_FLTUND): Likewise.
15925         (FPE_FLTRES): Likewise.
15926         (FPE_FLTINV): Likewise.
15927         (FPE_FLTSUB): Likewise.
15928         (SEGV_MAPERR): Likewise.
15929         (SEGV_ACCERR): Likewise.
15930         (BUS_ADRALN): Likewise.
15931         (BUS_ADRERR): Likewise.
15932         (BUS_OBJERR): Likewise.
15933         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15934         (TRAP_TRACE): Likewise.
15935         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15936         __USE_XOPEN2K8].
15937         (CLD_KILLED): Likewise.
15938         (CLD_DUMPED): Likewise.
15939         (CLD_TRAPPED): Likewise.
15940         (CLD_STOPPED): Likewise.
15941         (CLD_CONTINUED): Likewise.
15942         (POLL_IN): Likewise.
15943         (POLL_OUT): Likewise.
15944         (POLL_MSG): Likewise.
15945         (POLL_ERR): Likewise.
15946         (POLL_PRI): Likewise.
15947         (POLL_HUP): Likewise.
15948         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15949         Likewise.
15950         (ILL_ILLOPN): Likewise.
15951         (ILL_ILLADR): Likewise.
15952         (ILL_ILLTRP): Likewise.
15953         (ILL_PRVOPC): Likewise.
15954         (ILL_PRVREG): Likewise.
15955         (ILL_COPROC): Likewise.
15956         (ILL_BADSTK): Likewise.
15957         (FPE_INTDIV): Likewise.
15958         (FPE_INTOVF): Likewise.
15959         (FPE_FLTDIV): Likewise.
15960         (FPE_FLTOVF): Likewise.
15961         (FPE_FLTUND): Likewise.
15962         (FPE_FLTRES): Likewise.
15963         (FPE_FLTINV): Likewise.
15964         (FPE_FLTSUB): Likewise.
15965         (SEGV_MAPERR): Likewise.
15966         (SEGV_ACCERR): Likewise.
15967         (BUS_ADRALN): Likewise.
15968         (BUS_ADRERR): Likewise.
15969         (BUS_OBJERR): Likewise.
15970         (BUS_MCEERR_AR): Likewise.
15971         (BUS_MCEERR_AO): Likewise.
15972         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15973         (TRAP_TRACE): Likewise.
15974         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15975         __USE_XOPEN2K8].
15976         (CLD_KILLED): Likewise.
15977         (CLD_DUMPED): Likewise.
15978         (CLD_TRAPPED): Likewise.
15979         (CLD_STOPPED): Likewise.
15980         (CLD_CONTINUED): Likewise.
15981         (POLL_IN): Likewise.
15982         (POLL_OUT): Likewise.
15983         (POLL_MSG): Likewise.
15984         (POLL_ERR): Likewise.
15985         (POLL_PRI): Likewise.
15986         (POLL_HUP): Likewise.
15987         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
15988         (ILL_ILLOPN): Likewise.
15989         (ILL_ILLADR): Likewise.
15990         (ILL_ILLTRP): Likewise.
15991         (ILL_PRVOPC): Likewise.
15992         (ILL_PRVREG): Likewise.
15993         (ILL_COPROC): Likewise.
15994         (ILL_BADSTK): Likewise.
15995         (FPE_INTDIV): Likewise.
15996         (FPE_INTOVF): Likewise.
15997         (FPE_FLTDIV): Likewise.
15998         (FPE_FLTOVF): Likewise.
15999         (FPE_FLTUND): Likewise.
16000         (FPE_FLTRES): Likewise.
16001         (FPE_FLTINV): Likewise.
16002         (FPE_FLTSUB): Likewise.
16003         (SEGV_MAPERR): Likewise.
16004         (SEGV_ACCERR): Likewise.
16005         (BUS_ADRALN): Likewise.
16006         (BUS_ADRERR): Likewise.
16007         (BUS_OBJERR): Likewise.
16008         (BUS_MCEERR_AR): Likewise.
16009         (BUS_MCEERR_AO): Likewise.
16010         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16011         (TRAP_TRACE): Likewise.
16012         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16013         __USE_XOPEN2K8].
16014         (CLD_KILLED): Likewise.
16015         (CLD_DUMPED): Likewise.
16016         (CLD_TRAPPED): Likewise.
16017         (CLD_STOPPED): Likewise.
16018         (CLD_CONTINUED): Likewise.
16019         (POLL_IN): Likewise.
16020         (POLL_OUT): Likewise.
16021         (POLL_MSG): Likewise.
16022         (POLL_ERR): Likewise.
16023         (POLL_PRI): Likewise.
16024         (POLL_HUP): Likewise.
16025         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16026         Likewise.
16027         (ILL_ILLOPN): Likewise.
16028         (ILL_ILLADR): Likewise.
16029         (ILL_ILLTRP): Likewise.
16030         (ILL_PRVOPC): Likewise.
16031         (ILL_PRVREG): Likewise.
16032         (ILL_COPROC): Likewise.
16033         (ILL_BADSTK): Likewise.
16034         (ILL_BADIADDR): Likewise.
16035         (ILL_BREAK): Likewise.
16036         (FPE_INTDIV): Likewise.
16037         (FPE_INTOVF): Likewise.
16038         (FPE_FLTDIV): Likewise.
16039         (FPE_FLTOVF): Likewise.
16040         (FPE_FLTUND): Likewise.
16041         (FPE_FLTRES): Likewise.
16042         (FPE_FLTINV): Likewise.
16043         (FPE_FLTSUB): Likewise.
16044         (FPE_DECOVF): Likewise.
16045         (FPE_DECDIV): Likewise.
16046         (FPE_DECERR): Likewise.
16047         (FPE_INVASC): Likewise.
16048         (FPE_INVDEC): Likewise.
16049         (SEGV_MAPERR): Likewise.
16050         (SEGV_ACCERR): Likewise.
16051         (SEGV_PSTKOVF): Likewise.
16052         (BUS_ADRALN): Likewise.
16053         (BUS_ADRERR): Likewise.
16054         (BUS_OBJERR): Likewise.
16055         (BUS_MCEERR_AR): Likewise.
16056         (BUS_MCEERR_AO): Likewise.
16057         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16058         (TRAP_TRACE): Likewise.
16059         (TRAP_BRANCH): Likewise.
16060         (TRAP_HWBKPT): Likewise.
16061         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16062         __USE_XOPEN2K8].
16063         (CLD_KILLED): Likewise.
16064         (CLD_DUMPED): Likewise.
16065         (CLD_TRAPPED): Likewise.
16066         (CLD_STOPPED): Likewise.
16067         (CLD_CONTINUED): Likewise.
16068         (POLL_IN): Likewise.
16069         (POLL_OUT): Likewise.
16070         (POLL_MSG): Likewise.
16071         (POLL_ERR): Likewise.
16072         (POLL_PRI): Likewise.
16073         (POLL_HUP): Likewise.
16074         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16075         (ILL_ILLOPN): Likewise.
16076         (ILL_ILLADR): Likewise.
16077         (ILL_ILLTRP): Likewise.
16078         (ILL_PRVOPC): Likewise.
16079         (ILL_PRVREG): Likewise.
16080         (ILL_COPROC): Likewise.
16081         (ILL_BADSTK): Likewise.
16082         (FPE_INTDIV): Likewise.
16083         (FPE_INTOVF): Likewise.
16084         (FPE_FLTDIV): Likewise.
16085         (FPE_FLTOVF): Likewise.
16086         (FPE_FLTUND): Likewise.
16087         (FPE_FLTRES): Likewise.
16088         (FPE_FLTINV): Likewise.
16089         (FPE_FLTSUB): Likewise.
16090         (SEGV_MAPERR): Likewise.
16091         (SEGV_ACCERR): Likewise.
16092         (BUS_ADRALN): Likewise.
16093         (BUS_ADRERR): Likewise.
16094         (BUS_OBJERR): Likewise.
16095         (BUS_MCEERR_AR): Likewise.
16096         (BUS_MCEERR_AO): Likewise.
16097         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16098         (TRAP_TRACE): Likewise.
16099         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16100         __USE_XOPEN2K8].
16101         (CLD_KILLED): Likewise.
16102         (CLD_DUMPED): Likewise.
16103         (CLD_TRAPPED): Likewise.
16104         (CLD_STOPPED): Likewise.
16105         (CLD_CONTINUED): Likewise.
16106         (POLL_IN): Likewise.
16107         (POLL_OUT): Likewise.
16108         (POLL_MSG): Likewise.
16109         (POLL_ERR): Likewise.
16110         (POLL_PRI): Likewise.
16111         (POLL_HUP): Likewise.
16112         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16113         (ILL_ILLOPN): Likewise.
16114         (ILL_ILLADR): Likewise.
16115         (ILL_ILLTRP): Likewise.
16116         (ILL_PRVOPC): Likewise.
16117         (ILL_PRVREG): Likewise.
16118         (ILL_COPROC): Likewise.
16119         (ILL_BADSTK): Likewise.
16120         (FPE_INTDIV): Likewise.
16121         (FPE_INTOVF): Likewise.
16122         (FPE_FLTDIV): Likewise.
16123         (FPE_FLTOVF): Likewise.
16124         (FPE_FLTUND): Likewise.
16125         (FPE_FLTRES): Likewise.
16126         (FPE_FLTINV): Likewise.
16127         (FPE_FLTSUB): Likewise.
16128         (SEGV_MAPERR): Likewise.
16129         (SEGV_ACCERR): Likewise.
16130         (BUS_ADRALN): Likewise.
16131         (BUS_ADRERR): Likewise.
16132         (BUS_OBJERR): Likewise.
16133         (BUS_MCEERR_AR): Likewise.
16134         (BUS_MCEERR_AO): Likewise.
16135         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16136         (TRAP_TRACE): Likewise.
16137         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16138         __USE_XOPEN2K8].
16139         (CLD_KILLED): Likewise.
16140         (CLD_DUMPED): Likewise.
16141         (CLD_TRAPPED): Likewise.
16142         (CLD_STOPPED): Likewise.
16143         (CLD_CONTINUED): Likewise.
16144         (POLL_IN): Likewise.
16145         (POLL_OUT): Likewise.
16146         (POLL_MSG): Likewise.
16147         (POLL_ERR): Likewise.
16148         (POLL_PRI): Likewise.
16149         (POLL_HUP): Likewise.
16150         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16151         (ILL_ILLOPN): Likewise.
16152         (ILL_ILLADR): Likewise.
16153         (ILL_ILLTRP): Likewise.
16154         (ILL_PRVOPC): Likewise.
16155         (ILL_PRVREG): Likewise.
16156         (ILL_COPROC): Likewise.
16157         (ILL_BADSTK): Likewise.
16158         (FPE_INTDIV): Likewise.
16159         (FPE_INTOVF): Likewise.
16160         (FPE_FLTDIV): Likewise.
16161         (FPE_FLTOVF): Likewise.
16162         (FPE_FLTUND): Likewise.
16163         (FPE_FLTRES): Likewise.
16164         (FPE_FLTINV): Likewise.
16165         (FPE_FLTSUB): Likewise.
16166         (SEGV_MAPERR): Likewise.
16167         (SEGV_ACCERR): Likewise.
16168         (BUS_ADRALN): Likewise.
16169         (BUS_ADRERR): Likewise.
16170         (BUS_OBJERR): Likewise.
16171         (BUS_MCEERR_AR): Likewise.
16172         (BUS_MCEERR_AO): Likewise.
16173         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16174         (TRAP_TRACE): Likewise.
16175         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16176         __USE_XOPEN2K8].
16177         (CLD_KILLED): Likewise.
16178         (CLD_DUMPED): Likewise.
16179         (CLD_TRAPPED): Likewise.
16180         (CLD_STOPPED): Likewise.
16181         (CLD_CONTINUED): Likewise.
16182         (POLL_IN): Likewise.
16183         (POLL_OUT): Likewise.
16184         (POLL_MSG): Likewise.
16185         (POLL_ERR): Likewise.
16186         (POLL_PRI): Likewise.
16187         (POLL_HUP): Likewise.
16188         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16189         (ILL_ILLOPN): Likewise.
16190         (ILL_ILLADR): Likewise.
16191         (ILL_ILLTRP): Likewise.
16192         (ILL_PRVOPC): Likewise.
16193         (ILL_PRVREG): Likewise.
16194         (ILL_COPROC): Likewise.
16195         (ILL_BADSTK): Likewise.
16196         (ILL_DBLFLT): Likewise.
16197         (ILL_HARDWALL): Likewise.
16198         (FPE_INTDIV): Likewise.
16199         (FPE_INTOVF): Likewise.
16200         (FPE_FLTDIV): Likewise.
16201         (FPE_FLTOVF): Likewise.
16202         (FPE_FLTUND): Likewise.
16203         (FPE_FLTRES): Likewise.
16204         (FPE_FLTINV): Likewise.
16205         (FPE_FLTSUB): Likewise.
16206         (SEGV_MAPERR): Likewise.
16207         (SEGV_ACCERR): Likewise.
16208         (BUS_ADRALN): Likewise.
16209         (BUS_ADRERR): Likewise.
16210         (BUS_OBJERR): Likewise.
16211         (BUS_MCEERR_AR): Likewise.
16212         (BUS_MCEERR_AO): Likewise.
16213         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16214         (TRAP_TRACE): Likewise.
16215         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16216         __USE_XOPEN2K8].
16217         (CLD_KILLED): Likewise.
16218         (CLD_DUMPED): Likewise.
16219         (CLD_TRAPPED): Likewise.
16220         (CLD_STOPPED): Likewise.
16221         (CLD_CONTINUED): Likewise.
16222         (POLL_IN): Likewise.
16223         (POLL_OUT): Likewise.
16224         (POLL_MSG): Likewise.
16225         (POLL_ERR): Likewise.
16226         (POLL_PRI): Likewise.
16227         (POLL_HUP): Likewise.
16228         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16229         (ILL_ILLOPN): Likewise.
16230         (ILL_ILLADR): Likewise.
16231         (ILL_ILLTRP): Likewise.
16232         (ILL_PRVOPC): Likewise.
16233         (ILL_PRVREG): Likewise.
16234         (ILL_COPROC): Likewise.
16235         (ILL_BADSTK): Likewise.
16236         (FPE_INTDIV): Likewise.
16237         (FPE_INTOVF): Likewise.
16238         (FPE_FLTDIV): Likewise.
16239         (FPE_FLTOVF): Likewise.
16240         (FPE_FLTUND): Likewise.
16241         (FPE_FLTRES): Likewise.
16242         (FPE_FLTINV): Likewise.
16243         (FPE_FLTSUB): Likewise.
16244         (SEGV_MAPERR): Likewise.
16245         (SEGV_ACCERR): Likewise.
16246         (BUS_ADRALN): Likewise.
16247         (BUS_ADRERR): Likewise.
16248         (BUS_OBJERR): Likewise.
16249         (BUS_MCEERR_AR): Likewise.
16250         (BUS_MCEERR_AO): Likewise.
16251         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16252         (TRAP_TRACE): Likewise.
16253         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16254         __USE_XOPEN2K8].
16255         (CLD_KILLED): Likewise.
16256         (CLD_DUMPED): Likewise.
16257         (CLD_TRAPPED): Likewise.
16258         (CLD_STOPPED): Likewise.
16259         (CLD_CONTINUED): Likewise.
16260         (POLL_IN): Likewise.
16261         (POLL_OUT): Likewise.
16262         (POLL_MSG): Likewise.
16263         (POLL_ERR): Likewise.
16264         (POLL_PRI): Likewise.
16265         (POLL_HUP): Likewise.
16266         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16267         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16269         [BZ #16670]
16270         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16271         before #include of <time.h>.
16272         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16273         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16274         (test-xfail-UNIX98/sched.h/conform): Likewise.
16276 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16278         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16279         error absence of trapping exception support.
16280         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16282 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16284         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16285         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16286         * timezone/Makefile (testdata): Move definition above include of
16287         Rules.
16288         (test-zones): New variable.
16289         (tests-special): Add zone files.
16290         (build-testdata): Use $(evaluate-test).
16292         * elf/Makefile (tests-special): Rename tests to end with .out.
16293         ($(objpfx)noload-mem): Likewise.
16294         ($(objpfx)tst-leaks1-mem): Likewise.
16295         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16296         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16297         $(objpfx)test-iconvconfig.out.
16298         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16299         set -e inside subshell and redirect output to file.
16300         * iconvdata/Makefile (generated): Rename tests to end with .out.
16301         Correct type.
16302         (tests-special): Rename tests to end with .out.
16303         ($(objpfx)mtrace-tst-loading): Likewise.
16304         * intl/Makefile (generated): Likewise.
16305         (tests-special): Likewise.
16306         ($(objpfx)mtrace-tst-gettext): Likewise.
16307         * misc/Makefile (generated): Likewise.
16308         (tests-special): Likewise.
16309         ($(objpfx)tst-error1-mem): Likewise.
16310         * nptl/Makefile (tests-special): Likewise.
16311         ($(objpfx)tst-stack3-mem): Likewise.
16312         (generated): Likewise.
16313         * posix/Makefile (generated): Likewise.
16314         (tests-special): Likewise.
16315         (xtests-special): Likewise.
16316         ($(objpfx)tst-fnmatch-mem): Likewise.
16317         ($(objpfx)bug-regex2-mem): Likewise.
16318         ($(objpfx)bug-regex14-mem): Likewise.
16319         ($(objpfx)bug-regex21-mem): Likewise.
16320         ($(objpfx)bug-regex31-mem): Likewise.
16321         ($(objpfx)tst-vfork3-mem): Likewise.
16322         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16323         ($(objpfx)tst-pcre-mem): Likewise.
16324         ($(objpfx)tst-boost-mem): Likewise.
16325         ($(objpfx)bug-ga2-mem): Likewise.
16326         ($(objpfx)bug-glob2-mem): Likewise.
16327         * resolv/Makefile (generate): Likewise.
16328         (tests-special): Likewise.
16329         (xtests-special): Likewise.
16330         (generated): Likewise.
16331         ($(objpfx)mtrace-tst-leaks): Likewise.
16332         ($(objpfx)mtrace-tst-leaks2): Likewise.
16334         * scripts/merge-test-results.sh: New file.
16335         * Makefile (tests-special-notdir): New variable.
16336         (tests): Run merge-test-results.sh.
16337         (xtests): Likewise.
16338         * Rules (tests-special-notdir): New variable.
16339         (xtests-special-notdir): Likewise.
16340         (tests): Run merge-test-results.sh
16341         (xtests): Likewise.
16343         * Makeconfig (test-xfail-name): New variable.
16344         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16345         compute variable name for expected failures.
16346         * conform/Makefile (conformtest-headers-data): New variable.
16347         (conformtest-standards): Likewise.
16348         (conformtest-headers-ISO): Likewise.
16349         (conformtest-headers-ISO99): Likewise.
16350         (conformtest-headers-ISO11): Likewise.
16351         (conformtest-headers-POSIX): Likewise.
16352         (conformtest-headers-XPG3): Likewise.
16353         (conformtest-headers-XPG4): Likewise.
16354         (conformtest-headers-UNIX98): Likewise.
16355         (conformtest-headers-XOPEN2K): Likewise.
16356         (conformtest-headers-POSIX2008): Likewise.
16357         (conformtest-headers-XOPEN2K8): Likewise.
16358         (conformtest-header-list-base): Likewise.
16359         (conformtest-header-list-tests): Likewise.
16360         (conformtest-header-base): Likewise.
16361         (conformtest-header-tests): Likewise.
16362         (tests-special): Add $(conformtest-header-list-tests).  If
16363         [$(fast-check) && !$(cross-compiling)], add
16364         $(conformtest-header-tests) instead of
16365         $(objpfx)run-conformtest.out.
16366         (generated): Add $(conformtest-header-list-base).  If
16367         [$(fast-check) && !$(cross-compiling)], add
16368         $(conformtest-header-base).  Remove previous setting.
16369         ($(conformtest-header-list-tests)): New target.
16370         (test-xfail-run-conformtest): Remove variable.
16371         ($(objpfx)run-conformtest.out): Remove target.
16372         (test-xfail-ISO11/complex.h/conform): New variable.
16373         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16374         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16375         (test-xfail-XPG3/varargs.h/conform): Likewise.
16376         (test-xfail-XPG4/varargs.h/conform): Likewise.
16377         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16378         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16379         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16380         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16381         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16382         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16383         (test-xfail-XPG3/ftw.h/conform): Likewise.
16384         (test-xfail-XPG3/grp.h/conform): Likewise.
16385         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16386         (test-xfail-XPG3/limits.h/conform): Likewise.
16387         (test-xfail-XPG3/pwd.h/conform): Likewise.
16388         (test-xfail-XPG3/search.h/conform): Likewise.
16389         (test-xfail-XPG3/signal.h/conform): Likewise.
16390         (test-xfail-XPG3/stdio.h/conform): Likewise.
16391         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16392         (test-xfail-XPG3/string.h/conform): Likewise.
16393         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16394         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16395         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16396         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16397         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16398         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16399         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16400         (test-xfail-XPG3/termios.h/conform): Likewise.
16401         (test-xfail-XPG3/time.h/conform): Likewise.
16402         (test-xfail-XPG3/unistd.h/conform): Likewise.
16403         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16404         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16405         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16406         (test-xfail-XPG4/netdb.h/conform): Likewise.
16407         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16408         (test-xfail-XPG4/signal.h/conform): Likewise.
16409         (test-xfail-XPG4/stdio.h/conform): Likewise.
16410         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16411         (test-xfail-XPG4/stropts.h/conform): Likewise.
16412         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16413         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16414         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16415         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16416         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16417         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16418         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16419         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16420         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16421         (test-xfail-XPG4/termios.h/conform): Likewise.
16422         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16423         (test-xfail-XPG4/unistd.h/conform): Likewise.
16424         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16425         (test-xfail-POSIX/sched.h/conform): Likewise.
16426         (test-xfail-POSIX/signal.h/conform): Likewise.
16427         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16428         (test-xfail-POSIX/tar.h/conform): Likewise.
16429         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16430         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16431         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16432         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16433         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16434         (test-xfail-UNIX98/sched.h/conform): Likewise.
16435         (test-xfail-UNIX98/signal.h/conform): Likewise.
16436         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16437         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16438         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16439         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16440         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16441         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16442         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16443         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16444         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16445         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16446         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16447         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16448         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16449         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16450         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16451         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16452         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16453         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16454         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16455         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16456         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16457         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16458         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16459         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16460         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16461         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16462         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16463         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16464         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16465         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16466         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16467         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16468         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16469         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16470         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16471         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16472         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16473         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16474         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16475         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16476         (test-xfail-POSIX2008/signal.h/conform): Likewise.
16477         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16478         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16479         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16480         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16481         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16482         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16483         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16484         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16485         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16486         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16487         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16488         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16489         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16490         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16491         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16492         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16493         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16494         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16495         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16496         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16497         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16498         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16499         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16500         (conformtest-cc-flags): Likewise.
16501         ($(conformtest-header-tests): New target.
16502         * conform/check-header-lists.sh: New file.
16503         * conform/run-conformtest.sh: Remove.
16505         * conform/conformtest.pl: Allow ' and \ in values given for
16506         constants.
16507         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16508         inclusion.
16509         [POSIX] (sys/types.h): Likewise.
16510         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16511         inclusion.
16512         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16513         inclusion.
16514         * conform/data/signal.h-data (SIGIO): Remove expectation.
16515         [XPG3] (SIGBUS): Do not expect.
16516         [POSIX || XPG3] (SIGPOLL): Likewise.
16517         [POSIX || XPG3] (SIGPROF): Likewise.
16518         [POSIX || XPG3] (SIGSYS): Likewise.
16519         [XPG3] (SIGTRAP): Likewise.
16520         [POSIX || XPG3] (SIGURG): Likewise.
16521         [POSIX || XPG3] (SIGVTALRM): Likewise.
16522         [POSIX || XPG3] (SIGXCPU): Likewise.
16523         [POSIX || XPG3] (SIGXFSZ): Likewise.
16524         [POSIX] (SA_SIGINFO): Expect.
16525         [XPG3] (siginfo_t): Do not expect type or contents.
16526         [POSIX] (si_pid): Do not expect element.
16527         [POSIX] (si_uid): Likewise.
16528         [POSIX] (si_addr): Likewise.
16529         [POSIX] (si_status): Likewise.
16530         [POSIX] (si_band): Likewise.
16531         [XPG4] (si_value): Likewise.
16532         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16533         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16534         [POSIX || XPG3] (ILL_ILLADR): Likewise.
16535         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16536         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16537         [POSIX || XPG3] (ILL_PRVREG): Likewise.
16538         [POSIX || XPG3] (ILL_COPROC): Likewise.
16539         [POSIX || XPG3] (ILL_BADSTK): Likewise.
16540         [POSIX || XPG3] (FPE_INTDIV): Likewise.
16541         [POSIX || XPG3] (FPE_INTOVF): Likewise.
16542         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16543         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16544         [POSIX || XPG3] (FPE_FLTUND): Likewise.
16545         [POSIX || XPG3] (FPE_FLTRES): Likewise.
16546         [POSIX || XPG3] (FPE_FLTINV): Likewise.
16547         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16548         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16549         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16550         [POSIX || XPG3] (BUS_ADRALN): Likewise.
16551         [POSIX || XPG3] (BUS_ADRERR): Likewise.
16552         [POSIX || XPG3] (BUS_OBJERR): Likewise.
16553         [POSIX || XPG3] (CLD_EXITED): Likewise.
16554         [POSIX || XPG3] (CLD_KILLED): Likewise.
16555         [POSIX || XPG3] (CLD_DUMPED): Likewise.
16556         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16557         [POSIX || XPG3] (CLD_STOPPED): Likewise.
16558         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16559         [POSIX || XPG3] (POLL_IN): Likewise.
16560         [POSIX || XPG3] (POLL_OUT): Likewise.
16561         [POSIX || XPG3] (POLL_MSG): Likewise.
16562         [POSIX || XPG3] (POLL_ERR): Likewise.
16563         [POSIX || XPG3] (POLL_PRI): Likewise.
16564         [POSIX || XPG3] (POLL_HUP): Likewise.
16565         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16566         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16567         (SIG*): Do not allow.
16568         [XPG3] (si_*): Likewise.
16569         [XPG3] (SI_*): Likewise.
16570         [XPG3 || XPG4] (sigev_*): Likewise.
16571         [XPG3 || XPG4] (SIGEV_*): Likewise.
16572         [XPG3 || XPG4] (sival_*): Likewise.
16573         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16574         [POSIX || XPG3] (BUS_*): Likewise.
16575         [POSIX || XPG3] (CLD_*): Likewise.
16576         [POSIX || XPG3] (FPE_*): Likewise.
16577         [POSIX || XPG3] (ILL_*): Likewise.
16578         [POSIX || XPG3] (POLL_*): Likewise.
16579         [POSIX || XPG3] (SEGV_*): Likewise.
16580         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16581         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16582         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16583         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16584         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16585         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16586         Specify type and value.
16587         (TVERSLEN): Likewise.
16588         (REGTYPE): Likewise.
16589         (AREGTYPE): Likewise.
16590         (LNKTYPE): Likewise.
16591         (SYMTYPE): Likewise.
16592         (CHRTYPE): Likewise.
16593         (BLKTYPE): Likewise.
16594         (DIRTYPE): Likewise.
16595         (FIFOTYPE): Likewise.
16596         (CONTTYPE): Likewise.
16597         (TSUID): Likewise.
16598         (TSGID): Likewise.
16599         (TSVTX): Likewise.
16600         (TUREAD): Likewise.
16601         (TUWRITE): Likewise.
16602         (TUEXEC): Likewise.
16603         (TGREAD): Likewise.
16604         (TGWRITE): Likewise.
16605         (TGEXEC): Likewise.
16606         (TOREAD): Likewise.
16607         (TOWRITE): Likewise.
16608         (TOEXEC): Likewise.
16609         [POSIX] (TSVTX): Expect constant.
16611 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
16613         * Makefile (tests): Change dependencies to ....
16614         (tests-special): ... additions to this variable.
16615         (tests): Depend on $(tests-special).
16616         * Makerules (check-abi-list): New variable.
16617         (check-abi): Depend on $(check-abi-list).
16618         [$(subdir) = elf] (tests-special): Add
16619         $(objpfx)check-abi-libc.out.
16620         [$(build-shared) = yes && subdir] (tests-special): Add
16621         $(check-abi-list).
16622         [$(build-shared) = yes && subdir] (tests): Do not depend on
16623         check-abi.
16624         * Rules (tests): Depend on $(tests-special).
16625         (xtests): Depend on $(xtests-special).
16626         * catgets/Makefile (tests): Change dependencies to ....
16627         (tests-special): ... additions to this variable.
16628         * conform/Makefile (tests): Change dependencies to ....
16629         (tests-special): ... additions to this variable.
16630         * elf/Makefile (tests): Change dependencies to ....
16631         (tests-special): ... additions to this variable.
16632         * grp/Makefile (tests): Change dependencies to ....
16633         (tests-special): ... additions to this variable.
16634         * iconv/Makefile (xtests): Change dependencies to ....
16635         (xtests-special): ... additions to this variable.
16636         * iconvdata/Makefile (tests): Change dependencies to ....
16637         (tests-special): ... additions to this variable.
16638         * intl/Makefile (tests): Change dependencies to ....
16639         (tests-special): ... additions to this variable.  Also add
16640         $(objpfx)tst-gettext.out.
16641         * io/Makefile (tests): Change dependencies to ....
16642         (tests-special): ... additions to this variable.
16643         * libio/Makefile (tests): Change dependencies to ....
16644         (tests-special): ... additions to this variable.
16645         * malloc/Makefile (tests): Change dependencies to ....
16646         (tests-special): ... additions to this variable.
16647         * misc/Makefile (tests): Change dependencies to ....
16648         (tests-special): ... additions to this variable.
16649         * nptl/Makefile (tests): Change dependencies to ....
16650         (tests-special): ... additions to this variable.
16651         * nptl_db/Makefile (tests): Change dependencies to ....
16652         (tests-special): ... additions to this variable.
16653         * posix/Makefile (tests): Change dependencies to ....
16654         (tests-special): ... additions to this variable.
16655         (xtests): Change dependencies to ....
16656         (xtests-special): ... additions to this variable.
16657         * resolv/Makefile (tests): Change dependencies to ....
16658         (tests-special): ... additions to this variable.
16659         (xtests): Change dependencies to ....
16660         (xtests-special): ... additions to this variable.
16661         * stdio-common/Makefile (tests): Change dependencies to ....
16662         (tests-special): ... additions to this variable.
16663         (do-tst-unbputc): Remove target.
16664         (do-tst-printf): Likewise.
16665         * stdlib/Makefile (tests): Change dependencies to ....
16666         (tests-special): ... additions to this variable.
16667         * string/Makefile (tests): Change dependencies to ....
16668         (tests-special): ... additions to this variable.
16669         * sysdeps/x86/Makefile (tests): Change dependencies to ....
16670         (tests-special): ... additions to this variable.
16672         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16673         whole file.
16674         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16675         whole file.
16676         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16677         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16679         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16680         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16681         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16682         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16683         * conform/data/libgen.h-data [XPG3]: Likewise.
16684         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16685         * conform/data/ndbm.h-data [XPG3]: Likewise.
16686         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16687         * conform/data/netdb.h-data [XPG3]: Likewise.
16688         * conform/data/netinet/in.h-data [XPG3]: Likewise.
16689         * conform/data/poll.h-data [XPG3]: Likewise.
16690         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16691         * conform/data/strings.h-data [XPG3]: Likewise.
16692         * conform/data/stropts.h-data [XPG3]: Likewise.
16693         * conform/data/sys/mman.h-data [XPG3]: Likewise.
16694         * conform/data/sys/resource.h-data [XPG3]: Likewise.
16695         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16696         Likewise.
16697         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16698         * conform/data/sys/time.h-data [XPG3]: Likewise.
16699         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16700         * conform/data/sys/uio.h-data [XPG3]: Likewise.
16701         * conform/data/sys/un.h-data [XPG3]: Likewise.
16702         * conform/data/syslog.h-data [XPG3]: Likewise.
16703         * conform/data/ucontext.h-data [XPG3]: Likewise.
16704         * conform/data/utmpx.h-data [XPG3]: Likewise.
16705         * conform/data/varargs.h-data [UNIX98]: Enable file.
16707         * manual/Makefile (INSTALL_INFO): Remove variable setting.
16709         * math/libm-test.inc (struct test_f_f_data): Move expected results
16710         into structure for each rounding mode.
16711         (struct test_ff_f_data): Likewise.
16712         (struct test_ff_f_data_nexttoward): Likewise.
16713         (struct test_fi_f_data): Likewise.
16714         (struct test_fl_f_data): Likewise.
16715         (struct test_if_f_data): Likewise.
16716         (struct test_fff_f_data): Likewise.
16717         (struct test_c_f_data): Likewise.
16718         (struct test_f_f1_data): Likewise.
16719         (struct test_fF_f1_data): Likewise.
16720         (struct test_ffI_f1_data): Likewise.
16721         (struct test_c_c_data): Likewise.
16722         (struct test_cc_c_data): Likewise.
16723         (struct test_f_i_data): Likewise.
16724         (struct test_ff_i_data): Likewise.
16725         (struct test_f_l_data): Likewise.
16726         (struct test_f_L_data): Likewise.
16727         (struct test_fFF_11_data): Likewise.
16728         (RM_): New macro.
16729         (RM_FE_DOWNWARD): Likewise.
16730         (RM_FE_TONEAREST): Likewise.
16731         (RM_FE_TOWARDZERO): Likewise.
16732         (RM_FE_UPWARD): Likewise.
16733         (RUN_TEST_LOOP_f_f): Update references to expected results.
16734         (RUN_TEST_LOOP_2_f): Likewise.
16735         (RUN_TEST_LOOP_fff_f): Likewise.
16736         (RUN_TEST_LOOP_c_f): Likewise.
16737         (RUN_TEST_LOOP_f_f1): Likewise.
16738         (RUN_TEST_LOOP_fF_f1): Likewise.
16739         (RUN_TEST_LOOP_fI_f1): Likewise.
16740         (RUN_TEST_LOOP_ffI_f1): Likewise.
16741         (RUN_TEST_LOOP_c_c): Likewise.
16742         (RUN_TEST_LOOP_cc_c): Likewise.
16743         (RUN_TEST_LOOP_f_i): Likewise.
16744         (RUN_TEST_LOOP_f_i_tg): Likewise.
16745         (RUN_TEST_LOOP_ff_i_tg): Likewise.
16746         (RUN_TEST_LOOP_f_b): Likewise.
16747         (RUN_TEST_LOOP_f_b_tg): Likewise.
16748         (RUN_TEST_LOOP_f_l): Likewise.
16749         (RUN_TEST_LOOP_f_L): Likewise.
16750         (RUN_TEST_LOOP_fFF_11): Likewise.
16751         * math/gen-libm-test.pl (parse_args): Output four copies of
16752         expected results for each test.
16754         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16755         (__ASSUME_UTIMES): Remove.
16756         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16757         (__ASSUME_UTIMES): Likewise.
16759         * math/gen-auto-libm-tests.c: Update comment on output format.
16760         (output_for_one_input_case): Generate before-rounding and
16761         after-rounding information as conditions on output flags not
16762         floating-point format.
16763         * math/auto-libm-test-out: Regenerated.
16764         * math/gen-libm-test.pl (cond_value): New function.
16765         (or_cond_value): Use cond_value.
16766         (generate_testfile): Handle conditional exceptions.
16768 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
16770         * math/libm-test.inc (max_valid_error): New variable.
16771         (init_max_error): Take new argument specifying whether function
16772         results are exactly determined.  Set max_valid_error and bound
16773         other variables for errors based on this argument.
16774         (set_max_error): Do not record results above max_valid_error.
16775         (check_float_internal): Only accept errors of up to 0.5ulps if
16776         also at most max_valid_error.
16777         (START): Take new argument EXACT and pass it to init_max_error.
16778         (acos_test): Update call to START.
16779         (acos_test_tonearest): Likewise.
16780         (acos_test_towardzero): Likewise.
16781         (acos_test_downward): Likewise.
16782         (acos_test_upward): Likewise.
16783         (acosh_test): Likewise.
16784         (asin_test): Likewise.
16785         (asin_test_tonearest): Likewise.
16786         (asin_test_towardzero): Likewise.
16787         (asin_test_downward): Likewise.
16788         (asin_test_upward): Likewise.
16789         (asinh_test): Likewise.
16790         (atan_test): Likewise.
16791         (atanh_test): Likewise.
16792         (atan2_test): Likewise.
16793         (cabs_test): Likewise.
16794         (cacos_test): Likewise.
16795         (cacosh_test): Likewise.
16796         (carg_test): Likewise.
16797         (casin_test): Likewise.
16798         (casinh_test): Likewise.
16799         (catan_test): Likewise.
16800         (catanh_test): Likewise.
16801         (cbrt_test): Likewise.
16802         (ccos_test): Likewise.
16803         (ccosh_test): Likewise.
16804         (ceil_test): Likewise.
16805         (cexp_test): Likewise.
16806         (cimag_test): Likewise.
16807         (clog_test): Likewise.
16808         (clog10_test): Likewise.
16809         (conj_test): Likewise.
16810         (copysign_test): Likewise.
16811         (cos_test): Likewise.
16812         (cos_test_tonearest): Likewise.
16813         (cos_test_towardzero): Likewise.
16814         (cos_test_downward): Likewise.
16815         (cos_test_upward): Likewise.
16816         (cosh_test): Likewise.
16817         (cosh_test_tonearest): Likewise.
16818         (cosh_test_towardzero): Likewise.
16819         (cosh_test_downward): Likewise.
16820         (cosh_test_upward): Likewise.
16821         (cpow_test): Likewise.
16822         (cproj_test): Likewise.
16823         (creal_test): Likewise.
16824         (csin_test): Likewise.
16825         (csinh_test): Likewise.
16826         (csqrt_test): Likewise.
16827         (ctan_test): Likewise.
16828         (ctan_test_tonearest): Likewise.
16829         (ctan_test_towardzero): Likewise.
16830         (ctan_test_downward): Likewise.
16831         (ctan_test_upward): Likewise.
16832         (ctanh_test): Likewise.
16833         (ctanh_test_tonearest): Likewise.
16834         (ctanh_test_towardzero): Likewise.
16835         (ctanh_test_downward): Likewise.
16836         (ctanh_test_upward): Likewise.
16837         (erf_test): Likewise.
16838         (erfc_test): Likewise.
16839         (exp_test): Likewise.
16840         (exp_test_tonearest): Likewise.
16841         (exp_test_towardzero): Likewise.
16842         (exp_test_downward): Likewise.
16843         (exp_test_upward): Likewise.
16844         (exp10_test): Likewise.
16845         (exp10_test_tonearest): Likewise.
16846         (exp10_test_towardzero): Likewise.
16847         (exp10_test_downward): Likewise.
16848         (exp10_test_upward): Likewise.
16849         (pow10_test): Likewise.
16850         (exp2_test): Likewise.
16851         (expm1_test): Likewise.
16852         (expm1_test_tonearest): Likewise.
16853         (expm1_test_towardzero): Likewise.
16854         (expm1_test_downward): Likewise.
16855         (expm1_test_upward): Likewise.
16856         (fabs_test): Likewise.
16857         (fdim_test): Likewise.
16858         (floor_test): Likewise.
16859         (fma_test): Likewise.
16860         (fma_test_towardzero): Likewise.
16861         (fma_test_downward): Likewise.
16862         (fma_test_upward): Likewise.
16863         (fmax_test): Likewise.
16864         (fmin_test): Likewise.
16865         (fmod_test): Likewise.
16866         (fpclassify_test): Likewise.
16867         (frexp_test): Likewise.
16868         (hypot_test): Likewise.
16869         (ilogb_test): Likewise.
16870         (isfinite_test): Likewise.
16871         (finite_test): Likewise.
16872         (isgreater_test): Likewise.
16873         (isgreaterequal_test): Likewise.
16874         (isinf_test): Likewise.
16875         (isless_test): Likewise.
16876         (islessequal_test): Likewise.
16877         (islessgreater_test): Likewise.
16878         (isnan_test): Likewise.
16879         (isnormal_test): Likewise.
16880         (issignaling_test): Likewise.
16881         (isunordered_test): Likewise.
16882         (j0_test): Likewise.
16883         (j1_test): Likewise.
16884         (jn_test): Likewise.
16885         (ldexp_test): Likewise.
16886         (lgamma_test): Likewise.
16887         (gamma_test): Likewise.
16888         (lrint_test): Likewise.
16889         (lrint_test_tonearest): Likewise.
16890         (lrint_test_towardzero): Likewise.
16891         (lrint_test_downward): Likewise.
16892         (lrint_test_upward): Likewise.
16893         (llrint_test): Likewise.
16894         (llrint_test_tonearest): Likewise.
16895         (llrint_test_towardzero): Likewise.
16896         (llrint_test_downward): Likewise.
16897         (llrint_test_upward): Likewise.
16898         (log_test): Likewise.
16899         (log10_test): Likewise.
16900         (log1p_test): Likewise.
16901         (log2_test): Likewise.
16902         (logb_test): Likewise.
16903         (logb_test_downward): Likewise.
16904         (lround_test): Likewise.
16905         (llround_test): Likewise.
16906         (modf_test): Likewise.
16907         (nearbyint_test): Likewise.
16908         (nextafter_test): Likewise.
16909         (nexttoward_test): Likewise.
16910         (pow_test): Likewise.
16911         (pow_test_tonearest): Likewise.
16912         (pow_test_towardzero): Likewise.
16913         (pow_test_downward): Likewise.
16914         (pow_test_upward): Likewise.
16915         (remainder_test): Likewise.
16916         (drem_test): Likewise.
16917         (remainder_test_tonearest): Likewise.
16918         (drem_test_tonearest): Likewise.
16919         (remainder_test_towardzero): Likewise.
16920         (drem_test_towardzero): Likewise.
16921         (remainder_test_downward): Likewise.
16922         (drem_test_downward): Likewise.
16923         (remainder_test_upward): Likewise.
16924         (drem_test_upward): Likewise.
16925         (remquo_test): Likewise.
16926         (rint_test): Likewise.
16927         (rint_test_tonearest): Likewise.
16928         (rint_test_towardzero): Likewise.
16929         (rint_test_downward): Likewise.
16930         (rint_test_upward): Likewise.
16931         (round_test): Likewise.
16932         (scalb_test): Likewise.
16933         (scalbn_test): Likewise.
16934         (scalbln_test): Likewise.
16935         (signbit_test): Likewise.
16936         (sin_test): Likewise.
16937         (sin_test_tonearest): Likewise.
16938         (sin_test_towardzero): Likewise.
16939         (sin_test_downward): Likewise.
16940         (sin_test_upward): Likewise.
16941         (sincos_test): Likewise.
16942         (sinh_test): Likewise.
16943         (sinh_test_tonearest): Likewise.
16944         (sinh_test_towardzero): Likewise.
16945         (sinh_test_downward): Likewise.
16946         (sinh_test_upward): Likewise.
16947         (sqrt_test): Likewise.
16948         (sqrt_test_tonearest): Likewise.
16949         (sqrt_test_towardzero): Likewise.
16950         (sqrt_test_downward): Likewise.
16951         (sqrt_test_upward): Likewise.
16952         (tan_test): Likewise.
16953         (tan_test_tonearest): Likewise.
16954         (tan_test_towardzero): Likewise.
16955         (tan_test_downward): Likewise.
16956         (tan_test_upward): Likewise.
16957         (tanh_test): Likewise.
16958         (tgamma_test): Likewise.
16959         (trunc_test): Likewise.
16960         (y0_test): Likewise.
16961         (y1_test): Likewise.
16962         (yn_test): Likewise.
16963         (significand_test): Likewise.
16965         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
16966         individual tests in comment.
16967         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
16968         (prev_max_error): New variable.
16969         (prev_real_max_error): Likewise.
16970         (prev_imag_max_error): Likewise.
16971         (compare_ulp_data): Don't refer to test names in comment.
16972         (find_test_ulps): Remove function.
16973         (find_function_ulps): Likewise.
16974         (find_complex_function_ulps): Likewise.
16975         (init_max_error): Take function name as argument.  Look up ulps
16976         for that function.
16977         (print_ulps): Remove function.
16978         (print_max_error): Use prev_max_error instead of calling
16979         find_function_ulps.
16980         (print_complex_max_error): Use prev_real_max_error and
16981         prev_imag_max_error instead of calling find_complex_function_ulps.
16982         (check_float_internal): Take max_ulp parameter instead of calling
16983         find_test_ulps.  Don't call print_ulps.
16984         (check_float): Update call to check_float_internal.
16985         (check_complex): Update calls to check_float_internal.
16986         (START): Pass argument to init_max_error.
16987         * math/gen-libm-test.pl (%results): Don't include "kind"
16988         information.
16989         (parse_ulps): Don't handle ulps of individual tests.
16990         (print_ulps_file): Likewise.
16991         (output_ulps): Likewise.
16992         * math/README.libm-test: Update.
16993         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
16994         individual tests.
16995         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
16996         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
16997         * sysdeps/arm/libm-test-ulps: Likewise.
16998         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
16999         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17000         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17001         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17002         * sysdeps/microblaze/libm-test-ulps: Likewise.
17003         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17004         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17005         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17006         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17007         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17008         * sysdeps/sh/libm-test-ulps: Likewise.
17009         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17010         * sysdeps/tile/libm-test-ulps: Likewise.
17011         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17013 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17015         * math/libm-test.inc (print_complex_max_error): Check separately
17016         whether real and imaginary errors are within allowed range and
17017         pass 0 to print_complex_function_ulps instead of value within
17018         allowed range.
17020 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17022         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17023         formatting.
17024         (get_handles_fopen): Likewise.
17025         (do_write_test): Likewise.
17027         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17029         * libio/fileops.c (do_ftell): Use cached offset when
17030         available.
17031         * libio/iofwide.c (do_ftell_wide): Likewise.
17032         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17033         _IO_file_attach.
17034         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17036         [BZ #16532]
17037         * libio/libioP.h (get_file_offset): New function.
17038         * libio/fileops.c (get_file_offset): Likewise.
17039         (do_ftell): Likewise.
17040         (_IO_new_file_seekoff): Split out ftell logic.
17041         * libio/wfileops.c (do_ftell_wide): Likewise.
17042         (_IO_wfile_seekoff): Split out ftell logic.
17043         * libio/tst-ftell-active-handler.c: New test case.
17044         * libio/Makefile (tests): Add it.
17046 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17048         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17049         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17051 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17053         [BZ #16639]
17054         * nscd/connections.c (nscd_init): Call do_exit.
17055         (start_threads): Call do_exit and notify_parent.
17056         (begin_drop_privileges): Call do_exit.
17057         (finish_drop_privileges): Likewise.
17058         * nscd/selinux.c (preserve_capabilities): Likewise.
17059         (install_real_capabilities): Likewise.
17060         (nscd_selinux_enabled): Likewise.
17061         (avc_create_thread): Likewise.
17062         (avc_alloc_lock): Likewise.
17063         (nscd_avc_init): Likewise.
17064         * nscd/nscd.c (parent_fd): New static variable.
17065         (main): Create a pipe between parent and child processes.
17066         Skip closing parent_fd.
17067         (monitor_child): New function.
17068         (do_exit): Likewise.
17069         (notify_parent): Likewise.
17070         * nscd/nscd.h (notify_parent): Likewise.
17071         (do_exit): Likewise.
17073 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17075         * malloc/malloc.c (__libc_calloc): Revert last change.
17077 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17079         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17081 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17083         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17084         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17085         implementation.
17086         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17087         (__libc_ifunc_impl_list): Likewise.
17088         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17089         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17090         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17091         * string/strrchr.c: Define STRRCHR.
17093 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17095         * benchtest/bench-strtok.c (simple_strtok): Delete.
17096         (strtok_string): Use as benchmark.
17097         * string/strtok (STRTOK): New macro.
17099 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17101         * manual/threads.texi: Add header and standard comments to all
17102         functions.
17104         * elf/dl-lookup.c (check_match): New function.
17105         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17106         (do_lookup_x): Remove nested function check_match. Use non-nested
17107         function check_match.
17109 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17111         * csu/Makefile (generated, before-compile): Use += rather than =.
17112         * catgets/Makefile (generated, generated-dirs): Likewise.
17113         * debug/Makefile (generated): Likewise.
17114         * dlfcn/Makefile (generated): Likewise.
17115         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17116         * iconvdata/Makefile (before-compile, generated): Likewise.
17117         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17118         * libio/Makefile (generated): Likewise.
17119         * malloc/Makefile (generated): Likewise.
17120         * manual/Makefile (generated, generated-dirs): Likewise.
17121         * misc/Makefile (generated): Likewise.
17122         * posix/Makefile (generated): Likewise.
17123         * resolv/Makefile (generated): Likewise.
17124         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17125         * timezone/Makefile (generated, generated-dirs): Likewise.
17127         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17129 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17131         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17132         power8 implementation.
17133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17134         file: POWER8 llround ifunc implementation.
17135         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17136         (__lllround): Add POWER8 implementation.
17137         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17138         POWER8 llround implementation.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17141         power8 implementation.
17142         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17143         file: POWER8 llrint ifunc implementation.
17144         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17145         Add POWER8 implementation.
17146         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17147         POWER8 llrint implementation.
17149         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17150         power8 implementation.
17151         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17152         file: POWER8 finite ifunc implementation.
17153         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17154         Add POWER8 implementation.
17155         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17156         Likewise.
17157         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17158         POWER8 finite implementation.
17159         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17161         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17162         power8 implementation.
17163         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17164         file: POWER8 isinf ifunc implementation.
17165         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17166         POWER8 implementation.
17167         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17168         Likewise.
17169         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17170         isinf implementation.
17171         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17173         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17174         (INIT_ARCH): Add hwcap2 initialization.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17176         power8 implementation.
17177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17178         file: POWER8 isnan ifunc implementation.
17179         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17180         POWER8 implementation.
17181         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17182         Likewise.
17183         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17184         isnan implementation.
17185         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17187 2014-02-27  Joey Ye  <joey.ye@arm.com>
17189         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17190         (_FP_NANFRAC_Q): Set to zero.
17192 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17194         [BZ #16623]
17195         * math/auto-libm-test-in: New test inputs.
17196         * math/auto-libm-test-out: Regenerate.
17197         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17198         and DA.
17199         (__cos): Likewise.
17200         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17202 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17204         * scripts/evaluate-test.sh: Take new argument indicating whether
17205         failure is expected.
17206         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17207         indicating whether failure is expected.
17208         * conform/Makefile (test-xfail-run-conformtest): New variable.
17209         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17210         level.
17211         * posix/Makefile (test-xfail-annexc): New variable.
17212         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17214 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17216         * argp/Makefile: Include Makeconfig immediately after defining
17217         subdir.
17218         * assert/Makefile: Likewise.
17219         * benchtests/Makefile: Likewise.
17220         * catgets/Makefile: Likewise.
17221         * conform/Makefile: Likewise.
17222         * crypt/Makefile: Likewise.
17223         * csu/Makefile: Likewise.
17224         (all): Remove target.
17225         * ctype/Makefile: Include Makeconfig immediately after defining
17226         subdir.
17227         * debug/Makefile: Likewise.
17228         * dirent/Makefile: Likewise.
17229         * dlfcn/Makefile: Likewise.
17230         * gmon/Makefile: Likewise.
17231         * gnulib/Makefile: Likewise.
17232         * grp/Makefile: Likewise.
17233         * gshadow/Makefile: Likewise.
17234         * hesiod/Makefile: Likewise.
17235         * hurd/Makefile: Likewise.
17236         (all): Remove target.
17237         * iconvdata/Makefile: Include Makeconfig immediately after
17238         defining subdir.
17239         * inet/Makefile: Likewise.
17240         * intl/Makefile: Likewise.
17241         * io/Makefile: Likewise.
17242         * libio/Makefile: Likewise.
17243         (all): Remove target.
17244         * locale/Makefile: Include Makeconfig immediately after defining
17245         subdir.
17246         * login/Makefile: Likewise.
17247         * mach/Makefile: Likewise.
17248         (all): Remove target.
17249         * malloc/Makefile: Include Makeconfig immediately after defining
17250         subdir.
17251         (all): Remove target.
17252         * manual/Makefile: Include Makeconfig immediately after defining
17253         subdir.
17254         * math/Makefile: Likewise.
17255         * misc/Makefile: Likewise.
17256         * nis/Makefile: Likewise.
17257         * nss/Makefile: Likewise.
17258         * po/Makefile: Likewise.
17259         (all): Remove target.
17260         * posix/Makefile: Include Makeconfig immediately after defining
17261         subdir.
17262         * pwd/Makefile: Likewise.
17263         * resolv/Makefile: Likewise.
17264         * resource/Makefile: Likewise.
17265         * rt/Makefile: Likewise.
17266         * setjmp/Makefile: Likewise.
17267         * shadow/Makefile: Likewise.
17268         * signal/Makefile: Likewise.
17269         * socket/Makefile: Likewise.
17270         * soft-fp/Makefile: Likewise.
17271         * stdio-common/Makefile: Likewise.
17272         * stdlib/Makefile: Likewise.
17273         * streams/Makefile: Likewise.
17274         * string/Makefile: Likewise.
17275         * sunrpc/Makefile: Likewise.
17276         (all): Remove target.
17277         * sysvipc/Makefile: Include Makeconfig immediately after defining
17278         subdir.
17279         * termios/Makefile: Likewise.
17280         * time/Makefile: Likewise.
17281         * timezone/Makefile: Likewise.
17282         (all): Remove target.
17283         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17284         subdir.
17285         * wctype/Makefile: Likewise.
17287 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17289         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17290         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17291         (libc_feholdexcept_setround_mips): Ditto.
17292         (libc_feholdsetround): New.
17293         (libc_feholdsetroundf): New.
17294         (libc_feholdsetroundl): New.
17295         (libc_feupdateenv_test_mips): New.
17296         (libc_feupdateenv_test): New.
17297         (libc_feupdateenv_testf): New.
17298         (libc_feupdateenv_testl): New.
17299         (libc_feresetround): New.
17300         (libc_feresetroundf): New.
17301         (libc_feresetroundl): New.
17302         (libc_fetestexcept_mips): New.
17303         (libc_fetestexcept): New.
17304         (libc_fetestexceptf): New.
17305         (libc_fetestexceptl): New.
17306         (HAVE_RM_CTX): New.
17307         (libc_feholdexcept_setround_mips_ctx): New.
17308         (libc_feholdexcept_setround_ctx): New.
17309         (libc_feholdexcept_setroundf_ctx): New.
17310         (libc_feholdexcept_setroundl_ctx): New.
17311         (libc_fesetenv_mips_ctx): New.
17312         (libc_fesetenv_ctx): New.
17313         (libc_fesetenv_ctxf): New.
17314         (libc_fesetenv_ctxl): New.
17315         (libc_feupdateenv_mips_ctx): New.
17316         (libc_feupdateenv_ctx): New.
17317         (libc_feupdateenvf_ctx): New.
17318         (libc_feupdateenvl_ctx): New.
17319         (libc_feholdsetround_mips_ctx): New.
17320         (libc_feholdsetround_ctx): New.
17321         (libc_feholdsetroundf_ctx): New.
17322         (libc_feholdsetroundl_ctx): New.
17323         (libc_feresetround_mips_ctx): New.
17324         (libc_feresetround_ctx): New.
17325         (libc_feresetroundf_ctx): New.
17326         (libc_feresetroundl_ctx): New.
17328 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17330         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17332         * manual/ipc.texi: New file.
17333         * manual/Makefile (chapters): Add ipc.
17334         * manual/job.texi: Add "Inter-Process Communication" to next.
17335         * manual/process.texi: Add "Inter-Process Communication" to prev.
17337 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17341 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17343         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17345         * manual/arith.texi: Fix spaces after sentences.
17346         * manual/charset.texi: Likewise.
17347         * manual/errno.texi: Likewise.
17348         * manual/install.texi: Likewise.
17349         * manual/llio.texi: Likewise.
17350         * manual/locale.texi: Likewise.
17351         * manual/maint.texi: Likewise.
17352         * manual/math.texi: Likewise.
17353         * manual/memory.texi: Likewise.
17354         * manual/message.texi: Likewise.
17355         * manual/probes.texi: Likewise.
17356         * manual/resource.texi: Likewise.
17357         * manual/signal.texi: Likewise.
17358         * manual/socket.texi: Likewise.
17359         * manual/stdio.texi: Likewise.
17360         * manual/string.texi: Likewise.
17361         * manual/time.texi: Likewise.
17362         * manual/users.texi: Likewise.
17364 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17366         [BZ #16632]
17367         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17368         _DEFAULT_SOURCE is defined.
17370 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17371             Carlos O'Donell  <carlos@redhat.com>
17373         [BZ #16613]
17374         * elf/dl-tls.c (_dl_count_modids): New function.
17375         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17376         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17377         audit library and increment generation counter.
17378         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17379         * elf/tst-audit9.c: New file.
17380         * elf/tst-auditmod9a.c: New file.
17381         * elf/tst-auditmod9b.c: New file.
17382         * elf/Makefile: Add rules to build and run tst-audit9.
17384 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17386         [BZ #15347]
17387         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17389 2014-02-25  Will Newton  <will.newton@linaro.org>
17391         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17392         (__longjmp): Restore sp and lr before restoring callee
17393         saved registers.  Add longjmp and longjmp_target
17394         SystemTap probe point.
17395         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17396         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17397         Define to zero to match jmpbuf layout.
17398         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17399         (__sigsetjmp): Save sp and lr before saving callee
17400         saved registers.  Add setjmp SystemTap probe point.
17402 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17404         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17406 2014-02-24  Andreas Schwab  <schwab@suse.de>
17408         [BZ #15804]
17409         * elf/pldd.c (wait_for_ptrace_stop): New function.
17410         (main): Call it after attaching.
17412 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17414         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17415         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17416         Versions files is now verboten.
17417         * hurd/Versions (libc: GLIBC_2.0):
17418         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17419         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17420         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17421         * mach/Versions: Likewise.
17423         * csu/Versions: Remove unused %include.
17424         * resolv/Versions: Likewise.
17426 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17428         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17429         ($(objpfx)check-local-headers.out): Likewise.
17430         ($(objpfx)begin-end-check.out): Likewise.
17431         * Makerules (check-abi-%.out): Likewise.
17432         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17433         ($(objpfx)test2.cat): Likewise.
17434         ($(objpfx)de/libc.cat): Likewise.
17435         ($(objpfx)test-gencat.out): Likewise.
17436         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17437         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17438         ($(objpfx)noload-mem): Likewise.
17439         ($(objpfx)tst-pathopt.out): Likewise.
17440         ($(objpfx)tst-rtld-load-self.out): Likewise.
17441         ($(objpfx)tst-array1-cmp.out): Likewise.
17442         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17443         ($(objpfx)tst-array2-cmp.out): Likewise.
17444         ($(objpfx)tst-array3-cmp.out): Likewise.
17445         ($(objpfx)tst-array4-cmp.out): Likewise.
17446         ($(objpfx)tst-array5-cmp.out): Likewise.
17447         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17448         ($(objpfx)check-textrel.out): Likewise.
17449         ($(objpfx)check-execstack.out): Likewise.
17450         ($(objpfx)check-localplt.out): Likewise.
17451         ($(objpfx)order2-cmp.out): Likewise.
17452         ($(objpfx)tst-leaks1-mem): Likewise.
17453         ($(objpfx)tst-leaks1-static-mem): Likewise.
17454         ($(objpfx)tst-initorder-cmp.out): Likewise.
17455         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17456         ($(objpfx)tst-unused-dep.out): Likewise.
17457         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17458         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17459         * iconv/Makefile (test-iconvconfig): Likewise.
17460         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17461         ($(objpfx)iconv-test.out): Likewise.
17462         ($(objpfx)tst-tables.out): Likewise.
17463         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17464         ($(objpfx)tst-gettext.out): Likewise.
17465         ($(objpfx)tst-translit.out): Likewise.
17466         ($(objpfx)tst-gettext2.out): Likewise.
17467         ($(objpfx)tst-gettext4.out): Likewise.
17468         ($(objpfx)tst-gettext6.out): Likewise.
17469         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17470         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17471         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17472         ($(objpfx)tst-fopenloc-mem.out): Likewise.
17473         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17474         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17475         * posix/Makefile ($(objpfx)globtest.out): Likewise.
17476         ($(objpfx)wordexp-tst.out): Likewise.
17477         ($(objpfx)annexc.out): Likewise.
17478         ($(objpfx)tst-fnmatch-mem): Likewise.
17479         ($(objpfx)bug-regex2-mem): Likewise.
17480         ($(objpfx)bug-regex14-mem): Likewise.
17481         ($(objpfx)bug-regex21-mem): Likewise.
17482         ($(objpfx)bug-regex31-mem): Likewise.
17483         ($(objpfx)tst-vfork3-mem): Likewise.
17484         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17485         ($(objpfx)tst-pcre-mem): Likewise.
17486         ($(objpfx)tst-boost-mem): Likewise.
17487         ($(objpfx)tst-getconf.out): Likewise.
17488         ($(objpfx)bug-ga2-mem): Likewise.
17489         ($(objpfx)bug-glob2-mem): Likewise.
17490         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17491         ($(objpfx)mtrace-tst-leaks2): Likewise.
17492         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17493         ($(objpfx)tst-printf.out): Likewise.
17494         ($(objpfx)tst-setvbuf1.out): Likewise.
17495         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17496         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17497         ($(objpfx)tst-fmtmsg.out): Likewise.
17498         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17499         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17501         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17502         * bits/sigaction.h [__USE_MISC]: Likewise.
17503         * bits/waitstatus.h: Update #endif comments.
17504         * ctype/ctype.h: Likewise.
17505         * dirent/dirent.h: Likewise.
17506         [__USE_MISC]: Remove redundant conditionals.
17507         * grp/grp.h: Update #endif comments.
17508         [__USE_GNU]: Remove redundant conditionals.
17509         [__USE_MISC]: Likewise.
17510         * inet/netinet/in.h [__USE_GNU]: Likewise.
17511         * io/sys/stat.h [__USE_MISC]: Likewise.
17512         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17513         * libio/bits/stdio.h: Update #endif comments.
17514         [__USE_MISC]: Remove redundant conditionals.
17515         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17516         * libio/stdio.h: Update #endif comments.
17517         [__USE_MISC]: Remove redundant conditionals.
17518         * math/bits/math-finite.h [__USE_MISC]: Likewise.
17519         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17520         * math/math.h: Update #else and #endif comments.
17521         [__USE_MISC]: Remove redundant conditionals.
17522         * misc/sys/uio.h: Update #endif comments.
17523         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17524         * posix/glob.h [__USE_MISC]: Likewise.
17525         * posix/sys/types.h: Update #endif comments.
17526         [__USE_MISC]: Remove redundant conditionals.
17527         * posix/sys/wait.h: Update #endif comments.
17528         [__USE_MISC]: Remove redundant conditionals.
17529         * posix/unistd.h: Update #endif comments.
17530         [__USE_MISC]: Remove redundant conditionals.
17531         * pwd/pwd.h [__USE_GNU]: Likewise.
17532         [__USE_MISC]: Likewise.
17533         * resolv/netdb.h [__USE_GNU]: Likewise.
17534         * signal/signal.h: Update #endif comments.
17535         [__USE_MISC]: Remove redundant conditionals.
17536         * stdlib/stdlib.h: Update #else and #endif comments.
17537         [__USE_MISC]: Remove redundant conditionals.
17538         [__USE_GNU]: Likewise.
17539         * string/bits/string2.h [__USE_MISC]: Likewise.
17540         * string/string.h: Update #endif comments.
17541         [__USE_MISC]: Remove redundant conditionals.
17542         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17543         Likewise.
17544         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17545         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17546         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17547         Likewise.
17548         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17549         Likewise.
17550         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17551         comments.
17552         [__USE_MISC]: Remove redundant conditionals.
17553         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17554         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17555         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17556         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17557         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17558         Likewise.
17559         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17560         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17561         Likewise.
17562         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17563         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17564         Likewise.
17565         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17566         Likewise.
17567         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17568         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17569         Likewise.
17570         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17571         Likewise.
17572         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17573         * sysdeps/x86/bits/string.h: Update #endif comments.
17574         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17575         conditionals.
17576         * time/sys/time.h: Update #endif comments.
17577         * time/time.h: Likewise.
17578         [__USE_MISC]: Remove redundant conditionals.
17580 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
17582         [BZ #16600]
17583         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17585 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
17587         * Versions.def (librt): Add GLIBC_2.17.
17589 2014-02-21  Adam Conrad  <adconrad@0c3.net>
17591         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17592         synonym for _SYS_AUXV_H to allow direct inclusion.
17593         * sysdeps/sparc/bits/hwcap.h: Likewise.
17594         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17595         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17596         * sysdeps/sparc/sysdep.h: Likewise.
17598 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17600         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17602 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17604         * benchtests/bench-strrchr.c: Print length instead of position.
17606 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
17608         [BZ #16611]
17609         * sysdeps/unix/sysv/linux/kernel-features.h
17610         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17611         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17612         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17613         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17614         Likewise.
17615         [__i386__ || __powerpc__ || __sh__ || __sparc__]
17616         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17617         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17618         (__ASSUME_SENDMMSG): Define instead of using previous
17619         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17620         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17621         (__ASSUME_SENDMMSG_SYSCALL): Define.
17622         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17623         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17624         Likewise.
17625         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17626         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17627         Likewise.
17628         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17629         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17630         Likewise.
17631         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17632         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17633         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17634         [__ASSUME_SENDMMSG]: Change conditionals to
17635         [__ASSUME_SENDMMSG_SOCKETCALL].
17636         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17637         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17638         Define.
17639         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17640         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17641         Likewise.
17642         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17643         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17644         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17645         [!__ASSUME_SENDMMSG]: Change conditional to
17646         [!__ASSUME_SENDMMSG_SOCKETCALL].
17647         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17648         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17649         Define.
17651         [BZ #16610]
17652         * sysdeps/unix/sysv/linux/kernel-features.h
17653         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17654         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17655         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17656         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17657         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17658         [__i386__ || __sparc__]
17659         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17660         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17661         (__ASSUME_RECVMMSG): Define instead of using previous
17662         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17663         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17664         (__ASSUME_RECVMMSG_SYSCALL): Define.
17665         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17666         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17667         Likewise.
17668         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17669         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17670         Likewise.
17671         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17672         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17673         Likewise.
17674         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17675         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17676         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17677         [__ASSUME_RECVMMSG]: Change condition to
17678         [__ASSUME_RECVMMSG_SOCKETCALL].
17679         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17680         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17681         Define.
17682         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17683         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17684         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17685         Likewise.
17686         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17687         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17688         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17689         [!__ASSUME_RECVMMSG]: Change condition to
17690         [!__ASSUME_RECVMMSG_SOCKETCALL].
17691         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17692         (__ASSUME_RECVMMSG_SYSCALL): Define.
17694         [BZ #16609]
17695         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17696         __powerpc__ || __s390__ || __sh__ || __sparc__]
17697         (__ASSUME_SOCKETCALL): Define.
17698         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17699         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17700         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17701         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17702         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17703         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17704         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17705         (__ASSUME_ACCEPT4): Define instead of using previous
17706         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17707         __powerpc__ || __sparc__ || __s390__)] condition.
17708         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17709         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17710         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17711         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17712         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17713         [!__ASSUME_ACCEPT4]: Change condition to
17714         [!__ASSUME_ACCEPT4_SOCKETCALL].
17715         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17716         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
17717         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17718         * sysdeps/unix/sysv/linux/arm/kernel-features.h
17719         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17720         __ASSUME_ACCEPT4_SYSCALL.
17721         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17722         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17723         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17724         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17725         __ASSUME_ACCEPT4_SYSCALL.
17726         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17727         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17728         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17729         [__ASSUME_ACCEPT4]: Change condition to
17730         [__ASSUME_ACCEPT4_SOCKETCALL].
17731         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17732         (__ASSUME_SOCKETCALL): Define.
17733         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17734         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17735         (__ASSUME_SOCKETCALL): Define.
17736         (__ASSUME_ACCEPT4): Remove.
17737         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17738         Define.
17739         * sysdeps/unix/sysv/linux/mips/kernel-features.h
17740         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17741         Likewise.
17742         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17743         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17745         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17746         macro.
17747         (HWCAP_ARM_LPAE): Likewise.
17748         (HWCAP_ARM_EVTSTRM): Likewise.
17749         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17750         Add vpfd32, lpae and evtstrm.
17751         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17752         Increase to 22.
17754 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
17756         * math/auto-libm-test-in: Add tests of clog10.
17757         * math/auto-libm-test-out: Regenerated.
17758         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17759         * sysdeps/i386/fpu/libm-test-ulps: Update.
17760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17762 2014-02-18  Andreas Schwab  <schwab@suse.de>
17764         [BZ #16574]
17765         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17766         Store non-zero if the second buffer was newly allocated.
17767         (send_dg): Likewise.
17768         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17769         to send_vc and send_dg.
17770         (res_nsend): Pass NULL for ansp2_malloced.
17771         * resolv/res_query.c (__libc_res_nquery): Add parameter
17772         answerp2_malloced and pass it down to __libc_res_nsend.
17773         (res_nquery): Pass additional NULL to __libc_res_nquery.
17774         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17775         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
17776         second answer buffer if answerp2_malloced was set.
17777         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17778         (__libc_res_nquerydomain): Add parameter
17779         answerp2_malloced and pass it down to __libc_res_nquery.
17780         (res_nquerydomain): Pass additional NULL to
17781         __libc_res_nquerydomain.
17782         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17783         additional NULL to __libc_res_nsend and __libc_res_nquery.
17784         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17785         additional NULL to __libc_res_nsearch.
17786         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
17787         parameter of __libc_res_nsearch to check for separately allocated
17788         second buffer.
17789         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17790         __libc_res_nquery.
17791         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17792         additional NULL to __libc_res_nquery.
17793         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17794         __libc_res_nsearch.
17795         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17796         * include/resolv.h: Update prototypes of __libc_res_nquery,
17797         __libc_res_nsearch, __libc_res_nsend.
17799 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
17801         * math/auto-libm-test-in: Add tests of fma.
17802         * math/auto-libm-test-out: Regenerated.
17803         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17804         (fma_towardzero_test_data): Likewise.
17805         (fma_downward_test_data): Likewise.
17806         (fma_upward_test_data): Likewise.
17807         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17808         mpc_mode.
17809         (rounding_modes): Add values for new field.
17810         (func_calc_method): Add value mpfr_fff_f.
17811         (func_calc_desc): Add mpfr_fff_f union field.
17812         (test_function): Add field exact_args.
17813         (FUNC): Add macro argument EXACT_ARGS.
17814         (FUNC_mpfr_f_f): Update call to FUNC.
17815         (FUNC_mpfr_f_f): Likewise.
17816         (FUNC_mpfr_ff_f): Likewise.
17817         (FUNC_mpfr_if_f): Likewise.
17818         (FUNC_mpc_c_f): Likewise.
17819         (FUNC_mpc_c_c): Likewise.
17820         (test_functions): Add fma.  Update calls to FUNC.
17821         (handle_input_arg): Add argument exact_args.
17822         (add_test): Update call to handle_input_arg.
17823         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
17824         (output_for_one_input_case): Update call to calc_generic_results.
17825         Recalculate exact zero results in each rounding mode.
17827         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17828         non-negative before setting low bit.
17829         * math/auto-libm-test-in: Mark one asin test possibly having
17830         spurious underflow.
17831         * math/auto-libm-test-out: Regenerated.
17832         * sysdeps/i386/fpu/libm-test-ulps: Update.
17833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17835 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
17837         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17838         * sysdeps/unix/sysv/linux/microblaze: Move directory from
17839         ports/sysdeps/unix/sysv/linux/microblaze.
17840         * README: Add missing listing for microblaze*-*-linux-gnu.
17842 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
17844         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17845         duplicate code
17847 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
17849         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17850         * sysdeps/unix/sysv/linux/ia64: Move directory from
17851         ports/sysdeps/unix/sysv/linux/ia64.
17852         * README: Update listing for ia64-*-linux-gnu.
17854 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
17855             Joseph Myers  <joseph@codesourcery.com>
17857         * Makeconfig (test-name): New variable.
17858         (evaluate-test): Likewise.
17859         * Makerules (do-test-clean): Remove .test-result files.
17860         (common-mostlyclean): Likewise.
17861         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17862         * scripts/evaluate-test.sh: New file.
17864 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
17866         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17867         separate $(objpfx)tst-fopenloc-cmp.out and
17868         $(objpfx)tst-fopenloc-mem.out targets.
17869         (tests): Update dependencies.
17870         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17871         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17872         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17873         (tst-rxspencer-no-utf8-ARGS): New variable.
17874         (tst-rxspencer-no-utf8-ENV): Likewise.
17875         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17876         instead of $(objpfx)tst-rxspencer-mem.
17877         ($(objpfx)tst-rxspencer-mem): Change target to
17878         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
17879         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17880         * posix/tst-rxspencer-no-utf8.c: New file.
17882         * elf/Makefile ($(objpfx)order.out): Remove rule.
17883         [$(run-built-tests) = yes] (tests): Depend on
17884         $(objpfx)order-cmp.out.
17885         ($(objpfx)order-cmp.out): New rule.
17886         [$(run-built-tests) = yes] (tests): Depend on
17887         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17888         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17889         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17890         $(objpfx)tst-array5-static-cmp.out.
17891         ($(objpfx)tst-array1.out): Remove rule.
17892         ($(objpfx)tst-array1-cmp.out): New rule.
17893         ($(objpfx)tst-array1-static.out): Remove rule.
17894         ($(objpfx)tst-array1-static-cmp.out): New rule.
17895         ($(objpfx)tst-array2.out): Remove rule.
17896         ($(objpfx)tst-array2-cmp.out): New rule.
17897         ($(objpfx)tst-array3.out): Remove rule.
17898         ($(objpfx)tst-array3-cmp.out): New rule.
17899         ($(objpfx)tst-array4.out): Remove rule.
17900         ($(objpfx)tst-array4-cmp.out): New rule.
17901         ($(objpfx)tst-array5.out): Remove rule.
17902         ($(objpfx)tst-array5-cmp.out): New rule.
17903         ($(objpfx)tst-array5-static.out): Remove rule.
17904         ($(objpfx)tst-array5-static-cmp.out): New rule.
17905         [$(run-built-tests) = yes] (tests): Depend on
17906         $(objpfx)order2-cmp.out.
17907         ($(objpfx)order2.out): Remove rule.
17908         ($(objpfx)order2-cmp.out): New rule.
17909         ($(objpfx)tst-initorder.out): Remove rule.
17910         [$(run-built-tests) = yes] (tests): Depend on
17911         $(objpfx)tst-initorder-cmp.out.
17912         ($(objpfx)tst-initorder-cmp.out): New rule.
17913         ($(objpfx)tst-initorder2.out): Remove rule.
17914         [$(run-built-tests) = yes] (tests): Depend on
17915         $(objpfx)tst-initorder2-cmp.out.
17916         ($(objpfx)tst-initorder2-cmp.out): New rule.
17917         [$(run-built-tests) = yes] (tests): Depend on
17918         $(objpfx)tst-unused-dep-cmp.out.
17919         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17920         ($(objpfx)tst-unused-dep-cmp.out): New rule.
17921         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17922         on $(objpfx)tst-setvbuf1-cmp.out.
17923         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17924         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17925         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17926         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17927         ($(objpfx)tst-svc.out): Remove rule.
17928         ($(objpfx)tst-svc-cmp.out): New rule.
17930 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
17932         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17933         * ctype/ctype.h [__USE_MISC]: Likewise.
17934         * dirent/dirent.h [__USE_MISC]: Likewise.
17935         * grp/grp.h [__USE_MISC]: Likewise.
17936         * io/fcntl.h [__USE_MISC]: Likewise.
17937         * io/sys/stat.h [__USE_MISC]: Likewise.
17938         * libio/stdio.h [__USE_MISC]: Likewise.
17939         * posix/unistd.h [__USE_MISC]: Likewise.
17940         * pwd/pwd.h [__USE_MISC]: Likewise.
17941         * stdlib.h [__USE_MISC]: Likewise.
17942         * string/bits/string2.h [__USE_MISC]: Likewise.
17943         * string/string.h [__USE_MISC]: Likewise.
17944         * time/time.h [__USE_MISC]: Likewise.
17946 2014-02-13  Andreas Schwab  <schwab@suse.de>
17948         [BZ #16574]
17949         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17950         second answer buffer if it was separately allocated.
17952 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
17954         * sysdeps/mips/math-tests.h: Include <features.h>.
17955         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17956         (ROUNDING_TESTS_long_double): Do not define.
17957         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
17958         (EXCEPTION_TESTS_long_double): Likewise.
17959         * sysdeps/mips/mips64/libm-test-ulps: Update.
17961         * include/features.h (__USE_BSD): Remove macro definitions.
17962         (__USE_SVID): Likewise.
17963         (_BSD_SOURCE): Likewise.
17964         (_SVID_SOURCE): Likewise.
17965         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
17966         from definition of _DEFAULT_SOURCE.
17967         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
17968         [_DEFAULT_SOURCE].
17969         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
17970         * bits/mman.h [__USE_BSD]: Likewise.
17971         * bits/termios.h [__USE_BSD]: Likewise.
17972         * bits/waitstatus.h [__USE_BSD]: Likewise.
17973         * ctype/ctype.h [__USE_SVID]: Likewise.
17974         * dirent/dirent.h [__USE_BSD]: Likewise.
17975         * grp/grp.h [__USE_SVID]: Likewise.
17976         [__USE_BSD]: Likewise.
17977         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
17978         * io/fcntl.h [__USE_BSD]: Likewise.
17979         * io/ftw.h [__USE_BSD]: Likewise.
17980         * io/sys/stat.h [__USE_BSD]: Likewise.
17981         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
17982         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
17983         * libio/stdio.h [__USE_SVID]: Likewise.
17984         [__USE_BSD]: Likewise.
17985         * math/math.h [__USE_SVID]: Likewise.
17986         [__USE_BSD]: Likewise.
17987         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
17988         * misc/bits/syslog.h [__USE_BSD]: Likewise.
17989         * misc/search.h [__USE_SVID]: Likewise.
17990         * misc/sys/mman.h [__USE_BSD]: Likewise.
17991         * misc/sys/syslog.h [__USE_BSD]: Likewise.
17992         * misc/sys/uio.h [__USE_BSD]: Likewise.
17993         * posix/bits/unistd.h [__USE_BSD]: Likewise.
17994         * posix/glob.h [__USE_BSD]: Likewise.
17995         * posix/regex.h [__USE_BSD]: Likewise.
17996         * posix/sys/types.h [__USE_BSD]: Likewise.
17997         [__USE_SVID]: Likewise.
17998         * posix/sys/utsname.h [__USE_SVID]: Likewise.
17999         * posix/sys/wait.h [__USE_BSD]: Likewise.
18000         [__USE_SVID]: Likewise.
18001         * posix/unistd.h [__USE_BSD]: Likewise.
18002         [__USE_SVID]: Likewise.
18003         * pwd/pwd.h [__USE_SVID]: Likewise.
18004         * resolv/netdb.h [__USE_BSD]: Likewise.
18005         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18006         * signal/signal.h [__USE_BSD]: Likewise.
18007         [__USE_SVID]: Likewise.
18008         * socket/sys/socket.h [__USE_BSD]: Likewise.
18009         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18010         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18011         [__USE_SVID]: Likewise.
18012         * string/bits/string2.h [__USE_BSD]: Likewise.
18013         [__USE_SVID]: Likewise.
18014         * string/bits/string3.h [__USE_BSD]: Likewise.
18015         * string/endian.h [__USE_BSD]: Likewise.
18016         * string/string.h [__USE_SVID]: Likewise.
18017         [__USE_BSD]: Likewise.
18018         * string/strings.h [__USE_BSD]: Likewise.
18019         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18020         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18021         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18022         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18023         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18024         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18025         Likewise.
18026         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18027         Likewise.
18028         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18029         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18030         Likewise.
18031         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18032         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18033         Likewise.
18034         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18035         Likewise.
18036         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18037         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18038         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18039         Likewise.
18040         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18041         Likewise.
18042         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18043         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18044         * termios/termios.h [__USE_BSD]: Likewise.
18045         * time/sys/time.h [__USE_BSD]: Likewise.
18046         * time/time.h [__USE_BSD]: Likewise.
18047         [__USE_SVID]: Likewise.
18049         * Makefile (subdir_targets): Remove subdir_lint.out.
18051         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18052         (do-tst-printf): Likewise.
18053         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18054         $(objpfx)tst-printf.out.
18056         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18058         * Makerules (check-abi-%): Change target to
18059         $(objpfx)check-abi-%.out.
18060         (check-abi target): Update dependencies.
18061         (check-abi-pattern variable): Redirect output of diff to $@.
18062         (check-abi variable): Likewise.
18063         * elf/Makefile (check-abi): Update dependencies.
18065         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18066         unused.
18067         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18068         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18069         subnormal range.
18070         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18071         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18072         value has largest subnormal exponent.
18073         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18074         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18075         * sysdeps/aarch64/soft-fp/sfp-machine.h
18076         (_FP_TININESS_AFTER_ROUNDING): New macro.
18077         * sysdeps/alpha/soft-fp/sfp-machine.h
18078         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18079         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18080         Likewise.
18081         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18082         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18083         * sysdeps/mips/soft-fp/sfp-machine.h
18084         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18085         * sysdeps/powerpc/soft-fp/sfp-machine.h
18086         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18087         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18088         Likewise.
18089         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18090         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18091         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18092         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18093         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18094         Likewise.
18096 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18098         [BZ #16545]
18099         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18100         model 1.
18102 2014-02-12  Richard Henderson  <rth@redhat.com>
18104         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18105         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18106         * sysdeps/unix/sysv/linux/alpha: Move directory from
18107         ports/sysdeps/unix/sysv/linux/alpha.
18108         * README: Update listing for alpha-*-linux-gnu.
18110 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18112         * include/features.h: Update comment documenting feature test
18113         macros.
18114         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18115         _DEFAULT_SOURCE.
18116         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18117         (_SVID_SOURCE): Likewise.
18118         (_DEFAULT_SOURCE): Update description of default features.
18119         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18120         with _GNU_SOURCE.
18121         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18122         (S_ISVTX): Likewise.
18123         * manual/math.texi (Mathematical Constants): Likewise.
18124         * manual/signal.texi (Interrupted Primitives): Likewise.
18125         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18126         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18127         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18128         Don't refer to _SVID_SOURCE in warning text.
18130         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18132         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18133         already defined.
18134         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18135         * sysdeps/mips/dl-lookup.c: Remove.
18136         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18138 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18140         [BZ #16447]
18141         * math/auto-libm-test-in: Add testcase for expl.
18142         * math/auto-libm-test-out: Regenerate.
18143         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18144         calculation of unsafe.
18145         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18147 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18149         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18150         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18151         ports/sysdeps/unix/sysv/linux/aarch64.
18152         * README: Update listing for aarch64*-*-linux-gnu.
18154 2014-02-11  Will Newton  <will.newton@linaro.org>
18156         * manual/probes.texi (Mathematical Function Probes): Use
18157         "triggered" instead of "hit".
18159         * manual/probes.texi (Internal Probes): Add documentation
18160         of setjmp, longjmp and longjmp_target probes.
18162         * include/stap-probe.h: Add comment about probe argument
18163         format.
18165         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18166         definition.  (tr_where, tr_freehook, tr_mallochook,
18167         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18169 2014-02-11  David S. Miller  <davem@davemloft.net>
18171         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18172         processing int_tests.
18174 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18176         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18177         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18178         * sysdeps/unix/sysv/linux/mips: Move directory from
18179         ports/sysdeps/unix/sysv/linux/mips.
18180         * README: Update listing for mips-*-linux-gnu and
18181         mips64-*-linux-gnu.
18183 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18185         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18186         * sysdeps/unix/sysv/linux/m68k: Move directory from
18187         ports/sysdeps/unix/sysv/linux/m68k.
18188         * README: Update listing for m68k-*-linux-gnu.
18190 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18192         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18193         * sysdeps/unix/sysv/linux/generic: Move directory from
18194         ports/sysdeps/unix/sysv/linux/generic.
18195         * sysdeps/unix/sysv/linux/tile: Move directory from
18196         ports/sysdeps/unix/sysv/linux/tile.
18197         * README: Update listing for tile*-*-linux-gnu.
18199 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18201         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18202         __builtin_expect.
18203         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18204         * catgets/open_catalog.c (__open_catalog): Likewise.
18205         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18206         * debug/confstr_chk.c: Likewise.
18207         * debug/fread_chk.c (__fread_chk): Likewise.
18208         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18209         * debug/getgroups_chk.c: Likewise.
18210         * debug/mbsnrtowcs_chk.c: Likewise.
18211         * debug/mbsrtowcs_chk.c: Likewise.
18212         * debug/mbstowcs_chk.c: Likewise.
18213         * debug/memcpy_chk.c: Likewise.
18214         * debug/memmove_chk.c: Likewise.
18215         * debug/mempcpy_chk.c: Likewise.
18216         * debug/memset_chk.c: Likewise.
18217         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18218         * debug/strcat_chk.c (__strcat_chk): Likewise.
18219         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18220         * debug/strncat_chk.c (__strncat_chk): Likewise.
18221         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18222         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18223         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18224         * debug/wcpncpy_chk.c: Likewise.
18225         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18226         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18227         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18228         * debug/wcsncpy_chk.c: Likewise.
18229         * debug/wcsnrtombs_chk.c: Likewise.
18230         * debug/wcsrtombs_chk.c: Likewise.
18231         * debug/wcstombs_chk.c: Likewise.
18232         * debug/wmemcpy_chk.c: Likewise.
18233         * debug/wmemmove_chk.c: Likewise.
18234         * debug/wmempcpy_chk.c: Likewise.
18235         * debug/wmemset_chk.c: Likewise.
18236         * dirent/scandirat.c (SCANDIRAT): Likewise.
18237         * dlfcn/dladdr1.c (dladdr1): Likewise.
18238         * dlfcn/dladdr.c (dladdr): Likewise.
18239         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18240         * dlfcn/dlerror.c (__dlerror): Likewise.
18241         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18242         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18243         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18244         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18245         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18246         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18247         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18248         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18249         Likewise.
18250         * elf/dl-conflict.c: Likewise.
18251         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18252         * elf/dl-dst.h: Likewise.
18253         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18254         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18255         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18256         * elf/dl-init.c (call_init, _dl_init): Likewise.
18257         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18258         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18259         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18260         Likewise.
18261         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18262         Likewise.
18263         * elf/dl-minimal.c (__libc_memalign): Likewise.
18264         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18265         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18266         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18267         * elf/dl-sym.c (do_sym): Likewise.
18268         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18269         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18270         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18271         * elf/dl-writev.h (_dl_writev): Likewise.
18272         * elf/ldconfig.c (search_dir): Likewise.
18273         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18274         (dl_main): Likewise.
18275         * elf/setup-vdso.h (setup_vdso): Likewise.
18276         * grp/compat-initgroups.c (compat_call): Likewise.
18277         * grp/fgetgrent.c (fgetgrent): Likewise.
18278         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18279         * grp/putgrent.c (putgrent): Likewise.
18280         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18281         Likewise.
18282         * hurd/hurdinit.c: Likewise.
18283         * iconvdata/8bit-gap.c (struct): Likewise.
18284         * iconvdata/ansi_x3.110.c : Likewise.
18285         * iconvdata/big5.c : Likewise.
18286         * iconvdata/big5hkscs.c : Likewise.
18287         * iconvdata/cp1255.c: Likewise.
18288         * iconvdata/cp1258.c : Likewise.
18289         * iconvdata/cp932.c : Likewise.
18290         * iconvdata/euc-cn.c: Likewise.
18291         * iconvdata/euc-jisx0213.c : Likewise.
18292         * iconvdata/euc-jp.c: Likewise.
18293         * iconvdata/euc-jp-ms.c : Likewise.
18294         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18295         * iconvdata/gb18030.c : Likewise.
18296         * iconvdata/gbbig5.c (const): Likewise.
18297         * iconvdata/gbgbk.c: Likewise.
18298         * iconvdata/gbk.c : Likewise.
18299         * iconvdata/ibm1364.c : Likewise.
18300         * iconvdata/ibm930.c : Likewise.
18301         * iconvdata/ibm932.c: Likewise.
18302         * iconvdata/ibm933.c : Likewise.
18303         * iconvdata/ibm935.c : Likewise.
18304         * iconvdata/ibm937.c : Likewise.
18305         * iconvdata/ibm939.c : Likewise.
18306         * iconvdata/ibm943.c: Likewise.
18307         * iconvdata/iso_11548-1.c: Likewise.
18308         * iconvdata/iso-2022-cn.c : Likewise.
18309         * iconvdata/iso-2022-cn-ext.c : Likewise.
18310         * iconvdata/iso-2022-jp-3.c: Likewise.
18311         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18312         * iconvdata/iso-2022-kr.c : Likewise.
18313         * iconvdata/iso646.c (gconv_end): Likewise.
18314         * iconvdata/iso_6937-2.c : Likewise.
18315         * iconvdata/iso_6937.c : Likewise.
18316         * iconvdata/iso8859-1.c: Likewise.
18317         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18318         * iconvdata/shift_jisx0213.c : Likewise.
18319         * iconvdata/sjis.c : Likewise.
18320         * iconvdata/t.61.c : Likewise.
18321         * iconvdata/tcvn5712-1.c : Likewise.
18322         * iconvdata/tscii.c: Likewise.
18323         * iconvdata/uhc.c : Likewise.
18324         * iconvdata/unicode.c (gconv_end): Likewise.
18325         * iconvdata/utf-16.c (gconv_end): Likewise.
18326         * iconvdata/utf-32.c (gconv_end): Likewise.
18327         * iconvdata/utf-7.c (base64): Likewise.
18328         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18329         * iconv/gconv_close.c (__gconv_close): Likewise.
18330         * iconv/gconv_open.c (__gconv_open): Likewise.
18331         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18332         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18333         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18334         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18335         (ucs4le_internal_loop_single): Likewise.
18336         * iconv/iconv.c (iconv): Likewise.
18337         * iconv/iconv_close.c: Likewise.
18338         * iconv/loop.c (SINGLE): Likewise.
18339         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18340         * include/atomic.h: Likewise.
18341         * inet/inet6_option.c (option_alloc): Likewise.
18342         * intl/bindtextdom.c (set_binding_values): Likewise.
18343         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18344         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18345         * intl/localealias.c (read_alias_file): Likewise.
18346         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18347         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18348         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18349         * libio/fmemopen.c (fmemopen): Likewise.
18350         * libio/iofgets.c (_IO_fgets): Likewise.
18351         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18352         * libio/iofgetws.c (fgetws): Likewise.
18353         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18354         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18355         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18356         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18357         * locale/findlocale.c (_nl_find_locale): Likewise.
18358         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18359         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18360         Likewise.
18361         * locale/setlocale.c (setlocale): Likewise.
18362         * login/programs/pt_chown.c (main): Likewise.
18363         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18364         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18365         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18366         (mmap, mmap64, mremap, munmap): Likewise.
18367         * math/e_exp2l.c: Likewise.
18368         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18369         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18370         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18371         * math/s_catan.c (__catan): Likewise.
18372         * math/s_catanf.c (__catanf): Likewise.
18373         * math/s_catanh.c (__catanh): Likewise.
18374         * math/s_catanhf.c (__catanhf): Likewise.
18375         * math/s_catanhl.c (__catanhl): Likewise.
18376         * math/s_catanl.c (__catanl): Likewise.
18377         * math/s_ccosh.c (__ccosh): Likewise.
18378         * math/s_ccoshf.c (__ccoshf): Likewise.
18379         * math/s_ccoshl.c (__ccoshl): Likewise.
18380         * math/s_cexp.c (__cexp): Likewise.
18381         * math/s_cexpf.c (__cexpf): Likewise.
18382         * math/s_cexpl.c (__cexpl): Likewise.
18383         * math/s_clog10.c (__clog10): Likewise.
18384         * math/s_clog10f.c (__clog10f): Likewise.
18385         * math/s_clog10l.c (__clog10l): Likewise.
18386         * math/s_clog.c (__clog): Likewise.
18387         * math/s_clogf.c (__clogf): Likewise.
18388         * math/s_clogl.c (__clogl): Likewise.
18389         * math/s_csin.c (__csin): Likewise.
18390         * math/s_csinf.c (__csinf): Likewise.
18391         * math/s_csinh.c (__csinh): Likewise.
18392         * math/s_csinhf.c (__csinhf): Likewise.
18393         * math/s_csinhl.c (__csinhl): Likewise.
18394         * math/s_csinl.c (__csinl): Likewise.
18395         * math/s_csqrt.c (__csqrt): Likewise.
18396         * math/s_csqrtf.c (__csqrtf): Likewise.
18397         * math/s_csqrtl.c (__csqrtl): Likewise.
18398         * math/s_ctan.c (__ctan): Likewise.
18399         * math/s_ctanf.c (__ctanf): Likewise.
18400         * math/s_ctanh.c (__ctanh): Likewise.
18401         * math/s_ctanhf.c (__ctanhf): Likewise.
18402         * math/s_ctanhl.c (__ctanhl): Likewise.
18403         * math/s_ctanl.c (__ctanl): Likewise.
18404         * math/w_pow.c: Likewise.
18405         * math/w_powf.c: Likewise.
18406         * math/w_powl.c: Likewise.
18407         * math/w_scalb.c (sysv_scalb): Likewise.
18408         * math/w_scalbf.c (sysv_scalbf): Likewise.
18409         * math/w_scalbl.c (sysv_scalbl): Likewise.
18410         * misc/error.c (error_tail): Likewise.
18411         * misc/pselect.c (__pselect): Likewise.
18412         * nis/nis_callback.c (__nis_create_callback): Likewise.
18413         * nis/nis_call.c (__nisfind_server): Likewise.
18414         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18415         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18416         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18417         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18418         * nis/nis_lookup.c (nis_lookup): Likewise.
18419         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18420         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18421         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18422         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18423         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18424         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18425         * nis/nss_compat/compat-initgroups.c (add_group)
18426         (internal_getgrent_r): Likewise.
18427         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18428         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18429         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18430         (internal_getspnam_r): Likewise.
18431         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18432         (_nss_nis_getaliasbyname_r): Likewise.
18433         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18434         (_nss_nis_getntohost_r): Likewise.
18435         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18436         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18437         (_nss_nis_getgrgid_r): Likewise.
18438         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18439         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18440         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18441         (_nss_nis_gethostbyname4_r): Likewise.
18442         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18443         (initgroups_netid): Likewise.
18444         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18445         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18446         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18447         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18448         (_nss_nis_getprotobynumber_r): Likewise.
18449         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18450         (_nss_nis_getsecretkey): Likewise.
18451         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18452         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18453         (_nss_nis_getpwuid_r): Likewise.
18454         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18455         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18456         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18457         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18458         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18459         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18460         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18461         Likewise.
18462         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18463         (_nss_nisplus_getntohost_r): Likewise.
18464         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18465         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18466         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18467         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18468         Likewise.
18469         * nis/nss_nisplus/nisplus-initgroups.c
18470         (_nss_nisplus_initgroups_dyn): Likewise.
18471         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18472         (_nss_nisplus_getnetbyaddr_r): Likewise.
18473         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18474         (_nss_nisplus_getprotobynumber_r): Likewise.
18475         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18476         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18477         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18478         Likewise.
18479         * nis/nss_nisplus/nisplus-service.c
18480         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18481         (_nss_nisplus_getservbyport_r): Likewise.
18482         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18483         (_nss_nisplus_getspnam_r): Likewise.
18484         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18485         Likewise.
18486         * nscd/aicache.c (addhstaiX): Likewise.
18487         * nscd/cache.c (cache_search, prune_cache): Likewise.
18488         * nscd/connections.c (register_traced_file, send_ro_fd)
18489         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18490         (main_loop_epoll): Likewise.
18491         * nscd/grpcache.c (addgrbyX): Likewise.
18492         * nscd/hstcache.c (addhstbyX): Likewise.
18493         * nscd/initgrcache.c (addinitgroupsX): Likewise.
18494         * nscd/mem.c (gc, mempool_alloc): Likewise.
18495         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18496         (addinnetgrX): Likewise.
18497         * nscd/nscd-client.h (__nscd_acquire_maplock)
18498         (__nscd_drop_map_ref): Likewise.
18499         * nscd/nscd_getai.c (__nscd_getai): Likewise.
18500         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18501         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18502         Likewise.
18503         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18504         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18505         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18506         (__nscd_get_map_ref): Likewise.
18507         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18508         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18509         Likewise.
18510         * nscd/pwdcache.c (addpwbyX): Likewise.
18511         * nscd/selinux.c (preserve_capabilities): Likewise.
18512         * nscd/servicescache.c (addservbyX): Likewise.
18513         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18514         * posix/fnmatch.c (fnmatch): Likewise.
18515         * posix/getopt.c (_getopt_internal_r): Likewise.
18516         * posix/glob.c (glob, glob_in_dir): Likewise.
18517         * posix/wordexp.c (exec_comm_child): Likewise.
18518         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18519         (getanswer_r, gaih_getanswer_slice): Likewise.
18520         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18521         * resolv/res_init.c: Likewise.
18522         * resolv/res_mkquery.c (res_nmkquery): Likewise.
18523         * resolv/res_query.c (__libc_res_nquery): Likewise.
18524         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18525         Likewise.
18526         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18527         * stdio-common/perror.c (perror): Likewise.
18528         * stdio-common/printf_fp.c (___printf_fp): Likewise.
18529         * stdio-common/tmpnam.c (tmpnam): Likewise.
18530         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18531         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18532         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18533         Likewise.
18534         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18535         * stdlib/putenv.c (putenv): Likewise.
18536         * stdlib/setenv.c (__add_to_environ): Likewise.
18537         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18538         * stdlib/strtol_l.c (INTERNAL): Likewise.
18539         * string/memmem.c (memmem): Likewise.
18540         * string/strerror.c (strerror): Likewise.
18541         * string/strnlen.c (__strnlen): Likewise.
18542         * string/test-memmem.c (simple_memmem): Likewise.
18543         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18544         * sunrpc/pm_getport.c (__get_socket): Likewise.
18545         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18546         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18547         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18548         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18549         Likewise.
18550         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18551         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18552         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18553         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18554         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18555         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18556         Likewise.
18557         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18558         Likewise.
18559         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18560         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18561         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18562         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18563         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18564         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18565         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18566         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18567         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18568         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18569         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18570         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18571         Likewise.
18572         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18573         Likewise.
18574         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18575         Likewise.
18576         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18577         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18578         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18579         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18580         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18581         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18582         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18583         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18584         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18585         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18586         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18587         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18588         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18589         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18590         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18591         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18592         Likewise.
18593         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18594         Likewise.
18595         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18596         Likewise.
18597         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18598         Likewise.
18599         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18600         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18601         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18602         Likewise.
18603         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18604         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18605         * sysdeps/posix/opendir.c (__opendirat): Likewise.
18606         * sysdeps/posix/sleep.c: Likewise.
18607         * sysdeps/posix/tempname.c: Likewise.
18608         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18609         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18610         Likewise.
18611         * sysdeps/powerpc/powerpc32/dl-machine.h
18612         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18613         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18614         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18615         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18616         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18617         Likewise.
18618         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18619         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18620         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18621         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18622         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18623         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18624         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18625         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18626         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18627         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18628         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18629         (elf_machine_lazy_rel): Likewise.
18630         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18631         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18632         (elf_machine_lazy_rel): Likewise.
18633         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18634         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18635         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18636         * sysdeps/unix/grantpt.c (grantpt): Likewise.
18637         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18638         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18639         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18640         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18641         Likewise.
18642         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18643         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18644         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18645         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18646         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18647         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18648         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18649         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18650         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18651         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18652         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18653         Likewise.
18654         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18655         (__posix_fallocate64_l64): Likewise.
18656         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18657         (posix_fallocate): Likewise.
18658         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18659         Likewise.
18660         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18661         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18662         (getifaddrs_internal): Likewise.
18663         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18664         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18665         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18666         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18667         * sysdeps/unix/sysv/linux/posix_fallocate64.c
18668         (__posix_fallocate64_l64): Likewise.
18669         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18670         Likewise.
18671         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18672         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18673         (__get_clockfreq): Likewise.
18674         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18675         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18676         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18677         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18678         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18679         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18680         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18681         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18682         Likewise.
18683         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18684         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18685         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18686         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18687         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18688         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18689         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18690         Likewise.
18691         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18692         (posix_fallocate): Likewise.
18693         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18694         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18695         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18696         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18697         (elf_machine_rela, elf_machine_rela_relative)
18698         (elf_machine_lazy_rel): Likewise.
18699         * time/asctime.c (asctime_internal): Likewise.
18700         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18701         * time/tzset.c (__tzset_parse_tz): Likewise.
18702         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18703         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18704         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18705         * wcsmbs/wcsmbsload.h: Likewise.
18707         [BZ #15894]
18708         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18710         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18711         (arena_get2): Remove THREAD_STATS conditionals.
18712         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18713         (__malloc_stats, int): Likewise.
18715 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
18717         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18718         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
18720         * manual/setjmp.texi: Fix typos/grammar errors.
18722         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18723         Only return early when n is <= 0.  Delete unused return statement.
18725         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18726         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18727         * debug/tst-longjmp_chk3.c: New file.
18729         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18730         (test_main): Replace code with set_fortify_handler call.
18731         * debug/test-strcpy_chk.c: Likewise.
18732         * debug/tst-chk1.c: Likewise.
18733         * debug/tst-longjmp_chk.c: Likewise.
18734         * test-skeleton.c: Include fcntl.h & paths.h
18735         (set_fortify_handler): Define.
18737         * debug/tst-longjmp_chk.c: Add header comment and include
18738         ../test-skeleton.c.
18739         (do_test): Mark static.
18740         (TEST_FUNCTION): Define.
18742         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18743         (IP_PMTUDISC_INTERFACE): Likewise.
18744         (IP_MULTICAST_IF): Likewise.
18745         (IP_MULTICAST_TTL): Likewise.
18746         (IP_MULTICAST_LOOP): Likewise.
18747         (IP_ADD_MEMBERSHIP): Likewise.
18748         (IP_DROP_MEMBERSHIP): Likewise.
18749         (IP_UNBLOCK_SOURCE): Likewise.
18750         (IP_BLOCK_SOURCE): Likewise.
18751         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18752         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18753         (IP_MSFILTER): Likewise.
18754         (MCAST_JOIN_GROUP): Likewise.
18755         (MCAST_BLOCK_SOURCE): Likewise.
18756         (MCAST_UNBLOCK_SOURCE): Likewise.
18757         (MCAST_LEAVE_GROUP): Likewise.
18758         (MCAST_JOIN_SOURCE_GROUP): Likewise.
18759         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18760         (MCAST_MSFILTER): Likewise.
18761         (IP_MULTICAST_ALL): Likewise.
18762         (IP_UNICAST_IF): Likewise.
18764         * timezone/Makefile: Delete $(have-ksh) check.
18765         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18766         * timezone/tzselect.ksh: Add +x mode bits.
18768         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18769         (ANON_INODE_FS_MAGIC): Likewise.
18770         (BDEVFS_MAGIC): Likewise.
18771         (BINFMTFS_MAGIC): Likewise.
18772         (BTRFS_TEST_MAGIC): Likewise.
18773         (CRAMFS_MAGIC_WEND): Likewise.
18774         (DEBUGFS_MAGIC): Likewise.
18775         (ECRYPTFS_SUPER_MAGIC): Likewise.
18776         (EXT3_SUPER_MAGIC): Likewise.
18777         (EXT4_SUPER_MAGIC): Likewise.
18778         (FUTEXFS_SUPER_MAGIC): Likewise.
18779         (HOSTFS_SUPER_MAGIC): Likewise.
18780         (HUGETLBFS_MAGIC): Likewise.
18781         (MINIX3_SUPER_MAGIC): Likewise.
18782         (MTD_INODE_FS_MAGIC): Likewise.
18783         (NILFS_SUPER_MAGIC): Likewise.
18784         (OPENPROM_SUPER_MAGIC): Likewise.
18785         (PIPEFS_MAGIC): Likewise.
18786         (PSTOREFS_MAGIC): Likewise.
18787         (QNX6_SUPER_MAGIC): Likewise.
18788         (RAMFS_MAGIC): Likewise.
18789         (REISERFS_SUPER_MAGIC_STRING): Likewise.
18790         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18791         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18792         (SECURITYFS_MAGIC): Likewise.
18793         (SELINUX_MAGIC): Likewise.
18794         (SMACK_MAGIC): Likewise.
18795         (SOCKFS_MAGIC): Likewise.
18796         (SQUASHFS_MAGIC): Likewise.
18797         (STACK_END_MAGIC): Likewise.
18798         (TMPFS_MAGIC): Likewise.
18799         (USBDEVICE_SUPER_MAGIC): Likewise.
18800         (V9FS_MAGIC): Likewise.
18801         (XENFS_SUPER_MAGIC): Likewise.
18802         (CRAMFS_MAGIC): Fix typo in comment.
18803         (EXT2_SUPER_MAGIC): Update comment.
18804         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18806 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
18808         * sysdeps/arm: Move directory from ports/sysdeps/arm.
18809         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18810         * sysdeps/unix/sysv/linux/arm: Move directory from
18811         ports/sysdeps/unix/sysv/linux/arm.
18812         * README: Update listing for arm-*-linux-gnueabi.
18814         * README: Remove mention of am33.
18816 2014-02-07  Roland McGrath  <roland@hack.frob.com>
18818         * bits/sigset.h (__sigemptyset): Use a statement expression rather
18819         than the comma operator, to avoid "rhs of comma has no effect"
18820         compiler warnings.
18821         (__sigfillset, __sigandset, __sigorset): Likewise.
18822         * include/signal.h (__sigemptyset): Likewise.
18823         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18825 2014-02-07  Allan McRae  <allan@archlinux.org>
18827         * version.h (RELEASE): Set to "development".
18828         (VERSION): Set to "2.19.90"
18829         * NEWS: Add 2.20 section.
18831 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
18833         [BZ #16529]
18834         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18836 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18838         * manual/contrib.texi: Update entry for Carlos O'Donell,
18839         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18841 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
18843         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18845         * sysdeps/unix/sysv/linux/kernel-features.h
18846         [__LINUX_KERNEL_VERSION >= 0x020621]
18847         (__ASSUME_PROC_PID_TASK_COMM): Define.
18849 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18851         [BZ #16398]
18852         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18853         conversion when destination buffer does not have enough space.
18854         * libio/tst-ftell-partial-wide.c: New test case.
18855         * libio/Makefile (tests): Add tst-ftell-partial-wide.
18857         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18858         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
18859         Leonard and Allan McRae.
18861 2014-02-04  David S. Miller  <davem@davemloft.net>
18863         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18864         32-bit.
18866 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18869         New file
18870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18871         New file
18872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18873         New file.
18874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18875         New file.
18876         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18877         New file.
18878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18879         New file.
18880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18881         New file.
18882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18883         New file.
18884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18885         New file.
18886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18887         New file.
18888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18889         New file.
18890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18891         New file.
18892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18893         New file.
18895 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18897         * nptl/shlib-versions: Change powerpc*le start to 2.17.
18898         * shlib-versions: Likewise.
18900 2014-02-04  Roland McGrath  <roland@hack.frob.com>
18901             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18903         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18904         (abilist-pattern): New variable, set to %-le.abilist.
18906         * Makerules (abilist-pattern): New variable.
18907         (vpath): Use $(abilist-pattern) in place of %.abilist.
18908         (check-abi-% pattern rule): Likewise.
18909         (check-abi, update-abi): Likewise.
18911 2014-02-04  Eric Wong  <normalperson@yhbt.net>
18913         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18915 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
18917         * manual/startup.texi: Add next, previous, and top entries for
18918         the `Program Arguments' and `Environment Variables' nodes.
18920 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
18922         * manual/macros.texi: Add comments before MTASC-safety macros.
18924         * manual/users.texi: Document MTASC-safety properties.
18926         * manual/threads.texi (pthread_key_create, pthread_key_delete)
18927         (pthread_getspecific, pthread_setspecific): Format with
18928         @deftypefun, and add @safety note.
18929         * manual/signal.texi: Move comments that analyze the above
18930         functions to their home place.
18932 2014-02-03  Allan McRae  <allan@archlinux.org>
18934         * po/sl.po: Update Slovenian translation from translation project.
18936 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
18938         * manual/time.texi (timegm): Add missing blank after @c.
18939         Reported by Joseph Myers <joseph@codesourcery.com>.
18941 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
18943         * manual/check-safety.sh: New.
18944         * manual/Makefile ($(objpfx)stamp-summary): Run it.
18946         * manual/terminal.texi: Document MTASC-safety properties.
18948         * manual/filesys.texi: Document MTASC-safety properties.
18950         * manual/errno.texi: Document MTASC-safety properties.
18952         * manual/intro.texi: Document safety identifiers and
18953         conditionals.
18955         * manual/string.texi (wcstok): Fix prototype.
18956         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
18958         * manual/time.texi: Document MTASC-safety properties.
18960         * manual/string.texi: Document MTASC-safety properties.
18962         * manual/threads.texi: Document MTASC-safety properties.
18964         * manual/stdio.texi: Document MTASC-safety properties.
18966         * manual/syslog.texi: Document MTASC-safety properties.
18968         * manual/sysinfo.texi: Document MTASC-safety properties.
18970         * manual/startup.texi: Document MTASC-safety properties.
18972         * manual/socket.texi: Document MTASC-safety properties.
18974         * manual/signal.texi: Document MTASC-safety properties.
18976 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
18978         * manual/setjmp.texi: Document MTASC-safety properties.
18980         * manual/search.texi: Document MTASC-safety properties.
18982         * manual/resource.texi: Document MTASC-safety properties.
18984         * manual/process.texi: Document MTASC-safety properties.
18986         * manual/platform.texi: Document MTASC-safety properties.
18988         * manual/pipe.texi: Document MTASC-safety properties.
18990         * manual/pattern.texi: Document MTASC-safety properties.
18992         * manual/message.texi: Document MTASC-safety properties.
18994         [BZ #12751]
18995         * manual/memory.texi: Document MTASC-safety properties.
18997         * manual/math.texi: Document MTASC-safety properties.
18999         * manual/locale.texi: Document MTASC-safety properties.
19001         * manual/llio.texi: Document MTASC-safety properties.
19003         * manual/libdl.texi: New.
19005         * manual/lang.texi: Document MTASC-safety properties.
19007         * manual/job.texi: Document MTASC-safety properties.
19009         * manual/getopt.texi: Document MTASC-safety properties.
19011         * manual/ctype.texi: Document MTASC-safety properties.
19013 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19015         [BZ #16046]
19016         * csu/libc-tls.c (static_map): Remove variable.
19017         (__libc_setup_tls): Use main executable's link map for TLS data.
19018         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19019         casing for LM_ID_BASE and GL(dl_nns).
19020         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19021         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19022         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19023         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19024         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19025         member.
19026         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19027         l_phnum members.
19029 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19031         * manual/debug.texi: Document MTASC-safety properties.
19033 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19035         [BZ #16510]
19036         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19037         of __x86_64__ when disabling x87 inline functions.
19039 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19041         * manual/charset.texi: Document MTASC-safety properties.
19043         * manual/crypt.texi: Document MTASC-safety properties.
19045         * manual/conf.texi: Document MTASC-safety properties.
19047         * manual/arith.texi: Document MTASC-safety properties.
19049         * manual/argp.texi: Document MTASC-safety properties.
19051         * manual/macros.texi: Introduce macros to document multi
19052         thread, asynchronous signal and asynchronous cancellation
19053         safety properties.
19054         * manual/intro.texi: Introduce the properties themselves.
19056 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19058         * sysdeps/sh/sh4/Makefile: New file.
19060 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19062         * math/gen-libm-test.pl ($srcdir): New variable.
19063         ($auto_input): Use it.
19065 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19067         [BZ #16506]
19068         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19069         access beyond array bounds when parsing netgroups file.
19071         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19072         the old buffer before realloc.
19074 2014-01-27  Allan McRae  <allan@archlinux.org>
19076         * po/fr.po: Update French translation from translation project.
19078 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19080         * sysdeps/sh/libm-test-ulps: Regenerate.
19082 2014-01-24  David S. Miller  <davem@davemloft.net>
19084         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19086 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19088         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19089         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19091 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19093         [BZ #16474]
19094         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19095         string pointers after reallocation.
19097 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19099         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19100         __SH4A__ instead of __SH_FPU_ANY__.
19102 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19104         * sysdeps/sh/fpu_control.h: New file.
19105         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19106         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19107         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19108         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19109         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19110         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19111         * sysdeps/sh/sys/ucontext.h: Remove.
19112         * sysdeps/sh/sys: Remove directory.
19114 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19116         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19117         s390/sys/ucontext.h.
19118         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19119         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19121 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19123         [BZ #15605]
19124         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19126 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19128         [BZ#16431]
19129         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19130         Adjust the vDSO correctly for internal calls.
19131         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19133 2014-01-20  Allan McRae  <allan@archlinux.org>
19135         * po/ca.po: Update Catalan translation from translation project.
19137 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19139         * sysdeps/s390/sotruss-lib.c: New file.
19141 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19143         [BZ#16430]
19144         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19145         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19146         local calls issues by not having a PLT stub required for IFUNC calls.
19147         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19149 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19151         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19152         * math/test-fpucw-static.c: Likewise.
19154 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19156         [BZ #16453]
19157         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19159 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19161         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19162         implementation for powerpc.
19164 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19166         [BZ #14782]
19167         * sysdeps/posix/system.c (__libc_system): Do not enable
19168         asynchronous cancellation.
19170 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19172         [BZ #16427]
19173         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19174         handling only for numbers special also in the IEEE case.
19176 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19178         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19180 2014-01-11  Allan McRae  <allan@archlinux.org>
19182         * po/bg.po: Update Bulgarian translation from translation project.
19184         * po/de.po: Update German translation from translation project.
19186 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19188         * sysdeps/generic/gcc-compat.h: New file.
19190 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19192         * benchtests/asin-inputs: Correct slow inputs.
19193         * benchtests/acos-inputs: Likewise.
19195 2014-01-10  Allan McRae  <allan@archlinux.org>
19197         * po:sv.po: Update Swedish translation from translation project.
19199         * po/vi.po: Update Vietnamese translation from translation project.
19201         * po/eo.po: Update Esperanto translation from translation project.
19203         * po/cs.po: Update Czech translation from translation project.
19205         * po/nl.po: Update Dutch translation from translation project.
19207         * po/pl.po: Update Polish translation from translation project.
19209         * po/ru.po: Update Russian translation from translation project.
19211         * po/uk.po: Update Ukrainian translation from translation project.
19213 2014-01-08  Brooks Moses  <bmoses@google.com>
19215         * elf/dl-load.c: Fix comment typo.
19217 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19219         * po/header.pot: Rename to...
19220         * po/pot.header: ... this.
19221         * po/Makefile: Use pot.header.
19223 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19224             Maxim Kuvyrkov  <maxim@kugelworks.com>
19226         [BZ #16394]
19227         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19228         SRC and DEST against LEN.
19230 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19232         [BZ #16414]
19233         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19234         implementation.
19235         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19237 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19241 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19243         [BZ #16408]
19244         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19245         for large positive arguments.
19247 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19249         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19251         * math/auto-libm-test-in: Mark various tests with
19252         xfail-rounding:ldbl-128ibm.
19253         * math/auto-libm-test-out: Regenerated.
19255         [BZ #16407]
19256         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19257         Increase overflow threshold.
19259 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19261         [BZ #14286]
19262         * stdio-common/vfprintf.c: Check for integer overflow.
19264 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19266         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19267         the first argument and return value of __tls_get_addr_internal.
19269 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19271         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19272         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19274 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19276         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19277         * sysdeps/s390/rtld-global-offsets.sym: New file.
19278         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19279         GLIBC_2.19 symbol.
19280         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19281         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19282         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19283         ... this.
19284         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19285         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19286         ... this.
19287         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19288         Regenerate.
19289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19290         Regenerate.
19291         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19292         halfs of GPRs for high_gprs contexts.
19293         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19294         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19295         field.
19296         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19297         uc_flags field.
19298         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19299         64 bit versions:
19300         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19301         for high GPRs (uc_high_gprs) and for future extensions
19302         (__reserved).
19303         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19304         for future extensions (__reserved).
19305         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19306         64 bit versions:
19307         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19308         SC_HIGHGPRS offset definition.
19309         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19310         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19312         * Versions.def: Add GLIBC_2.19 for libpthread.
19313         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19314         siglongjmp for libpthread with GLIBC_2.19 symver.
19315         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19316         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19317         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19318         * sysdeps/s390/__longjmp.c: New file.
19319         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19320         * sysdeps/s390/longjmp.c: New file.
19321         * sysdeps/s390/setjmp.S: New file.
19322         * sysdeps/s390/sigjmp.S: New file.
19323         * sysdeps/s390/v1-longjmp.c: New file.
19324         * sysdeps/s390/v1-setjmp.h: New file.
19325         * sysdeps/s390/v1-sigjmp.c: New file.
19326         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19327         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19328         GLIBC_2.19 version.
19329         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19330         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19331         versioned symbols for ____longjmp_chk.
19332         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19333         Likewise.
19334         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19335         Regenerate.
19336         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19337         Regenerate.
19338         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19339         Regenerate.
19340         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19341         Regenerate.
19342         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19343         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19344         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19345         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19346         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19347         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19348         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19349         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19350         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19351         * sysdeps/s390/rtld-__longjmp.c: New file.
19352         * sysdeps/s390/rtld-setjmp.S: New file.
19354 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19356         [BZ #16400]
19357         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19358         Return -__logl (x) for small positive arguments without evaluating
19359         a polynomial.
19361 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19363         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19364         Rename to ...
19365         (__ptrace_peeksiginfo_args): ... this.
19366         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19367         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19368         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19370 2014-01-06  Allan McRae  <allan@archlinux.org>
19372         * inet/netinet/in.h: Fix typo in comment.
19374 2014-01-05  Andreas Jaeger  <aj@suse.de>
19376         * sysdeps/i386/fpu/libm-test-ulps: Update.
19378 2014-01-05  Allan McRae  <allan@archlinux.org>
19380         * po/libc.pot: Regenerated.
19382         * malloc/memusagestat.c: Fix gettext call formatting.
19384 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19386         * nscd/nscd.c: Improve usage() output.
19388 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19390         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19391         * sysdeps/unix/sysv/linux/configure: Regenerated.
19392         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19393         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19395 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19397         [BZ #16390]
19398         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19399         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19401 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19403         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19404         extra tokens at end of #undef directive.
19405         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19406         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19407         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19409 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19411         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19413         * math/auto-libm-test-in: Mark various tests with
19414         xfail-rounding:ldbl-128ibm.
19415         * math/auto-libm-test-out: Regenerated.
19417 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19419         [BZ #16386]
19420         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19421         numbers with subnormal high part when calculating exponent.
19423         [BZ #16385]
19424         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19425         fabs.
19427         [BZ #16384]
19428         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19429         M_LN2l.
19430         (__ieee754_acoshl): Use __log1pl not __log1p.
19432 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19434         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19435         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19436         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19437         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19438         (reused_arena, arena_get2): Convert to GNU style.
19439         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19440         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19441         (memalign_check, __malloc_set_state): Likewise.
19442         * malloc/mallocbug.c (main): Likewise.
19443         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19444         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19445         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19446         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19447         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19448         (__posix_memalign, malloc_info): Likewise.
19449         * malloc/malloc.h: Likewise.
19450         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19451         (mallochook, memalignhook, reallochook, mabort): Likewise.
19452         * malloc/mcheck.h: Likewise.
19453         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19454         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19455         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19456         * malloc/morecore.c (__default_morecore): Likewise.
19457         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19458         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19459         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19460         (print_and_abort): Likewise.
19461         * malloc/obstack.h: Likewise.
19462         * malloc/set-freeres.c (__libc_freeres): Likewise.
19463         * malloc/tst-mallocstate.c (main): Likewise.
19464         * malloc/tst-mtrace.c (main): Likewise.
19465         * malloc/tst-realloc.c (do_test): Likewise.
19467 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
19469         [BZ #16366]
19470         * nscd/netgroupcache.c (do_notfound): New function.
19471         (addgetnetgrentX): Use it.
19473         [BZ # 16365]
19474         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19475         NSS_STATUS_NOTFOUND.
19477 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
19479         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19482 2014-01-01  Allan McRae  <allan@archlinux.org>
19484         * scripts/update-copyrights: Update configure input file suffix.
19486         * NEWS: Update copyright year.
19487         * catgets/gencat.c: Likewise.
19488         * csu/version.c: Likewise.
19489         * debug/catchsegv.sh: Likewise.
19490         * debug/pcprofiledump.c: Likewise.
19491         * debug/xtrace.sh: Likewise.
19492         * elf/ldconfig.c: Likewise.
19493         * elf/ldd.bash.in: Likewise.
19494         * elf/pldd.c: Likewise.
19495         * elf/sotruss.ksh: Likewise.
19496         * elf/sprof.c: Likewise.
19497         * iconv/iconv_prog.c: Likewise.
19498         * iconv/iconvconfig.c: Likewise.
19499         * locale/programs/locale.c: Likewise.
19500         * locale/programs/localedef.c: Likewise.
19501         * login/programs/pt_chown.c: Likewise.
19502         * malloc/memusage.sh: Likewise.
19503         * malloc/memusagestat.c: Likewise.
19504         * malloc/mtrace.pl: Likewise.
19505         * manual/libc.texinfo: Likewise.
19506         * nscd/nscd.c: Likewise.
19507         * nss/getent.c: Likewise.
19508         * nss/makedb.c: Likewise.
19509         * posix/getconf.c: Likewise.
19510         * scripts/test-installation.pl: Likewise.
19512         * All files with FSF copyright notices: Update copyright dates
19513         using scripts/update-copyrights.
19514         * intl/plural.c: Regenerated.
19515         * locale/programs/charmap-kw.h: Likewise.
19516         * locale/programs/locfile-kw.h: Likewise.
19518 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
19520         * sysdeps/unix/sysv/linux/configure: Regenerated.
19521         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19522         the linux/fanotify.h header.
19523         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19524         HAVE_LINUX_FANOTIFY_H is defined.
19526 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
19528         * benchtests/cos-inputs: New inputs.
19529         * benchtests/sin-inputs: Likewise.
19531         * benchtests/atan-inputs: New inputs. Fix name of multiple
19532         precision fallback inputs.
19534         * benchtests/atanh-inputs: New inputs.
19535         * benchtests/tanh-inputs: Likewise.
19537         * benchtests/acosh-inputs: New inputs.
19538         * benchtests/asinh-inputs: Likewise.
19540         * benchtests/cosh-inputs: New inputs.
19541         * benchtests/sinh-inputs: Likewise.
19543         * benchtests/acos-inputs: Add more inputs.
19544         * benchtests/asin-inputs: Likewise.
19546 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
19548         [BZ #16375]
19549         * manual/arith.texi: Fix spelling.
19550         * manual/charset.texi: Likewise.
19551         * manual/errno.texi: Likewise.
19552         * manual/filesys.texi: Likewise.
19553         * manual/lang.texi: Likewise.
19554         * manual/llio.texi: Likewise.
19555         * manual/locale.texi: Likewise.
19556         * manual/message.texi: Likewise.
19557         * manual/resource.texi: Likewise.
19558         * manual/search.texi: Likewise.
19559         * manual/setjmp.texi: Likewise.
19560         * manual/stdio.texi: Likewise.
19561         * manual/string.texi: Likewise.
19562         * manual/sysinfo.texi: Likewise.
19563         * manual/time.texi: Likewise.
19565 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
19567         * po/sl.po: New file.
19569 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
19571         * .gitignore: Add core/.gdbinit/.gdb_history.
19573 2013-12-27  Allan McRae  <allan@archlinux.org>
19575         [BZ #16369]
19576         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19577         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19579 2013-12-24  Brooks Moses  <bmoses@google.com>
19581         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19582         all compilers that claim C++98 compliance, not just GCC.
19583         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19584         Likewise.
19586 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19588         * NEWS: Restore accidentally deleted bug-fix entries.
19590 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
19591             Ondřej Bílka  <neleai@seznam.cz>
19593         [BZ #15073]
19594         * malloc/malloc.c (_int_free): Perform sanity check only if we
19595         have_lock.
19597 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
19599         [BZ #12986]
19600         * manual/stdio.texi (String Input Conversions): Clarify that character
19601         classes are not supported.
19603 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19605         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19607 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
19609         [BZ #16337]
19610         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19611         Calculate results for small negative arguments directly rather
19612         than using reflection formula with special underflow handling.
19614         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19615         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19616         sysdeps/unix/bsd/bsd4.4/syscalls.list.
19617         (fchflags): Likewise.
19618         (revoke): Likewise.
19619         (setlogin): Likewise.
19620         (sigaltstack): Likewise.
19621         (wait4): Likewise.
19622         (sigblock): Remove.
19623         (sigsetmask): Likewise.
19624         (wait3): Likewise.
19625         (waitpid): Likewise.
19626         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19627         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19628         file.
19629         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19630         * sysdeps/unix/bsd/Makefile: ... here.
19631         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19632         * sysdeps/unix/bsd/Versions: ... here.
19633         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19634         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19635         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19636         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19637         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19638         * sysdeps/unix/bsd/sigblock.c: ... here.
19639         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19640         * sysdeps/unix/bsd/sigsetmask.c: ... here.
19641         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19642         * sysdeps/unix/bsd/sigvec.c: ... here.
19643         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19644         * sysdeps/unix/bsd/tcdrain.c: ... here.
19645         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19646         * sysdeps/unix/bsd/tcgetattr.c: ... here.
19647         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19648         * sysdeps/unix/bsd/tcsetattr.c: ... here.
19649         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19650         * sysdeps/unix/bsd/wait.c: ... here.
19651         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19652         * sysdeps/unix/bsd/wait3.c: ... here.
19653         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19654         * sysdeps/unix/bsd/waitpid.c: ... here.
19656 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
19658         [BZ #16356]
19659         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19660         round-to-nearest for [!USE_AS_EXPM1L].
19661         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19662         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
19663         more tests of exp and exp10.  Expect some exp10 tests to miss
19664         exceptions or fail in directed rounding modes.
19665         * math/auto-libm-test-out: Regenerated.
19666         * math/libm-test.inc (exp10_tonearest_test_data): New array.
19667         (exp10_test_tonearest): New function.
19668         (exp10_towardzero_test_data): New array.
19669         (exp10_test_towardzero): New function.
19670         (exp10_downward_test_data): New array.
19671         (exp10_test_downward): New function.
19672         (exp10_upward_test_data): New array.
19673         (exp10_test_upward): New function.
19674         (main): Call the new functions.
19675         * sysdeps/i386/fpu/libm-test-ulps: Update.
19676         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19678 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
19680         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19681         asinh, atan, atan2, atanh, cbrt, cos and cosh.
19682         * math/auto-libm-test-out: Regenerated.
19683         * math/libm-test.inc (acosh_test_data): Add more tests.
19684         (atanh_test_data): Likewise.
19685         (ceil_test_data): Likewise.
19686         (copysign_test_data): Likewise.
19687         * sysdeps/i386/fpu/libm-test-ulps: Update.
19688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19690         * timezone/checktab.awk: Update from tzcode 2013i.
19691         * timezone/private.h: Likewise.
19692         * timezone/scheck.c: Likewise.
19693         * timezone/tzfile.h: Likewise.
19694         * timezone/tzselect.ksh: Likewise.
19695         * timezone/zdump.c: Likewise.
19696         * timezone/zic.c: Likewise.
19698         * math/auto-libm-test-in: Add tests of cpow.
19699         * math/auto-libm-test-out: Regenerated.
19700         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19701         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19702         mpc_cc_c.
19703         (func_calc_desc): Add mpc_cc_c union field.
19704         (test_functions): Add cpow.
19705         (special_fill_2pi): New function.
19706         (special_real_inputs): Add 2pi.
19707         (calc_generic_results): Handle mpc_cc_c.
19708         * sysdeps/i386/fpu/libm-test-ulps: Update.
19709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19711         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19712         csqrt, ctan and ctanh.
19713         * math/auto-libm-test-out: Regenerated.
19714         * math/libm-test.inc (TEST_COND_x86_64): New macro.
19715         (TEST_COND_x86): Likewise.
19716         (ccos_test_data): Use AUTO_TESTS_c_c.
19717         (ccosh_test_data): Likewise.
19718         (cexp_test_data): Likewise.
19719         (clog_test_data): Likewise.
19720         (csqrt_test_data): Likewise.
19721         (ctan_test_data): Likewise.
19722         (ctan_tonearest_test_data): Likewise.
19723         (ctan_towardzero_test_data): Likewise.
19724         (ctan_downward_test_data): Likewise.
19725         (ctan_upward_test_data): Likewise.
19726         (ctanh_test_data): Likewise.
19727         (ctanh_tonearest_test_data): Likewise.
19728         (ctanh_towardzero_test_data): Likewise.
19729         (ctanh_downward_test_data): Likewise.
19730         (ctanh_upward_test_data): Likewise.
19731         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19732         mpc_c_c.
19733         (func_calc_desc): Add mpc_c_c union field.
19734         (FUNC_mpc_c_c): New macro.
19735         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19736         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19737         ctanh.
19738         (special_fill_min_subnorm_p120): New function.
19739         (special_real_inputs): Add min_subnorm_p120.
19740         (calc_generic_results): Handle mpc_c_c.
19741         * sysdeps/i386/fpu/libm-test-ulps: Update.
19742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19744 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19746         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19747         (do_sin_slow): New functions.
19748         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19749         (cslow2, csloww1, csloww2): Use the new functions.
19751         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19752         Use M to change sign of result instead of X.  Assume X is
19753         positive.
19754         (csloww1): Likewise.
19755         (__sin): Adjust.
19756         (__cos): Adjust.
19758         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19759         arguments A and DA.
19760         (__sin): Adjust.
19761         (__cos): Likewise.
19763         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19764         (__cos): Likewise.
19765         (sloww1): Don't adjust sign of DX.
19766         (csloww1): Likewise.
19767         (sloww2): Use X directly and don't adjust sign of DX.
19768         (csloww2): Likewise.
19770 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19772         * math/auto-libm-test-in: Add tests of cabs and carg.
19773         * math/auto-libm-test-out: Regenerated.
19774         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19775         (carg_test_data): Likewise.
19776         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19777         mpc_c_f.
19778         (func_calc_desc): Add mpc_c_f union field.
19779         (test_functions): Add cabs and carg.
19780         (calc_generic_results): Handle mpc_c_f.
19782         * sysdeps/powerpc/powerpc32/libgcc-compat.S
19783         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19784         as a macro and a compat symbol.
19785         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19786         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19787         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19788         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19789         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19790         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19791         not use .hidden.
19792         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19793         Likewise.
19794         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19795         Likewise.
19796         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19797         Likewise.
19798         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19799         Likewise.
19800         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19801         Likewise.
19802         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19803         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19804         from GLIBC_2.3.2.
19806 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19808         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19810 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19812         * manual/texinfo.tex: Update to version 2013-11-26.10 with
19813         trailing whitespace removed.
19814         * scripts/config.guess: Update to version 2013-11-29.
19815         * scripts/config.sub: Update to version 2013-10-01.
19817         * math/auto-libm-test-in: Add tests of sincos.
19818         * math/auto-libm-test-out: Regenerated.
19819         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19820         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19821         mpfr_f_11.
19822         (func_calc_desc): Add mpfr_f_11 union field.
19823         (test_functions): Add sincos.
19824         (calc_generic_results): Handle mpfr_f_11.
19825         * sysdeps/i386/fpu/libm-test-ulps: Update.
19826         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19828 2013-12-19  Andreas Schwab  <schwab@suse.de>
19830         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19831         CALL_MCOUNT.
19832         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19833         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19834         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19836 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
19838         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19839         * sysdeps/i386/fpu/libm-test-ulps: Update.
19840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19842         [BZ #16293]
19843         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19844         round-to-nearest mode when using frndint.
19845         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19846         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19847         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19848         Likewise.
19849         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
19850         sinh test to fail.
19851         * math/auto-libm-test-out: Regenerated.
19852         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19853         (TEST_COND_x86): Likewise.
19854         (expm1_tonearest_test_data): New array.
19855         (expm1_test_tonearest): New function.
19856         (expm1_towardzero_test_data): New array.
19857         (expm1_test_towardzero): New function.
19858         (expm1_downward_test_data): New array.
19859         (expm1_test_downward): New function.
19860         (expm1_upward_test_data): New array.
19861         (expm1_test_upward): New function.
19862         (main): Run the new test functions.
19863         * sysdeps/i386/fpu/libm-test-ulps: Update.
19864         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19866         * include/features.h: Update comment documenting feature test
19867         macros.  Mention _DEFAULT_SOURCE in comment.
19868         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19869         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19870         _BSD_SOURCE and _SVID_SOURCE.
19871         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19872         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19873         !_SVID_SOURCE]: Likewise.
19874         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19875         (__USE_POSIX_IMPLICITLY): Define.
19876         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19877         (_POSIX_SOURCE): Undefine and redefine.
19878         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19879         (_POSIX_C_SOURCE): Likewise.
19880         * manual/creature.texi (_DEFAULT_SOURCE): Document.
19881         (Feature Test Macros): Update documentation of default features.
19883 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19885         * benchtests/Makefile: Add bench-strtok.
19886         * benchtests/bench-strtok.c: New file: strtok benchtest.
19888 2013-12-19  Allan McRae  <allan@archlinux.org>
19890         * manual/install.texi: Suppress menu for plain text output.
19891         * INSTALL: Regenerated.
19893 2013-12-18  Brooks Moses  <bmoses@google.com>
19895         [BZ #15846]
19896         * misc/getauxval.c: Include errno.h.
19897         (__getauxval): Set errno to ENOENT if the requested type is not
19898         found.
19899         * misc/sys/auxv.h (getauxval): Document that it may set errno;
19900         don't declare with __attribute_const__.
19901         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19902         * manual/startup.texi: Document that getauxval sets errno.
19904 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19906         * math/auto-libm-test-in: Add tests of jn and yn.
19907         * math/auto-libm-test-out: Regenerated.
19908         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19909         (yn_test_data): Likewise.
19910         * math/gen-auto-libm-tests.c (func_calc_method): Add value
19911         mpfr_if_f.
19912         (func_calc_desc): Add mpfr_if_f union field.
19913         (FUNC_mpfr_if_f): New macro.
19914         (test_functions): Add jn and yn.
19915         (calc_generic_results): Assert type of second input for
19916         mpfr_ff_f.  Handle mpfr_if_f.
19917         (output_for_one_input_case): Disable all checking for arguments
19918         fitting floating-point types in case of an integer argument.
19919         * sysdeps/i386/fpu/libm-test-ulps: Update.
19920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19923         Don't expect fegetround reference in libm.so.
19925 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19927         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19928         $(config-cflags-nofma).
19930 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
19932         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19933         * math/auto-libm-test-out: Regenerated.
19935         [BZ #16338]
19936         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19937         to determine exponent and adjust argument to have exponent of -1.
19938         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19939         log2.
19940         * math/auto-libm-test-out: Regenerated.
19941         * sysdeps/i386/fpu/libm-test-ulps: Update.
19942         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19944 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
19946         * manual/probes.texi: Remove cases when per-thread arenas are
19947         disabled.
19949 2013-12-18  Andreas Schwab  <schwab@suse.de>
19951         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19952         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
19953         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
19954         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
19955         * sysdeps/i386/i686/multiarch/Makefile: Update.
19956         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
19958 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19960         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
19961         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
19963 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
19965         [BZ #15968]
19966         Support TZ transition times < 00:00:00.
19967         This is needed for version-3 tz-format files; it supports time
19968         stamps past 2037 for America/Godthab (the only entry in the tz
19969         database for which this change is relevant).
19970         * manual/time.texi (TZ Variable): Document transition times
19971         from -167:59:59 through -00:00:01.
19972         * time/tzset.c (tz_rule): Time of day is now signed.
19973         (__tzset_parse_tz): Parse negative time of day.
19975         Document TZ transition times >= 25:00:00.
19976         * manual/time.texi (TZ Variable): Document transition times from
19977         25:00:00 through 167:59:59.  These are already supported, and this
19978         support will help with version-3 tz-format files.
19980         * manual/time.texi (TZ Variable): Modernize North America example
19981         to reflect current (i.e., 2007-and-later) daylight saving rules.
19983         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
19985 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
19987         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
19988         * sysdeps/unix/bsd/bits/stat.h: Likewise.
19989         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
19990         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
19991         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
19992         * sysdeps/unix/bsd/bsdstat.h: Likewise.
19993         * sysdeps/unix/bsd/clock.c: Likewise.
19994         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
19995         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
19996         * sysdeps/unix/bsd/init-posix.c: Likewise.
19997         * sysdeps/unix/bsd/poll.c: Likewise.
19998         * sysdeps/unix/bsd/ptsname.c: Likewise.
19999         * sysdeps/unix/bsd/seekdir.c: Likewise.
20000         * sysdeps/unix/bsd/setegid.c: Likewise.
20001         * sysdeps/unix/bsd/seteuid.c: Likewise.
20002         * sysdeps/unix/bsd/setgid.c: Likewise.
20003         * sysdeps/unix/bsd/setrgid.c: Likewise.
20004         * sysdeps/unix/bsd/setruid.c: Likewise.
20005         * sysdeps/unix/bsd/setsid.c: Likewise.
20006         * sysdeps/unix/bsd/setuid.c: Likewise.
20007         * sysdeps/unix/bsd/sigaction.c: Likewise.
20008         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20009         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20010         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20011         * sysdeps/unix/bsd/telldir.c: Likewise.
20012         * sysdeps/unix/bsd/times.c: Likewise.
20013         * sysdeps/unix/bsd/usleep.c: Likewise.
20015         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20016         ($(objpfx)libbsd-compat.a): Remove rule.
20018         * include/features.h (__FAVOR_BSD): Do not define.
20019         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20020         features conflicting with POSIX.
20021         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20022         (_BSD_SOURCE): Remove description of not being a subset of other
20023         feature test macros.
20024         * manual/job.texi (getpgrp): Do not document BSD version.
20025         (getpgid): Do not document by reference to BSD getpgrp.
20026         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20027         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20028         * signal/signal.h [__FAVOR_BSD]: Likewise.
20029         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20030         instead of making contents conditional on [__FAVOR_BSD].
20031         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20033 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20035         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20037 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20039         [BZ #16314]
20040         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20041         values below 2**-450, not 2**-500.
20042         * math/auto-libm-test-in: Don't allow spurious underflow from
20043         hypot.
20044         * math/auto-libm-test-out: Regenerated.
20046         [BZ #16316]
20047         [BZ #16330]
20048         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20049         values of ha and hb and sort them after adjusting subnormal
20050         arguments.
20051         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20052         Likewise.
20053         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20054         values of ea and eb and sort them after adjusting subnormal
20055         arguments.
20056         * math/auto-libm-test-in: Do not expect some hypot tests of
20057         subnormals to fail.  Add more hypot tests.
20058         * math/auto-libm-test-out: Regenerated.
20060 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20062         [BZ #13304]
20063         * sysdeps/sh/s_fma.c: New file.
20064         * sysdeps/sh/s_fmaf.c: New file.
20065         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20066         version.
20067         * sysdeps/sh/Implies: Add sh/soft-fp.
20069 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20071         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20072         level of indirection to members `objname', `errstring', `malloced'.
20073         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20074         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20075         it as the __longjmp argument (just pass 1 instead).
20076         (_dl_catch_error): Initialize C with argument pointers and address of
20077         volatile local ERRCODE rather than copying values out of C at return.
20079 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20081         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20082         * math/auto-libm-test-out: Regenerated.
20083         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20084         (hypot_test_data): Likewise.
20085         (pow_test_data): Likewise.
20086         (pow_tonearest_test_data): Likewise.
20087         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20088         mpfr_ff_f.
20089         (func_calc_desc): Add mpfr_ff_f union field.
20090         (FUNC_mpfr_ff_f): New macro.
20091         (test_functions): Add atan2, hypot and pow.
20092         (special_fill_min): New function.
20093         (special_fill_minus_min): Likewise.
20094         (special_fill_min_subnorm): Likewise.
20095         (special_fill_minus_min_subnorm): Likewise.
20096         (special_real_inputs): Add min, -min, min_subnorm and
20097         -min_subnorm.
20098         (calc_generic_results): Handle mpfr_ff_f.
20099         * sysdeps/i386/fpu/libm-test-ulps: Update.
20100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20102 2013-12-16  Will Newton  <will.newton@linaro.org>
20104         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20105         (Aligned Memory Blocks): Add documentation for aligned_alloc
20106         and suggest it as an alternative to posix_memalign.
20107         (Hooks for Malloc): Document __memalign_hook is also called
20108         for aligned_alloc.  (Summary of Malloc): Add summary for
20109         aligned alloc.  Document __memalign_hook is also called
20110         for aligned_alloc.
20112 2013-12-16  Will Newton  <will.newton@linaro.org>
20114         * manual/memory.texi (Malloc Examples): Clarify default
20115         alignment documentation.  Suggest posix_memalign rather
20116         than memalign or valloc.
20117         (Aligned Memory Blocks): Remove suggestion to use memalign
20118         or valloc.  Remove obsolete comment about BSD.
20119         Document memalign errno values and mark the function obsolete.
20120         Document posix_memalign returned error codes.  Mark valloc
20121         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20122         called for posix_memalign and valloc.
20123         (Summary of Malloc): Add posix_memalign to function summary.
20124         __memalign_hook is also called for posix_memalign and valloc.
20126 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20128         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20129         TAYLOR_SIN.
20130         (__sin): Adjust.
20131         (__cos): Likewise.
20132         (sloww): Use mynumber union.  Expand ternary operator into
20133         if-else statements.
20134         (cslow): use mynumber union.
20136 2013-12-16  Allan McRae  <allan@archlinux.org>
20138         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20139         * configure: Regenerated.
20141         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20143         [BZ #14120]
20144         * configure.ac: Added --enable-maintainer-mode. Check for
20145         autoconf when enabled.
20146         * configure: Regenerated.
20148         * nscd/nscd.service: New file.
20149         * nscd/nscd.tmpfiles: New file.
20151 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20153         [BZ #12100]
20154         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20155         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20156         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20157         (strstr): Add __strstr_sse2_unaligned ifunc.
20158         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20159         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20160         (strcasestr): Remove __strcasestr_sse42 ifunc.
20161         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20162         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20165 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20167         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20168         * sysdeps/sh/bits/fenv.h: ... here.
20169         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20171 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20173         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20175         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20176         hypotf multiarch implementations.
20177         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20178         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20179         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20180         multiarch hypot for PPC64.
20181         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20182         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20183         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20184         multiarch hypotf for PPC64.
20186         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20187         modff multiarch implementations.
20188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20189         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20190         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20191         multiarch modf for PPC64.
20192         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20194         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20195         multiarch modff for PPC64.
20197         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20198         and logl multiarch implementations.
20199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20202         multiarch logb for PPC64.
20203         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20205         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20206         multiarch logb for PPC64.
20207         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20208         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20209         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20210         multiarch logb for PPC64.
20212         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20213         isinff multiarch implementation.
20214         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20215         file.
20216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20218         multiarch isinf for PPC64.
20219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20220         file.
20221         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20222         multiarch isinff for PPC64.
20224         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20225         finitef multiarch implementation.
20226         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20227         file.
20228         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20229         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20230         multiarch finite for PPC64.
20231         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20232         file.
20233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20234         multiarch finitef for PPC64.
20236         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20237         lrint multiarch implementation.
20238         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20239         file.
20240         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20242         multiarch llrint for PPC64.
20243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20244         multiarch lrint for PPC64.
20246         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20247         copysignf multiarch implementation.
20248         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20249         file.
20250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20251         file.
20252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20253         multiarch copysign for PPC64.
20254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20255         multiarch copysignf for PPC64.
20257         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20258         multiarch implementation.
20259         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20260         file.
20261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20262         file.
20263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20264         file.
20265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20266         file.
20267         multiarch llround for PPC64.
20268         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20269         multiarch trunc for PPC64.
20270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20271         multiarch truncf for PPC64.
20273         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20274         multiarch implementation.
20275         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20276         file.
20277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20278         file.
20279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20280         file.
20281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20282         file.
20283         multiarch llround for PPC64.
20284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20285         multiarch round for PPC64.
20286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20287         multiarch roundf for PPC64.
20289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20290         multiarch implementation.
20291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20292         file.
20293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20294         file.
20295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20296         file.
20297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20298         file.
20299         multiarch llround for PPC64.
20300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20301         multiarch floor for PPC64.
20302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20303         multiarch floorf for PPC64.
20305         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20306         multiarch implementation.
20307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20308         file.
20309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20310         file.
20311         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20312         file.
20313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20314         file.
20315         multiarch llround for PPC64.
20316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20317         multiarch ceil for PPC64.
20318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20319         multiarch ceilf for PPC64.
20321         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20322         multiarch implementation.
20323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20324         file.
20325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20326         file.
20327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20328         file.
20329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20330         multiarch llround for PPC64.
20331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20332         multiarch lround for PPC64.
20334         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20335         multiarch implementation.
20336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20339         file.
20340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20343         multiarch isnan for PPC64.
20344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20345         multiarch isnanf for PPC64.
20347         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20348         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20349         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20350         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20351         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20354         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20355         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20356         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20357         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20359         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20360         multiarch implementations.
20361         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20362         (__libc_ifunc_impl_list): Likewise.
20363         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20364         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20365         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20366         multiarch stpcpy for PPC64.
20368         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20369         multiarch implementations.
20370         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20371         (__libc_ifunc_impl_list): Likewise.
20372         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20373         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20374         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20375         multiarch strcpy for PPC64.
20377         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20378         redefine function name.
20379         (_wordcopy_fwd_dest_aligned): Likewise.
20380         (_wordcopy_bwd_aligned): Likewise.
20381         (_wordcopy_bwd_dest_aligned): Likewise.
20382         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20383         multiarch implementations.
20384         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20385         (__libc_ifunc_impl_list): Likewise.
20386         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20387         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20388         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20389         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20390         multiarch wcscpy for PPC64.
20392         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20393         multiarch implementations.
20394         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20395         (__libc_ifunc_impl_list): Likewise.
20396         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20397         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20398         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20399         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20400         multiarch wcscpy for PPC64.
20402         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20403         multiarch implementations.
20404         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20405         (__libc_ifunc_impl_list): Likewise.
20406         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20407         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20408         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20409         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20410         multiarch wcsrchr for PPC64.
20412         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20413         multiarch implementations.
20414         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20415         (__libc_ifunc_impl_list): Likewise.
20416         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20417         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20418         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20419         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20420         multiarch wcschr for PPC64.
20422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20423         multiarch implementations.
20424         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20425         (__libc_ifunc_impl_list): Likewise.
20426         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20427         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20428         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20429         multiarch strchrnul for PPC64.
20431         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20432         implementations.
20433         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20434         (__libc_ifunc_impl_list): Likewise.
20435         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20436         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20437         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20438         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20439         strchr for PPC64.
20441         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20442         implementations.
20443         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20444         (__libc_ifunc_impl_list): Likewise.
20445         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20446         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20447         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20448         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20449         strncmp for PPC64.
20451         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20452         multiarch implementations.
20453         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20454         (__libc_ifunc_impl_list): Likewise.
20455         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20456         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20457         strncasecmp for PPC64.
20458         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20459         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20460         multiarch strncasecmp_l for PPC64.
20462         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20463         multiarch implementations.
20464         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20465         (__libc_ifunc_impl_list): Likewise.
20466         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20467         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20468         multiarch strcasecmp for PPC64.
20469         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20470         file.
20471         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20472         multiarch strcasecmp_l for PPC64.
20474         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20475         implementations.
20476         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20477         (__libc_ifunc_impl_list): Likewise.
20478         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20479         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20480         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20481         strnlen for PPC64.
20483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20484         implementations.
20485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20486         (__libc_ifunc_impl_list): Likewise.
20487         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20488         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20489         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20490         strlen for PPC64.
20492         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20493         implementations.
20494         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20495         (__libc_ifunc_impl_list): Likewise.
20496         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20497         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20498         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20499         rawmemrchr for PPC64.
20501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20502         implementation.
20503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20504         (__libc_ifunc_impl_list): Likewise.
20505         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20506         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20507         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20508         memrchr for PPC64.
20510         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20511         implementation.
20512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20513         (__libc_ifunc_impl_list): Likewise.
20514         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20515         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20516         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20517         memchr for PPC64.
20519         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20520         implementation.
20521         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20522         (__libc_ifunc_impl_list): Likewise.
20523         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20524         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20525         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20526         mempcpy for PPC64.
20528         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20529         avoid cretion of __bzero symbol.
20530         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20531         Likewise.
20532         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20533         Likewise.
20534         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20535         Likewise.
20536         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20537         multiarch implementations.
20538         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20539         (__libc_ifunc_impl_list): Likewise.
20540         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20541         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20542         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20543         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20544         bzero for PPC32.
20545         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20546         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20547         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20548         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20549         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20550         memset for PPC64.
20551         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20553         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20554         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20555         implementations.
20556         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20557         (__libc_ifunc_impl_list): Likewise.
20558         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20559         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20560         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20561         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20562         memcmp for PPC64.
20564         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20565         multiarch for POWER/PPC64.
20566         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20567         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20568         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20569         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20570         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20571         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20572         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20573         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20574         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20575         memcpy for PPC64.
20577         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20578         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20579         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20580         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20581         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20582         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20583         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20584         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20585         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20586         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20587         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20588         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20589         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20590         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20591         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20600 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20602         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20604 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
20606         * benchtests/Makefile (bench): Add exp2 and log2.
20607         (LDLIBS-bench-exp2): Add -lm.
20608         (LDLIBS-bench-log2): Likewise.
20609         * benchtests/exp2-inputs: New inputs file.
20610         * benchtests/log2-inputs: New inputs file.
20611         * benchtests/log-inputs: Add new inputs.
20612         * benchtests/tan-inputs: Likewise.
20614 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20616         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20617         definition...
20618         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20619         (csloww2): ... from here.
20621         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20622         instead of structures.
20623         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20624         (POLYNOMIAL): Likewise.
20625         (TAYLOR_SLOW): Likewise.
20626         (__sin): Likewise.
20627         (__cos): Likewise.
20628         (slow1): Likewise.
20629         (slow2): Likewise.
20630         (sloww): Likewise.
20631         (sloww1); Likewise.
20632         (sloww2): Likewise.
20633         (bsloww1): Likewise.
20634         (bsloww2): Likewise.
20635         (cslow2): Likewise.
20636         (csloww): Likewise.
20637         (csloww1): Likewise.
20638         (csloww2): Likewise.
20640 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
20642         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20643         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20644         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20645         * malloc/hooks.c (realloc_check): Likewise.
20647         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20648         * malloc/arena.c: Remove PER_THREAD conditional.
20649         [!PER_THREAD]: Remove code.
20650         (ptmalloc_unlock_all2): Likewise.
20651         (ptmalloc_init): Likewise.
20652         (_int_new_arena): Likewise.
20653         (arena_get2): Likewise.
20654         * malloc/hooks.c (__malloc_get_state): Likewise.
20655         (__malloc_set_state): Likewise.
20656         * malloc/malloc.c: Likewise.
20657         (struct malloc_state): Likewise.
20658         (struct malloc_par): Likewise.
20659         (__libc_realloc): Likewise.
20660         (__libc_mallopt): Likewise.
20662 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20664         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20666 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
20668         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20669         macro to a function.  Check for zero perturb_byte.
20670         (_int_malloc, _int_free): Remove zero perturb_byte checks.
20672         * malloc/malloc.c: (force_reg): Remove.
20673         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20674         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20675         force_reg by atomic_forced_read.
20676         * malloc/arena.c (ptmalloc_init): Likewise.
20677         * malloc/hooks.c (top_check): Likewise.
20679 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20681         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20683 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
20685         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20687 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
20689         * math/auto-libm-test-in: Add tests of lgamma.
20690         * math/auto-libm-test-out: Regenerated.
20691         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20692         (M_LOG_2_SQRT_PIl): Likewise.
20693         (lgamma_test_data): Use AUTO_TESTS_f_f1.
20694         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20695         mpfr_f_f1.
20696         (func_calc_desc): Add mpfr_f_f1 union field.
20697         (ARGS1): New macro.
20698         (ARGS2): Likewise.
20699         (ARGS3): Likewise.
20700         (ARGS4): Likewise.
20701         (RET1): Likewise.
20702         (RET2): Likewise.
20703         (CALC): Likewise.
20704         (FUNC): Likewise.
20705         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20706         (test_functions): Add lgamma.
20707         (calc_generic_results): Handle mpfr_f_f1.
20708         * sysdeps/i386/fpu/libm-test-ulps: Update.
20709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20711 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20713         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20714         __mpn_add_n for PowerPC64/POWER7.
20715         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20716         __mpn_sub_n for PowerPC64/POWER7.
20718         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20719         __mpn_addmul_1 for PowerPC64.
20720         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20721         __mpn_submul_1 for PowerPC64.
20722         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20723         for PowerPC64.
20724         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20725         for PowerPC64.
20727 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
20729         [BZ #15089]
20730         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20732 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20734         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20736         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20737         add multiarch folders.
20738         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20739         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20740         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20741         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20742         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20743         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20744         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20745         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20746         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20747         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20748         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20756         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20757         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20759         New file.
20760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20761         New file.
20762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20763         multiarch __ieee754_hypot for PowerPC32.
20764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20765         New file.
20766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20767         New file.
20768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20769         multiarch __ieee754_hypotf for PowerPC32.
20771         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20772         long_double_symbol only if __logbl is defined.
20773         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20774         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20775         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20776         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20777         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20778         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20779         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20780         path for implementation.
20781         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20782         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20784         logb, and logbl multiarch implementations for PowerPC32.
20785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20786         file.
20787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20788         file.
20789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20790         multiarch logb for PowerPC32.
20791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20792         file.
20793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20794         file.
20795         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20796         multiarch logbf for PowerPC32.
20797         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20799         file.
20800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20801         multiarch logbl implementation for PowerPC32.
20803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20804         and modff multiarch implementations.
20805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20806         New file.
20807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20808         New file.
20809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20810         multiarch modf for PowerPC32.
20811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20812         New file.
20813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20814         New file.
20815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20816         multiarch modff for PowerPC32.
20818         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20819         and lrintf multiarch implementations.
20820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20821         New file.
20822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20823         New file.
20824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20825         multiarch lrint for PowerPC32.
20826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20827         file: multiarch lrintf for PowerPC32.
20829         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20830         and lroundf multiarch implementations.
20831         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20832         New file.
20833         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20834         New file.
20835         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20836         New file.
20837         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20838         multiarch lround for PowerPC32.
20839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20840         file: multiarch lroundf for PowerPC32.
20842         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20843         copysign and copysignf multiarch implementations.
20844         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20845         New file.
20846         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20847         New file.
20848         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20849         file: multiarch copysign for PowerPC32.
20850         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20851         file: multiarch copysignf for PowerPC32.
20853         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20854         and truncf multiarch implementations.
20855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20856         New file.
20857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20858         file.
20859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20860         multiarch trunc for PowerPC32.
20861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20862         New file.
20863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20864         New file.
20865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20866         multiarch truncf for PowerPC32.
20868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20869         and roundf multiarch implementations.
20870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20871         New file.
20872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20873         file.
20874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20875         multiarch round for PowerPC32.
20876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20877         New file.
20878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20879         New file.
20880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20881         multiarch roundf for PowerPC32.
20883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20884         and floorf multiarch implementations.
20885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20886         New file.
20887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20888         file.
20889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20890         multiarch floor for PowerPC32.
20891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20892         New file.
20893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20894         New file.
20895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20896         multiarch floorf for PowerPC32.
20898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20899         and ceilf multiarch implementations.
20900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20901         New file.
20902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20903         file.
20904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20905         multiarch ceil for PowerPC32.
20906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20907         New file.
20908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20909         file.
20910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20911         multiarch ceilf for PowerPC32.
20913         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20914         is defined.
20915         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20916         FINITEF is defined.
20917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20918         and finitef multiarch implementations.
20919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20920         New file.
20921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20922         file.
20923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20924         multiarch finite for PowerPC32.
20925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20926         New file.
20927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20928         file: multiarch finitef for PowerPC32.
20930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20931         and isinff multiarch implementations.
20932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20933         file.
20934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20935         file.
20936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20937         multiarch isinf for PowerPC32.
20938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20939         New file.
20940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20941         multiarch isinff for PowerPC32.
20943         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20944         alias when __isnan is defined.
20945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20946         and isnanf multiarch implementations.
20947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20948         file.
20949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20950         file.
20951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
20952         file.
20953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
20954         file.
20955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
20956         multiarch isnan for PowerPC32.
20957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
20958         New file.
20959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
20960         New file.
20961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
20962         multiarch isnanf for PowerPC32.
20964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
20965         and sqrtf multiarch implementations.
20966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
20967         file.
20968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
20969         file.
20970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
20971         multiarch sqrt for PowerPC32.
20972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
20973         file.
20974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
20975         file.
20976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
20977         multiarch sqrtf for PowerPC32.
20979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
20980         and llroundf multiarch implementations.
20981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
20982         New file.
20983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
20984         New file.
20985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
20986         New file.
20987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
20988         file: multiarch llround for PowerPC32.
20989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
20990         file: multiarch llroundf for PowerPC32.
20992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
20993         multiarch PowerPC32 fpu implementations.
20994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
20995         New file.
20996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
20997         New file.
20998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
20999         multiarch llrint for PowerPC32.
21000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21001         New file.
21002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21003         New file.
21004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21005         file.
21007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21009         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21010         file.
21011         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21012         file.
21013         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21014         file.
21015         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21016         multiarch wordcopy for PPC32.
21017         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21018         wordcopy objects.
21019         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21020         (__libc_ifunc_impl_list): Likewise.
21021         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21022         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21023         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21024         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21025         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21026         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21028         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21029         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21030         file.
21031         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21032         file.
21033         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21034         file.
21035         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21036         multiarch wcscpy for PPC32.
21037         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21038         multiarch objects.
21039         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21040         (__libc_ifunc_impl_list): Likewise.
21041         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21042         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21043         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21044         sysdeps/powerpc/power6/wcscpy.c.
21046         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21047         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21048         file.
21049         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21050         file.
21051         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21052         file.
21053         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21054         multiarch wcsrchr for PPC32.
21055         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21056         multiarch objects.
21057         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21058         (__libc_ifunc_impl_list): Likewise.
21059         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21060         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21061         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21062         sysdeps/powerpc/power6/wcsrchr.c.
21064         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21065         file.
21066         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21067         file.
21068         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21069         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21070         multiarch wcschr for PPc32.
21071         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21072         multiarch objects.
21073         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21074         (__libc_ifunc_impl_list): Likewise.
21075         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21076         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21077         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21078         sysdeps/powerpc/power6/wcschr.c.
21080         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21081         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21082         file.
21083         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21084         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21085         file: multiarch strchr for PPC32.
21086         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21087         multiarch objects.
21088         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21089         (__libc_ifunc_impl_list): Likewise.
21091         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21092         name.
21093         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21094         file.
21095         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21096         file.
21097         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21098         multiarch strchrnul for PPC32.
21099         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21100         multiarch objects.
21101         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21102         (__libc_ifunc_impl_list): Likewise.
21104         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21105         file.
21106         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21107         multiarch strncasecmp for PPC32.
21108         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21109         file.
21110         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21111         multiarch strncasecmp_l for PPC32.
21112         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21113         strncasecmp multiarch objects.
21114         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21115         (__libc_ifunc_impl_list): Likewise.
21117         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21118         file.
21119         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21120         multiarch strncasecmp for PPC32.
21121         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21122         New file.
21123         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21124         multiarch strcasecmp_l for PPC32.
21125         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21126         multiarch objects.
21127         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21128         (__libc_ifunc_impl_list): Likewise.
21130         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21131         file.
21132         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21133         file.
21134         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21135         multiarch strncmp for PPC32.
21136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21137         multiarch objects.
21138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21139         (__libc_ifunc_impl_list): Likewise.
21141         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21142         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21143         file.
21144         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21145         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21146         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21147         multiarch objects.
21148         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21149         (__libc_ifunc_impl_list): Likewise.
21151         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21152         file.
21153         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21154         file.
21155         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21156         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21157         multiarch objects.
21158         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21159         (__libc_ifunc_impl_list): Likewise.
21161         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21162         file.
21163         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21164         file.
21165         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21166         multiarch rawmemchr for PPC32.
21167         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21168         multiarch objects.
21169         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21170         (__libc_ifunc_impl_list): Likewise.
21172         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21173         file.
21174         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21175         file.
21176         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21177         file: memrchr multiarch for PPC32.
21178         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21179         multiarch objects.
21180         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21181         (__libc_ifunc_impl_list): Likewise.
21183         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21184         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21185         file.
21186         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21187         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21188         multiarch memchr for PPC32.
21189         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21190         multiarch objects.
21191         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21192         (__libc_ifunc_impl_list): Likewise.
21194         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21195         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21196         file.
21197         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21198         file.
21199         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21200         file: multiarch mempcpy for PPC32.
21201         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21202         multiarch objects.
21203         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21204         (__libc_ifunc_impl_list): Likewise.
21206         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21207         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21208         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21209         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21210         multiarch bzero for PPC32.
21211         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21212         file.
21213         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21214         file.
21215         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21216         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21217         file: multiarch memset for PPC32.
21218         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21219         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21220         memset multiarch objects.
21221         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21222         (__libc_ifunc_impl_list): Likewise.
21224         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21225         file.
21226         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21227         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21228         memcmp for PPC32.
21229         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21230         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21231         multiarch objects.
21232         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21233         (__libc_ifunc_impl_list): Likewise.
21235         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21236         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21237         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21238         file.
21239         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21240         file.
21241         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21242         file.
21243         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21244         multiarch memcpy for PPC32.
21245         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21246         multiarch objects.
21247         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21248         (__libc_ifunc_impl_list): Likewise.
21250         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21251         support multiarch for POWER/PPC32.
21252         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21253         Likewise.
21254         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21256         Implies file to make multiarch folder appers before the fpu and
21257         default folder for power4 configuration.
21259 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21261         * scripts/bench.pl: Append volatile keyword to type.
21263 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21265         * sysdeps/sh/sotruss-lib.c: New file.
21266         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21268 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21270         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21272 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21274         [BZ #6810]
21275         * math/w_tgamma.c: Include <errno.h>.
21276         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21277         * math/w_tgammaf.c: Include <errno.h>.
21278         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21279         * math/w_tgammal.c: Include <errno.h>.
21280         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21281         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21282         underflow.  Add more tgamma tests.
21283         * math/auto-libm-test-out: Regenerated.
21284         * sysdeps/i386/fpu/libm-test-ulps: Update.
21285         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21287         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21288         sin, sinh, tan, tanh, tgamma, y0 and y1.
21289         * math/auto-libm-test-out: Regenerated.
21290         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21291         (TEST_COND_x86): Likewise.
21292         (M_E2l): Remove macro.
21293         (M_E3l): Likewise.
21294         (M_2_SQRT_PIl): Likewise.
21295         (M_SQRT_PIl): Likewise.
21296         (M_1_DIV_El): Likewise.
21297         (log_test_data): Use AUTO_TESTS_f_f.
21298         (log10_test_data): Likewise.
21299         (log1p_test_data): Likewise.
21300         (log2_test_data): Likewise.
21301         (sin_test_data): Likewise.
21302         (sin_tonearest_test_data): Likewise.
21303         (sin_towardzero_test_data): Likewise.
21304         (sin_downward_test_data): Likewise.
21305         (sin_upward_test_data): Likewise.
21306         (sinh_test_data): Likewise.
21307         (sinh_tonearest_test_data): Likewise.
21308         (sinh_towardzero_test_data): Likewise.
21309         (sinh_downward_test_data): Likewise.
21310         (sinh_upward_test_data): Likewise.
21311         (tan_test_data): Likewise.
21312         (tan_tonearest_test_data): Likewise.
21313         (tan_towardzero_test_data): Likewise.
21314         (tan_downward_test_data): Likewise.
21315         (tan_upward_test_data): Likewise.
21316         (tanh_test_data): Likewise.
21317         (tgamma_test_data): Likewise.
21318         (y0_test_data): Likewise.
21319         (y1_test_data): Likewise.
21320         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21321         (special_real_inputs): Add pi/4.
21322         * sysdeps/i386/fpu/libm-test-ulps: Update.
21323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21325 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21327         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21328         "longjmp_target" static probes.
21329         (__longjmp): Rename to __longjmp_symbol.
21330         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21331         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21332         on which longjmp to generate.
21333         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21334         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21335         probe.
21336         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21337         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21338         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21339         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21340         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21341         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21343         __longjmp_symbol based on which __longjmp to generate.
21344         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21345         probe.
21346         (setjmp): Rename to setjmp_symbol.
21347         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21348         (_setjmp): Rename to _setjmp_symbol.
21349         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21350         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21351         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21352         which setjmp to generate.
21353         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21354         "longjmp_target" static probes.
21356 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21358         * benchtests/README: Add note about output arguments.
21359         * benchtests/bench-sincos.c: Remove file.
21360         * benchtests/sincos-inputs: New file.
21361         * scripts/bench.pl: Identify output arguments and define
21362         static variables for them.
21364         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21366         [BZ #15941]
21367         * Makefile (INSTALL): Add install-plain.texi as the primary
21368         dependency.
21369         * manual/install-plain.texi: New file.
21370         * manual/install.texi: Include node directive only for
21371         non-plaintext output.
21373 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21375         * stdlib/longlong.h: Update from GCC.
21377         [BZ #6807]
21378         [BZ #15901]
21379         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21380         * math/w_j0f.c (y0f): Likewise.
21381         * math/w_j0l.c (__y0l): Likewise.
21382         * math/w_j1.c (y1): Likewise.
21383         * math/w_j1f.c (y1f): Likewise.
21384         * math/w_j1l.c (__y1l): Likewise
21385         * math/w_jn.c (yn): Likewise.
21386         * math/w_jnf.c (ynf): Likewise.
21387         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21388         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21389         value for Bessel function domain errors outside _SVID_ mode.
21390         Adjust sign of return value for yn (negative integer, 0).
21391         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21392         by zero in return for negative x and set sign appropriately for
21393         negative n.
21394         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21395         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21396         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21397         expectations in error cases.
21398         (y1_test_data): Likewise.
21399         (yn_test_data): Likewise.
21400         * sysdeps/i386/fpu/libm-test-ulps: Update.
21401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21403 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21405         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21406         "64" to "64-v1".  Add "64-v2".
21407         (abi-64-options): Rename to ...
21408         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21409         (abi-64-condition): Rename to ...
21410         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21411         (abi-64-ld-soname): Rename to ...
21412         (abi-64-v1-ld-soname): ... this.
21413         (abi-64-v2-options): Define.
21414         (abi-64-v2-condition): Likewise.
21415         (abi-64-v2-ld-soname): Likewise.
21416         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21417         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21422 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21423             Alan Modra  <amodra@gmail.com>
21425         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21426         New versions for use with the ELFv2 ABI.
21427         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21428         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21429         declaration.
21430         (struct La_ppc64v2_retval): Likewise.
21431         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21432         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21433         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21434         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21435         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21436         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21437         Do not save or restore CR.
21438         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21439         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21440         return values for ELFv2 ABI.  Fix location of FPR return registers.
21441         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21442         updated values for _CALL_ELF == 2.
21443         (La_regs, La_retval, int_retval): Likewise.
21445 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21447         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21448         (FRAME_MIN_SIZE_PARM): Likewise.
21449         (FRAME_BACKCHAIN): Likewise.
21450         (FRAME_CR_SAVE): Likewise.
21451         (FRAME_LR_SAVE): Likewise.
21452         (FRAME_TOC_SAVE): Likewise.
21453         (FRAME_PARM_SAVE): Likewise.
21454         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21455         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21456         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21457         (call_mcount_parm_offset): New macro.
21458         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21459         (PROF): Use symbolic stack frame offsets.
21460         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21461         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21462         Redefine in terms of FRAME_MIN_SIZE.
21463         (_dl_runtime_resolve): Use symbolic stack frame offsets.
21464         (_dl_profile_resolve): Likewise.  Update comment.
21465         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21466         symbols stack frame offsets.
21467         (__sigsetjmp): Likewise.
21468         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21469         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21470         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21471         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21474         (FRAME_BACKCHAIN): Remove.
21475         (FRAME_CR_SAVE): Likewise.
21476         (FRAME_LR_SAVE): Likewise.
21477         (FRAME_COMPILER_DW): Likewise.
21478         (FRAME_LINKER_DW): Likewise.
21479         (FRAME_TOC_SAVE): Likewise.
21480         (FRAME_PARM_SAVE): Likewise.
21481         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21482         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21483         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21485         (CHECK_SP): Use symbolic stack frame offsets.
21486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21487         zone" instead of caller's parameter save area for temp storage.
21488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21489         Likewise.  Also, use symbolic stack frame offsets.
21490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21491         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21492         our own stack frame instead of the caller's.
21493         (__socket): Use symbolic stack frame offsets.
21495 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21496             Alan Modra  <amodra@gmail.com>
21498         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21499         Define.
21500         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21501         (PPC64_LOCAL_ENTRY_OFFSET): Define.
21502         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21503         New function.
21504         (elf_machine_fixup_plt): Call it.
21505         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
21506         reloc arguments.
21507         (elf_machine_rela): Update call to elf_machine_plt_conflict.
21508         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21509         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21510         r2 before calling target.
21512 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21513             Alan Modra  <amodra@gmail.com>
21515         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21516         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21517         versions of macros to support ELFv2 ABI.
21518         (LOCALENTRY): New macro.
21519         (ENTRY, EALIGN): Use it.
21520         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21521         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21522         fall through into ENTRY entry point.
21523         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21524         Only define if _CALL_ELF != 2.
21526         (elf_machine_matches_host): Verify ABI version matches.
21527         (RTLD_START): Use LOCALENTRY.
21528         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21529         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21530         (PLT_ENTRY_WORDS): New macro.
21531         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21532         (elf_machine_runtime_setup): Support ELFv2 ABI.
21533         (elf_machine_fixup_plt): Likewise.
21534         (elf_machine_plt_conflict): Likewise.
21535         (resolve_ifunc): Likewise.
21536         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21537         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21538         Likewise.
21539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21540         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21542         (makecontext): Support ELFv2 ABI.
21543         * elf/elf.h (EF_PPC64_ABI): Define.
21545 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21547         * sysdeps/powerpc/powerpc64/sysdep.h
21548         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21549         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21550         (ENTRY) [ASSEMBLER]: ... but instead here ...
21551         (EALIGN) [ASSEMBLER]: ... and here.
21552         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21553         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21554         (ENTRY_2) [!ASSEMBLER]: Use it.
21555         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21556         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
21557         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21558         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21559         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21561         Use PPC64_LOAD_FUNCPTR.
21563         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21565 2013-12-04  Alan Modra  <amodra@gmail.com>
21567         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21568         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21569         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21570         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21572         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21573         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21574         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21575         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21576         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21577         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21579 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21582         (__makecontext): Fix incorrect CFI when backtracing out of
21583         context created via makecontext.
21584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21585         (__setcontext): Fix incorrect CFI during switch to new context.
21586         (__novec_setcontext): Likewise.
21588 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21590         [BZ #4772]
21591         * time/strptime_l.c (__strptime_internal): Allow modifiers
21592         in strptime.
21593         * time/tst-strptime.c (day_tests): Add testcase.
21595 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21597         * scripts/bench.pl: Skip over blank lines.
21599 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21601         [BZ #926]
21602         * manual/time.texi (Calendar Time): Clarify what timezone functions
21603         use.
21605 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21609 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
21611         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21612         implementation.
21613         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21614         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21615         * debug/memset_chk.c (__memset_chk): Likewise.
21616         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21617         * debug/strncpy_chk.c: Likewise.
21619 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21621         [BZ #15268]
21622         [BZ #15425]
21623         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21624         (__ieee754_exp): For possibly underflowing results, check size of
21625         result and force underflow exception if required.
21626         * math/auto-libm-test-in: Add more tests of exp.
21627         * math/auto-libm-test-out: Regenerated.
21628         * sysdeps/i386/fpu/libm-test-ulps: Update.
21629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21631         [BZ #16283]
21632         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21633         * math/w_exp2f.c (__exp2f): Likewise.
21634         * math/w_exp2l.c (__exp2l): Likewise.
21635         * math/auto-libm-test-in: Do not allow missing errno on exp2
21636         underflow.
21637         * math/auto-libm-test-out: Regenerated.
21639 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
21641         [BZ #16274]
21642         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21643         handle filename validation.
21644         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21645         (do_open): Delete.
21647 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
21649         [BZ #6786]
21650         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21651         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21652         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21653         <float.h>.
21654         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21655         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21656         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21657         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21658         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21659         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21660         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21661         * math/auto-libm-test-in: Don't allow missing errno from erfc.
21662         Add more erfc tests.
21663         * math/auto-libm-test-out: Regenerated.
21664         * sysdeps/i386/fpu/libm-test-ulps: Update.
21665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21667         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21668         exp2, expm1, j0 and j1.
21669         * math/auto-libm-test-out: Regenerated.
21670         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21671         (erfc_test_data): Likewise.
21672         (exp_test_data): Likewise.
21673         (exp_tonearest_test_data): Likewise.
21674         (exp_towardzero_test_data): Likewise.
21675         (exp_downward_test_data): Likewise.
21676         (exp_upward_test_data): Likewise.
21677         (exp10_test_data): Likewise.
21678         (exp2_test_data): Likewise.
21679         (expm1_test_data): Likewise.
21680         (j0_test_data): Likewise.
21681         (j1_test_data): Likewise.
21682         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21683         (input_flag_type): Add flag_xfail_rounding.
21684         (input_flags): Add xfail-rounding.
21685         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21686         (output_for_one_input_case): Handle flag_xfail_rounding.
21687         * sysdeps/i386/fpu/libm-test-ulps: Update.
21688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21690 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
21692         [BZ #16289]
21693         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21694         division by 0.
21696 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21698         [BZ #16195]
21699         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21700         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21701         (STAP_PROBE0): New macro.
21702         (STAP_PROBE1): Likewise.
21703         (STAP_PROBE2): Likewise.
21704         (STAP_PROBE3): Likewise.
21705         (STAP_PROBE4): Likewise.
21707 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
21709         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21711 2013-12-02  Steve Ellcey  <sellcey@mips.com>
21713         * benchtests/Makefile (bench): Add sqrt.
21714         (LDLIBS-bench-sqrt): New.
21715         * benchtests/sqrt-input: New.
21717 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
21719         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21720         (GAIH_EAI): Likewise.
21721         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21722         (gaih_inet): Likewise.
21723         (getaddrinfo): Don't use GAIH_EAI.
21725         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21726         (struct gaih): Remove definition.
21728 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21730         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21731         Use HERRNOP directly.
21733 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21737 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
21739         * math/gen-auto-libm-tests.c (test_functions): Add more
21740         single-argument functions.
21741         (special_fill_pi_2): New function.
21742         (special_fill_minus_pi_2): Likewise.
21743         (special_fill_pi_6): Likewise.
21744         (special_fill_minus_pi_6): Likewise.
21745         (special_fill_pi_3): Likewise.
21746         (special_fill_2pi_3): Likewise.
21747         (special_fill_e): Likewise.
21748         (special_fill_1_e): Likewise.
21749         (special_fill_e_minus_1): Likewise.
21750         (special_real_inputs): Add more special inputs.
21751         (output_for_one_input_case): Do not require ERANGE on underflow to
21752         zero if round-to-nearest result does not underflow to zero, unless
21753         exact results required.
21754         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21755         atan, atanh, cbrt, cos and cosh.
21756         * math/auto-libm-test-out: Regenerated.
21757         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21758         (acos_tonearest_test_data): Likewise.
21759         (acos_towardzero_test_data): Likewise.
21760         (acos_downward_test_data): Likewise.
21761         (acos_upward_test_data): Likewise.
21762         (acosh_test_data): Likewise.
21763         (asin_test_data): Likewise.
21764         (asin_tonearest_test_data): Likewise.
21765         (asin_towardzero_test_data): Likewise.
21766         (asin_upward_test_data): Likewise.
21767         (asinh_test_data): Likewise.
21768         (atan_test_data): Likewise.
21769         (atanh_test_data): Likewise.
21770         (cbrt_test_data): Likewise.
21771         (cos_test_data): Likewise.
21772         (cos_tonearest_test_data): Likewise.
21773         (cos_towardzero_test_data): Likewise.
21774         (cos_downward_test_data): Likewise.
21775         (cos_upward_test_data): Likewise.
21776         (cosh_test_data): Likewise.
21777         (cosh_tonearest_test_data): Likewise.
21778         (cosh_towardzero_test_data): Likewise.
21779         (cosh_downward_test_data): Likewise.
21780         (cosh_upward_test_data): Likewise.
21781         * sysdeps/i386/fpu/libm-test-ulps: Update.
21782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21784 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
21786         [BZ #6787]
21787         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21788         * math/w_exp10f.c (__exp10f): Likewise.
21789         * math/w_exp10l.c (__exp10l): Likewise.
21790         * math/libm-test.inc (exp10_test_data): Add more tests and expect
21791         errno settings in existing tests.
21793         [BZ #14032]
21794         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21795         precision control set to double precision.
21796         * sysdeps/i386/fpu/w_sqrt.c: New file.
21797         * math/auto-libm-test-in: Add more tests.
21798         * math/auto-libm-test-out: Update.
21800         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21801         (sqrt_test_tonearest): New function.
21802         (sqrt_towardzero_test_data): New variable.
21803         (sqrt_test_towardzero): New function.
21804         (sqrt_downward_test_data): New variable.
21805         (sqrt_test_downward): New function.
21806         (sqrt_upward_test_data): New variable.
21807         (sqrt_test_upward): New function.
21808         (main): Call the new functions.
21810         * math/gen-auto-libm-tests.c: New file.
21811         * math/auto-libm-test-in: Likewise.
21812         * math/auto-libm-test-out: New generated file.
21813         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21814         variables.
21815         (%beautify): Add generated representations of zero.
21816         (top level): Set $auto_input and call parse_auto_input.
21817         (beautify): Remove trailing "f" from hex float constants.
21818         (parse_args): Handle XFAIL_TEST.
21819         (convert_condition): New function.
21820         (or_value): Likewise.
21821         (or_cond_value): Likewise.
21822         (generate_testfile): Handle AUTO_TESTS_* lines.
21823         (parse_auto_input): New function.
21824         * math/libm-test.inc (XFAIL_TEST): New macro.
21825         (ERRNO_UNCHANGED): Update value.
21826         (ERRNO_EDOM): Likewise.
21827         (ERRNO_ERANGE): Likewise.
21828         (IGNORE_RESULT): Likewise.
21829         (TEST_COND_flt_32): New macro.
21830         (TEST_COND_dbl_64): Likewise.
21831         (TEST_COND_ldbl_96_intel): Likewise.
21832         (TEST_COND_ldbl_96_m68k): Likewise.
21833         (TEST_COND_ldbl_128): Likewise.
21834         (TEST_COND_ldbl_128ibm): Likewise.
21835         (TEST_COND_long32): Likewise.
21836         (TEST_COND_long64): Likewise.
21837         (TEST_COND_before_rounding): Likewise.
21838         (TEST_COND_after_rounding): Likewise.
21839         (enable_test): Handle XFAIL_TEST flag.
21840         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21841         with finite results.
21842         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21843         auto-libm-test-out.
21845 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
21846             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21848         [BZ #16214]
21849         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21850         __tls_get_addr_internal instead of __tls_get_offset in order to
21851         avoid GOT pointer dependency.  Make rtld export
21852         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21853         __tls_get_addr since we are a __tls_get_offset platform.
21854         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21855         GOT pointer being set up before.
21856         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21858 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
21860         * manual/math.texi (Errors in Math Functions): Document accuracy
21861         goals.
21863         [BZ #15004]
21864         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21865         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21866         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21867         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21868         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21869         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21870         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21871         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21872         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21873         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21874         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21875         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21876         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21877         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21878         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21879         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21881         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21882         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21883         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21884         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21885         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21886         Likewise.
21887         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21888         Likewise.
21889         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21890         Likewise.
21891         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21892         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21893         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21894         atomic-feupdateenv and flt-rounds.
21895         * sysdeps/powerpc/nofpu/Versions (libc): Add
21896         __atomic_feholdexcept, __atomic_feclearexcept,
21897         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21898         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21899         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21900         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21901         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21902         here.
21903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21904         Update.
21906         * manual/arith.texi (FP Exceptions): Document that exceptions may
21907         not be raised when matherr is used.
21908         (Math Error Reporting): Document overflow in directed rounding
21909         modes.  Document that errno may not be set when finite values are
21910         returned on overflow.  Document intent to set errno on underflow
21911         only for underflow to zero.
21913         [BZ #16271]
21914         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21915         round-to-nearest then adjust result for other rounding modes.
21916         * include/fenv.h (fegetround): Use libm_hidden_proto.
21917         * math/fegetround.c (fegetround): Use libm_hidden_def.
21918         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21919         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21920         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21921         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21922         Likewise.
21923         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21924         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21925         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21926         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21928 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21930         [BZ #16077]
21931         * nss/Versions (libnss_files): Add
21932         _nss_files_gethostbyname3_r.
21933         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21934         New function.
21935         (HOST_DB_LOOKUP): Remove macro.
21936         (_nss_files_gethostbyname_r): Implement function without the
21937         HOST_DB_LOOKUP macro.
21938         (_nss_files_gethostbyname2_r): Likewise.
21940 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
21942         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21944 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
21946         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21947         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21948         warning.
21950 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21952         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
21953         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
21954         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
21955         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
21956         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
21957         __fe_nomask_env_priv and attribute_hidden.
21958         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
21959         (libc_feupdateenv_test_ppc): Likewise.
21960         (libc_feresetround_ppc): Likewise.
21961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
21962         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
21963         compat_symbol macro.
21964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
21965         (__fe_nomask_env): Likewise.
21966         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
21968 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
21970         * string/Makefile: Remove ifunc tests.
21971         * string/test-string.h: Define TEST_IFUNC.
21972         * string/test-bcopy-ifunc.c: Remove.
21973         * string/test-bzero-ifunc.c: Likewise.
21974         * string/test-memccpy-ifunc.c: Likewise.
21975         * string/test-memchr-ifunc.c: Likewise.
21976         * string/test-memcmp-ifunc.c: Likewise.
21977         * string/test-memcpy-ifunc.c: Likewise.
21978         * string/test-memmem-ifunc.c: Likewise.
21979         * string/test-memmove-ifunc.c: Likewise.
21980         * string/test-mempcpy-ifunc.c: Likewise.
21981         * string/test-memrchr-ifunc.c: Likewise.
21982         * string/test-memset-ifunc.c: Likewise.
21983         * string/test-rawmemchr-ifunc.c: Likewise.
21984         * string/test-stpcpy-ifunc.c: Likewise.
21985         * string/test-stpncpy-ifunc.c: Likewise.
21986         * string/test-strcasecmp-ifunc.c: Likewise.
21987         * string/test-strcasestr-ifunc.c: Likewise.
21988         * string/test-strcat-ifunc.c: Likewise.
21989         * string/test-strchr-ifunc.c: Likewise.
21990         * string/test-strchrnul-ifunc.c: Likewise.
21991         * string/test-strcmp-ifunc.c: Likewise.
21992         * string/test-strcpy-ifunc.c: Likewise.
21993         * string/test-strcspn-ifunc.c: Likewise.
21994         * string/test-strlen-ifunc.c: Likewise.
21995         * string/test-strncasecmp-ifunc.c: Likewise.
21996         * string/test-strncat-ifunc.c: Likewise.
21997         * string/test-strncmp-ifunc.c: Likewise.
21998         * string/test-strncpy-ifunc.c: Likewise.
21999         * string/test-strnlen-ifunc.c: Likewise.
22000         * string/test-strpbrk-ifunc.c: Likewise.
22001         * string/test-strrchr-ifunc.c: Likewise.
22002         * string/test-strspn-ifunc.c: Likewise.
22003         * string/test-strstr-ifunc.c: Likewise.
22005 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22007         * benchtests/Makefile: Remove ifunc tests.
22008         * benchtests/bench-string.h: Define TEST_IFUNC.
22009         * benchtests/bench-bcopy-ifunc.c: Remove.
22010         * benchtests/bench-bzero-ifunc.c: Likewise.
22011         * benchtests/bench-memccpy-ifunc.c: Likewise.
22012         * benchtests/bench-memchr-ifunc.c: Likewise.
22013         * benchtests/bench-memcmp-ifunc.c: Likewise.
22014         * benchtests/bench-memcpy-ifunc.c: Likewise.
22015         * benchtests/bench-memmem-ifunc.c: Likewise.
22016         * benchtests/bench-memmove-ifunc.c: Likewise.
22017         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22018         * benchtests/bench-memrchr-ifunc.c: Likewise.
22019         * benchtests/bench-memset-ifunc.c: Likewise.
22020         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22021         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22022         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22023         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22024         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22025         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22026         * benchtests/bench-strcat-ifunc.c: Likewise.
22027         * benchtests/bench-strchr-ifunc.c: Likewise.
22028         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22029         * benchtests/bench-strcmp-ifunc.c: Likewise.
22030         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22031         * benchtests/bench-strcpy-ifunc.c: Likewise.
22032         * benchtests/bench-strcspn-ifunc.c: Likewise.
22033         * benchtests/bench-strlen-ifunc.c: Likewise.
22034         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22035         * benchtests/bench-strncat-ifunc.c: Likewise.
22036         * benchtests/bench-strncmp-ifunc.c: Likewise.
22037         * benchtests/bench-strncpy-ifunc.c: Likewise.
22038         * benchtests/bench-strnlen-ifunc.c: Likewise.
22039         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22040         * benchtests/bench-strrchr-ifunc.c: Likewise.
22041         * benchtests/bench-strsep-ifunc.c: Likewise.
22042         * benchtests/bench-strspn-ifunc.c: Likewise.
22043         * benchtests/bench-strstr-ifunc.c: Likewise.
22045 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22047         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22049 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22051         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22052         * rt/aio.h: Likewise.
22053         * sysdeps/gnu/bits/utmp.h: Likewise.
22054         * sysdeps/gnu/bits/utmpx.h: Likewise.
22055         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22056         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22057         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22058         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22059         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22060         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22061         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22062         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22063         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22064         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22065         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22066         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22067         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22069         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22070         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22071         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22072         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22073         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22074         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22075         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22076         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22077         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22078         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22079         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22080         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22081         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22082         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22083         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22084         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22085         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22086         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22087         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22088         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22089         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22090         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22091         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22092         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22093         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22094         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22095         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22096         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22098 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22100         [BZ #16245]
22101         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22102         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22104 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22106         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22107         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22108         Likewise.
22110 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22112         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22113         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22114         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22115         (__fesetround): Remove define.
22116         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22117         rounding and exceptions handling.
22118         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22119         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22120         (__fe_nomask_env): Likewise.
22121         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22122         __fegetround instead of fegetround.
22123         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22124         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22126 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22128         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22129         it's there.
22131         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22133 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22135         [BZ #11157]
22136         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22137         (encrypt_r): Likewise.
22138         * malloc/obstack.h (obstack_free): Likewise.
22139         * posix/unistd.h (encrypt): Likewise.
22141 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22143         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22144         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22145         DL_CALL_DT_FINI() that call the functions directly.
22146         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22147         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22148         * elf/dl-fini.c: Likewise.
22150 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22152         * malloc/hooks.c (memalign_check): Add alignment rounding.
22153         * malloc/malloc.c (_mid_memalign): New function.
22154         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22155         Implement by calling _mid_memalign.
22156         * manual/probes.texi (Memory Allocation Probes): Remove
22157         memory_valloc_retry and memory_pvalloc_retry.
22159 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22161         * locale/programs/locarchive.c (open_archive): Add const
22162         qualifier to ARCHIVEFNAME and copy default fname to
22163         DEFAULT_FNAME.
22165         [BZ #15601]
22166         * libio/tst-widetext.input: Rename Oriya to Odia.
22167         * locale/iso-639.def: Likewise.
22169         * manual/probes.texi (Mathematical Function Probes): Add
22170         documentation for sin, cos, asin and acos probes.
22171         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22172         (__sin32): Add slowasin probe.
22173         (__cos32): Add slowacos probe.
22174         (__mpsin): Add slowsin probe.
22175         (__mpcos): Add slowcos probe.
22177 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22179         [BZ #15483]
22180         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22181         thread-local __sim_exceptions_thread and global
22182         __sim_exceptions_global.
22183         (__sim_disabled_exceptions): Change to thread-local
22184         __sim_disabled_exceptions_thread and global
22185         __sim_disabled_exceptions_global.
22186         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22187         and global __sim_round_mode_global.
22188         (__simulate_exceptions): Use thread-local floating-point state and
22189         set global state from it as needed.
22190         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22191         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22192         __sim_round_mode_thread.
22193         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22194         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22195         and global __sim_exceptions_global.
22196         (__sim_disabled_exceptions): Change to thread-local
22197         __sim_disabled_exceptions_thread and global
22198         __sim_disabled_exceptions_global.
22199         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22200         and global __sim_round_mode_global.
22201         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22202         (SIM_SET_GLOBAL): Likewise.
22203         * sysdeps/powerpc/soft-fp/sfp-machine.h
22204         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22205         __sim_round_mode_thread.
22206         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22207         __sim_disabled_exceptions_thread.
22208         (__sim_exceptions): Change to __sim_exceptions_thread.
22209         (__sim_disabled_exceptions): Change to
22210         __sim_disabled_exceptions_thread.
22211         (__sim_round_mode): Change to __sim_round_mode_thread.
22212         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22213         thread-local floating-point state and set global state from it as
22214         needed.
22215         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22216         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22217         (__sim_disabled_exceptions): Remove extern declaration.
22218         (feenableexcept): Use thread-local floating-point state and set
22219         global state from it as needed.
22220         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22221         extern declaration.
22222         (__sim_disabled_exceptions): Likewise.
22223         (__sim_round_mode): Likewise.
22224         (__fegetenv): Use thread-local floating-point state.
22225         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22226         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22227         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22228         floating-point state and set global state from it as needed.
22229         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22230         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22231         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22232         Likewise.
22233         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22234         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22235         Likewise.
22236         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22237         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22238         Use __sim_round_mode_thread.
22239         * math/test-fenv-tls.c: New file.
22240         * math/Makefile (tests): Add test-fenv-tls.
22241         ($(objpfx)test-fenv-tls): Depend on
22242         $(common-objpfx)nptl/libpthread.so.
22244 2013-11-19  Andreas Schwab  <schwab@suse.de>
22246         * locale/programs/locale.c (show_info): Decode wordarray elements.
22247         * locale/categories.def (LC_MONETARY): Add element for
22248         _NL_MONETARY_CRNCYSTR.
22249         * locale/C-monetary.c (conversion_rate): New variable.
22250         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22251         element.
22253 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22255         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22256         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22258 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22260         * elf/Makefile (tst-auxv): New test.
22261         * elf/tst-auxv.c: New
22262         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22264 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22266         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22267         (hidden_proto): Caller changed.
22268         (hidden_tls_proto): New macro.
22269         (libc_hidden_tls_proto): Likewise.
22270         (rtld_hidden_tls_proto): Likewise.
22271         (libm_hidden_tls_proto): Likewise.
22272         (libresolv_hidden_tls_proto): Likewise.
22273         (librt_hidden_tls_proto): Likewise.
22274         (libdl_hidden_tls_proto): Likewise.
22275         (libnss_files_hidden_tls_proto): Likewise.
22276         (libnsl_hidden_tls_proto): Likewise.
22277         (libnss_nisplus_hidden_tls_proto): Likewise.
22278         (libutil_hidden_tls_proto): Likewise.
22280 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22282         [BZ #10253]
22283         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22284         (decompose_rpath): Defer expansion to fillin_rpath.
22285         (_dl_init_paths): Pass linkmap to fillin_rpath.
22287 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22289         * benchtests/Makefile: Add strsep.
22290         * benchtests/bench-strsep.c: New file: strsep benchtest.
22291         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22293 2013-11-18  Andreas Schwab  <schwab@suse.de>
22295         * locale/programs/locale.c (show_info) [case byte]: Check for
22296         '\377' instead of '\177'.
22297         * locale/C-monetary.c (not_available): Always use "\377".
22298         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22299         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22300         detect unavailable sign_posn locale elements.
22301         * locale/localeconv.c (__localeconv): For grouping and
22302         mon_grouping handle "\177" and "\377" like no grouping.
22303         (INT_ELEM): New macro.  Use it to set all numeric members.
22304         * locale/programs/ld-monetary.c (monetary_read)
22305         <tok_mon_grouping>: Normalize single -1 to the empty string.
22306         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22307         Likewise.
22309 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22311         [BZ #16055]
22312         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22313         when we match (nil).
22314         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22316 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22318         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22319         (NO_TEST_INLINE): Update value.
22320         (ERRNO_UNCHANGED): Likewise.
22321         (ERRNO_EDOM): Likewise.
22322         (ERRNO_ERANGE): Likewise.
22323         (IGNORE_RESULT): Likewise.
22324         (check_float_internal): Check signs of NaN results if
22325         TEST_NAN_SIGN used.
22326         (check_complex): Pass TEST_NAN_SIGN flag through to second
22327         check_float_internal call.
22328         (copysign_test_data): Add tests with quiet NaNs as second
22329         argument.  Use TEST_NAN_SIGN.
22330         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22331         TEST_NAN_SIGN.
22332         (signbit_test_data): Add tests of quiet NaN argument.
22333         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22335         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22336         $ignore_result.
22337         (parse_args): Handle function results specified as IGNORE.
22338         * math/libm-test.inc (IGNORE_RESULT): New macro.
22339         (check_float_internal): Do not check numerical result if flag
22340         IGNORE_RESULT set.
22341         (check_complex): Pass through IGNORE_RESULT to second
22342         check_float_internal call.
22343         (check_int): Do not check numerical result if flag IGNORE_RESULT
22344         set.
22345         (check_long): Likewise.
22346         (check_bool): Likewise.
22347         (check_longlong): Likewise.
22348         (lrint_test_data): Add tests of infinite and NaN arguments.
22349         (lrint_tonearest_test_data): Likewise.
22350         (lrint_towardzero_test_data): Likewise.
22351         (lrint_downward_test_data): Likewise.
22352         (lrint_upward_test_data): Likewise.
22353         (llrint_test_data): Likewise.
22354         (llrint_tonearest_test_data): Likewise.
22355         (llrint_towardzero_test_data): Likewise.
22356         (llrint_downward_test_data): Likewise.
22357         (llrint_upward_test_data): Likewise.
22358         (lround_test_data): Likewise.
22359         (llround_test_data): Likewise.
22361         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22362         (ERRNO_UNCHANGED): Update value.
22363         (ERRNO_EDOM): Likewise.
22364         (ERRNO_ERANGE): Likewise.
22365         (NO_TEST_INLINE_FLOAT): New macro.
22366         (NO_TEST_INLINE_DOUBLE): Likewise.
22367         (enable_test): New function.
22368         (RUN_TEST_f_f): Check enable_test before running test.
22369         (RUN_TEST_2_f): Likewise.
22370         (RUN_TEST_fff_f): Likewise.
22371         (RUN_TEST_c_f): Likewise.
22372         (RUN_TEST_f_f1): Likewise.
22373         (RUN_TEST_fF_f1): Likewise.
22374         (RUN_TEST_fI_f1): Likewise.
22375         (RUN_TEST_ffI_f1): Likewise.
22376         (RUN_TEST_c_c): Likewise.
22377         (RUN_TEST_cc_c): Likewise.
22378         (RUN_TEST_f_i): Likewise.
22379         (RUN_TEST_f_i_tg): Likewise.
22380         (RUN_TEST_ff_i_tg): Likewise.
22381         (RUN_TEST_f_b): Likewise.
22382         (RUN_TEST_f_b_tg): Likewise.
22383         (RUN_TEST_f_l): Likewise.
22384         (RUN_TEST_f_L): Likewise.
22385         (RUN_TEST_fFF_11): Likewise.
22386         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22387         conditionals.
22388         (cosh_test_data): Likewise.
22389         (exp_test_data): Likewise.
22390         (expm1_test_data): Likewise.
22391         (hypot_test_data): Likewise.
22392         (pow_test_data): Likewise.
22393         (sinh_test_data): Likewise.
22394         (tanh_test_data): Likewise.
22395         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22396         flags argument.
22398         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22399         tests with quiet NaN input and output.
22400         (acosh_test_data): Likewise.
22401         (asin_test_data): Likewise.
22402         (asinh_test_data): Likewise.
22403         (atan_test_data): Likewise.
22404         (atanh_test_data): Likewise.
22405         (atan2_test_data): Likewise.
22406         (cbrt_test_data): Likewise.
22407         (cos_test_data): Likewise.
22408         (cosh_test_data): Likewise.
22409         (erf_test_data): Likewise.
22410         (erfc_test_data): Likewise.
22411         (exp_test_data): Likewise.
22412         (exp10_test_data): Likewise.
22413         (exp2_test_data): Likewise.
22414         (expm1_test_data): Likewise.
22415         (hypot_test_data): Likewise.
22416         (j0_test_data): Likewise.
22417         (j1_test_data): Likewise.
22418         (jn_test_data): Likewise.
22419         (lgamma_test_data): Likewise.
22420         (log_test_data): Likewise.
22421         (log10_test_data): Likewise.
22422         (log1p_test_data): Likewise.
22423         (log2_test_data): Likewise.
22424         (pow_test_data): Likewise.
22425         (scalb_test_data): Likewise.
22426         (sin_test_data): Likewise.
22427         (sincos_test_data): Likewise.
22428         (sinh_test_data): Likewise.
22429         (tan_test_data): Likewise.
22430         (tanh_test_data): Likewise.
22431         (tgamma_test_data): Likewise.
22432         (y0_test_data): Likewise.
22433         (y1_test_data): Likewise.
22434         (yn_test_data): Likewise.
22436         [BZ #16167]
22437         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22438         argument being NaN and avoid computations with second argument in
22439         that case.
22440         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22441         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22442         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22444 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22446         * locale/iso-639.def: Add Chitwani Tharu (the).
22448 2013-11-14  Andreas Schwab  <schwab@suse.de>
22450         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22451         word instead of empty string.
22453 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22456         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22458         (__fe_nomask_env): Likewise.
22460 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22462         * benchtests/bench-timing.h: Include time.h.
22464 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
22466         [BZ #15997]
22467         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22468         to 3.4.0 for x32.
22469         * sysdeps/unix/sysv/linux/configure: Regenerated.
22471 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
22473         [BZ #16151]
22474         * stdlib/strtod_l.c (round_and_return): Do not consider
22475         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22476         exponent one less than half the least subnormal exponent.
22477         * stdlib/test-strtod-round-data: Add more tests.
22478         * stdlib/tst-strtod-round.c (tests): Regenerated.
22480 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22482         [BZ #14143]
22483         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22484         (__fe_mask_env): Likewise.
22485         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22486         libm_hidden_proto and add function prototype.
22487         (__fe_mask_env): Add function prototype.
22488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22489         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22491         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22493         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22495 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22497         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22498         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22500 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22502         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22503         of htab_find_slot().
22505 2013-11-11  David S. Miller  <davem@davemloft.net>
22507         [BZ #16150]
22508         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22509         symbol in the non-vis3 case in static builds.
22510         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22511         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22512         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22513         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22515 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
22517         [BZ #387]
22518         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22519         it is empty.
22521 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22523         * benchtests/Makefile: Add bench-strtod.
22524         * benchtests/bench-strtod.c: New file: strtod benchtest
22526 2013-11-11  Andreas Schwab  <schwab@suse.de>
22528         [BZ #16153]
22529         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22530         terminating NUL in key length.
22532 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22534         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22535         Add artificial ODP entry for vDSO symbol for PPC64.
22536         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22537         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22539 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22541         [BZ #15374]
22542         * nss/getent.c (services_keys): Recognize services starting with digit.
22544 2013-11-06  David S. Miller  <davem@davemloft.net>
22546         [BZ #15985]
22547         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22548         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22550 2013-11-06  Will Newton  <will.newton@linaro.org>
22552         * manual/memory.texi (Malloc Examples): Remove register
22553         keyword from examples.
22555 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
22557         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22559 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
22561         [BZ #6981]
22562         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22563         depending on [__GCC_IEC_559 > 0].
22564         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22565         depending on [__GCC_IEC_559_COMPLEX > 0].
22567 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
22569         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22570         to iso-639.def.
22572 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
22574         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22576 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
22578         [BZ #16112]
22579         * malloc/malloc (malloc_info): Do not handle first bin as
22580         special case.
22582 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
22584         * locale/iso-639.def: Add Central Nahuatl (nhn).
22586 2013-11-01  Bruno Haible  <bruno@clisp.org>
22588         [BZ #7003]
22589         * manual/math.texi (BSD Random): Specify range upper bound as
22590         in POSIX.
22592 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
22594         * locale/iso-639.def: Add Meadow Mari (mhr).
22596 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
22598         [BZ #14752], [BZ #15763]
22599         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22600         Validate name.
22601         * rt/tst_shm.c: Add test for escaping directory.
22603 2013-10-31  Andreas Schwab  <schwab@suse.de>
22605         [BZ #15917]
22606         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22607         followed by 'x' as part of digit sequence.
22608         * stdio-common/tst-sscanf.c (double_tests2): New tests.
22610 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22612         [BZ #16037]
22613         * configure.ac: allow GNU Make 4.0 and greater.
22614         * configure: Regenerated.
22616 2013-10-30  Will Newton  <will.newton@linaro.org>
22618         [BZ #16038]
22619         * malloc/hooks.c (memalign_check): Limit alignment to the
22620         maximum representable power of two.
22621         * malloc/malloc.c (__libc_memalign): Likewise.
22622         * malloc/tst-memalign.c (do_test): Add test for very
22623         large alignment values.
22624         * malloc/tst-posix_memalign.c (do_test): Likewise.
22626 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22628         [BZ #11087]
22629         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22630         (munmap_chunk): Likewise.
22631         (mremap_chunk): Likewise.
22633 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
22635         [BZ #15799]
22636         * stdlib/div.c (div): Remove obsolete code.
22637         * stdlib/ldiv.c (ldiv): Likewise.
22638         * stdlib/lldiv.c (lldiv): Likewise.
22640 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
22642         [BZ #16071]
22643         * nss/nss_files/files-XXX.c (get_contents_ret): New
22644         enumerator.
22645         (get_contents): New function.
22646         (internal_getent): Use it.  Expand size of LINEBUFLEN.
22648 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
22650         * configure.in: Moved to ...
22651         * configure.ac: ... here. Change reference to configure.in
22652         to configure.ac.
22653         * sysdeps/arm/preconfigure.ac: ... here.
22654         configure.in to configure.ac.
22655         * sysdeps/gnu/configure.in: Moved to ...
22656         * sysdeps/gnu/configure.ac: ... here.
22657         * sysdeps/i386/configure.in: Moved to ...
22658         * sysdeps/i386/configure.ac: ... here.
22659         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22660         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22661         * sysdeps/mach/configure.in: Moved to ...
22662         * sysdeps/mach/configure.ac: ... here.
22663         * sysdeps/mach/hurd/configure.in: Moved to ...
22664         * sysdeps/mach/hurd/configure.ac: ... here.
22665         * sysdeps/powerpc/configure.in: Moved to ...
22666         * sysdeps/powerpc/configure.ac: ... here.
22667         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22668         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22669         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22670         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22671         * sysdeps/s390/s390-32/configure.in: Moved to ...
22672         * sysdeps/s390/s390-32/configure.ac: ... here.
22673         * sysdeps/s390/s390-64/configure.in: Moved to ...
22674         * sysdeps/s390/s390-64/configure.ac: ... here.
22675         * sysdeps/sh/configure.in: Moved to ...
22676         * sysdeps/sh/configure.ac: ... here.
22677         * sysdeps/sparc/configure.in: Moved to ...
22678         * sysdeps/sparc/configure.ac: ... here.
22679         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22680         * sysdeps/unix/sysv/linux/configure.ac: ... here.
22681         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22682         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22683         * sysdeps/x86_64/configure.in: Moved to ...
22684         * sysdeps/x86_64/configure.ac: ... here.
22685         * sysdeps/x86_64/preconfigure.in: Moved to ...
22686         * sysdeps/x86_64/preconfigure.ac: ... here.
22687         * aclocal.m4: Change reference to configure.in to configure.ac.
22688         * config.h.in: Likewise.
22689         * manual/install.texi: Likewise.
22690         * manual/maint.texi: Likewise.
22691         * Makefile: Likewise.
22692         * malloc/Makefile: Likewise.
22693         * nscd/Makefile: Likewise.
22694         * Makeconfig: Change reference to configure.in and
22695         preconfigure.in to configure.ac and preconfigure.ac
22696         respectively.
22697         * INSTALL: Regenerated.
22698         * configure: Likewise.
22699         * sysdeps/gnu/configure: Likewise.
22700         * sysdeps/i386/configure: Likewise.
22701         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22702         * sysdeps/mach/configure: Likewise.
22703         * sysdeps/mach/hurd/configure: Likewise.
22704         * sysdeps/powerpc/configure: Likewise.
22705         * sysdeps/powerpc/powerpc32/configure: Likewise.
22706         * sysdeps/powerpc/powerpc64/configure: Likewise.
22707         * sysdeps/s390/s390-32/configure: Likewise.
22708         * sysdeps/s390/s390-64/configure: Likewise.
22709         * sysdeps/sh/configure: Likewise.
22710         * sysdeps/sparc/configure: Likewise.
22711         * sysdeps/unix/sysv/linux/configure: Likewise.
22712         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22713         * sysdeps/x86_64/configure: Likewise.
22714         * sysdeps/x86_64/preconfigure: Likewise.
22716 2013-10-29  Andreas Schwab  <schwab@suse.de>
22718         * stdio-common/Makefile (tst-swscanf-ENV): Define.
22720 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22722         * benchtests/pow-inputs: Add new inputs.
22724         * benchtests/exp-inputs: Add new inputs.
22726         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22727         conditional check for return value.
22728         (__cos32): Likewise.
22730 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22732         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22733         to provide a boost for large inputs with word alignment.
22734         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22735         implementation based on optimized PPC64 strcpy.
22736         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22737         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22738         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22739         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22741 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22743         [BZ #2801]
22744         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22746 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22748         [BZ #14876]
22749         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22750         * time/tst-strptime.c (day_tests): Add testcase.
22752 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
22754         [BZ #14029]
22755         * manual/pattern.texi: Acknowledge that fnmatch can fail.
22757 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
22759         [BZ #16074]
22760         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22761         MAP_FAILED on error.
22763 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
22765         [BZ #16072]
22766         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22767         heap for large requests.
22769 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
22771         [BZ #9954]
22772         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22773         result if the result has no associated interface.
22774         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22775         interface for all 127.X.Y.Z addresses.
22777 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
22779         * locale/iso-639.def: Add Ligurian (lij)
22781 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
22783         [BZ #15825]
22784         * sunrpc/rpc_main.c: Document rpcgen -5.
22786 2013-10-19  Michael Stahl  <mstahl@redhat.com>
22788         * elf/rtld.c (do_preload): Print the reason why preloading failed.
22790 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22792         [BZ #10278]
22793         * posix/glob.c: Match only directories when trailing slash is present.
22794         * posix/tst-gnuglob.c (my_opendir): Do not open files.
22795         (main): Add testcase.
22797 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
22799         [BZ #15670]
22800         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22802 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
22804         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22805         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22806         AUTH_DES and cindex for FIPS 140-2.
22807         (DES Encryption): Add cindex FIPS 46-3.
22809         * locale/locarchive.h (struct locarhandle): Add fname.
22810         * locale/programs/localedef.c (main): Pass ARGV[remaining]
22811         if an optional argument was specified to --list-archive,
22812         otherwise NULL.
22813         * locale/programs/locarchive.c (show_archive_content): Take new
22814         argument fname and pass it via ah.fname to open_archive.
22815         * locale/programs/localedef.h: Update decl.
22816         (open_archive): If AH->fname is non-null, open that file
22817         rather than the default file name, and don't ignore ENOENT.
22818         (create_archive): Set AH.fname to NULL.
22819         (delete_locales_from_archive): Likewise.
22820         (add_locales_to_archive): Likewise.
22821         * locale/programs/locfile.c (write_all_categories): Likewise.
22823 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
22824             Aldy Hernandez  <aldyh@redhat.com>
22826         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22827         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22828         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22829         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22830         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22831         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22832         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22833         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22834         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22835         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22836         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22837         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22838         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22839         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22840         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22841         Likewise.
22842         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22843         Likewise.
22844         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22845         Likewise.
22846         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22847         Likewise.
22848         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22849         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22850         Likewise.
22851         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22852         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22853         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22854         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22855         Likewise.
22856         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22857         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22858         * sysdeps/powerpc/preconfigure: Likewise.
22859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22860         Likewise.
22861         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22862         Replace contents of file by #include of <fenv_libc.h>.
22863         * sysdeps/powerpc/soft-fp/sfp-machine.h
22864         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22865         and <sys/prctl.h>.
22866         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22867         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22868         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22869         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22870         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22871         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22872         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22873         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22874         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22875         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22876         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22877         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22879         Allow copysignl PLT reference to be missing.
22881 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
22882             Joseph Myers  <joseph@codesourcery.com
22884         [BZ #15948]
22885         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22886         single character.
22887         (add_to_tablewc): Assert sequence of wide characters is nonempty.
22889 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
22891         * elf/tst-tls-dlinfo.c: Don't include tls.h.
22892         * elf/tst-tls1.c: Likewise.
22893         * elf/tst-tls10.h: Likewise.
22894         * elf/tst-tls14.c: Likewise.
22895         * elf/tst-tls2.c: Likewise.
22896         * elf/tst-tls3.c: Likewise.
22897         * elf/tst-tls4.c: Likewise.
22898         * elf/tst-tls5.c: Likewise.
22899         * elf/tst-tls6.c: Likewise.
22900         * elf/tst-tls7.c: Likewise.
22901         * elf/tst-tls8.c: Likewise.
22902         * elf/tst-tls9.c: Likewise.
22903         * elf/tst-tlsmod1.c: Likewise.
22904         * elf/tst-tlsmod13.c: Likewise.
22905         * elf/tst-tlsmod13a.c: Likewise.
22906         * elf/tst-tlsmod14a.c: Likewise.
22907         * elf/tst-tlsmod16a.c: Likewise.
22908         * elf/tst-tlsmod16b.c: Likewise.
22909         * elf/tst-tlsmod2.c: Likewise.
22910         * elf/tst-tlsmod3.c: Likewise.
22911         * elf/tst-tlsmod4.c: Likewise.
22912         * elf/tst-tlsmod5.c: Likewise.
22913         * elf/tst-tlsmod6.c: Likewise.
22915 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
22917         [BZ #12486]
22918         * malloc/malloc.c: remove checks for statistics.
22920 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22922         [BZ #15277]
22923         * inet/inet_net.c (inet_network): Detect additional invalid strings.
22924         * inet/tst-network.c: Add testcase.
22926 2013-10-17  Andreas Schwab  <schwab@suse.de>
22928         [BZ #15218]
22929         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22930         to determine canonical name.
22932 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
22934         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22935         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22936         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22937         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22938         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22939         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22940         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22941         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22942         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22943         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22944         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22945         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22946         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22947         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22948         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22949         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22950         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22951         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22952         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22953         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22954         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22955         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22956         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22957         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
22958         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
22959         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
22960         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
22961         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
22962         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
22963         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
22964         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22965         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22966         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22967         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22968         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22969         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22970         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22971         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22972         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22973         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22974         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22975         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22976         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22977         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22978         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22979         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22980         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22981         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22982         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22983         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22984         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22985         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22986         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22987         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22988         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22989         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22990         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22991         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22993 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
22995         [BZ #16041]
22996         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
22997         make result into a quiet NaN.
22999 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23001         * soft-fp/adddf3.c: Fix horizontal whitespace.
23002         * soft-fp/addsf3.c: Likewise.
23003         * soft-fp/addtf3.c: Likewise.
23004         * soft-fp/divdf3.c: Likewise.
23005         * soft-fp/divsf3.c: Likewise.
23006         * soft-fp/divtf3.c: Likewise.
23007         * soft-fp/double.h: Likewise.
23008         * soft-fp/eqdf2.c: Likewise.
23009         * soft-fp/eqsf2.c: Likewise.
23010         * soft-fp/eqtf2.c: Likewise.
23011         * soft-fp/extenddftf2.c: Likewise.
23012         * soft-fp/extended.h: Likewise.
23013         * soft-fp/extendsfdf2.c: Likewise.
23014         * soft-fp/extendsftf2.c: Likewise.
23015         * soft-fp/extendxftf2.c: Likewise.
23016         * soft-fp/fixdfdi.c: Likewise.
23017         * soft-fp/fixdfsi.c: Likewise.
23018         * soft-fp/fixdfti.c: Likewise.
23019         * soft-fp/fixsfdi.c: Likewise.
23020         * soft-fp/fixsfsi.c: Likewise.
23021         * soft-fp/fixsfti.c: Likewise.
23022         * soft-fp/fixtfdi.c: Likewise.
23023         * soft-fp/fixtfsi.c: Likewise.
23024         * soft-fp/fixtfti.c: Likewise.
23025         * soft-fp/fixunsdfdi.c: Likewise.
23026         * soft-fp/fixunsdfsi.c: Likewise.
23027         * soft-fp/fixunsdfti.c: Likewise.
23028         * soft-fp/fixunssfdi.c: Likewise.
23029         * soft-fp/fixunssfsi.c: Likewise.
23030         * soft-fp/fixunssfti.c: Likewise.
23031         * soft-fp/fixunstfdi.c: Likewise.
23032         * soft-fp/fixunstfsi.c: Likewise.
23033         * soft-fp/fixunstfti.c: Likewise.
23034         * soft-fp/floatdidf.c: Likewise.
23035         * soft-fp/floatdisf.c: Likewise.
23036         * soft-fp/floatditf.c: Likewise.
23037         * soft-fp/floatsidf.c: Likewise.
23038         * soft-fp/floatsisf.c: Likewise.
23039         * soft-fp/floatsitf.c: Likewise.
23040         * soft-fp/floattidf.c: Likewise.
23041         * soft-fp/floattisf.c: Likewise.
23042         * soft-fp/floattitf.c: Likewise.
23043         * soft-fp/floatundidf.c: Likewise.
23044         * soft-fp/floatundisf.c: Likewise.
23045         * soft-fp/floatunditf.c: Likewise.
23046         * soft-fp/floatunsidf.c: Likewise.
23047         * soft-fp/floatunsisf.c: Likewise.
23048         * soft-fp/floatunsitf.c: Likewise.
23049         * soft-fp/floatuntidf.c: Likewise.
23050         * soft-fp/floatuntisf.c: Likewise.
23051         * soft-fp/floatuntitf.c: Likewise.
23052         * soft-fp/fmadf4.c: Likewise.
23053         * soft-fp/fmasf4.c: Likewise.
23054         * soft-fp/fmatf4.c: Likewise.
23055         * soft-fp/gedf2.c: Likewise.
23056         * soft-fp/gesf2.c: Likewise.
23057         * soft-fp/getf2.c: Likewise.
23058         * soft-fp/ledf2.c: Likewise.
23059         * soft-fp/lesf2.c: Likewise.
23060         * soft-fp/letf2.c: Likewise.
23061         * soft-fp/muldf3.c: Likewise.
23062         * soft-fp/mulsf3.c: Likewise.
23063         * soft-fp/multf3.c: Likewise.
23064         * soft-fp/negdf2.c: Likewise.
23065         * soft-fp/negsf2.c: Likewise.
23066         * soft-fp/negtf2.c: Likewise.
23067         * soft-fp/op-1.h: Likewise.
23068         * soft-fp/op-2.h: Likewise.
23069         * soft-fp/op-4.h: Likewise.
23070         * soft-fp/op-8.h: Likewise.
23071         * soft-fp/op-common.h: Likewise.
23072         * soft-fp/quad.h: Likewise.
23073         * soft-fp/single.h: Likewise.
23074         * soft-fp/soft-fp.h: Likewise.
23075         * soft-fp/sqrtdf2.c: Likewise.
23076         * soft-fp/sqrtsf2.c: Likewise.
23077         * soft-fp/sqrttf2.c: Likewise.
23078         * soft-fp/subdf3.c: Likewise.
23079         * soft-fp/subsf3.c: Likewise.
23080         * soft-fp/subtf3.c: Likewise.
23081         * soft-fp/truncdfsf2.c: Likewise.
23082         * soft-fp/trunctfdf2.c: Likewise.
23083         * soft-fp/trunctfsf2.c: Likewise.
23084         * soft-fp/trunctfxf2.c: Likewise.
23085         * soft-fp/unorddf2.c: Likewise.
23086         * soft-fp/unordsf2.c: Likewise.
23087         * soft-fp/unordtf2.c: Likewise.
23089 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23091         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23092         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23094 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23096         * elf/dl-libc.c: Clear initfini list after freeing.
23098 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23100         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23101         * soft-fp/addsf3.c: Likewise.
23102         * soft-fp/addtf3.c: Likewise.
23103         * soft-fp/divdf3.c: Likewise.
23104         * soft-fp/divsf3.c: Likewise.
23105         * soft-fp/divtf3.c: Likewise.
23106         * soft-fp/double.h: Likewise.
23107         * soft-fp/eqdf2.c: Likewise.
23108         * soft-fp/eqsf2.c: Likewise.
23109         * soft-fp/eqtf2.c: Likewise.
23110         * soft-fp/extenddftf2.c: Likewise.
23111         * soft-fp/extended.h: Likewise.
23112         * soft-fp/extendsfdf2.c: Likewise.
23113         * soft-fp/extendsftf2.c: Likewise.
23114         * soft-fp/extendxftf2.c: Likewise.
23115         * soft-fp/fixdfdi.c: Likewise.
23116         * soft-fp/fixdfsi.c: Likewise.
23117         * soft-fp/fixdfti.c: Likewise.
23118         * soft-fp/fixsfdi.c: Likewise.
23119         * soft-fp/fixsfsi.c: Likewise.
23120         * soft-fp/fixsfti.c: Likewise.
23121         * soft-fp/fixtfdi.c: Likewise.
23122         * soft-fp/fixtfsi.c: Likewise.
23123         * soft-fp/fixtfti.c: Likewise.
23124         * soft-fp/fixunsdfdi.c: Likewise.
23125         * soft-fp/fixunsdfsi.c: Likewise.
23126         * soft-fp/fixunsdfti.c: Likewise.
23127         * soft-fp/fixunssfdi.c: Likewise.
23128         * soft-fp/fixunssfsi.c: Likewise.
23129         * soft-fp/fixunssfti.c: Likewise.
23130         * soft-fp/fixunstfdi.c: Likewise.
23131         * soft-fp/fixunstfsi.c: Likewise.
23132         * soft-fp/fixunstfti.c: Likewise.
23133         * soft-fp/floatdidf.c: Likewise.
23134         * soft-fp/floatdisf.c: Likewise.
23135         * soft-fp/floatditf.c: Likewise.
23136         * soft-fp/floatsidf.c: Likewise.
23137         * soft-fp/floatsisf.c: Likewise.
23138         * soft-fp/floatsitf.c: Likewise.
23139         * soft-fp/floattidf.c: Likewise.
23140         * soft-fp/floattisf.c: Likewise.
23141         * soft-fp/floattitf.c: Likewise.
23142         * soft-fp/floatundidf.c: Likewise.
23143         * soft-fp/floatundisf.c: Likewise.
23144         * soft-fp/floatunsidf.c: Likewise.
23145         * soft-fp/floatunsisf.c: Likewise.
23146         * soft-fp/floatuntidf.c: Likewise.
23147         * soft-fp/floatuntisf.c: Likewise.
23148         * soft-fp/floatuntitf.c: Likewise.
23149         * soft-fp/fmadf4.c: Likewise.
23150         * soft-fp/fmasf4.c: Likewise.
23151         * soft-fp/fmatf4.c: Likewise.
23152         * soft-fp/gedf2.c: Likewise.
23153         * soft-fp/gesf2.c: Likewise.
23154         * soft-fp/getf2.c: Likewise.
23155         * soft-fp/ledf2.c: Likewise.
23156         * soft-fp/lesf2.c: Likewise.
23157         * soft-fp/letf2.c: Likewise.
23158         * soft-fp/muldf3.c: Likewise.
23159         * soft-fp/mulsf3.c: Likewise.
23160         * soft-fp/multf3.c: Likewise.
23161         * soft-fp/negdf2.c: Likewise.
23162         * soft-fp/negsf2.c: Likewise.
23163         * soft-fp/negtf2.c: Likewise.
23164         * soft-fp/op-1.h: Likewise.
23165         * soft-fp/op-2.h: Likewise.
23166         * soft-fp/op-4.h: Likewise.
23167         * soft-fp/op-8.h: Likewise.
23168         * soft-fp/op-common.h: Likewise.
23169         * soft-fp/quad.h: Likewise.
23170         * soft-fp/single.h: Likewise.
23171         * soft-fp/soft-fp.h: Likewise.
23172         * soft-fp/sqrtdf2.c: Likewise.
23173         * soft-fp/sqrtsf2.c: Likewise.
23174         * soft-fp/sqrttf2.c: Likewise.
23175         * soft-fp/subdf3.c: Likewise.
23176         * soft-fp/subsf3.c: Likewise.
23177         * soft-fp/subtf3.c: Likewise.
23178         * soft-fp/truncdfsf2.c: Likewise.
23179         * soft-fp/trunctfdf2.c: Likewise.
23180         * soft-fp/trunctfsf2.c: Likewise.
23181         * soft-fp/trunctfxf2.c: Likewise.
23182         * soft-fp/unorddf2.c: Likewise.
23183         * soft-fp/unordsf2.c: Likewise.
23184         * soft-fp/unordtf2.c: Likewise.
23186 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23188         [BZ #15672]
23189         * misc/error.c (error_tail): Fix possible buffer overflow.
23191 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23193         [BZ #13028]
23194         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23195         address.
23197 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23199         [BZ #832]
23200         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23201         testing pipefail option.
23203 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23205         * soft-fp/double.h: Indent preprocessor directives inside #if.
23206         * soft-fp/extended.h: Likewise.
23207         * soft-fp/op-2.h: Likewise.
23208         * soft-fp/op-4.h: Likewise.
23209         * soft-fp/op-common.h: Likewise.
23210         * soft-fp/quad.h: Likewise.
23211         * soft-fp/single.h: Likewise.
23212         * soft-fp/soft-fp.h: Likewise.
23214 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23216         * iconv/iconv_prog.c: Fix typos.
23217         * stdio-common/psiginfo-data.h: Likewise.
23219 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23221         [BZ #15764]
23222         * locale/setlocale.c: Fix typo.
23224 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23226         [BZ #16036]
23227         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23228         signaling NaN arguments.
23229         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23230         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23232         [BZ #14910]
23233         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23234         unordered operands.
23235         * soft-fp/gesf2.c (__gesf2): Likewise.
23236         * soft-fp/getf2.c (__getf2): Likewise.
23237         * soft-fp/ledf2.c (__ledf2): Likewise.
23238         * soft-fp/lesf2.c (__lesf2): Likewise.
23239         * soft-fp/letf2.c (__letf2): Likewise.
23241         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23242         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23243         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23244         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23245         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23246         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23247         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23248         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23249         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23250         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23251         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23252         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23253         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23254         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23255         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23256         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23257         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23258         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23259         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23260         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23261         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23262         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23263         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23264         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23265         * soft-fp/floattidf.c (__floattidf): Likewise.
23266         * soft-fp/floattisf.c (__floattisf): Likewise.
23267         * soft-fp/floattitf.c (__floattitf): Likewise.
23268         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23269         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23270         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23271         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23272         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23273         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23274         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23275         * soft-fp/gesf2.c (__gesf2): Likewise.
23276         * soft-fp/getf2.c (__getf2): Likewise.
23277         * soft-fp/ledf2.c (__ledf2): Likewise.
23278         * soft-fp/lesf2.c (__lesf2): Likewise.
23279         * soft-fp/letf2.c (__letf2): Likewise.
23281         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23282         Undefine and redefine.
23283         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23284         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23285         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23286         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23287         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23288         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23289         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23290         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23291         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23292         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23293         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23294         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23295         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23296         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23297         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23299         [BZ #16032]
23300         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23301         without decrementing exponent if mantissa >= that for the
23302         denominator, not >.
23303         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23304         denominator, not >.  Decrement exponent in < case instead of
23305         incrementing in >= case.
23306         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23307         without decrementing exponent if mantissa >= that for the
23308         denominator, not >.
23310         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23311         computing saturated result for unsigned overflow.
23313 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23314             Jeff Law  <law@redhat.com>
23316         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23317         (atan2Mp): Add systemtap probe marker.
23318         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23319         (__ieee754_log): Add systemtap probe marker.
23320         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23321         (atanMp): Add systemtap probe marker.
23322         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23323         (tanMp): Add systemtap probe marker.
23324         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23325         (__slowexp): Add systemtap probe marker.
23326         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23327         (__slowpow): Add systemtap probe marker.
23328         * manual/probes.texi: Document probes.
23330 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23332         [BZ #15362]
23333         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23334         written.
23335         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23336         written.
23337         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23338         written to buffer but not flushed.
23339         * libio/iofwrite_u.c:  Likewise.
23340         * libio/iopadn.c:  Return bytes returned even if EOF was
23341         encountered.
23342         * libio/iowpadn.c:  Likewise.
23343         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23344         if _IO_padn does not write the whole buffer.
23345         [!COMPILE_WPRINTF] (PAD): Likewise.
23347 2013-10-10  David S. Miller  <davem@davemloft.net>
23349         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23350         directory block.
23352 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23354         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23355         instead of FSF address.
23356         * soft-fp/fixdfti.c: Likewise.
23357         * soft-fp/fixsfti.c: Likewise.
23358         * soft-fp/fixtfti.c: Likewise.
23359         * soft-fp/fixunsdfti.c: Likewise.
23360         * soft-fp/fixunssfti.c: Likewise.
23361         * soft-fp/fixunstfti.c: Likewise.
23362         * soft-fp/floattidf.c: Likewise.
23363         * soft-fp/floattisf.c: Likewise.
23364         * soft-fp/floattitf.c: Likewise.
23365         * soft-fp/floatuntidf.c: Likewise.
23366         * soft-fp/floatuntisf.c: Likewise.
23367         * soft-fp/floatuntitf.c: Likewise.
23368         * soft-fp/trunctfxf2.c: Likewise.
23370         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23371         * soft-fp/fixdfti.c: Likewise.
23372         * soft-fp/fixsfti.c: Likewise.
23373         * soft-fp/fixtfti.c: Likewise.
23374         * soft-fp/fixunsdfti.c: Likewise.
23375         * soft-fp/fixunssfti.c: Likewise.
23376         * soft-fp/fixunstfti.c: Likewise.
23377         * soft-fp/floattidf.c: Likewise.
23378         * soft-fp/floattisf.c: Likewise.
23379         * soft-fp/floattitf.c: Likewise.
23380         * soft-fp/floatuntidf.c: Likewise.
23381         * soft-fp/floatuntisf.c: Likewise.
23382         * soft-fp/floatuntitf.c: Likewise.
23383         * soft-fp/trunctfxf2.c: Likewise.
23385 2013-10-10  David S. Miller  <davem@davemloft.net>
23387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23389 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23391         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23392         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23393         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23394         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23395         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23396         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23397         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23399         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23400         for NaNs before doing comparisons on argument.
23401         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23402         Likewise.
23404 2013-10-10  Will Newton  <will.newton@linaro.org>
23406         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23407         passed to _int_memalign does not overflow.
23409 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23411         * scripts/bench.pl: Add include-sources directive.
23412         * benchtests/README: Update documentation.
23414 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23416         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23417         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23418         instead of FP_INIT_ROUNDMODE.
23419         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23420         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23422         [BZ #16034]
23423         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23424         copy class of input value.
23425         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23426         not handle exceptions.
23427         * soft-fp/negsf2.c (__negsf2): Likewise.
23428         * soft-fp/negtf2.c (__negtf2): Likewise.
23429         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23431 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23433         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23434         semicolon.  From Linux kernel.
23436 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23438         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23440 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23442         [BZ #156]
23443         * manual/socket.texi: Added statement about buffer
23444         for gethostbyname2_r.
23446 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23448         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23449         Use .p2align directive instead, throughout.
23450         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23451         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23452         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23453         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23454         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23455         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23456         * sysdeps/x86_64/strchr.S: Likewise.
23457         * sysdeps/x86_64/strrchr.S: Likewise.
23459 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23461         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23463         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23465         * sysdeps/generic/math_private.h (__mpsin1): Remove
23466         declaration.
23467         (__mpcos1): Likewise.
23468         (__mpsin): New argument __range_reduce.
23469         (__mpcos): Likewise.
23470         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23471         (slow): Use __mpsin and __mpcos.
23472         (slow1): Likewise.
23473         (slow2): Likewise.
23474         (sloww): Likewise.
23475         (sloww1): Likewise.
23476         (sloww2): Likewise.
23477         (bsloww): Likewise.
23478         (bsloww1): Likewise.
23479         (bsloww2): Likewise.
23480         (cslow2): Likewise.
23481         (csloww): Likewise.
23482         (csloww1): Likewise.
23483         (csloww2): Likewise.
23484         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23485         range_reduce.  Merge in __mpsin1.
23486         (__mpcos): Likewise.
23487         (__mpsin1): Remove.
23488         (__mpcos1): Likewise.
23490 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
23492         * locale/loadlocale.c (_nl_intern_locale_data): Use
23493         LOCFILE_ALIGNED_P.
23494         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23495         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23496         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23497         obstack data is appropriately aligned.
23498         (obstack_int32_grow_fast): Likewise.
23499         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23500         * locale/programs/locfile.c (add_locale_uint32): Likewise.
23501         (add_locale_uint32_array): Likewise.
23503 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23505         * benchtests/Makefile: Remove ARGLIST and RET variables.
23506         ($(objpfx)bench-%.c): Pass only function name to the script.
23507         * benchtests/README: Update documentation.
23508         * benchtests/acos-inputs: Add new directives.
23509         * benchtests/acosh-inputs: Likewise.
23510         * benchtests/asin-inputs: Likewise.
23511         * benchtests/asinh-inputs: Likewise.
23512         * benchtests/atan-inputs: Likewise.
23513         * benchtests/atanh-inputs: Likewise.
23514         * benchtests/cos-inputs: Likewise.
23515         * benchtests/cosh-inputs: Likewise.
23516         * benchtests/exp-inputs: Likewise.
23517         * benchtests/log-inputs: Likewise.
23518         * benchtests/pow-inputs: Likewise.
23519         * benchtests/rint-inputs: Likewise.
23520         * benchtests/sin-inputs: Likewise.
23521         * benchtests/sinh-inputs: Likewise.
23522         * benchtests/tan-inputs: Likewise.
23523         * benchtests/tanh-inputs: Likewise.
23524         * scripts/bench.pl: Add support for new directives.
23526 2013-10-07  Alan Modra  <amodra@gmail.com>
23528         * README: Fix careless merge.
23530 2013-10-05  Alan Modra  <amodra@gmail.com>
23532         * NEWS: Mention powerpc64le support and bugs fixed.
23533         * README: Both big-endian and little-endian powerpc64 supported.
23535 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
23537         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23538         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23539         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23540         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23542 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
23544         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23545         match prototype.
23547 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
23549         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23550         Move -mhard-float appending from
23551         ports/sysdeps/powerpc/powerpc32/Makefile.
23552         [$(with-fp) = yes] (ASFLAGS): Likewise.
23553         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23554         * sysdeps/powerpc/nofpu: Move directory from
23555         ports/sysdeps/powerpc/nofpu.
23556         * sysdeps/powerpc/soft-fp: Move directory from
23557         ports/sysdeps/powerpc/soft-fp.
23558         * sysdeps/powerpc/powerpc32/405: Move directory from
23559         ports/sysdeps/powerpc/powerpc32/405.
23560         * sysdeps/powerpc/powerpc32/440: Move directory from
23561         ports/sysdeps/powerpc/powerpc32/440.
23562         * sysdeps/powerpc/powerpc32/464: Move directory from
23563         ports/sysdeps/powerpc/powerpc32/464.
23564         * sysdeps/powerpc/powerpc32/476: Move directory from
23565         ports/sysdeps/powerpc/powerpc32/476.
23566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23567         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23569         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23571         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23573         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23575         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23576         * README: Update for powerpc-*-linux-gnu software floating point
23577         support in libc.
23579         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23580         case to powerpc/powerpc32*.
23581         * sysdeps/unix/sysv/linux/configure: Regenerated.
23583         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23584         (_FPU_MASK_OM): Define as 0x04.
23585         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23586         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23587         0x00c10080.
23588         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23589         0x0000003c.
23590         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23593         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23594         getcontext_e500.
23595         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23596         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23597         setcontext_e500.
23598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23599         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23600         and setcontext_e500.
23602 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
23604         * locale/iso-3166.def: Update iso-1366.def and related occurrences
23606 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
23608         * manual/threads.texi (Default Thread Attributes): Fix typo.
23610 2013-10-04  Will Newton  <will.newton@linaro.org>
23612         * malloc/Makefile: Add tst-memalign.
23613         * malloc/tst-memalign.c: New file.
23615         * malloc/tst-posix_memalign.c: Add comments.
23616         (do_test): Add comments and call free on all potentially
23617         allocated pointers. Add space after cast.
23619         * malloc/tst-pvalloc.c: Add comments.
23620         (do_test): Add comments and call free on all potentially
23621         allocated pointers. Remove duplicate check for NULL pointer.
23622         Add space after cast.
23624         * malloc/tst-valloc.c: Add comments.
23625         (do_test): Add comments and call free on all potentially
23626         allocated pointers. Remove duplicate check for NULL pointer.
23627         Add space after cast.
23629 2013-10-04  Alan Modra  <amodra@gmail.com>
23631         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23632         Use stdint types in rather than __attribute__((mode())).
23633         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23635 2013-10-04  Alan Modra  <amodra@gmail.com>
23637         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23638         Correct handling of unaligned relocs for little-endian.
23639         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23641 2013-10-04  Alan Modra  <amodra@gmail.com>
23643         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23644         * configure: Regenerate.
23645         * nptl/shlib-versions: Powerpc*le starts at 2.18.
23646         * shlib-versions: Likewise.
23648 2013-10-04  Alan Modra  <amodra@gmail.com>
23650         * string/tester.c (test_memrchr): Increment reported test cycle.
23652 2013-10-04  Alan Modra  <amodra@gmail.com>
23654         * string/test-memcpy.c (do_one_test): When reporting errors, print
23655         string address and don't overrun end of string.
23657 2013-10-04  Alan Modra  <amodra@gmail.com>
23659         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23660         insrdi.  Make better use of reg selection to speed exit slightly.
23661         Schedule entry path a little better.  Remove useless "are we done"
23662         checks on entry to main loop.  Handle wrapping around zero address.
23663         Correct main loop count.  Handle single left-over word from main
23664         loop inline rather than by using loop_small.  Remove extra word
23665         case in loop_small caused by wrong loop count.  Add little-endian
23666         support.
23667         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23668         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
23669         cache hint.
23670         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23671         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23672         support.  Avoid rlwimi.
23673         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23675 2013-10-04  Alan Modra  <amodra@gmail.com>
23677         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23678         insrdi.  Formatting.
23679         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23680         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23681         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23682         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23683         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23684         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23686 2013-10-04  Alan Modra  <amodra@gmail.com>
23688         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23689         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23690         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23691         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23692         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23693         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23694         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23695         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23696         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
23697         use of regs.  Use power7 mtocrf.  Tidy function tails.
23699 2013-10-04  Alan Modra  <amodra@gmail.com>
23701         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23702         Formatting.  Consistently use rXXX register defines or rN defines.
23703         Use early exit labels that avoid restoring unused non-volatile regs.
23704         Make cr field use more consistent with rWORDn compares.  Rename
23705         regs used as shift registers for unaligned loop, using rN defines
23706         for short lifetime/multiple use regs.
23707         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23708         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
23709         addi 1,1,64 to pop stack frame.  Simplify return value code.
23710         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23712 2013-10-04  Alan Modra  <amodra@gmail.com>
23714         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23715         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
23716         rather than rlwimi.
23717         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23718         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23719         little-endian support.  Correct typos.
23720         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
23721         rather than rlwimi.
23722         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
23723         in loop and entry code to keep "and." results.
23724         (strchr): Add little-endian support.  Comment.  Move cntlzd
23725         earlier in tail.
23726         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23728 2013-10-04  Alan Modra  <amodra@gmail.com>
23730         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23731         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23732         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23733         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23735 2013-10-04  Alan Modra  <amodra@gmail.com>
23737         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23738         (rTMP): Define as r11.
23739         (strcmp): Add little-endian support.  Optimise tail.
23740         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23741         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23742         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23743         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23744         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23745         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23746         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23748 2013-10-04  Alan Modra  <amodra@gmail.com>
23750         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23751         little-endian support.  Remove unnecessary "are we done" tests.
23752         Handle "s" wrapping around zero and extremely large "size".
23753         Correct main loop count.  Handle single left-over word from main
23754         loop inline rather than by using small_loop.  Correct comments.
23755         Delete "zero" tail, use "end_max" instead.
23756         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23758 2013-10-04  Alan Modra  <amodra@gmail.com>
23760         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23761         support.  Don't branch over align.
23762         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23763         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23764         support.  Rearrange tmp reg use to suit.  Comment.
23765         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23767 2013-10-04  Alan Modra  <amodra@gmail.com>
23769         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23771 2013-10-04  Alan Modra  <amodra@gmail.com>
23773         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23774         conditional form of branch and link when obtaining pc.
23775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23777 2013-10-04  Alan Modra  <amodra@gmail.com>
23779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23780         HIWORD/LOWORD.
23781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23784 2013-10-04  Alan Modra  <amodra@gmail.com>
23786         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23787         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23788         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23789         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23790         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23791         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23792         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23793         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23794         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23795         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23797 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23798             Alistair Popple <alistair@ozlabs.au.ibm.com>
23799             Alan Modra <amodra@gmail.com>
23801         [BZ #15723]
23802         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23803         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23804         _dl_hwcap access for little-endian.
23805         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
23806         destroy vmx regs when saving unaligned.
23807         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23808         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
23809         destroy vmx regs when saving unaligned.
23811 2013-10-04  Alan Modra  <amodra@gmail.com>
23813         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23814         Don't use a union to pack hi/low value.
23816 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23818         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23819         for little-endian.
23820         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23821         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23822         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23823         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23824         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23826 2013-10-04  Alan Modra  <amodra@gmail.com>
23828         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23829         constants to usual value for .cst8 section, and remove redundant
23830         high address load.
23831         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23832         constant for 0x1p52.  Load little-endian words of double from
23833         correct stack offsets.
23835 2013-10-04  Alan Modra  <amodra@gmail.com>
23837         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23838         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23839         words of double from correct stack offsets.
23840         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23841         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23842         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23843         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23844         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23845         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23846         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23847         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23848         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23849         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23850         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23851         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23852         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23853         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23854         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23855         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23856         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23858 2013-10-04  Alan Modra  <amodra@gmail.com>
23860         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23861         64-bit int/double union.
23862         (_FPU_SETCW): Likewise.
23863         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23864         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23866 2013-10-04  Alan Modra  <amodra@gmail.com>
23868         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23869         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23871 2013-10-04  Alan Modra  <amodra@gmail.com>
23873         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23874         use vector int constants.
23875         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23877 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23879         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23880         array with long long.
23881         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23882         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23883         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23884         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23885         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23886         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23887         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23888         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23889         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23890         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23891         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23892         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23893         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23895 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
23897         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23898         (__signbit): Likewise.  Correct for little-endian.
23899         (__signbitl): Call __signbit.
23900         (lrint): Correct for little-endian.
23901         (lrintf): Call lrint.
23903 2013-10-04  Alan Modra  <amodra@gmail.com>
23905         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23906         union 32-bit int array member with 64-bit int array.
23907         (t515, tm256): Double rather than long double.
23908         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23910 2013-10-04  Alan Modra  <amodra@gmail.com>
23912         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23913         Delete.
23914         (IEEE854_LONG_DOUBLE_BIAS): Delete.
23915         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23916         version of math_ldbl.h.
23918 2013-10-04  Alan Modra  <amodra@gmail.com>
23920         [BZ #15734], [BZ #15735]
23921         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23922         all uses of ieee875 long double macros and unions.  Simplify test
23923         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
23924         ldbl_extract_mantissa value for ix,iy exponents.  Properly
23925         normalize after ldbl_extract_mantissa, and don't add hidden bit
23926         already handled.  Don't treat low word of ieee854 mantissa like
23927         low word of IBM long double and mask off bit when testing for
23928         zero.
23929         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23930         all uses of ieee875 long double macros and unions.  Simplify tests
23931         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
23932         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
23933         two1022, instead use their values.  Recognise that tests for large
23934         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
23935         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23936         Rewrite all uses of ieee875 long double macros and unions.  Simplify
23937         test for 0.0L and nan.  Correct negation.
23938         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23939         ieee875 long double macros and unions.  Correct output for large
23940         magnitude x.  Correct absolute value calculation.
23941         (__erfcl): Likewise.
23942         * math/libm-test.inc: Add tests for errors discovered in IBM long
23943         double versions of fmodl, remainderl, erfl and erfcl.
23945 2013-10-04  Alan Modra  <amodra@gmail.com>
23947         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23948         all uses of ieee854 long double macros and unions.  Simplify tests
23949         for long doubles that are fully specified by the high double.
23950         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23951         Likewise.
23952         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
23953         Remove dead code too.
23954         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
23955         (__ieee754_ynl): Likewise.
23956         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
23957         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
23958         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
23959         Remove dead code too.
23960         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
23961         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
23962         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
23963         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
23964         Simplify.
23965         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
23966         Simplify.
23967         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
23968         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
23969         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
23970         Comment on variable precision.
23971         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
23972         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
23973         Likewise.
23974         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
23975         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23976         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23977         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
23978         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
23980 2013-10-04  Alan Modra  <amodra@gmail.com>
23982         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
23983         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
23984         all uses of ieee854 long double macros and unions.
23985         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
23986         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
23987         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
23988         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
23989         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
23990         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
23991         Likewise.
23992         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
23993         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
23994         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
23995         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
23996         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
23997         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
23998         Simplify sign and nan test too.
23999         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24000         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24001         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24002         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24003         Likewise.
24004         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24005         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24006         Likewise.
24007         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24008         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24009         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24010         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24011         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24012         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24014 2013-10-04  Alan Modra  <amodra@gmail.com>
24016         * stdio-common/printf_size.c (__printf_size): Don't use
24017         union ieee854_long_double in fpnum union.
24018         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24019         signbit macro to retrieve sign from long double.
24020         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24021         retrieve sign from long double.
24022         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24023         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24024         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24025         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24026         * math/test-misc.c (main): Don't use union ieee854_long_double.
24028 2013-10-04  Alan Modra  <amodra@gmail.com>
24030         [BZ #15680]
24031         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24032         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24033         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24034         calculation.  Remove unnecessary test for denormal exponent.
24035         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24036         Correct handling of denormals.  Avoid undefined shift behaviour.
24037         Correct normalisation of low mantissa when low double is denormal.
24038         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24039         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24040         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24041         Correct normalisation of low mantissa.  Test for overflow of high
24042         mantissa and normalise.
24043         (ldbl_nearbyint): Use more readable constant for two52.
24044         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24045         (__mpn_construct_long_double): Fix test for overflow of high
24046         mantissa and correct normalisation.  Avoid undefined shift.
24048 2013-10-04  Alan Modra  <amodra@gmail.com>
24050         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24051         (union ibm_extended_long_double): Define as an array of ieee754_double.
24052         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24053         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24054         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24055         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24056         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24057         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24058         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24059         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24060         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24061         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24062         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24064 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24066         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24067         page size instead of calling getpagesize.
24069         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24070         (LOCFILE_ALIGN_MASK): Likewise.
24071         (LOCFILE_ALIGN_UP): Likewise.
24072         (LOCFILE_ALIGNED_P): Likewise.
24073         * locale/programs/ld-collate.c (collate_output): Use the new
24074         macros instead of __alignof__ (int32_t).
24075         * locale/weight.h (findidx): Likewise.
24077 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24079         [BZ #431]
24080         * manual/string.texi: Fix strncat and wcsncat.
24082 2013-10-03  Brooks Moses  <bmoses@google.com>
24084         [BZ #15915]
24085         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24086         * Makerules: ...here, and adjust associated comments.
24088 2013-10-02  Will Newton  <will.newton@linaro.org>
24090         * malloc/Makefile: Add tst-pvalloc.
24091         * malloc/tst-pvalloc.c: New file.
24093 2013-10-02  Will Newton  <will.newton@linaro.org>
24095         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24096         improve test coverage.
24098 2013-10-02  Will Newton  <will.newton@linaro.org>
24100         * malloc/Makefile: Add tst-posix_memalign.
24101         * malloc/tst-posix_memalign.c: New file.
24103 2013-10-01  Eric Blake  <eblake@redhat.com>
24105         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24106         Use __THROWNL rather than __THROW on static functions.
24108 2013-09-30  Petr Machata  <pmachata@redhat.com>
24110         * elf/elf.h (R_AARCH64_ABS16): New macro.
24111         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24112         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24113         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24114         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24115         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24116         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24117         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24118         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24119         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24120         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24121         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24122         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24123         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24124         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24125         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24126         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24127         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24128         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24129         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24130         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24131         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24132         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24133         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24134         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24135         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24136         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24137         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24138         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24139         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24140         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24141         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24142         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24143         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24144         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24145         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24146         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24147         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24148         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24149         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24150         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24151         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24152         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24153         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24154         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24155         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24156         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24157         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24158         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24159         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24160         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24161         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24162         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24163         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24164         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24165         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24166         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24167         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24168         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24169         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24170         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24171         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24172         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24173         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24174         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24175         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24176         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24177         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24178         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24179         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24180         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24181         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24182         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24183         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24184         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24185         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24186         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24187         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24188         (R_AARCH64_TLSDESC_LDR): Likewise.
24189         (R_AARCH64_TLSDESC_ADD): Likewise.
24190         (R_AARCH64_TLSDESC_CALL): Likewise.
24192 2013-09-30  Andreas Schwab  <schwab@suse.de>
24194         [BZ #15048]
24195         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24196         the nss database lookup.
24197         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24198         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24200 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24202         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24204 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24206         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24207         ${Bash-specific parameter/pattern/string} parameter expansion.
24208         * sysdeps/unix/make-syscalls.sh: Likewise.
24210 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24212         * sysdeps/sh/stackguard-macros.h: New file.
24214 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24216         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24217         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24218         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24219         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24220         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24221         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24223 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24225         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24226         Fix thread ID register.
24228 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24230         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24231         [POSIX || UNIX98]: Require rather than permitting all symbols from
24232         <time.h>.
24233         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24234         element of struct sched_param.
24235         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24236         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24237         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24238         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24239         constant.
24241 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24243         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24244         argument calculation.
24246 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24248         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24249         Expect macro.
24250         [POSIX] (pthread_attr_t): Do not require type.
24251         [POSIX] (pthread_cond_t): Likewise.
24252         [POSIX] (pthread_condattr_t): Likewise.
24253         [POSIX] (pthread_key_t): Likewise.
24254         [POSIX] (pthread_mutex_t): Likewise.
24255         [POSIX] (pthread_mutexattr_t): Likewise.
24256         [POSIX] (pthread_once_t): Likewise.
24257         [POSIX] (pthread_t): Likewise.
24258         [POSIX-based standards] (pthread_atfork): Expect function.
24260 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24261             Richard Sandiford  <richard@codesourcery.com>
24263         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24264         (swap_endianness_p): New extern variable.
24265         (set_big_endian): New inline function.
24266         (maybe_swap_uint32): Likewise.
24267         (maybe_swap_uint32_array): Likewise.
24268         (maybe_swap_uint32_obstack): Likewise.
24269         * locale/programs/locfile.c: Include <stdbool.h>.
24270         (swap_endianness_p): New variable.
24271         (add_locale_uint32): Call maybe_swap_uint32.
24272         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24273         (write_locale_data): Call maybe_swap_uint32_array.
24274         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24275         maybe_swap_uint32.
24276         (obstack_int32_grow_fast): Likewise.
24277         (output_weightwc): Call maybe_swap_uint32_obstack.
24278         (collate_output): Likewise.
24279         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24280         (OPT_LITTLE_ENDIAN): Likewise.
24281         (options): Add --little-endian and --big-endian options.
24282         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24283         * locale/programs/locarchive.c: Include "locfile.h".
24284         (GET): New macro.
24285         (SET): Likewise.
24286         (INC): Likewise.
24287         (create_archive): Use the new macros to access fields of
24288         structures directly mapped from or written to locale archives.
24289         (oldlocrecentcmp): Likewise.
24290         (enlarge_archive): Likewise.
24291         (insert_name): Likewise.
24292         (add_alias): Likewise.
24293         (add_locale): Likewise.
24294         (delete_locales_from_archive): Likewise.
24295         (show_archive_content): Likewise.
24296         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24297         locale data.
24299 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24301         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24302         http://www.gnu.org/doc/freemanuals.texi.
24303         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24305 2013-09-24  Will Newton  <will.newton@linaro.org>
24307         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24308         macro.
24310 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24312         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24313         unsigned char.
24315 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24317         * manual/threads.texi (POSIX Threads): Fix a typo.
24319 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24321         [BZ #14547]
24322         * string/tst-strcoll-overflow.c: New test case.
24323         * string/Makefile (xtests): Add tst-strcoll-overflow.
24324         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24325         cache if string sizes may cause integer overflow.
24327         [BZ #14547]
24328         * string/strcoll_l.c (coll_seq): New members rule, idx,
24329         save_idx and back_us.
24330         (get_next_seq_nocache): New function.
24331         (do_compare_nocache): New function.
24332         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24333         when malloc fails.
24335 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24337         [BZ #15754]
24338         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24339         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24340         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24342         [BZ #15754]
24343         * elf/Makefile (tests): Add tst-ptrguard1.
24344         (tests-static): Add tst-ptrguard1-static.
24345         (tst-ptrguard1-ARGS): Define.
24346         (tst-ptrguard1-static-ARGS): Define.
24347         * elf/tst-ptrguard1.c: New file.
24348         * elf/tst-ptrguard1-static.c: New file.
24349         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24350         * sysdeps/i386/stackguard-macros.h: Likewise.
24351         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24352         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24353         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24354         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24355         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24356         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24358 2013-09-23  Hector Marco  <hecmargi@upv.es>
24359             Ismael Ripoll  <iripoll@disca.upv.es>
24360             Carlos O'Donell  <carlos@redhat.com>
24362         [BZ #15754]
24363         * sysdeps/generic/stackguard-macros.h: Define
24364         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24365         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24366         Define __pointer_chk_guard_local.
24367         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24368         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24370 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24372         [BZ #15859]
24373         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24375 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24377         * include/string.h (__ffs): Declare as hidden.
24378         * string/ffs.c (__ffs): Define as hidden.
24379         * sysdeps/i386/ffs.c (__ffs): Likewise.
24380         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24381         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24382         * sysdeps/s390/ffs.c (__ffs): Likewise.
24383         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24385 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24387         * NEWS: Mention malloc probes.
24389         * malloc/arena.c (new_heap): New memory_heap_new probe.
24390         (grow_heap): New memory_heap_more probe.
24391         (shrink_heap): New memory_heap_less probe.
24392         (heap_trim): New memory_heap_free probe.
24393         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24394         (systrim): New memory_sbrk_less probe.
24395         * manual/probes.texi: Document them.
24397         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24398         * manual/probes.texi: Document it.
24400         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24401         (__libc_realloc): Add memory_realloc_retry probe.
24402         (__libc_memalign): Add memory_memalign_retry probe.
24403         (__libc_valloc): Add memory_valloc_retry probe.
24404         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24405         (__libc_calloc): Add memory_calloc_retry probe.
24406         * manual/probes.texi: Document them.
24408         * malloc/arena.c (get_free_list): Add probe
24409         memory_arena_reuse_free_list.
24410         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24411         and memory_arena_reuse.
24412         (arena_get2) [!PER_THREAD]: Likewise.
24413         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24414         memory_arena_reuse_realloc.
24415         * manual/probes.texi: Document them.
24417         * malloc/malloc.c (__libc_free): Add
24418         memory_mallopt_free_dyn_thresholds probe.
24419         (__libc_mallopt): Add multiple memory_mallopt probes.
24420         * manual/probes.texi: Document them.
24422         * malloc/malloc.c: Include stap-probe.h.
24423         (__libc_mallopt): Add memory_mallopt probe.
24424         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24425         * manual/probes.texi: New.
24426         * manual/Makefile (chapters): Add probes.
24427         * manual/threads.texi: Set next node.
24429 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24431         [BZ #15963, #13985]
24432         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24433         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24434         Add `Chinese' to `nan' entry name.
24436 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24438         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24439         (POLYNOMIAL): Likewise.
24440         (TAYLOR_SINCOS): Likewise.
24441         (TAYLOR_SLOW): Likewise.
24442         (__sin): Use TAYLOR_SINCOS.
24443         (__cos): Likewise.
24444         (slow): Use TAYLOR_SLOW.
24445         (sloww): Likewise.
24446         (bsloww): Likewise.
24447         (csloww): Likewise.
24449 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24451         * stdlib/strtod_l.c: Fix buffer overrun.
24453 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24455         * benchtests/Makefile (bench): Add sincos.
24456         * benchtests/bench-sincos.c: New file.
24458         * math/libm-test.inc (cos_test_data): New test inputs.
24459         (sin_test_data): Likewise.
24461         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24462         macro.
24463         (__sin): Use it.
24464         (__cos): Likewise.
24465         (slow1): Likewise.
24466         (slow2): Likewise.
24467         (sloww1): Likewise.
24468         (sloww2): Likewise.
24469         (bsloww1): Likewise.
24470         (bsloww2): Likewise.
24471         (cslow2): Likewise.
24472         (csloww1): Likewise.
24473         (csloww2): Likewise.
24475         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24476         function.
24477         (__sin): Use it.
24478         (__cos): Likewise.
24480         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24481         gotos.
24482         (__cos): Likewise.
24484 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
24486         * config.h.in (HAVE_MIPS_NAN2008): New macro.
24487         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24488         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24489         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24490         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24491         * elf/cache.c (print_entry): Handle the new cache flags.
24493 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24494             Aldy Hernandez  <aldyh@redhat.com>
24496         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24497         Change condition to [_SOFT_FLOAT].
24498         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24499         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24500         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24501         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24502         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24503         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24504         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24505         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24506         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24507         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24508         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24509         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24510         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24511         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24512         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24513         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24514         declaration.
24516 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
24518         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24519         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24520         (__longjmp): Use LOAD_GP to load saved GPRs.
24521         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24522         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24523         (__sigsetjmp): Use SAVE_GP to save GPRs.
24525         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24526         Do not append -msoft-float.
24527         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24529 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24531         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24533 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
24535         [BZ #15966]
24536         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24537         (_FPU_GETCW): Use initial "__" on variable and field names but not
24538         on macro parameter name.
24539         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
24540         parentheses around reference to macro parameter.
24542 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
24544         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24545         prototype.
24546         (ctype_startup): Use uint32_t in cast and sizeof for
24547         ctype->charnames.
24549 2013-09-11  Jia Liu  <proljc@gmail.com>
24551         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24552         __daddr_t_defined.
24553         [__FreeBSD__]: Likewise.
24555 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
24557         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24558         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24559         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24560         (strchr): Remove __strchr_sse42 ifunc selection.
24561         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24562         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24564 2013-09-11  Will Newton  <will.newton@linaro.org>
24566         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24567         parameter to RES. Remove hardcoded 1000 value.
24568         * benchtests/bench-skeleton.c (main): Pass RES parameter
24569         to TIMING_INIT and multiply result by 1000.
24571 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24573         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24575 2013-09-11  Andreas Schwab  <schwab@suse.de>
24577         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24578         if not defined.
24579         (O_TMPFILE) [__USE_GNU]: Define.
24580         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24581         Define.
24583 2013-09-11  Will Newton  <will.newton@linaro.org>
24585         [BZ #15857]
24586         * malloc/malloc.c (__libc_memalign): Check the value of bytes
24587         does not overflow.
24589 2013-09-11  Will Newton  <will.newton@linaro.org>
24591         [BZ #15856]
24592         * malloc/malloc.c (__libc_valloc): Check the value of bytes
24593         does not overflow.
24595 2013-09-11  Will Newton  <will.newton@linaro.org>
24597         [BZ #15855]
24598         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24599         does not overflow.
24601 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
24603         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24604         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24605         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24606         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24607         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24609 2013-09-10  Allan McRae  <allan@archlinux.org>
24611         [BZ #15748]
24612         * manual/arith.texi (Parsing of Floats): Clarify
24613         cross-reference.
24615         [BZ #15849]
24616         * manual/install.texi (Running make install): Mention
24617         --enable-pt-chown.
24618         * INSTALL: Regenerated.
24620 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
24622         * csu/init-first.c (_init): Remove the !SHARED condition around
24623         FPU control word initialization.
24624         * elf/dl-support.c (_dl_fpu_control): New variable.
24625         (_dl_aux_init) <AT_FPUCW>: Initialize it.
24626         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24627         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24628         * math/test-fpucw-static.c: New file.
24629         * math/test-fpucw-ieee.c: New file.
24630         * math/test-fpucw-ieee-static.c: New file.
24631         * math/Makefile (tests): Add `test-fpucw-ieee' and
24632         `$(tests-static)'.
24633         (tests-static): New variable.
24634         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24635         dependency to...
24636         [($(build-shared),yes)]
24637         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24638         ... this.
24639         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24640         New dependency.
24642 2013-09-09  Allan McRae  <allan@archlinux.org>
24644         [BZ #15939]
24645         * manual/string.texi (Collation Functions): Fix typo in
24646         strcoll example.
24647         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24649         [BZ #15893]
24650         * stdlib/isomac.c (get_null_defines): Fix memory leak.
24652         [BZ #15892]
24653         * libio/memstream.c (open_memstream): Fix memory leak.
24654         * libio/wmemstream.c (open_wmemstream): Likewise.
24656         [BZ #15895]
24657         * nscd/netgroupcache.c: Fix nesting of ifdefs.
24659 2013-09-09  Will Newton  <will.newton@linaro.org>
24661         * malloc/Makefile: Add tst-realloc to tests.
24662         * malloc/tst-realloc.c: New file.
24664 2013-09-09  Allan McRae  <allan@archlinux.org>
24666         [BZ #15844]
24667         * COPYING: Update from GNU website to fix FSF address.
24668         * COPYING.LIB: Likewise.
24670 2013-09-06  David S. Miller  <davem@davemloft.net>
24672         * po/zh_TW.po: Update Chinese (traditional) translation from
24673         translation project.
24675 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
24676             Joseph Myers  <joseph@codesourcery.com>
24678         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24679         "localeinfo.h".
24680         (obstack_chunk_alloc): New macro.
24681         (obstack_chunk_free): Likewise.
24682         (record_offset): New function.
24683         (init_locale_data): Likewise.
24684         (align_locale_data): Likewise.
24685         (add_locale_empty): Likewise.
24686         (add_locale_raw_data): Likewise.
24687         (add_locale_raw_obstack): Likewise.
24688         (add_locale_string): Likewise.
24689         (add_locale_wstring): Likewise.
24690         (add_locale_uint32): Likewise.
24691         (add_locale_uint32_array): Likewise.
24692         (add_locale_char): Likewise.
24693         (start_locale_structure): Likewise.
24694         (end_locale_structure): Likewise.
24695         (start_locale_prelude): Likewise.
24696         (end_locale_prelude): Likewise.
24697         (write_locale_data): Take locale_file structure rather than an
24698         iovec.
24699         * locale/programs/locfile.h: Include "obstack.h".
24700         (struct locale_file): Change to store locale file contents instead
24701         of header.
24702         (init_locale_data): New prototype.
24703         (align_locale_data): Likewise.
24704         (add_locale_empty): Likewise.
24705         (add_locale_raw_data): Likewise.
24706         (add_locale_raw_obstack): Likewise.
24707         (add_locale_string): Likewise.
24708         (add_locale_wstring): Likewise.
24709         (add_locale_uint32): Likewise.
24710         (add_locale_uint32_array): Likewise.
24711         (add_locale_char): Likewise.
24712         (start_locale_structure): Likewise.
24713         (end_locale_structure): Likewise.
24714         (start_locale_prelude): Likewise.
24715         (end_locale_prelude): Likewise.
24716         (write_locale_data): Update prototype.
24717         * locale/programs/3level.h (struct TABLE): Remove result field.
24718         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24719         Use new locale_file interface.
24720         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24721         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24722         * locale/programs/ld-address.c (address_output): Use new
24723         locale_file interface.
24724         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24725         NO_ADD_LOCALE.
24726         (collate_finish): Don't call collseq_table_finalize.
24727         (collate_output): Use new locale_file interface.
24728         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24729         in file.
24730         (NO_FINALIZE): Change to NO_ADD_LOCALE.
24731         (TABLE): Move defines earlier in file.
24732         (ELEMENT): Likewise.
24733         (DEFAULT): Likewise.
24734         (wctrans_table_add): Move macro and inline function earlier in
24735         file.
24736         (struct wctype_table): Move type earlier in file.
24737         (add_locale_wctype_table): New static prototype.
24738         (struct locale_ctype_t): Use logical types instead of struct iovec
24739         pointers for members.
24740         (ctype_output): Use new locale_file interface.
24741         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
24742         new locale_file interface.
24743         (allocate_arrays): Update for use of new locale_file interface.
24744         * locale/programs/ld-identification.c (identification_output): Use
24745         new locale_file interface.
24746         * locale/programs/ld-measurement.c (measurement_output): Likewise.
24747         * locale/programs/ld-messages.c (messages_output): Likewise.
24748         * locale/programs/ld-monetary.c (monetary_output): Likewise.
24749         * locale/programs/ld-name.c (name_output): Likewise.
24750         * locale/programs/ld-numeric.c (numeric_output): Likewise.
24751         * locale/programs/ld-paper.c (paper_output): Likewise.
24752         * locale/programs/ld-telephone.c (telephone_output): Likewise.
24753         * locale/programs/ld-time.c (time_output): Likewise.
24755 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24757         * benchtests/Makefile: Add memrchr benchmark.
24758         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24759         benchmark as memrchr.
24760         * benchtests/bench-memrchr-ifunc.c: New file.
24761         * benchtests/bench-memrchr.c: New file.
24763 2013-09-06   Will Newton  <will.newton@linaro.org>
24765         * benchtests/Makefile (string-bench): Add memcpy.
24767 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
24768             Cong Wang  <amwang@redhat.com>
24770         [BZ #15850]
24771         * sysdeps/unix/sysv/linux/bits/in.h
24772         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24773         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24774         before __USE_KERNEL_IPV6_DEFS uses.
24775         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24776         IPPROTO_BEETPH.
24777         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24778         sockaddr_in6, or ipv6_mreq.
24780 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24782         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24783         memory access for final bytes in some large inputs.
24784         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24786 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24788         * string/test-memrchr.c: New file.
24789         * string/test-memrchr-ifunc.c: New file.
24790         * string/Makefile: Add new memrchr testcase.
24792 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
24794         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24795         fanotify_init returns EPERM.
24797 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24799         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24800         errors.
24801         (top level): Treat second token from macro or constant entries for
24802         allowed headers as allowed.
24803         * include/complex.h: Condition internal declarations on
24804         [!_ISOMAC].
24805         * include/fenv.h: Condition include of <stdbool.h> and internal
24806         declarations on [!_ISOMAC].
24808 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
24810         [BZ #15923]
24811         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24813 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
24815         * configure.in (--enable-versioning): Remove configure option.
24816         (libc_cv_asm_symver_directive): Remove configure test.
24817         (libc_cv_ld_version_script_option): Likewise.
24818         (VERSIONING): Remove variable and AC_SUBST.
24819         (DO_VERSIONING): Remove AC_DEFINE.
24820         * configure: Regenerated.
24821         * config.h.in (DO_VERSIONING): Remove macro.
24822         * Makerules [$(versioning) = yes]: Change conditionals to
24823         [$(build-shared) = yes].
24824         * config.make.in (versioning): Remove variable.
24825         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24826         [$(build-shared) = yes].
24827         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24828         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24829         * elf/Makefile [$(versioning) = yes]: Change conditionals to
24830         [$(build-shared) = yes].
24831         * extra-lib.mk [$(versioning) = yes]: Likewise.
24832         * hurd/Makefile [$(versioning) = yes]: Likewise.
24833         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24834         [SHARED].
24835         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24836         [SHARED].
24837         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24838         [SHARED && !NO_HIDDEN].
24839         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24840         [SHARED].
24841         [SHARED && DO_VERSIONING]: Likewise..
24842         * libio/Makefile [$(versioning) = yes]: Change conditionals to
24843         [$(build-shared) = yes].
24844         * manual/install.texi (--disable-versioning): Remove
24845         documentation.
24846         * INSTALL: Regenerated.
24847         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24848         to [SHARED].
24849         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24850         [$(build-shared) = yes].
24851         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24852         * sysdeps/i386/i686/multiarch/strstr-c.c
24853         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24854         [SHARED && !NO_HIDDEN].
24855         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24856         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24857         * sysdeps/powerpc/powerpc32/dl-machine.c
24858         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24859         * sysdeps/powerpc/powerpc32/sysdep.h
24860         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24861         to [SHARED && PIC && !NO_HIDDEN].
24862         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24863         conditional to [SHARED].
24865 2013-09-04   Will Newton  <will.newton@linaro.org>
24867         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24868         * benchtests/bench-string.h: Include bench-timing.h instead
24869         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24870         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24871         call to HP_TIMING_DIFF_INIT.
24872         * benchtests/bench-memccpy.c: Use bench-timing.h macros
24873         instead of hp-timing.h macros.
24874         * benchtests/bench-memchr.c: Likewise.
24875         * benchtests/bench-memcmp.c: Likewise.
24876         * benchtests/bench-memcpy.c: Likewise.
24877         * benchtests/bench-memmem.c: Likewise.
24878         * benchtests/bench-memmove.c: Likewise.
24879         * benchtests/bench-memset.c: Likewise.
24880         * benchtests/bench-rawmemchr.c: Likewise.
24881         * benchtests/bench-strcasecmp.c: Likewise.
24882         * benchtests/bench-strcasestr.c: Likewise.
24883         * benchtests/bench-strcat.c: Likewise.
24884         * benchtests/bench-strchr.c: Likewise.
24885         * benchtests/bench-strcmp.c: Likewise.
24886         * benchtests/bench-strcpy.c: Likewise.
24887         * benchtests/bench-strcpy_chk.c: Likewise.
24888         * benchtests/bench-strlen.c: Likewise.
24889         * benchtests/bench-strncasecmp.c: Likewise.
24890         * benchtests/bench-strncat.c: Likewise.
24891         * benchtests/bench-strncmp.c: Likewise.
24892         * benchtests/bench-strncpy.c: Likewise.
24893         * benchtests/bench-strnlen.c: Likewise.
24894         * benchtests/bench-strpbrk.c: Likewise.
24895         * benchtests/bench-strrchr.c: Likewise.
24896         * benchtests/bench-strspn.c: Likewise.
24897         * benchtests/bench-strstr.c: Likewise.
24899 2013-09-04  Will Newton  <will.newton@linaro.org>
24901         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24903 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
24905         [BZ #15427]
24906         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24907         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24908         * math/libm-test.inc (lgamma_test_data): Add more tests.
24909         * sysdeps/i386/fpu/libm-test-ulps: Update.
24910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24912 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
24914         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24915         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24916         Add ifunc.
24917         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24918         Add strcmp-sse2-unaligned
24919         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24921 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24923         * Versions.def (libc): Add GLIBC_2.19.
24925 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
24927         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24928         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24930 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
24932         [BZ #14155]
24933         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24934         intermediate calculations in recurrence.
24935         (__ieee754_ynf): Likewise.
24936         * math/libm-test.inc (jn_test_data): Do not allow spurious
24937         underflow exception.  Add more tests.
24938         (yn_test_data): Add more tests.
24939         * sysdeps/i386/fpu/libm-test-ulps: Update.
24940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24942 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
24944         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24946 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24948         * csu/init-first.c: Fix then/than typos.
24949         * locale/programs/ld-collate.c: Likewise.
24950         * locale/programs/linereader.h: Likewise.
24951         * manual/charset.texi: Likewise.
24952         * manual/filesys.texi: Likewise.
24953         * manual/stdio.texi: Likewise.
24954         * manual/string.texi: Likewise.
24955         * stdlib/fmtmsg.c: Likewise.
24956         * sysdeps/i386/stpncpy.S: Likewise.
24957         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24958         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24959         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24960         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24962 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
24964         * elf/dl-open.c: Fix typos.
24965         * iconvdata/gbbig5.c: Likewise.
24966         * iconvdata/iso-2022-jp.c: Likewise.
24967         * iconv/gconv_int.h: Likewise.
24968         * iconv/loop.c: Likewise.
24969         * nis/rpcsvc/nis.h: Likewise.
24970         * resolv/ns_name.c: Likewise.
24971         * stdio-common/vfscanf.c: Likewise.
24972         * streams/stropts.h: Likewise.
24973         * sunrpc/rpc_thread.c: Likewise.
24974         * sysdeps/i386/strpbrk.S: Likewise.
24975         * sysdeps/ieee754/k_standard.c: Likewise.
24976         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
24977         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24978         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
24979         * sysdeps/mach/hurd/profil.c: Likewise.
24980         * sysdeps/s390/dl-procinfo.h: Likewise.
24981         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
24982         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
24983         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
24984         * sysdeps/x86_64/dl-trampoline.S: Likewise.
24985         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
24987 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
24989         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
24990         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
24992 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
24994         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
24995         aix specific files.
24996         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
24997         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
24998         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
24999         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25000         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25001         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25002         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25003         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25005 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25006             Roland McGrath  <roland@hack.frob.com>
25008         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25009         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25011 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25013         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25014         __executable_start symbol instead of _start.
25016 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25018         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25019         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25020         Move macros to...
25021         * sysdeps/gnu/ldsodefs.h: ... this new file.
25023         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25024         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25025         instead of ELFOSABI_LINUX.
25027         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25028         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25029         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25030         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25031         Likewise.
25032         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25033         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25034         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25035         Likewise.
25036         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25037         (ibm_extended_long_double): Add ieee_nan member.
25038         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25039         (do_test): New function.
25041         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25042         TEST_TRUNC.
25043         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25044         functions, renamed from truncdfsf_test, trunctfsf_test,
25045         trunctfdf_test.
25046         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25047         functions.
25048         (do_test): Run all these.
25050 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25052         * argp/argp-help.c: Fix typos.
25053         * argp/argp-parse.c: Likewise.
25054         * debug/backtracesyms.c: Likewise.
25055         * elf/elf.h: Likewise.
25056         * malloc/malloc.c: Likewise.
25057         * nis/nis_print.c: Likewise.
25058         * resolv/res_comp.c: Likewise.
25059         * stdlib/stdlib.h: Likewise.
25060         * sunrpc/clnt_tcp.c: Likewise.
25061         * sunrpc/clnt_udp.c: Likewise.
25062         * sunrpc/clnt_unix.c: Likewise.
25063         * sysdeps/unix/bsd/ptsname.c: Likewise.
25064         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25065         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25067         Likewise.
25068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25069         Likewise.
25070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25071         Likewise.
25072         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25074 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25076         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25077         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25079 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25081         [BZ #15897]
25082         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25083         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25084         ($(objpfx)bug-dl-leaf): New rule.
25085         ($(objpfx)bug-dl-leaf.so): Likewise.
25086         ($(objpfx)bug-dl-leaf.out): Likewise.
25087         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25088         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25089         * dlfcn/bug-dl-leaf.c: New test.
25090         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25091         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25092         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25093         (dlclose): Likewise.
25094         (dlmopen): Likewise.
25096 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25098         * include/netdb.h [!_ISOMAC]:
25099         Don't include <tls.h>.
25100         (h_errno, __libc_h_errno): Move declaration and macros out of
25101         [_LIBC_REENTRANT].
25103         * include/resolv.h [_RESOLV_H_]:
25104         Don't include <tls.h>.
25105         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25106         * resolv/res_libc.c: Don't include <tls.h>.
25107         (_res): Use __attribute__ ((nocommon)) in place of
25108         __attribute__ ((section (".bss"))).
25110         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25111         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25113         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25115         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25116         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25118         * resolv/res_mkquery.c: Include <sys/time.h>.
25120         * inet/ifreq.c: Moved to ...
25121         * sysdeps/unix/ifreq.c: ... here.
25122         * inet/ifreq.c: New file, true stub version.
25124         * socket/sa_len.c: New file.
25125         * socket/Makefile (aux): Add it.
25126         * sysdeps/unix/sysv/linux/Makefile
25127         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25128         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25129         and #include <socket/sa_len.c>.
25130         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25131         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25133         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25134         * bits/socket.h: ... here.
25136         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25137         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25138         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25140 2013-08-27  Andreas Schwab  <schwab@suse.de>
25142         [BZ #15736]
25143         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25144         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25145         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25146         * string/test-strcasecmp.c (test_main): Run tests in several
25147         locales.
25148         * string/test-strncasecmp.c (test_main): Likewise.
25150         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25151         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25152         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25153         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25154         (__strncasecmp_ssse3) [PIC]: Likewise.
25156 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25158         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25160         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25161         instead of explicitly declaring xdecrypt.
25162         * nis/nss_nis/nis-publickey.c: Likewise.
25164 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25166         [BZ #15890]
25167         * nscd/aicache.c: Include res_hconf.h.
25168         (addhstaiX): Initialize res_hconf.
25170 2013-08-26  Andreas Schwab  <schwab@suse.de>
25172         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25173         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25175 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25177         * nscd/aicache.c (addhstaiX): Fix indentation.
25179 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25181         * configure.ac: Quote $build_pt_chown test.
25182         * configure: Regenerated.
25184 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25186         [BZ #15532]
25187         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25188         * math/s_cexpf.c (__cexpf): Likewise.
25189         * math/s_cexpl.c (__cexpl): Likewise.
25190         * math/libm-test.inc (cexp_test_data): Correct expected return
25191         value for NaN + i0.  Add another test.
25193 2013-08-22  David S. Miller  <davem@davemloft.net>
25195         * po/ca.po: Update Catalan translation from translation project.
25196         * po/uk.po: Add Ukrainian translations from translation project.
25198 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25200         [BZ #15797]
25201         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25202         is infinite, not alongside NaN test.
25203         * math/s_fdimf.c (__fdimf): Likewise.
25204         * math/s_fdiml.c (__fdiml): Likewise.
25205         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25206         errno is unchanged.
25208 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25210         * argp/argp-help.c: Fix typos.
25211         * crypt/speeds.c: Likewise.
25212         * csu/check_fds.c: Likewise.
25213         * elf/dl-load.c: Likewise.
25214         * elf/dl-open.c: Likewise.
25215         * elf/reldep3.c: Likewise.
25216         * elf/reldep.c: Likewise.
25217         * elf/sprof.c: Likewise.
25218         * iconv/iconv_charmap.c: Likewise.
25219         * iconv/skeleton.c: Likewise.
25220         * iconv/strtab.c: Likewise.
25221         * io/lockf64.c: Likewise.
25222         * libio/libioP.h: Likewise.
25223         * resolv/gai_notify.c: Likewise.
25224         * resolv/ns_name.c: Likewise.
25225         * resolv/ns_samedomain.c: Likewise.
25226         * resolv/res_send.c: Likewise.
25227         * stdlib/random.c: Likewise.
25228         * sunrpc/rpc/xdr.h: Likewise.
25229         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25230         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25231         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25232         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25233         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25234         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25235         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25236         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25237         * sysdeps/mach/hurd/check_fds.c: Likewise.
25238         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25239         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25240         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25241         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25242         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25243         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25244         * sysdeps/pthread/aio_notify.c: Likewise.
25245         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25246         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25247         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25248         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25249         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25251 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25253         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25254         version if bit_Slow_SSE4_2 is set.
25255         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25256         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25258 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25260         [BZ #15867]
25261         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25262         trampoline stack frame information.
25263         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25264         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25265         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25266         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25267         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25268         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25269         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25270         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25271         sa_flags value.
25272         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25273         interrupting a syscall and set with option SA_SIGINFO.
25275 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25277         [BZ #15531]
25278         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25279         argument is infinite.
25280         * math/s_cprojf.c (__cprojf): Likewise.
25281         * math/s_cprojl.c (__cprojl): Likewise.
25282         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25283         * math/libm-test.inc (cproj_test_data): Add more tests.
25285         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25287         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25288         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25289         size.  Use __ffs to determine corresponding shift.
25291 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25292             Roland McGrath  <roland@hack.frob.com>
25294         * Makefile (INSTALL): Remove trailing blank lines from output of
25295         makeinfo.
25297 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25299         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25300         Align 32 bit compat elf_greg to 8 bytes.
25302 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25304         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25306 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25308         * string/strcoll_l.c (coll_seq): New structure.
25309         (get_next_seq_cached): New function.
25310         (get_next_seq): New function.
25311         (do_compare): New function.
25312         (STRCOLL): Use GNU style definition.  Simplify implementation
25313         by using get_next_seq, get_next_seq_cached and do_compare.
25315 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25317         [BZ #14699]
25318         CVE-2013-4237
25319         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25320         member.
25321         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25322         member.
25323         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25324         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25325         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25326         conditional.
25327         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25328         GETDENTS_64BIT_ALIGNED.
25329         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25330         * manual/filesys.texi (Reading/Closing Directory): Document
25331         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25332         strongly.
25333         * manual/conf.texi (Limits for Files): Add portability note to
25334         NAME_MAX, PATH_MAX.
25335         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25337 2013-08-13  Andreas Schwab  <schwab@suse.de>
25339         [BZ #15749]
25340         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25341         of fabs.
25342         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25343         LDBL_MAX_EXP >= 16384]: Add tests for it.
25345 2013-08-12  David S. Miller  <davem@davemloft.net>
25347         * version.h (RELEASE): Set to "development".
25348         (VERSION): Set to "2.18.90".
25349         * NEWS: Add 2.19 section.
25351 2013-08-03  David S. Miller  <davem@davemloft.net>
25353         * po/ko.po: Update Korean translation from translation project.
25355 2013-08-01  David S. Miller  <davem@davemloft.net>
25357         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25358         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25359         Bilka.
25361 2013-07-30  David S. Miller  <davem@davemloft.net>
25363         * po/fr.po: Update French translation from translation project.
25365 2013-07-28  David S. Miller  <davem@davemloft.net>
25367         * po/cs.po: Update Czech translation from translation project.
25369         * po/sv.po: Update Swedish translation from translation project.
25371 2013-07-27  David S. Miller  <davem@davemloft.net>
25373         * po/eo.po: Update Esperanto translation from translation project.
25375         * po/vi.po: Update Vietnamese translation from translation project.
25377         * po/de.po: Update German translation from translation project.
25379 2013-07-26  David S. Miller  <davem@davemloft.net>
25381         * po/bg.po: Update Bulgarian translation from translation project.
25383         * po/nl.po: Update Dutch translation from translation project.
25384         * po/pl.po: Update Polish translation from translation project.
25385         * po/ru.po: Update Russian translation from translation project.
25387 2013-07-24  David S. Miller  <davem@davemloft.net>
25389         * po/libc.pot: Update.
25391 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25393         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25394         variable page size.
25395         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25396         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25397         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25399 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25401         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25403 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25404             Andreas Schwab  <schwab@suse.de>
25405             Roland McGrath  <roland@hack.frob.com>
25406             Joseph Myers  <joseph@codesourcery.com>
25407             Carlos O'Donell  <carlos@redhat.com>
25409         [BZ #15755]
25410         * config.h.in: Define HAVE_PT_CHOWN.
25411         * config.make.in (build-pt-chown): New variable.
25412         * configure.in (--enable-pt_chown): New configure option.
25413         * configure: Regenerate.
25414         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25415         build-pt-chown is enabled.
25416         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25417         pt_chown to fix pty ownership.
25418         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25419         CLOSE_ALL_FDS.
25420         * manual/install.texi (Configuring and compiling): Mention
25421         --enable-pt_chown. Add @findex for grantpt.
25422         * INSTALL: Regenerate.
25424 2013-07-20  David S. Miller  <davem@davemloft.net>
25426         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25427         difference between 32-bit and 64-bit.
25429 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25431         [BZ #15711]
25432         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25433         Avoid system header dependency with -ffreestanding.
25434         ($(objpfx)bits/syscall%d): Likewise.
25436 2013-07-13  David S. Miller  <davem@davemloft.net>
25438         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25439         underflows from atanl/atan2l due to bug 15319.
25440         (casinh_test_data): Likewise.
25442 2013-07-07  David S. Miller  <davem@davemloft.net>
25444         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25446 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25448         * sysdeps/i386/fpu/libm-test-ulps: Update.
25449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25451 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25453         * configure.in (--enable-lock-elision): Fix message text.
25454         * INSTALL: Regenerate.
25455         * configure: Regenerate.
25457 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25461 2013-07-03  Andreas Jaeger  <aj@suse.de>
25463         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25464         define.
25465         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25466         (ptrace_peeksiginfo_args): Add.
25467         (__ptrace_peeksiginfo_flags): Add.
25468         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25469         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25470         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25472 2013-07-03  Allan McRae  <allan@archlinux.org>
25474         * sysdeps/i386/fpu/libm-test-ulps: Update.
25476 2013-07-02  David S. Miller  <davem@davemloft.net>
25478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25480 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
25482         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25484 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25486         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25487         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25489 2013-07-02  Andi Kleen <ak@linux.intel.com>
25491         * config.h.in (ENABLE_LOCK_ELISION): Add.
25492         * configure.in (--enable-lock-elision): Add option.
25493         * manual/install.texi: Document --enable lock elision.
25494         * configure: Regenerate
25495         * INSTALL: Regenerate.
25497 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
25499         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25500         SSE4.2 strcasecmp for libc.a.
25501         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25503 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
25505         [BZ #13304]
25506         * soft-fp/op-common.h (_FP_FMA): New macro.
25507         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25508         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
25509         (_FP_MUL_MEAT_1_imm): ... here.
25510         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
25511         (_FP_MUL_MEAT_1_wide): ... here.
25512         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
25513         (_FP_MUL_MEAT_1_hard): ... here.
25514         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25515         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
25516         (_FP_MUL_MEAT_2_wide): ... here.
25517         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
25518         (_FP_MUL_MEAT_2_wide_3mul): ... here.
25519         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
25520         (_FP_MUL_MEAT_2_gmp): ... here.
25521         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25522         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
25523         (_FP_MUL_MEAT_4_wide): ... here.
25524         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
25525         (_FP_MUL_MEAT_4_gmp): ... here.
25526         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25527         (_FP_WFRACBITS_DW_S): Likewise.
25528         (_FP_WFRACXBITS_DW_S): Likewise.
25529         (_FP_HIGHBIT_DW_S): Likewise.
25530         (FP_FMA_S): Likewise.
25531         (_FP_FRAC_HIGH_DW_S): Likewise.
25532         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25533         (_FP_WFRACBITS_DW_D): Likewise.
25534         (_FP_WFRACXBITS_DW_D): Likewise.
25535         (_FP_HIGHBIT_DW_D): Likewise.
25536         (FP_FMA_D): Likewise.
25537         (_FP_FRAC_HIGH_DW_D): Likewise.
25538         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25539         (_FP_WFRACBITS_DW_E): Likewise.
25540         (_FP_WFRACXBITS_DW_E): Likewise.
25541         (_FP_HIGHBIT_DW_E): Likewise.
25542         (FP_FMA_E): Likewise.
25543         (_FP_FRAC_HIGH_DW_E): Likewise.
25544         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25545         (_FP_WFRACBITS_DW_Q): Likewise.
25546         (_FP_WFRACXBITS_DW_Q): Likewise.
25547         (_FP_HIGHBIT_DW_Q): Likewise.
25548         (FP_FMA_Q): Likewise.
25549         (_FP_FRAC_HIGH_DW_Q): Likewise.
25550         * soft-fp/fmasf4.c: New file.
25551         * soft-fp/fmadf4.c: Likewise.
25552         * soft-fp/fmatf4.c: Likewise.
25554 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25556         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25557         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25558         Silvermont.
25559         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25560         macro.
25561         (index_Slow_SSE4_2): Likewise.
25562         (index_Prefer_PMINUB_for_stringop): Likewise.
25563         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25564         bit_Slow_SSE4_2 is set.
25565         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25566         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25568 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25570         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25571         rtld_global._dl_hwcap2.
25572         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25573         POWER8.
25574         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25575         POWER8 feature descriptions defined in _dl_hwcap2.
25576         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25577         string handling for POWER8 feature bits.
25578         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25579         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25580         _dl_powerpc_cap_flags.
25581         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25582         * sysdeps/powerpc/rtld-global-offsets.sym
25583         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25584         _dl_hwcap2 in the rtld_global_ro structure.
25586 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25588         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25589         hardware capabilities in support of AT_HWCAP2.
25590         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25591         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25592         GLRO(dl_hwcap2).
25593         (_dl_show_auxv): Add support for calling _dl_procinfo to display
25594         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
25595         explicitly the unknown a_type display mechanism is used.
25596         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25597         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25598         struct member.
25599         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25600         to macro prototype for AT_HWCAP2 support.
25601         * sysdeps/i386/dl-procinfo.h: Likewise.
25602         * sysdeps/s390/dl-procinfo.h: Likewise.
25603         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25604         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
25605         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
25606         return -1 for unknown a_type display fallback.
25607         * sysdeps/sparc/dl-procinfo.h: Likewise.
25608         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25609         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25611 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
25613         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25614         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25616 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
25618         [BZ #12492]
25619         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25620         mprotect making __stack_prot writable.
25622 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
25623             Joseph Myers  <joseph@codesourcery.com>
25625         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25626         as being properly aligned.
25628 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
25630         * dlfcn/modstatic5.c: New file.
25631         * dlfcn/tststatic5.c: New file.
25632         * dlfcn/Makefile (tests): Add tststatic5.
25633         (tests-static): Likewise.
25634         (modules-names): Add modstatic5.
25635         (tststatic5-ENV): New variable.
25636         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25638         [BZ #15022]
25639         * elf/dl-support.c (_dl_main_map): New variable.
25640         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25641         (_dl_nns, _dl_load_adds): Set to 1.
25642         (_dl_initial_searchlist): Refer to _dl_main_map.
25643         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25644         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25645         call to _dl_get_origin.
25646         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25647         around call_map.
25648         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25649         * dlfcn/modstatic3.c: New file.
25650         * dlfcn/tststatic3.c: New file.
25651         * dlfcn/tststatic4.c: New file.
25652         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25653         (tests-static): Likewise.
25654         (modules-names): Add modstatic3.
25655         (tststatic3-ENV, tststatic4-ENV): New variables.
25656         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25657         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25659 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
25661         * configure.in (CC): Require GCC version 4.4 or later.
25662         * configure: Regenerated.
25663         * manual/install.texi (Tools for Compilation): Update GCC version
25664         requirement.
25665         * INSTALL: Regenerated.
25667 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25669         [BZ #15674]
25670         * string/test-memcmp.c (check2): New.
25671         (main): Call check2.
25673         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25675 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
25677         [BZ #15022]
25678         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25679         over to...
25680         (dl_open_worker) [!SHARED]: ... here.
25682 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25684         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25686 2013-06-25  Richard Henderson  <rth@redhat.com>
25688         * locale/programs/locarchive.c: Include <libc-internal.h>
25690 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
25692         * manual/texinfo.tex: Update to version 2013-06-21.17, with
25693         trailing whitespace removed.
25695 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25697         [BZ #10283]
25698         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25699         * locale/programs/locarchive.c: Include libc-mmap.h.
25700         (prepare_address_space): Take two new outputs (the mmap base and len).
25701         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
25702         values.
25703         (create_archive): Declare new mmap base and len values for
25704         prepare_address_space, and store the result in ah.
25705         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25706         (enlarge_archive): If ah->mmap_base is not NULL, use that and
25707         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25708         Declare new mmap base and len values for
25709         prepare_address_space, and store the result in new_ah.
25710         (open_archive): Declare new mmap base and len values for
25711         prepare_address_space, and store the result in ah.
25712         (close_archive): If ah->mmap_base is not NULL, use that and
25713         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25714         * sysdeps/generic/libc-mmap.h: New file.
25716 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
25718         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25719         (ALIGN_UP): Likewise.
25720         (PTR_ALIGN_DOWN): Likewise.
25721         (PTR_ALIGN_UP): Likewise.
25723 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25725         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25726         entry mapped to PPC_PLATFORM_POWER8.
25727         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25728         POWER8.
25729         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25730         (_dl_string_platform): Add case for exporting platform position for
25731         POWER8.
25732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25733         search path to sysdeps/powerpc/powerpc32/power8 directory.
25734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25735         search path to sysdeps/powerpc/powerpc64/power8 directory.
25736         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25737         power7 directories.
25738         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25739         power7 directories.
25741 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25743         * INSTALL: Regenerate.
25745         * nscd/connections.c (nscd_init): Fix comment.
25747 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
25749         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25751         [BZ #15667]
25752         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25753         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25755 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25757         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25758         DL_DST_REQ_STATIC.
25759         (DL_DST_REQ_STATIC): Remove macro.
25761 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
25763         [BZ #7006]
25764         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25765         with a shift of 0 bits.
25767 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
25769         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25770         $(tststatic-ENV).
25772 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25774         [BZ #15655]
25775         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25777 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25779         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25780         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25781         accepts -fno-tree-loop-distribute-patterns.
25782         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25783         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25784         recursive call.
25785         * string/memset.c (memset): Likewise.
25786         * string/test-memmove.c (simple_memmove): Disable loop transformation
25787         to library calls.
25788         * string/test-memset.c (simple_memset): Likewise.
25789         * benchtests/bench-memmove.c (simple_memmove): Likewise.
25790         * benchtests/bench-memset.c (simple_memset): Likewise.
25791         * configure: Regenerated.
25793 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
25795         * math/test-misc.c (main): Ignore fesetround failure when failures
25796         of subsequent rounding tests would be ignored.
25798         [BZ #15654]
25799         * math/fedisblxcpt.c (fedisableexcept): Return 0.
25800         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25801         * math/fegetenv.c (__fegetenv): Return 0.
25802         * math/fegetexcept.c (fegetexcept): Return 0.
25803         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25804         FE_TONEAREST.
25805         * math/feholdexcpt.c (feholdexcept): Return 0.
25806         * math/fesetenv.c (__fesetenv): Return 0.
25807         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25808         argument FE_TONEAREST.
25809         * math/feupdateenv.c (__feupdateenv): Return 0.
25810         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25812 2013-06-18  Roland McGrath  <roland@hack.frob.com>
25814         * elf/rtld-Rules (rtld-compile-command.S): New variable.
25815         (rtld-compile-command.s, rtld-compile-command.c): New variables.
25816         ($(objpfx)rtld-%.os rules): Use them.
25818 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25820         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25821         fields.
25823 2013-06-17  Roland McGrath  <roland@hack.frob.com>
25825         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25826         length of target pattern, then descending length of dependency pattern.
25827         * configure.in (AWK): Require gawk 3.1.2 or newer.
25828         * manual/install.texi (Tools for Compilation): Say that we do.
25829         * configure: Regenerated.
25831         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25832         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25833         * scripts/sysd-rules.awk: ... this new script.
25834         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25835         than a glob-style pattern.
25837 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
25839         * math/test-misc.c (main): Do not treat incorrectly rounded
25840         conversions as failure unless ROUNDING_TESTS passes.
25842 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
25844         [BZ #15631]
25845         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25846         restore exception state around main square root computation, then
25847         check for inexactness explicitly.
25849         * math/libm-test.inc (fma_test_data): Add another test.
25851 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25853         * manual/threads.texi (Non-POSIX Extensions): New document
25854         node.  Document pthread_getattr_default_np and
25855         pthread_setattr_default_np.
25857         * Versions.def (libpthread): Add GLIBC_2.18.
25858         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25860         Likewise.
25861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25862         Likewise.
25863         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25864         Likewise.
25865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25866         Likewise.
25867         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25868         Likewise.
25869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25870         Likewise.
25871         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25872         Likewise.
25873         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25874         Likewise.
25875         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25876         Likewise.
25878 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25880         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25881         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25883 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25884             H.J. Lu  <hjl.tools@gmail.com>
25886         [BZ #15627]
25887         * sysdeps/x86_64/rtld-memset.c: Remove file.
25888         * sysdeps/x86_64/rtld-memset.S: New file.
25890 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
25892         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25893         (test_in_one_mode): Take arguments for whether the rounding mode
25894         is supported for each floating-point type.
25895         (do_test): Pass new arguments to test_in_one_mode using
25896         ROUNDING_TESTS.
25898 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25900         * posix/tst-waitid.c (do_test): Distinguish different instances of
25901         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
25902         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25903         before entering the kernel for waitpid.
25905 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25907         * NEWS: Fix note on clock function precision.  Text by Roland
25908         McGrath.
25910 2013-06-13  Roland McGrath  <roland@hack.frob.com>
25912         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25913         it into place only when and if the sanity check passes.
25915 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
25917         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25918         output for whether conversion result is exact.  Take argument
25919         indicating whether type is IBM long double.
25920         (round_for_all): Change need_exact field to ibm_ld.
25921         * stdlib/tst-strtod-round.c (struct exactness): New type.
25922         (struct test): Change bool ld_ok field to struct exactness exact.
25923         (TEST): Update all definitions for change to field.
25924         (tests): Regenerate array contents.
25925         (test_in_one_mode): Take pointer to new field instead of old ld_ok
25926         field value.  Check for IBM long double here.
25927         (do_test): Update calls to test_in_one_mode.
25929 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25931         [BZ #12515]
25932         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25933         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25935 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25937         [BZ #15605]
25938         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25939         generated by the compiler on loop optimizations.
25940         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25941         general definitions.
25943 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
25945         * math/bug-nextafter.c: Include <math-tests.h>.
25946         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25947         the relevant type.
25948         * math/bug-nexttoward.c: Include <math-tests.h>.
25949         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25950         the relevant type.
25951         * math/test-misc.c: Include <math-tests.h>.
25952         (main): Only test for exceptions if EXCEPTION_TESTS is true for
25953         the relevant type.
25955 2013-06-12  Andreas Jaeger  <aj@suse.de>
25957         * po/ia.po: Update Interlingua translation from translation
25958         project.
25960 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25962         * include/fenv.h: Include stdbool.h.
25963         (struct rm_ctx): New structure.
25964         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
25965         Define macro.
25966         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
25967         (SET_RESTORE_ROUNDF): Likewise.
25968         (SET_RESTORE_ROUNDL): Likewise.
25969         (SET_RESTORE_ROUND_NOEX): Likewise.
25970         (SET_RESTORE_ROUND_NOEXF): Likewise.
25971         (SET_RESTORE_ROUND_NOEXL): Likewise.
25972         (SET_RESTORE_ROUND_53BIT): Likewise.
25973         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
25974         (libc_feresetround_noexf_ctx): Likewise.
25975         (libc_feresetround_noexl_ctx): Likewise.
25976         (libc_feholdsetround_53bit_ctx): Likewise.
25977         (libc_feresetround_53bit_ctx): Likewise.
25978         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
25979         (libc_feholdexcept_setround_sse_ctx): New function.
25980         (libc_fesetenv_sse_ctx): Likewise.
25981         (libc_feupdateenv_sse_ctx): Likewise.
25982         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
25983         (libc_feholdexcept_setround_387_ctx): Likewise.
25984         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
25985         (libc_feholdsetround_387_prec_ctx): Likewise.
25986         (libc_feholdsetround_387_ctx): Likewise.
25987         (libc_feholdsetround_387_53bit_ctx): Likewise.
25988         (libc_feholdsetround_sse_ctx): Likewise.
25989         (libc_feresetround_sse_ctx): Likewise.
25990         (libc_feresetround_387_ctx): Likewise.
25991         (libc_feupdateenv_387_ctx): Likewise.
25992         (libc_feholdexcept_setroundf_ctx): Define macro.
25993         (libc_fesetenvf_ctx): Likewise.
25994         (libc_feupdateenvf_ctx): Likewise.
25995         (libc_feholdsetroundf_ctx): Likewise.
25996         (libc_feresetroundf_ctx): Likewise.
25997         (libc_feholdexcept_setround_ctx): Likewise.
25998         (libc_fesetenv_ctx): Likewise.
25999         (libc_feupdateenv_ctx): Likewise.
26000         (libc_feholdsetround_ctx): Likewise.
26001         (libc_feresetround_ctx): Likewise.
26002         (libc_feholdexcept_setroundl_ctx): Likewise.
26003         (libc_feupdateenvl_ctx): Likewise.
26004         (libc_feholdsetroundl_ctx): Likewise.
26005         (libc_feresetroundl_ctx): Likewise.
26006         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26007         (libc_feresetround_53bit_ctx): Likewise.
26009 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26011         * locale/iso-639.def: Convert to UTF-8.
26013 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26015         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26016         (EXCEPTION_TESTS_double): Likewise.
26017         (EXCEPTION_TESTS_long_double): Likewise.
26018         (EXCEPTION_TESTS): Likewise.
26019         * math/libm-test.inc (test_exceptions): Only test exceptions if
26020         EXCEPTION_TESTS (FLOAT).
26022 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26024         * benchtests/Makefile (string-bench): Add strcpy_chk and
26025         stpcpy_chk.
26026         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26027         * benchtests/bench-stpcpy_chk.c: New file.
26028         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26029         * benchtests/bench-strcpy_chk.c: New file.
26030         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26031         code.
26032         (do_test): Likewise.
26034 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26036         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26037         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26038         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26039         with tabs where appropriate.
26040         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26041         dl-procinfo.h.
26042         [PPC_PLATFORM_PPC440]: Likewise.
26043         [PPC_PLATFORM_PPC464]: Likewise.
26044         [PPC_PLATFORM_PPC476]: Likewise.
26045         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26046         ppc464, and ppc476 platform strings merging from ports/
26047         dl-procinfo.h.
26049 2013-06-11  Andreas Schwab  <schwab@suse.de>
26051         [BZ #14991]
26052         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26053         (from_ucs4_idx): Regenerate.
26054         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26055         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26056         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26057         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26058         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26059         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26060         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26061         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26062         from FROM_LOOP and TO_LOOP specific macros.
26063         (BODY): Handle combining characters.
26064         * iconvdata/BIG5HKSCS.irreversible: Update.
26065         * iconvdata/BIG5HKSCS.precomposed: New file.
26066         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26067         characters.
26068         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26070 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26072         * include/sys/time.h: Fix indentation and add copyright header.
26074         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26075         (do_test): Likewise.
26076         * string/test-memchr.c (do_one_test): Likewise.
26077         (do_test): Likewise.
26078         * string/test-memcmp.c (do_one_test): Likewise.
26079         (do_test): Likewise.
26080         * string/test-memcpy.c (do_one_test): Likewise.
26081         (do_test): Likewise.
26082         * string/test-memmem.c (do_one_test): Likewise.
26083         (do_test): Likewise.
26084         (do_random_tests): Likewise.
26085         * string/test-memmove.c (do_one_test): Likewise.
26086         (do_test): Likewise.
26087         * string/test-memset.c (do_one_test): Likewise.
26088         (do_test): Likewise.
26089         * string/test-rawmemchr.c (do_one_test): Likewise.
26090         (do_test): Likewise.
26091         * string/test-strcasecmp.c (do_one_test): Likewise.
26092         (do_test): Likewise.
26093         * string/test-strcasestr.c (do_one_test): Likewise.
26094         (do_test): Likewise.
26095         * string/test-strcat.c (do_one_test): Likewise.
26096         (do_test): Likewise.
26097         * string/test-strchr.c (do_one_test): Likewise.
26098         (do_test): Likewise.
26099         * string/test-strcmp.c (do_one_test): Likewise.
26100         (do_test): Likewise.
26101         * string/test-strcpy.c (do_one_test): Likewise.
26102         (do_test): Likewise.
26103         * string/test-string.h: Likewise.
26104         (test_init): Likewise.
26105         * string/test-strlen.c (do_one_test): Likewise.
26106         (do_test): Likewise.
26107         * string/test-strncasecmp.c (do_one_test): Likewise.
26108         (do_test): Likewise.
26109         * string/test-strncat.c (do_one_test): Likewise.
26110         (do_test): Likewise.
26111         * string/test-strncmp.c (do_one_test): Likewise.
26112         (do_test_limit): Likewise.
26113         (do_test): Likewise.
26114         * string/test-strncpy.c (do_one_test): Likewise.
26115         (do_test): Likewise.
26116         * string/test-strnlen.c (do_one_test): Likewise.
26117         (do_test): Likewise.
26118         * string/test-strpbrk.c (do_one_test): Likewise.
26119         (do_test): Likewise.
26120         * string/test-strrchr.c (do_one_test): Likewise.
26121         (do_test): Likewise.
26122         * string/test-strspn.c (do_one_test): Likewise.
26123         (do_test): Likewise.
26124         * string/test-strstr.c (do_one_test): Likewise.
26125         (do_test): Likewise.
26127         * benchtests/Makefile (string-bench): Add string benchmarks.
26128         * benchtests/bench-bcopy-ifunc.c: New file.
26129         * benchtests/bench-bcopy.c: New file.
26130         * benchtests/bench-bzero-ifunc.c: New file.
26131         * benchtests/bench-bzero.c: New file.
26132         * benchtests/bench-memccpy-ifunc.c: New file.
26133         * benchtests/bench-memccpy.c: New file.
26134         * benchtests/bench-memchr-ifunc.c: New file.
26135         * benchtests/bench-memchr.c: New file.
26136         * benchtests/bench-memcmp-ifunc.c: New file.
26137         * benchtests/bench-memcmp.c: New file.
26138         * benchtests/bench-memmem-ifunc.c: New file.
26139         * benchtests/bench-memmem.c: New file.
26140         * benchtests/bench-memmove-ifunc.c: New file.
26141         * benchtests/bench-memmove.c: New file.
26142         * benchtests/bench-mempcpy-ifunc.c: New file.
26143         * benchtests/bench-mempcpy.c: New file.
26144         * benchtests/bench-memset-ifunc.c: New file.
26145         * benchtests/bench-memset.c: New file.
26146         * benchtests/bench-rawmemchr-ifunc.c: New file.
26147         * benchtests/bench-rawmemchr.c: New file.
26148         * benchtests/bench-stpcpy-ifunc.c: New file.
26149         * benchtests/bench-stpcpy.c: New file.
26150         * benchtests/bench-stpncpy-ifunc.c: New file.
26151         * benchtests/bench-stpncpy.c: New file.
26152         * benchtests/bench-strcasecmp-ifunc.c: New file.
26153         * benchtests/bench-strcasecmp.c: New file.
26154         * benchtests/bench-strcasestr-ifunc.c: New file.
26155         * benchtests/bench-strcasestr.c: New file.
26156         * benchtests/bench-strcat-ifunc.c: New file.
26157         * benchtests/bench-strcat.c: New file.
26158         * benchtests/bench-strchr-ifunc.c: New file.
26159         * benchtests/bench-strchr.c: New file.
26160         * benchtests/bench-strchrnul-ifunc.c: New file.
26161         * benchtests/bench-strchrnul.c: New file.
26162         * benchtests/bench-strcmp-ifunc.c: New file.
26163         * benchtests/bench-strcmp.c: New file.
26164         * benchtests/bench-strcpy-ifunc.c: New file.
26165         * benchtests/bench-strcpy.c: New file.
26166         * benchtests/bench-strcspn-ifunc.c: New file.
26167         * benchtests/bench-strcspn.c: New file.
26168         * benchtests/bench-strlen-ifunc.c: New file.
26169         * benchtests/bench-strlen.c: New file.
26170         * benchtests/bench-strncasecmp-ifunc.c: New file.
26171         * benchtests/bench-strncasecmp.c: New file.
26172         * benchtests/bench-strncat-ifunc.c: New file.
26173         * benchtests/bench-strncat.c: New file.
26174         * benchtests/bench-strncmp-ifunc.c: New file.
26175         * benchtests/bench-strncmp.c: New file.
26176         * benchtests/bench-strncpy-ifunc.c: New file.
26177         * benchtests/bench-strncpy.c: New file.
26178         * benchtests/bench-strnlen-ifunc.c: New file.
26179         * benchtests/bench-strnlen.c: New file.
26180         * benchtests/bench-strpbrk-ifunc.c: New file.
26181         * benchtests/bench-strpbrk.c: New file.
26182         * benchtests/bench-strrchr-ifunc.c: New file.
26183         * benchtests/bench-strrchr.c: New file.
26184         * benchtests/bench-strspn-ifunc.c: New file.
26185         * benchtests/bench-strspn.c: New file.
26186         * benchtests/bench-strstr-ifunc.c: New file.
26187         * benchtests/bench-strstr.c: New file.
26189         * benchtests/Makefile: Disable parallel execution of targets.
26190         (string-bench): Add memcpy.
26191         (benchset): New variable to store a list of benchmark sets.
26192         (bench-func): Renamed from bench.
26193         (bench-set): New target.
26194         (bench): Depend on bench-func and bench-set.
26195         * benchtests/README: Add section on benchmark sets.
26196         * benchtests/bench-memcpy-ifunc.c: New file.
26197         * benchtests/bench-memcpy.c: New file.
26198         * benchtests/bench-string.h: New file.
26200 2013-06-11  Andreas Schwab  <schwab@suse.de>
26202         [BZ #15577]
26203         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26204         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26205         values in the triple.
26206         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26207         terminator in the group key.
26209 2013-06-11  Andreas Jaeger  <aj@suse.de>
26211         * po/zh_TW.po: Update Chinese (traditional) translation from
26212         translation project.
26214 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26216         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26217         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26218         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26219         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26220         (clock_getcpuclockid): Likewise.
26221         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26222         Add weak_alias and libc_hidden_def.
26223         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26224         * rt/clock_gettime.c (clock_gettime): Rename to
26225         __clock_gettime.  Add weak_alias and libc_hidden_def.
26226         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26227         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26228         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26229         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26230         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26231         Likewise.
26232         * rt/clock_settime.c (clock_settime): Rename to
26233         __clock_settime.  Add weak_alias and libc_hidden_def.
26234         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26236 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26238         * mach/err_boot.sub: Remove trailing whitespace.
26239         * mach/err_ipc.sub: Likewise.
26240         * mach/err_mach.sub: Likewise.
26242         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26243         (ROUNDING_TESTS_double): Likewise.
26244         (ROUNDING_TESTS_long_double): Likewise.
26245         (ROUNDING_TESTS): Likewise.
26246         * math/libm-test.inc: Include <math-tests.h>.
26247         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26248         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26249         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26250         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26252 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26254         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26255         of assigning.
26257 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26259         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26260         otherwise empty TRANS lines.
26261         * sysdeps/gnu/errlist.c: Regenerated.
26263         * catgets/gencat.c (error_print): Use (void) in function
26264         definition.
26265         * crypt/crypt_util.c (__init_des): Likewise.
26266         * crypt/speeds.c (Stop): Likewise.
26267         (main): Likewise.
26268         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26269         * inet/ruserpass.c (token): Likewise.
26270         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26271         * intl/localealias.c (extend_alias_table): Likewise.
26272         * intl/plural-exp.c (init_germanic_plural): Likewise.
26273         * libio/fcloseall.c (__fcloseall): Likewise.
26274         * libio/genops.c (_IO_flush_all): Likewise.
26275         (_IO_flush_all_linebuffered): Likewise.
26276         (_IO_cleanup): Likewise.
26277         (_IO_iter_begin): Likewise.
26278         (_IO_iter_end): Likewise.
26279         (_IO_list_lock): Likewise.
26280         (_IO_list_unlock): Likewise.
26281         (_IO_list_resetlock): Likewise.
26282         * libio/getchar.c (getchar): Likewise.
26283         * libio/getchar_u.c (getchar_unlocked): Likewise.
26284         * libio/getwchar.c (getwchar): Likewise.
26285         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26286         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26287         * login/getpt.c (__getpt): Likewise.
26288         * login/tst-utmp.c (main): Likewise.
26289         * malloc/hooks.c (__malloc_check_init): Likewise.
26290         * malloc/malloc.c (__malloc_stats): Likewise.
26291         * malloc/mtrace.c (tr_break): Likewise.
26292         (mtrace): Likewise.
26293         (muntrace): Likewise.
26294         * misc/fstab.c (endfsent): Likewise.
26295         * misc/getclktck.c (__getclktck): Likewise.
26296         * misc/getdtsz.c (__getdtablesize): Likewise.
26297         * misc/gethostid.c (gethostid): Likewise.
26298         * misc/getpagesize.c (__getpagesize): Likewise.
26299         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26300         (__get_nprocs): Likewise.
26301         (__get_phys_pages): Likewise.
26302         (__get_avphys_pages): Likewise.
26303         * misc/getttyent.c (getttyent): Likewise.
26304         (setttyent): Likewise.
26305         (endttyent): Likewise.
26306         * misc/getusershell.c (getusershell): Likewise.
26307         (endusershell): Likewise.
26308         (setusershell): Likewise.
26309         (initshells): Likewise.
26310         * misc/hsearch.c (__hdestroy): Likewise.
26311         * misc/sync.c (sync): Likewise.
26312         * misc/syslog.c (closelog_internal): Likewise.
26313         (closelog): Likewise.
26314         * misc/ttyslot.c (ttyslot): Likewise.
26315         * misc/vhangup.c (vhangup): Likewise.
26316         * posix/fork.c (__fork): Likewise.
26317         * posix/getegid.c (__getegid): Likewise.
26318         * posix/geteuid.c (__geteuid): Likewise.
26319         * posix/getgid.c (__getgid): Likewise.
26320         * posix/getpid.c (__getpid): Likewise.
26321         * posix/getppid.c (__getppid): Likewise.
26322         * posix/getuid.c (__getuid): Likewise.
26323         * posix/pause.c (pause): Likewise.
26324         * posix/setpgrp.c (setpgrp): Likewise.
26325         * posix/setsid.c (__setsid): Likewise.
26326         * posix/test-vfork.c (noop): Likewise.
26327         * resolv/gethnamaddr.c (_endhtent): Likewise.
26328         (_gethtent): Likewise.
26329         (ht_endhostent): Likewise.
26330         (gethostent): Likewise.
26331         (dns_service): Likewise.
26332         * stdlib/drand48.c (drand48): Likewise.
26333         * stdlib/lrand48.c (lrand48): Likewise.
26334         * stdlib/mrand48.c (mrand48): Likewise.
26335         * stdlib/rand.c (rand): Likewise.
26336         * stdlib/random.c (__random): Likewise.
26337         * stdlib/setenv.c (clearenv): Likewise.
26338         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26339         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26340         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26341         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26342         (__get_nprocs): Likewise.
26343         (__get_phys_pages): Likewise.
26344         (__get_avphys_pages): Likewise.
26345         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26346         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26347         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26348         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26349         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26350         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26351         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26352         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26353         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26354         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26355         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26356         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26357         * sysdeps/posix/clock.c (clock): Likewise.
26358         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26359         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26360         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26361         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26362         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26363         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26364         (__get_nprocs_conf): Likewise.
26365         (__get_phys_pages): Likewise.
26366         (__get_avphys_pages): Likewise.
26367         * time/clock.c (clock): Likewise.
26368         * time/tzset.c (__tzname_max): Likewise.
26370 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26372         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26373         (__bswap_32): Do not use "register".
26374         * crypt/crypt.c (_ufc_doit_r): Likewise.
26375         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26376         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26377         * gmon/gmon.c (__monstartup): Likewise.
26378         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26379         * hurd/hurdmalloc.c (more_memory): Likewise.
26380         (malloc): Likewise.
26381         (free): Likewise.
26382         (realloc): Likewise.
26383         (malloc_fork_prepare): Likewise.
26384         (malloc_fork_parent): Likewise.
26385         (malloc_fork_child): Likewise.
26386         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26387         (_svcauth_des): Likewise.
26388         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26389         * inet/inet_net.c (inet_network): Likewise.
26390         * inet/inet_netof.c (inet_netof): Likewise.
26391         * inet/rcmd.c (__validuser2_sa): Likewise.
26392         * io/fts.c (fts_open): Likewise.
26393         (fts_load): Likewise.
26394         (fts_close): Likewise.
26395         (fts_read): Likewise.
26396         (fts_children): Likewise.
26397         (fts_build): Likewise.
26398         (fts_stat): Likewise.
26399         (fts_sort): Likewise.
26400         (fts_alloc): Likewise.
26401         (fts_lfree): Likewise.
26402         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26403         (_IO_file_xsgetn): Likewise.
26404         (_IO_file_xsgetn_mmap): Likewise.
26405         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26406         (_IO_cookie_write): Likewise.
26407         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26408         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26409         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26410         * malloc/obstack.c (_obstack_begin): Likewise.
26411         (_obstack_begin_1): Likewise.
26412         (_obstack_newchunk): Likewise.
26413         (_obstack_allocated_p): Likewise.
26414         (obstack_free): Likewise.
26415         (_obstack_memory_used): Likewise.
26416         * misc/getttyent.c (getttynam): Likewise.
26417         (getttyent): Likewise.
26418         (skip): Likewise.
26419         (value): Likewise.
26420         * misc/getusershell.c (initshells): Likewise.
26421         * misc/syslog.c (__vsyslog_chk): Likewise.
26422         * misc/ttyslot.c (ttyslot): Likewise.
26423         * nis/nis_hash.c (__nis_hash): Likewise.
26424         * posix/fnmatch_loop.c (FCT): Likewise.
26425         * posix/getconf.c (print_all): Likewise.
26426         (main): Likewise.
26427         * posix/getopt.c (exchange): Likewise.
26428         * posix/glob.c (globfree): Likewise.
26429         (prefix_array): Likewise.
26430         (__glob_pattern_type): Likewise.
26431         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26432         (NS_GET32): Likewise.
26433         (NS_PUT16): Likewise.
26434         (NS_PUT32): Likewise.
26435         * resolv/gethnamaddr.c (getanswer): Likewise.
26436         (gethostbyname2): Likewise.
26437         (gethostbyaddr): Likewise.
26438         (_gethtent): Likewise.
26439         (_gethtbyname2): Likewise.
26440         (_gethtbyaddr): Likewise.
26441         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26442         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26443         * resolv/res_init.c (__res_vinit): Likewise.
26444         (net_mask): Likewise.
26445         * resolv/res_mkquery.c (outchar): Likewise.
26446         (PRINT): Likewise.
26447         * stdio-common/printf_fp.c (outchar): Likewise.
26448         (PRINT): Likewise.
26449         * stdio-common/printf_fphex.c (outchar): Likewise.
26450         (PRINT): Likewise.
26451         * stdio-common/printf_size.c (outchar): Likewise.
26452         (PRINT): Likewise.
26453         * stdio-common/test_rdwr.c (main): Likewise.
26454         * stdio-common/tfformat.c (matches): Likewise.
26455         * stdio-common/vfprintf.c (outchar): Likewise.
26456         (printf_unknown): Likewise.
26457         (buffered_vfprintf): Likewise.
26458         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26459         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26460         (ReadFile): Likewise.
26461         * stdlib/qsort.c (SWAP): Likewise.
26462         (_quicksort): Likewise.
26463         * stdlib/setenv.c (__add_to_environ): Likewise.
26464         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26465         * stdlib/strtol_l.c (__strtol_l): Likewise.
26466         * stdlib/tst-strtod.c (main): Likewise.
26467         * stdlib/tst-strtol.c (main): Likewise.
26468         * stdlib/tst-strtoll.c (main): Likewise.
26469         * string/bits/string2.h (__strcmp_cc): Likewise.
26470         (__strcmp_cg): Likewise.
26471         (__strcspn_c1): Likewise.
26472         (__strcspn_c2): Likewise.
26473         (__strcspn_c3): Likewise.
26474         (__strspn_c1): Likewise.
26475         (__strspn_c2): Likewise.
26476         (__strspn_c3): Likewise.
26477         (__strsep_1c): Likewise.
26478         (__strsep_2c): Likewise.
26479         (__strsep_3c): Likewise.
26480         * string/memccpy.c (__memccpy): Likewise.
26481         * string/stpcpy.c (__stpcpy): Likewise.
26482         * string/strcmp.c (strcmp): Likewise.
26483         * string/strrchr.c (strrchr): Likewise.
26484         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26485         Likewise.
26486         * sysdeps/mach/hurd/getcwd.c
26487         (_hurd_canonicalize_directory_name_internal): Likewise.
26488         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26489         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26490         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26491         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26492         Likewise, in both definitions.
26493         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26494         definitions.
26495         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26496         64] (__bswap_64): Likewise.
26497         * time/test_time.c (main): Likewise.
26498         * time/tzfile.c (__tzfile_read): Likewise.
26499         (__tzfile_compute): Likewise.
26500         * time/tzset.c (__tzset_parse_tz): Likewise.
26501         (tzset_internal): Likewise.
26502         (compute_change): Likewise.
26503         * wcsmbs/wcscat.c (__wcscat): Likewise.
26504         * wcsmbs/wcschr.c (wcschr): Likewise.
26505         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26506         * wcsmbs/wcscspn.c (wcscspn): Likewise.
26507         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26508         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26509         * wcsmbs/wcsspn.c (wcsspn): Likewise.
26510         * wcsmbs/wcsstr.c (wcsstr): Likewise.
26511         * wcsmbs/wmemchr.c (wmemchr): Likewise.
26512         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26513         * wcsmbs/wmemset.c (wmemset): Likewise.
26515 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
26517         * scripts/config.guess: Update to version 2013-05-16.
26518         * scripts/config.sub: Update to version 2013-04-24.
26519         * scripts/install-sh: Update to version 2011-11-20.07.
26520         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26521         * scripts/move-if-change: Update to version 2012-01-06 07:23.
26523 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
26525         * debug/fgetws_u_chk.c: Fix leading whitespaces.
26526         * elf/sln.c: Likewise.
26527         * hurd/hurd/ioctl.h: Likewise.
26528         * hurd/hurdmalloc.c: Likewise.
26529         * hurd/xattr.c: Likewise.
26530         * include/shlib-compat.h: Likewise.
26531         * inet/ruserpass.c: Likewise.
26532         * libio/iofgets_u.c: Likewise.
26533         * libio/iofgetws_u.c: Likewise.
26534         * locale/programs/ld-identification.c: Likewise.
26535         * locale/programs/ld-time.c: Likewise.
26536         * mach/msg-destroy.c: Likewise.
26537         * nss/nss_files/files-netgrp.c: Likewise.
26538         * resolv/res_data.c: Likewise.
26539         * soft-fp/op-1.h: Likewise.
26540         * soft-fp/op-2.h: Likewise.
26541         * soft-fp/op-4.h: Likewise.
26542         * soft-fp/op-common.h: Likewise.
26543         * stdio-common/printf_fphex.c: Likewise.
26544         * stdlib/strtod_l.c: Likewise.
26545         * sunrpc/rpc/clnt.h: Likewise.
26546         * sysdeps/generic/framestate.c: Likewise.
26547         * sysdeps/i386/bsd-_setjmp.S: Likewise.
26548         * sysdeps/i386/bsd-setjmp.S: Likewise.
26549         * sysdeps/i386/__longjmp.S: Likewise.
26550         * sysdeps/i386/setjmp.S: Likewise.
26551         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26552         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26553         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26554         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26555         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26556         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26557         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26558         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26559         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26560         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26561         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26562         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26563         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26564         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26565         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26566         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26567         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26568         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26569         * sysdeps/ieee754/support.c: Likewise.
26570         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26571         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26572         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26573         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26574         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26575         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26576         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26577         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26578         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26579         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26580         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26581         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26582         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26583         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26584         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26585         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26586         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26589 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
26591         * posix/transbug.c: Remove executable mode.
26593 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
26595         * crypt/speeds.c: Remove trailing whitespace.
26596         * dlfcn/default.c: Likewise.
26597         * elf/ifuncdep2.c: Likewise.
26598         * elf/ifuncmain1.c: Likewise.
26599         * elf/ifuncmain1vis.c: Likewise.
26600         * elf/testobj.h: Likewise.
26601         * elf/tst-stackguard1.c: Likewise.
26602         * gmon/sys/gmon.h: Likewise.
26603         * hurd/hurdmsg.c: Likewise.
26604         * hurd/new-fd.c: Likewise.
26605         * hurd/ports-get.c: Likewise.
26606         * iconvdata/ibm1008_420.c: Likewise.
26607         * inet/tst-getni1.c: Likewise.
26608         * inet/tst-getni2.c: Likewise.
26609         * libio/ioungetc.c: Likewise.
26610         * libio/wfiledoalloc.c: Likewise.
26611         * manual/libm-err-tab.pl: Likewise.
26612         * math/w_dremf.c: Likewise.
26613         * misc/ftruncate.c: Likewise.
26614         * posix/bug-glob2.c: Likewise.
26615         * posix/tst-pcre.c: Likewise.
26616         * posix/wait4.c: Likewise.
26617         * resolv/README: Likewise.
26618         * resolv/res_debug.h: Likewise.
26619         * resolv/tst-inet_ntop.c: Likewise.
26620         * setjmp/bug269-setjmp.c: Likewise.
26621         * soft-fp/extended.h: Likewise.
26622         * soft-fp/op-1.h: Likewise.
26623         * soft-fp/op-2.h: Likewise.
26624         * soft-fp/op-4.h: Likewise.
26625         * soft-fp/op-8.h: Likewise.
26626         * soft-fp/testit.c: Likewise.
26627         * stdio-common/bug16.c: Likewise.
26628         * stdlib/random.c: Likewise.
26629         * sunrpc/rpcsvc/rquota.x: Likewise.
26630         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26631         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26632         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26633         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26634         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26635         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26636         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26637         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26638         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26639         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26640         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26641         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26642         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26643         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26644         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26645         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26646         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26647         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26648         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26649         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26650         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26651         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26652         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26653         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26654         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26655         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26656         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26657         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26658         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26659         * sysdeps/ieee754/s_lib_version.c: Likewise.
26660         * sysdeps/mach/hurd/check_fds.c: Likewise.
26661         * sysdeps/mach/hurd/getsockname.c: Likewise.
26662         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26663         * sysdeps/mach/hurd/recvfrom.c: Likewise.
26664         * sysdeps/powerpc/bits/link.h: Likewise.
26665         * sysdeps/powerpc/dl-procinfo.c: Likewise.
26666         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26667         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26668         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26669         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26670         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26671         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26672         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26673         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26674         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26675         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26676         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26677         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26678         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26679         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26680         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26681         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26682         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26683         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26684         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26685         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26686         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26687         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26688         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26689         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26690         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26691         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26692         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26693         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26694         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26695         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26696         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26697         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26698         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26699         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26700         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26701         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26702         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26703         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26704         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26705         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26706         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26707         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26708         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26709         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26710         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26711         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26712         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26713         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26714         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26715         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26716         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26717         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26718         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26719         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26720         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26721         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26722         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26723         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26724         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26725         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26726         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26727         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26728         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26729         * sysdeps/powerpc/sysdep.h: Likewise.
26730         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26731         * sysdeps/s390/s390-64/sub_n.S: Likewise.
26732         * sysdeps/sh/dl-trampoline.S: Likewise.
26733         * sysdeps/sh/memset.S: Likewise.
26734         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26735         * sysdeps/sh/strlen.S: Likewise.
26736         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26737         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26738         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26739         * sysdeps/sparc/sparc32/rem.S: Likewise.
26740         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26741         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26742         * sysdeps/sparc/sparc32/strchr.S: Likewise.
26743         * sysdeps/sparc/sparc32/udiv.S: Likewise.
26744         * sysdeps/sparc/sparc32/urem.S: Likewise.
26745         * sysdeps/sparc/sparc64/add_n.S: Likewise.
26746         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26747         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26748         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26749         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26750         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26751         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26752         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26753         * sysdeps/unix/bsd/times.c: Likewise.
26754         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26755         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26757         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26759         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26760         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26761         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26762         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26763         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26764         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26765         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26766         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26767         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26768         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26769         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26770         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26771         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26772         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26773         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26774         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26775         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26776         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26777         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26778         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26779         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26780         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26781         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26782         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26783         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26784         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26785         * sysdeps/x86_64/strcspn.S: Likewise.
26787 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26789         * locale/C-translit.h: Revert #include <stdint.h> because this is a
26790         generated file.  Regenerate properly from gen-translit.pl.
26791         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
26792         locale/C-translit.h.
26794 2013-06-05  Andreas Schwab  <schwab@suse.de>
26796         [BZ #15100]
26797         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26798         week as 6 instead of -1.
26799         * time/tst-strptime.c (day_tests): Add test case.
26801 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
26803         * sysdeps/generic/math_private.h
26804         (libc_feholdexcept_setround_53bit): Replace with
26805         libc_feholdsetround_53bit.
26806         (libc_feupdateenv_53bit): Replace with
26807         libc_feresetround_53bit.
26808         (SET_RESTORE_ROUND_53BIT): Adjust.
26810 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26812         * string/test-strchrnul.c: Add copyright header.
26814         * posix/tst-getaddrinfo4.c: Increase test timeout.
26816 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
26818         [BZ #15536]
26819         * math/libm-test.inc (MAX_EXP): Remove
26820         (MIN_EXP): Define.
26821         (ulp): Use MIN_EXP - MANT_DIG.
26822         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26824 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
26826         * po/be.po: Revert last change.
26827         * po/zh_CN.po: Likewise.
26828         * po/header.pot: Likewise.
26830 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
26832         * Makefile ($(common-objpfx)linkobj/libc.so): Define
26833         link-libc-deps to empty as target-specific variable.
26834         * Makerules (link-libc-args): New variable.
26835         (libc-for-link): Likewise.
26836         (link-libc-deps): Likewise.
26837         (lib%.so): Depend on $(link-libc-deps).  Link with
26838         $(link-libc-args).
26839         (build-module): Link with $(link-libc-args).
26840         (build-module-asneeded): Likewise.
26841         (build-module-helper-objlist): Filter out $(link-libc-deps) from
26842         list of objects.
26843         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26844         target-specific variable.
26845         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26846         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26847         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26848         libc.
26849         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26850         libc and ld.so.
26851         ($(objpfx)libpcprofile.so): Likewise.
26852         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26853         libc_nonshared.a.
26854         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26855         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26856         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26857         $(link-libc-deps).
26858         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26859         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26860         * login/Makefile ($(objpfx)libutil.so): Likewise.
26861         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26862         * math/Makefile ($(objpfx)libm.so): Likewise.
26863         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26864         $(objpfx)libnsl.so): Define libc-for-link as target-specific
26865         variable instead of depending directly on libc.
26866         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26867         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26868         $(link-libc-deps).
26869         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26870         libc.
26871         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26872         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26873         ($(objpfx)libanl.so): Likewise.
26874         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26875         ld.so.
26876         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26877         $(link-libc-deps).
26878         * sysdeps/i386/fpu/Makefile: Remove file.
26879         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26880         ($(objpfx)libm.so): Remove dependency on ld.so.
26882 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
26884         [BZ # 15553]
26885         * nis/yp_xdr.c (XDRMAXNAME): Define.
26886         (XDRMAXRECORD): Define.
26887         (xdr_domainname): Use XDRMAXNAME.
26888         (xdr_mapname): Likewise.
26889         (xdr_peername): Likewise.
26890         (xdr_keydat): Use XDRMAXRECORD.
26891         (xdr_valdat): Likewise.
26893 2013-05-30  Jeff Law  <law@redhat.com>
26895         [BZ #14256]
26896         * manual/errno.texi (ESTALE): Update to account for more than
26897         just NFS file systems.
26898         * sysdeps/gnu/errlist.c: Regenerated.
26900 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26902         [BZ #15465]
26903         * elf/Makefile (tests): Add tst-null-argv.
26904         (modules-names):  Add tst-null-argv-lib.
26905         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26906         (tst-null-argv-ENV): Set environment for tst-null-argv.
26907         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26908         (RTLD_PROGNAME): New macro.
26909         * elf/tst-null-argv.c: New test case.
26910         * elf/tst-null-argv-lib.c: Library for test case.
26911         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26912         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26913         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26914         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26915         * elf/dl-init.c (call_init): Likewise.
26916         (_dl_init): Likewise.
26917         * elf/dl-load.c (print_search_path): Likewise.
26918         (_dl_map_object): Likewise.
26919         * elf/dl-lookup.c (do_lookup_x): Likewise.
26920         (add_dependency): Likewise.
26921         (_dl_lookup_symbol_x): Likewise.
26922         (_dl_debug_bindings): Likewise.
26923         * elf/dl-open.c (_dl_show_scope): Likewise.
26924         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26925         * elf/dl-version.c (match_symbol): Likewise.
26926         (_dl_check_map_versions): Likewise.
26927         * elf/rtld.c (dl_main): Likewise.
26928         (print_unresolved): Use RTLD_PROGNAME.
26929         (print_missing_version): Likewise.
26930         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26931         (elf_machine_rela): Likewise.
26932         * sysdeps/powerpc/powerpc32/dl-machine.c
26933         (__process_machine_rela): Likewise.
26934         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26935         Likewise.
26936         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26937         Likewise.
26938         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26939         Likewise.
26940         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26941         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26942         Likewise.
26943         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26944         Likewise.
26945         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26947 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
26949         * po/be.po: Add descriptive title.
26950         * po/zh_CN.po: Likewise.
26951         * po/header.pot: Likewise.
26953 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
26955         * locale/programs/locarchive.c (create_archive): Inlucde fname in
26956         error message.
26957         (enlarge_archive): Likewise.
26959 2013-05-28  Ben North  <ben@redfrontdoor.org>
26961         * manual/arith.texi (frexp): It is the magnitude of the return
26962         value which lies in [0.5, 1), not the return value itself.
26964 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26968 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
26970         * stdio-common/bug26.c (main): Correct fscanf template.
26972         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
26973         declare _dl_skip_args.
26975         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
26976         Don't declare.
26978         * manual/platform.texi: Add missing @end deftypefun.
26980 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
26982         [BZ #15529]
26983         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
26984         bit of mantissa of 2^16382.
26985         * math/libm-test.inc (hypot_test_data): Add more tests.
26987         * math/libm-test.inc: Add drem and pow10 to list of tested
26988         functions.
26989         (pow10_test): New function.
26990         (drem_test): Likewise.
26991         (drem_test_tonearest): Likewise.
26992         (drem_test_towardzero): Likewise.
26993         (drem_test_downward): Likewise.
26994         (drem_test_upward): Likewise.
26995         (main): Call the new functions.
26997         * math/libm-test.inc (finite_test_data): Remove.
26998         (finite_test): Run tests from isfinite_test_data.
26999         (gamma_test_data): Remove.
27000         (gamma_test): Run tests from lgamma_test_data.
27001         * sysdeps/i386/fpu/libm-test-ulps: Update.
27002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27004 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27006         * manual/platform.texi: Add PowerPC PPR function set documentation.
27007         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27008         implementation.
27010 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27012         * math/libm-test.inc (MAX_EXP): Define.
27013         (ULPDIFF): Define.
27014         (ulp): New function.
27015         (check_float_internal): Use ULPDIFF.
27016         (cpow_test): Disable failing test.
27017         (check_ulp): Test ulp() implemetnation.
27018         (main): Call check_ulp before starting tests.
27020 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27022         * math/gen-libm-test.pl (generate_testfile): Do not handle
27023         START_DATA and END_DATA.
27024         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27025         END_DATA.
27026         (acos_tonearest_test_data): Likewise.
27027         (acos_towardzero_test_data): Likewise.
27028         (acos_downward_test_data): Likewise.
27029         (acos_upward_test_data): Likewise.
27030         (acosh_test_data): Likewise.
27031         (asin_test_data): Likewise.
27032         (asin_tonearest_test_data): Likewise.
27033         (asin_towardzero_test_data): Likewise.
27034         (asin_downward_test_data): Likewise.
27035         (asin_upward_test_data): Likewise.
27036         (asinh_test_data): Likewise.
27037         (atan_test_data): Likewise.
27038         (atanh_test_data): Likewise.
27039         (atan2_test_data): Likewise.
27040         (cabs_test_data): Likewise.
27041         (cacos_test_data): Likewise.
27042         (cacosh_test_data): Likewise.
27043         (carg_test_data): Likewise.
27044         (casin_test_data): Likewise.
27045         (casinh_test_data): Likewise.
27046         (catan_test_data): Likewise.
27047         (catanh_test_data): Likewise.
27048         (cbrt_test_data): Likewise.
27049         (ccos_test_data): Likewise.
27050         (ccosh_test_data): Likewise.
27051         (ceil_test_data): Likewise.
27052         (cexp_test_data): Likewise.
27053         (cimag_test_data): Likewise.
27054         (clog_test_data): Likewise.
27055         (clog10_test_data): Likewise.
27056         (conj_test_data): Likewise.
27057         (copysign_test_data): Likewise.
27058         (cos_test_data): Likewise.
27059         (cos_tonearest_test_data): Likewise.
27060         (cos_towardzero_test_data): Likewise.
27061         (cos_downward_test_data): Likewise.
27062         (cos_upward_test_data): Likewise.
27063         (cosh_test_data): Likewise.
27064         (cosh_tonearest_test_data): Likewise.
27065         (cosh_towardzero_test_data): Likewise.
27066         (cosh_downward_test_data): Likewise.
27067         (cosh_upward_test_data): Likewise.
27068         (cpow_test_data): Likewise.
27069         (cproj_test_data): Likewise.
27070         (creal_test_data): Likewise.
27071         (csin_test_data): Likewise.
27072         (csinh_test_data): Likewise.
27073         (csqrt_test_data): Likewise.
27074         (ctan_test_data): Likewise.
27075         (ctan_tonearest_test_data): Likewise.
27076         (ctan_towardzero_test_data): Likewise.
27077         (ctan_downward_test_data): Likewise.
27078         (ctan_upward_test_data): Likewise.
27079         (ctanh_test_data): Likewise.
27080         (ctanh_tonearest_test_data): Likewise.
27081         (ctanh_towardzero_test_data): Likewise.
27082         (ctanh_downward_test_data): Likewise.
27083         (ctanh_upward_test_data): Likewise.
27084         (erf_test_data): Likewise.
27085         (erfc_test_data): Likewise.
27086         (exp_test_data): Likewise.
27087         (exp_tonearest_test_data): Likewise.
27088         (exp_towardzero_test_data): Likewise.
27089         (exp_downward_test_data): Likewise.
27090         (exp_upward_test_data): Likewise.
27091         (exp10_test_data): Likewise.
27092         (exp2_test_data): Likewise.
27093         (expm1_test_data): Likewise.
27094         (fabs_test_data): Likewise.
27095         (fdim_test_data): Likewise.
27096         (finite_test_data): Likewise.
27097         (floor_test_data): Likewise.
27098         (fma_test_data): Likewise.
27099         (fma_towardzero_test_data): Likewise.
27100         (fma_downward_test_data): Likewise.
27101         (fma_upward_test_data): Likewise.
27102         (fmax_test_data): Likewise.
27103         (fmin_test_data): Likewise.
27104         (fmod_test_data): Likewise.
27105         (fpclassify_test_data): Likewise.
27106         (frexp_test_data): Likewise.
27107         (gamma_test_data): Likewise.
27108         (hypot_test_data): Likewise.
27109         (ilogb_test_data): Likewise.
27110         (isfinite_test_data): Likewise.
27111         (isgreater_test_data): Likewise.
27112         (isgreaterequal_test_data): Likewise.
27113         (isinf_test_data): Likewise.
27114         (isless_test_data): Likewise.
27115         (islessequal_test_data): Likewise.
27116         (islessgreater_test_data): Likewise.
27117         (isnan_test_data): Likewise.
27118         (isnormal_test_data): Likewise.
27119         (issignaling_test_data): Likewise.
27120         (isunordered_test_data): Likewise.
27121         (j0_test_data): Likewise.
27122         (j1_test_data): Likewise.
27123         (jn_test_data): Likewise.
27124         (ldexp_test_data): Likewise.
27125         (lgamma_test_data): Likewise.
27126         (lrint_test_data): Likewise.
27127         (lrint_tonearest_test_data): Likewise.
27128         (lrint_towardzero_test_data): Likewise.
27129         (lrint_downward_test_data): Likewise.
27130         (lrint_upward_test_data): Likewise.
27131         (llrint_test_data): Likewise.
27132         (llrint_tonearest_test_data): Likewise.
27133         (llrint_towardzero_test_data): Likewise.
27134         (llrint_downward_test_data): Likewise.
27135         (llrint_upward_test_data): Likewise.
27136         (log_test_data): Likewise.
27137         (log10_test_data): Likewise.
27138         (log1p_test_data): Likewise.
27139         (log2_test_data): Likewise.
27140         (logb_test_data): Likewise.
27141         (logb_downward_test_data): Likewise.
27142         (lround_test_data): Likewise.
27143         (llround_test_data): Likewise.
27144         (modf_test_data): Likewise.
27145         (nearbyint_test_data): Likewise.
27146         (nextafter_test_data): Likewise.
27147         (nexttoward_test_data): Likewise.
27148         (pow_test_data): Likewise.
27149         (pow_tonearest_test_data): Likewise.
27150         (pow_towardzero_test_data): Likewise.
27151         (pow_downward_test_data): Likewise.
27152         (pow_upward_test_data): Likewise.
27153         (remainder_test_data): Likewise.
27154         (remainder_tonearest_test_data): Likewise.
27155         (remainder_towardzero_test_data): Likewise.
27156         (remainder_downward_test_data): Likewise.
27157         (remainder_upward_test_data): Likewise.
27158         (remquo_test_data): Likewise.
27159         (rint_test_data): Likewise.
27160         (rint_tonearest_test_data): Likewise.
27161         (rint_towardzero_test_data): Likewise.
27162         (rint_downward_test_data): Likewise.
27163         (rint_upward_test_data): Likewise.
27164         (round_test_data): Likewise.
27165         (scalb_test_data): Likewise.
27166         (scalbn_test_data): Likewise.
27167         (scalbln_test_data): Likewise.
27168         (signbit_test_data): Likewise.
27169         (sin_test_data): Likewise.
27170         (sin_tonearest_test_data): Likewise.
27171         (sin_towardzero_test_data): Likewise.
27172         (sin_downward_test_data): Likewise.
27173         (sin_upward_test_data): Likewise.
27174         (sincos_test_data): Likewise.
27175         (sinh_test_data): Likewise.
27176         (sinh_tonearest_test_data): Likewise.
27177         (sinh_towardzero_test_data): Likewise.
27178         (sinh_downward_test_data): Likewise.
27179         (sinh_upward_test_data): Likewise.
27180         (sqrt_test_data): Likewise.
27181         (tan_test_data): Likewise.
27182         (tan_tonearest_test_data): Likewise.
27183         (tan_towardzero_test_data): Likewise.
27184         (tan_downward_test_data): Likewise.
27185         (tan_upward_test_data): Likewise.
27186         (tanh_test_data): Likewise.
27187         (tgamma_test_data): Likewise.
27188         (trunc_test_data): Likewise.
27189         (y0_test_data): Likewise.
27190         (y1_test_data): Likewise.
27191         (yn_test_data): Likewise.
27192         (significand_test_data): Likewise.
27194         * math/gen-libm-test.pl (@functions): Remove variable.
27195         (generate_testfile): Don't handle START and END lines.
27196         * math/libm-test.inc (START): New macro.
27197         (END): Likewise.
27198         (END_COMPLEX): Likewise.
27199         (acos_test): Use END macro without arguments.
27200         (acos_test_tonearest): Likewise.
27201         (acos_test_towardzero): Likewise.
27202         (acos_test_downward): Likewise.
27203         (acos_test_upward): Likewise.
27204         (acosh_test): Likewise.
27205         (asin_test): Likewise.
27206         (asin_test_tonearest): Likewise.
27207         (asin_test_towardzero): Likewise.
27208         (asin_test_downward): Likewise.
27209         (asin_test_upward): Likewise.
27210         (asinh_test): Likewise.
27211         (atan_test): Likewise.
27212         (atanh_test): Likewise.
27213         (atan2_test): Likewise.
27214         (cabs_test): Likewise.
27215         (cacos_test): Use END_COMPLEX macro without arguments.
27216         (cacosh_test): Likewise.
27217         (carg_test): Use END macro without arguments.
27218         (casin_test): Use END_COMPLEX macro without arguments.
27219         (casinh_test): Likewise.
27220         (catan_test): Likewise.
27221         (catanh_test): Likewise.
27222         (cbrt_test): Use END macro without arguments.
27223         (ccos_test): Use END_COMPLEX macro without arguments.
27224         (ccosh_test): Likewise.
27225         (ceil_test): Use END macro without arguments.
27226         (cexp_test): Use END_COMPLEX macro without arguments.
27227         (cimag_test): Use END macro without arguments.
27228         (clog_test): Use END_COMPLEX macro without arguments.
27229         (clog10_test): Likewise.
27230         (conj_test): Likewise.
27231         (copysign_test): Use END macro without arguments.
27232         (cos_test): Likewise.
27233         (cos_test_tonearest): Likewise.
27234         (cos_test_towardzero): Likewise.
27235         (cos_test_downward): Likewise.
27236         (cos_test_upward): Likewise.
27237         (cosh_test): Likewise.
27238         (cosh_test_tonearest): Likewise.
27239         (cosh_test_towardzero): Likewise.
27240         (cosh_test_downward): Likewise.
27241         (cosh_test_upward): Likewise.
27242         (cpow_test): Use END_COMPLEX macro without arguments.
27243         (cproj_test): Likewise.
27244         (creal_test): Use END macro without arguments.
27245         (csin_test): Use END_COMPLEX macro without arguments.
27246         (csinh_test): Likewise.
27247         (csqrt_test): Likewise.
27248         (ctan_test): Likewise.
27249         (ctan_test_tonearest): Likewise.
27250         (ctan_test_towardzero): Likewise.
27251         (ctan_test_downward): Likewise.
27252         (ctan_test_upward): Likewise.
27253         (ctanh_test): Likewise.
27254         (ctanh_test_tonearest): Likewise.
27255         (ctanh_test_towardzero): Likewise.
27256         (ctanh_test_downward): Likewise.
27257         (ctanh_test_upward): Likewise.
27258         (erf_test): Use END macro without arguments.
27259         (erfc_test): Likewise.
27260         (exp_test): Likewise.
27261         (exp_test_tonearest): Likewise.
27262         (exp_test_towardzero): Likewise.
27263         (exp_test_downward): Likewise.
27264         (exp_test_upward): Likewise.
27265         (exp10_test): Likewise.
27266         (exp2_test): Likewise.
27267         (expm1_test): Likewise.
27268         (fabs_test): Likewise.
27269         (fdim_test): Likewise.
27270         (finite_test): Likewise.
27271         (floor_test): Likewise.
27272         (fma_test): Likewise.
27273         (fma_test_towardzero): Likewise.
27274         (fma_test_downward): Likewise.
27275         (fma_test_upward): Likewise.
27276         (fmax_test): Likewise.
27277         (fmin_test): Likewise.
27278         (fmod_test): Likewise.
27279         (fpclassify_test): Likewise.
27280         (frexp_test): Likewise.
27281         (gamma_test): Likewise.
27282         (hypot_test): Likewise.
27283         (ilogb_test): Likewise.
27284         (isfinite_test): Likewise.
27285         (isgreater_test): Likewise.
27286         (isgreaterequal_test): Likewise.
27287         (isinf_test): Likewise.
27288         (isless_test): Likewise.
27289         (islessequal_test): Likewise.
27290         (islessgreater_test): Likewise.
27291         (isnan_test): Likewise.
27292         (isnormal_test): Likewise.
27293         (issignaling_test): Likewise.
27294         (isunordered_test): Likewise.
27295         (j0_test): Likewise.
27296         (j1_test): Likewise.
27297         (jn_test): Likewise.
27298         (ldexp_test): Likewise.
27299         (lgamma_test): Likewise.
27300         (lrint_test): Likewise.
27301         (lrint_test_tonearest): Likewise.
27302         (lrint_test_towardzero): Likewise.
27303         (lrint_test_downward): Likewise.
27304         (lrint_test_upward): Likewise.
27305         (llrint_test): Likewise.
27306         (llrint_test_tonearest): Likewise.
27307         (llrint_test_towardzero): Likewise.
27308         (llrint_test_downward): Likewise.
27309         (llrint_test_upward): Likewise.
27310         (log_test): Likewise.
27311         (log10_test): Likewise.
27312         (log1p_test): Likewise.
27313         (log2_test): Likewise.
27314         (logb_test): Likewise.
27315         (logb_test_downward): Likewise.
27316         (lround_test): Likewise.
27317         (llround_test): Likewise.
27318         (modf_test): Likewise.
27319         (nearbyint_test): Likewise.
27320         (nextafter_test): Likewise.
27321         (nexttoward_test): Likewise.
27322         (pow_test): Likewise.
27323         (pow_test_tonearest): Likewise.
27324         (pow_test_towardzero): Likewise.
27325         (pow_test_downward): Likewise.
27326         (pow_test_upward): Likewise.
27327         (remainder_test): Likewise.
27328         (remainder_test_tonearest): Likewise.
27329         (remainder_test_towardzero): Likewise.
27330         (remainder_test_downward): Likewise.
27331         (remainder_test_upward): Likewise.
27332         (remquo_test): Likewise.
27333         (rint_test): Likewise.
27334         (rint_test_tonearest): Likewise.
27335         (rint_test_towardzero): Likewise.
27336         (rint_test_downward): Likewise.
27337         (rint_test_upward): Likewise.
27338         (round_test): Likewise.
27339         (scalb_test): Likewise.
27340         (scalbn_test): Likewise.
27341         (scalbln_test): Likewise.
27342         (signbit_test): Likewise.
27343         (sin_test): Likewise.
27344         (sin_test_tonearest): Likewise.
27345         (sin_test_towardzero): Likewise.
27346         (sin_test_downward): Likewise.
27347         (sin_test_upward): Likewise.
27348         (sincos_test): Likewise.
27349         (sinh_test): Likewise.
27350         (sinh_test_tonearest): Likewise.
27351         (sinh_test_towardzero): Likewise.
27352         (sinh_test_downward): Likewise.
27353         (sinh_test_upward): Likewise.
27354         (sqrt_test): Likewise.
27355         (tan_test): Likewise.
27356         (tan_test_tonearest): Likewise.
27357         (tan_test_towardzero): Likewise.
27358         (tan_test_downward): Likewise.
27359         (tan_test_upward): Likewise.
27360         (tanh_test): Likewise.
27361         (tgamma_test): Likewise.
27362         (trunc_test): Likewise.
27363         (y0_test): Likewise.
27364         (y1_test): Likewise.
27365         (yn_test): Likewise.
27366         (significand_test): Likewise.
27368 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27370         [BZ #15381]
27371         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27373 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27375         [BZ #14894]
27376         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27377         __ppc_mdoio and __ppc_mdoom.
27378         * manual/platform.texi: Document new functions __ppc_yield,
27379         __ppc_mdoio and __ppc_mdoom.
27381 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27383         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27384         (main): Mention "tls" pseudo-hwcap is legacy.
27385         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27387 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27389         * math/gen-libm-test.pl (parse_args): Output only string of
27390         arguments as text for test name, not full call or descriptions of
27391         tests for extra outputs.
27392         (generate_testfile): Do not pass function name to parse_args.
27393         Generate this_func variable from START.
27394         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27395         field to arg_str.
27396         (struct test_ff_f_data): Likewise.
27397         (test_ff_f_data_nexttoward): Likewise.
27398         (struct test_fi_f_data): Likewise.
27399         (struct test_fl_f_data): Likewise.
27400         (struct test_if_f_data): Likewise.
27401         (struct test_fff_f_data): Likewise.
27402         (struct test_c_f_data): Likewise.
27403         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27404         (struct test_fF_f1_data): Likewise.
27405         (struct test_ffI_f1_data): Likewise.
27406         (struct test_c_c_data): Rename test_name field to arg_str.
27407         (struct test_cc_c_data): Likewise.
27408         (struct test_f_i_data): Likewise.
27409         (struct test_ff_i_data): Likewise.
27410         (struct test_f_l_data): Likewise.
27411         (struct test_f_L_data): Likewise.
27412         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27413         and extra2_name.
27414         (COMMON_TEST_SETUP): New macro.
27415         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27416         (COMMON_TEST_CLEANUP): Likewise.
27417         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27418         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27419         macros.
27420         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27421         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27422         macros.
27423         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27424         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27425         cleanup macros.
27426         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27427         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27428         macros.
27429         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27430         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27431         macros.
27432         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27433         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27434         cleanup macros.
27435         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27436         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27437         cleanup macros.
27438         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27439         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27440         cleanup macros.
27441         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27442         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27443         macros.
27444         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27445         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27446         macros.
27447         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27448         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27449         macros.
27450         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27451         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27452         cleanup macros.
27453         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27454         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27455         cleanup macros.
27456         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27457         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27458         macros.
27459         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27460         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27461         cleanup macros.
27462         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27463         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
27464         macros.
27465         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27466         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
27467         macros.
27468         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27469         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
27470         cleanup macros.
27471         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27473 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
27475         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27476         to _sifields.sigfault.
27477         (si_addr_lsb): Define new macro.
27478         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27479         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27480         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27482 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
27484         [BZ #15441]
27485         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27486         returns -1.
27487         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27488         null return -1.
27489         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27490         loading the domain.
27492 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27494         * math/gen-libm-test.pl (parse_args): Do not include expected
27495         result in test name.
27496         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27497         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27498         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27499         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27500         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27503 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
27505         * benchtests/Makefile: Sort function entries.
27507         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27508         tanh, asinh, acosh, atanh.
27509         * benchtests/acos-inputs: New file.
27510         * benchtests/acosh-inputs: New file.
27511         * benchtests/asin-inputs: New file.
27512         * benchtests/asinh-inputs: New file.
27513         * benchtests/atanh-inputs: New file.
27514         * benchtests/cosh-inputs: New file.
27515         * benchtests/log-inputs: New file.
27516         * benchtests/sinh-inputs: New file.
27517         * benchtests/tanh-inputs: New file.
27519 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
27521         [BZ #15339]
27522         * posix/tst-getaddrinfo4.c: New test.
27523         * posix/Makefile (tests): Add it.
27525 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27527         [BZ #15339]
27528         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27529         when no services were used.
27530         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27531         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27533 2013-05-21  Andreas Schwab  <schwab@suse.de>
27535         [BZ #15014]
27536         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27537         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27538         successful.
27539         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27540         redundant variable declarations and reallocation of buffer when
27541         parsing as IPv6 address.  Always set NSS status when called from
27542         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
27543         buffer too small.  Correct computation of needed size.
27544         * nss/Makefile (tests): Add test-digits-dots.
27545         * nss/test-digits-dots.c: New test.
27547 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27549         * benchtests/Makefile: Remove instructions for adding
27550         benchmark tests.
27551         * benchtests/README: New file to explain how to execute and
27552         enhance the benchmark tests.
27554 2013-05-21  Andreas Schwab  <schwab@suse.de>
27556         [BZ #15493]
27557         * setjmp/Makefile (tests): Add tst-sigsetjmp.
27558         * setjmp/tst-sigsetjmp.c: New test.
27560 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27562         * sysdeps/x86_64/memset.S (memset): New implementation.
27563         (__bzero): Likewise.
27564         (__memset_tail): New function.
27566 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
27568         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27569         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27570         __memcpy_sse2_unaligned ifunc selection.
27571         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27572         Add memcpy-sse2-unaligned.S.
27573         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27574         Add: __memcpy_sse2_unaligned.
27576 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
27578         [BZ #15490]
27579         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27580         math_force_eval before restoring floating-point envrionment.
27581         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27582         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27583         Likewise.
27584         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27585         <math_private.h>.
27586         (__nearbyintl): Use math_force_eval before restoring
27587         floating-point environment.
27588         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27590         * math/gen-libm-test.pl (special_functions): Remove.
27591         (parse_args): Don't handle TEST_extra.  Handle functions with no
27592         return value.
27593         * math/libm-test.inc (struct test_sincos_data): Replace with
27594         struct test_fFF_11_data.
27595         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27596         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27597         (sincos_test_data): Change element type to struct
27598         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
27599         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27600         RUN_TEST_LOOP_sincos.
27601         * math/README.libm-test: Don't mention special handling of
27602         individual functions.
27603         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27604         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27605         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27606         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27607         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27610         * math/gen-libm-test.pl (get_variable): Remove function.
27611         (parse_args): Don't show pointer parameters to call in test
27612         names.  Use "extra output N" in test names for extra outputs
27613         rather than naming variables.
27615 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
27617         [BZ #15488]
27618         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27619         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27620         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27621         double tests.
27622         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27623         disable.
27624         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27625         check_long_double.
27627         * math/gen-libm-test.pl (@tests): Remove variable.
27628         ($count): Likewise.
27629         (new_test): Remove function.
27630         (show_exceptions): New function.
27631         (special_functions): Use show_exceptions instead of new_test.
27632         (parse_args): Likewise.
27633         (generate_testfile): Pass only function name in generated call to
27634         print_max_error or print_complex_max_error.
27635         (get_ulps): Do not handle complex tests specially.
27636         (output_test): Rename to ...
27637         (get_all_ulps_for_test): ... this.  Return a string rather than
27638         printing to a file.  Require ulps to be present.
27639         (output_ulps): Generate arrays rather than #defines.
27640         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27641         (struct ulp_data): New type.
27642         (BUILD_COMPLEX_ULP): Remove macro.
27643         (compare_ulp_data): New function.
27644         (find_ulps): Likewise.
27645         (find_test_ulps): Likewise.
27646         (find_function_ulps): Likewise.
27647         (find_complex_function_ulps): Likewise.
27648         (print_max_error): Determine allowed ulps using
27649         find_function_ulps.
27650         (print_complex_max_error): Determine allowed ulps using
27651         find_complex_function_ulps.
27652         (check_float_internal): Determine max ulps using find_test_ulps.
27653         (check_float): Do not take max_ulp parameter.  Update call to
27654         check_float_internal.
27655         (check_complex): Likewise.
27656         (check_int): Do not take max_ulp parameter.
27657         (check_long): Likewise.
27658         (check_bool): Likewise.
27659         (check_longlong): Likewise.
27660         (struct test_f_f_data): Remove max_ulp field.
27661         (struct test_ff_f_data): Likewise.
27662         (struct test_ff_f_data_nexttoward): Likewise.
27663         (struct test_fi_f_data): Likewise.
27664         (struct test_fl_f_data): Likewise.
27665         (struct test_if_f_data): Likewise.
27666         (struct test_fff_f_data): Likewise.
27667         (struct test_c_f_data): Likewise.
27668         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27669         (struct test_fF_f1_data): Likewise.
27670         (struct test_ffI_f1_data): Likewise.
27671         (struct test_c_c_data): Remove max_ulp field.
27672         (struct test_cc_c_data): Likewise.
27673         (struct test_f_i_data): Likewise.
27674         (struct test_ff_i_data): Likewise.
27675         (struct test_f_l_data): Likewise.
27676         (struct test_f_L_data): Likewise.
27677         (struct test_sincos_data): Likewise.
27678         (RUN_TEST_f_f): Do not handle ulps.
27679         (RUN_TEST_LOOP_f_f): Likewise.
27680         (RUN_TEST_2_f): Likewise.
27681         (RUN_TEST_LOOP_2_f): Likewise.
27682         (RUN_TEST_fff_f): Likewise.
27683         (RUN_TEST_LOOP_fff_f): Likewise.
27684         (RUN_TEST_c_f): Likewise.
27685         (RUN_TEST_LOOP_c_f): Likewise.
27686         (RUN_TEST_f_f1): Likewise.
27687         (RUN_TEST_LOOP_f_f1): Likewise.
27688         (RUN_TEST_fF_f1): Likewise.
27689         (RUN_TEST_LOOP_fF_f1): Likewise.
27690         (RUN_TEST_fI_f1): Likewise.
27691         (RUN_TEST_LOOP_fI_f1): Likewise.
27692         (RUN_TEST_ffI_f1): Likewise.
27693         (RUN_TEST_LOOP_ffI_f1): Likewise.
27694         (RUN_TEST_c_c): Likewise.
27695         (RUN_TEST_LOOP_c_c): Likewise.
27696         (RUN_TEST_cc_c): Likewise.
27697         (RUN_TEST_LOOP_cc_c): Likewise.
27698         (RUN_TEST_f_i): Likewise.
27699         (RUN_TEST_LOOP_f_i): Likewise.
27700         (RUN_TEST_f_i_tg): Likewise.
27701         (RUN_TEST_LOOP_f_i_tg): Likewise.
27702         (RUN_TEST_ff_i_tg): Likewise.
27703         (RUN_TEST_LOOP_ff_i_tg): Likewise.
27704         (RUN_TEST_f_b): Likewise.
27705         (RUN_TEST_LOOP_f_b): Likewise.
27706         (RUN_TEST_f_b_tg): Likewise.
27707         (RUN_TEST_LOOP_f_b_tg): Likewise.
27708         (RUN_TEST_f_l): Likewise.
27709         (RUN_TEST_LOOP_f_l): Likewise.
27710         (RUN_TEST_f_L): Likewise.
27711         (RUN_TEST_LOOP_f_L): Likewise.
27712         (RUN_TEST_sincos): Likewise.
27713         (RUN_TEST_LOOP_sincos): Likewise.
27715 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
27717         [BZ #15480]
27718         [BZ #15485]
27719         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27720         main case of finite arguments, set rounding mode to FE_TONEAREST
27721         and discard exceptions.
27722         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27723         exceptions.
27724         (remainder_tonearest_test_data): New variable.
27725         (remainder_test_tonearest): New function.
27726         (remainder_towardzero_test_data): New variable.
27727         (remainder_test_towardzero): New function.
27728         (remainder_downward_test_data): New variable.
27729         (remainder_test_downward): New function.
27730         (remainder_upward_test_data): New variable.
27731         (remainder_test_upward): New function.
27732         (main): Call the new test functions.
27734         * math/libm-test.inc (struct test_f_f1_data): Remove field
27735         extra_init.
27736         (struct test_fF_f1_data): Likewise.
27737         (struct test_ffI_f1_data): Likewise.
27738         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
27739         based on value of EXTRA_EXPECTED.
27740         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27741         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
27742         EXTRA_VAR based on value of EXTRA_EXPECTED.
27743         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27744         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
27745         EXTRA_VAR based on value of EXTRA_EXPECTED.
27746         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27747         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
27748         EXTRA_VAR based on value of EXTRA_EXPECTED.
27749         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27750         * math/gen-libm-test.pl (parse_args): Don't output initializers
27751         for extra output values.
27753         * math/libm-test.inc (check_int): Expect result to be exactly
27754         equal to expected value and do not handle ulps.
27755         (check_long): Likewise.
27756         (check_longlong): Likewise.
27758         * math/libm-test.inc (ceil_test_data): Test for "inexact"
27759         exceptions.
27760         (cimag_test_data): Likewise.
27761         (conj_test_data): Likewise.
27762         (copysign_test_data): Likewise.
27763         (cproj_test_data): Likewise.
27764         (creal_test_data): Likewise.
27765         (fabs_test_data): Likewise.
27766         (fdim_test_data): Likewise.
27767         (finite_test_data): Likewise.
27768         (floor_test_data): Likewise.
27769         (fmax_test_data): Likewise.
27770         (fmin_test_data): Likewise.
27771         (fmod_test_data): Likewise.
27772         (fpclassify_test_data): Likewise.
27773         (frexp_test_data): Likewise.
27774         (ilogb_test_data): Likewise.
27775         (isfinite_test_data): Likewise.
27776         (isgreater_test_data): Likewise.
27777         (isgreaterequal_test_data): Likewise.
27778         (isinf_test_data): Likewise.
27779         (isless_test_data): Likewise.
27780         (islessequal_test_data): Likewise.
27781         (islessgreater_test_data): Likewise.
27782         (isnan_test_data): Likewise.
27783         (isnormal_test_data): Likewise.
27784         (issignaling_test_data): Likewise.
27785         (isunordered_test_data): Likewise.
27786         (ldexp_test_data): Likewise.
27787         (lrint_test_data): Likewise.
27788         (lrint_test_data) [TEST_FLOAT]: Disable one test.
27789         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27790         (lrint_tonearest_test_data): Test for "inexact" exceptions.
27791         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27792         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27793         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27794         test input.
27795         (lrint_towardzero_test_data): Test for "inexact" exceptions.
27796         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27797         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27798         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27799         that test input.
27800         (lrint_downward_test_data): Test for "inexact" exceptions.
27801         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27802         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27803         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27804         test input.
27805         (lrint_upward_test_data): Test for "inexact" exceptions.
27806         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27807         test input.
27808         (llrint_test_data): Test for "inexact" exceptions.
27809         (llrint_test_data) [TEST_FLOAT]: Disable one test.
27810         (llrint_tonearest_test_data): Test for "inexact" exceptions.
27811         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27812         (llrint_towardzero_test_data): Test for "inexact" exceptions.
27813         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27814         (llrint_downward_test_data): Test for "inexact" exceptions.
27815         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27816         (llrint_upward_test_data): Test for "inexact" exceptions.
27817         (logb_test_data): Likewise.
27818         (logb_downward_test_data): Likewise.
27819         (nextafter_test_data): Likewise.
27820         (nexttoward_test_data): Likewise.
27821         (remainder_test_data): Likewise.
27822         (remquo_test_data): Likewise.
27823         (scalbn_test_data): Likewise.
27824         (scalbln_test_data): Likewise.
27825         (signbit_test_data): Likewise.
27826         (sqrt_test_data): Likewise.
27827         (significand_test_data): Likewise.
27829 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
27831         [BZ #15424]
27832         * benchtests/bench-modf.c (struct args): Mark arg0 as
27833         volatile.
27834         * scripts/bench.pl: Mark members of struct args as volatile.
27836 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27838         [BZ # 15497]
27839         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27840         negative infinity on POWER6 or lower.
27841         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27843 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
27845         [BZ #15442]
27846         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27847         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27848         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27849         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27850         (_FP_SETQNAN): New macro.
27851         (_FP_SETQNAN_SEMIRAW): Likewise.
27852         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27853         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27854         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27855         (FP_EXTEND): Use _FP_FRAC_SNANP.
27856         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27857         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27858         into account.
27859         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27860         New macro.
27861         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27862         Likewise.
27864 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
27866         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27867         with DIVIDE_BY_ZERO_EXCEPTION.
27868         (gamma_test_data): Likewise.
27869         (lgamma_test_data): Likewise.
27870         (log_test_data): Likewise.
27871         (log10_test_data): Likewise.
27872         (log2_test_data): Likewise.
27873         (tgamma_test_data): Likewise.
27875         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27876         (acos_test_tonearest): Likewise.
27877         (acos_test_towardzero): Likewise.
27878         (acos_test_downward): Likewise.
27879         (acos_test_upward): Likewise.
27880         (acosh_test): Likewise.
27881         (asin_test): Likewise.
27882         (asin_test_tonearest): Likewise.
27883         (asin_test_towardzero): Likewise.
27884         (asin_test_downward): Likewise.
27885         (asin_test_upward): Likewise.
27886         (asinh_test): Likewise.
27887         (atan_test): Likewise.
27888         (atanh_test): Likewise.
27889         (atan2_test): Likewise.
27890         (cabs_test): Likewise.
27891         (cacos_test): Likewise.
27892         (cacosh_test): Likewise.
27893         (casin_test): Likewise.
27894         (casinh_test): Likewise.
27895         (catan_test): Likewise.
27896         (catanh_test): Likewise.
27897         (cbrt_test): Likewise.
27898         (ccos_test): Likewise.
27899         (ccosh_test): Likewise.
27900         (cexp_test): Likewise.
27901         (clog_test): Likewise.
27902         (clog10_test): Likewise.
27903         (cos_test): Likewise.
27904         (cos_test_tonearest): Likewise.
27905         (cos_test_towardzero): Likewise.
27906         (cos_test_downward): Likewise.
27907         (cos_test_upward): Likewise.
27908         (cosh_test): Likewise.
27909         (cosh_test_tonearest): Likewise.
27910         (cosh_test_towardzero): Likewise.
27911         (cosh_test_downward): Likewise.
27912         (cosh_test_upward): Likewise.
27913         (cpow_test): Likewise.
27914         (csin_test): Likewise.
27915         (csinh_test): Likewise.
27916         (csqrt_test): Likewise.
27917         (ctan_test): Likewise.
27918         (ctan_test_tonearest): Likewise.
27919         (ctan_test_towardzero): Likewise.
27920         (ctan_test_downward): Likewise.
27921         (ctan_test_upward): Likewise.
27922         (ctanh_test): Likewise.
27923         (ctanh_test_tonearest): Likewise.
27924         (ctanh_test_towardzero): Likewise.
27925         (ctanh_test_downward): Likewise.
27926         (ctanh_test_upward): Likewise.
27927         (erf_test): Likewise.
27928         (erfc_test): Likewise.
27929         (exp_test): Likewise.
27930         (exp_test_tonearest): Likewise.
27931         (exp_test_towardzero): Likewise.
27932         (exp_test_downward): Likewise.
27933         (exp_test_upward): Likewise.
27934         (exp10_test): Likewise.
27935         (exp2_test): Likewise.
27936         (expm1_test): Likewise.
27937         (fmod_test): Likewise.
27938         (gamma_test): Likewise.
27939         (hypot_test): Likewise.
27940         (j0_test): Likewise.
27941         (j1_test): Likewise.
27942         (jn_test): Likewise.
27943         (lgamma_test): Likewise.
27944         (log_test): Likewise.
27945         (log10_test): Likewise.
27946         (log1p_test): Likewise.
27947         (log2_test): Likewise.
27948         (logb_test_downward): Likewise.
27949         (pow_test): Likewise.
27950         (pow_test_tonearest): Likewise.
27951         (pow_test_towardzero): Likewise.
27952         (pow_test_downward): Likewise.
27953         (pow_test_upward): Likewise.
27954         (remainder_test): Likewise.
27955         (remquo_test): Likewise.
27956         (sin_test): Likewise.
27957         (sin_test_tonearest): Likewise.
27958         (sin_test_towardzero): Likewise.
27959         (sin_test_downward): Likewise.
27960         (sin_test_upward): Likewise.
27961         (sincos_test): Likewise.
27962         (sinh_test): Likewise.
27963         (sinh_test_tonearest): Likewise.
27964         (sinh_test_towardzero): Likewise.
27965         (sinh_test_downward): Likewise.
27966         (sinh_test_upward): Likewise.
27967         (sqrt_test): Likewise.
27968         (tan_test): Likewise.
27969         (tan_test_tonearest): Likewise.
27970         (tan_test_towardzero): Likewise.
27971         (tan_test_downward): Likewise.
27972         (tan_test_upward): Likewise.
27973         (tanh_test): Likewise.
27974         (tgamma_test): Likewise.
27975         (y0_test): Likewise.
27976         (y1_test): Likewise.
27977         (yn_test): Likewise.
27979         * math/gen-libm-test.pl (adjust_arg): Remove function.
27980         (special_function): Remove argument $in_func.  Only handle
27981         generating output for tables of tests, not inside functions.
27982         (parse_args): Likewise.
27983         (generate_testfile): Remove variable $in_func.  Update call to
27984         parse_args.
27985         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
27986         (MINUS_ZERO_INIT): Rename macro to minus_zero.
27987         (PLUS_INFTY_INIT): Rename macro to plus_infty.
27988         (MINUS_INFTY_INIT): Rename macro to minus_infty.
27989         (QNAN_VALUE_INIT): Rename macro to qnan_value.
27990         (MAX_VALUE_INIT): Rename macro to max_value.
27991         (MIN_VALUE_INIT): Rename macro to min_value.
27992         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
27993         (plus_zero): Remove variable.
27994         (minus_zero): Likewise.
27995         (plus_infty): Likewise.
27996         (minus_infty): Likewise.
27997         (qnan_value): Likewise.
27998         (max_value): Likewise.
27999         (min_value): Likewise.
28000         (min_subnorm_value): Likewise.
28002 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28004         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28005         uint64_t or uint32_t usage.
28006         * crypt/sha256-block.c: Likewise.
28007         * crypt/sha256-crypt.c: Likewise.
28008         * crypt/sha256.c: Likewise.
28009         * crypt/sha512-block.c: Likewise.
28010         * crypt/sha512-crypt.c: Likewise.
28011         * crypt/sha512.c: Likewise.
28012         * debug/backtrace-tst.c: Likewise.
28013         * debug/pcprofiledump.c: Likewise.
28014         * elf/cache.c: Likewise.
28015         * elf/dl-cache.c: Likewise.
28016         * elf/dl-misc.c: Likewise.
28017         * elf/dl-profile.c: Likewise.
28018         * elf/dl-support.c: Likewise.
28019         * elf/ldconfig.c: Likewise.
28020         * elf/sprof.c: Likewise.
28021         * iconv/dummy-repertoire.c: Likewise.
28022         * iconv/iconv_charmap.c: Likewise.
28023         * iconv/skeleton.c: Likewise.
28024         * iconvdata/8bit-generic.c: Likewise.
28025         * iconvdata/cp737.h: Likewise.
28026         * iconvdata/cp775.h: Likewise.
28027         * iconvdata/ibm1008.h: Likewise.
28028         * iconvdata/ibm1025.h: Likewise.
28029         * iconvdata/ibm1046.h: Likewise.
28030         * iconvdata/ibm1097.h: Likewise.
28031         * iconvdata/ibm1112.h: Likewise.
28032         * iconvdata/ibm1122.h: Likewise.
28033         * iconvdata/ibm1123.h: Likewise.
28034         * iconvdata/ibm1124.h: Likewise.
28035         * iconvdata/ibm1129.h: Likewise.
28036         * iconvdata/ibm1130.h: Likewise.
28037         * iconvdata/ibm1132.h: Likewise.
28038         * iconvdata/ibm1133.h: Likewise.
28039         * iconvdata/ibm1137.h: Likewise.
28040         * iconvdata/ibm1140.h: Likewise.
28041         * iconvdata/ibm1141.h: Likewise.
28042         * iconvdata/ibm1142.h: Likewise.
28043         * iconvdata/ibm1143.h: Likewise.
28044         * iconvdata/ibm1144.h: Likewise.
28045         * iconvdata/ibm1145.h: Likewise.
28046         * iconvdata/ibm1146.h: Likewise.
28047         * iconvdata/ibm1147.h: Likewise.
28048         * iconvdata/ibm1148.h: Likewise.
28049         * iconvdata/ibm1149.h: Likewise.
28050         * iconvdata/ibm1153.h: Likewise.
28051         * iconvdata/ibm1154.h: Likewise.
28052         * iconvdata/ibm1155.h: Likewise.
28053         * iconvdata/ibm1156.h: Likewise.
28054         * iconvdata/ibm1157.h: Likewise.
28055         * iconvdata/ibm1158.h: Likewise.
28056         * iconvdata/ibm1160.h: Likewise.
28057         * iconvdata/ibm1161.h: Likewise.
28058         * iconvdata/ibm1162.h: Likewise.
28059         * iconvdata/ibm1163.h: Likewise.
28060         * iconvdata/ibm1164.h: Likewise.
28061         * iconvdata/ibm1166.h: Likewise.
28062         * iconvdata/ibm1167.h: Likewise.
28063         * iconvdata/ibm12712.h: Likewise.
28064         * iconvdata/ibm1390.h: Likewise.
28065         * iconvdata/ibm1399.h: Likewise.
28066         * iconvdata/ibm16804.h: Likewise.
28067         * iconvdata/ibm4517.h: Likewise.
28068         * iconvdata/ibm4899.h: Likewise.
28069         * iconvdata/ibm4909.h: Likewise.
28070         * iconvdata/ibm4971.h: Likewise.
28071         * iconvdata/ibm5347.h: Likewise.
28072         * iconvdata/ibm803.h: Likewise.
28073         * iconvdata/ibm856.h: Likewise.
28074         * iconvdata/ibm901.h: Likewise.
28075         * iconvdata/ibm902.h: Likewise.
28076         * iconvdata/ibm9030.h: Likewise.
28077         * iconvdata/ibm9066.h: Likewise.
28078         * iconvdata/ibm921.h: Likewise.
28079         * iconvdata/ibm922.h: Likewise.
28080         * iconvdata/ibm9448.h: Likewise.
28081         * iconvdata/isiri-3342.h: Likewise.
28082         * iconvdata/jis0201.h: Likewise.
28083         * include/link.h: Likewise.
28084         * include/netdb.h: Likewise.
28085         * inet/check_native.c: Likewise.
28086         * inet/check_pf.c: Likewise.
28087         * inet/getipv4sourcefilter.c: Likewise.
28088         * inet/getnameinfo.c: Likewise.
28089         * inet/getsourcefilter.c: Likewise.
28090         * inet/htonl.c: Likewise.
28091         * inet/setipv4sourcefilter.c: Likewise.
28092         * inet/setsourcefilter.c: Likewise.
28093         * inet/test-inet6_opt.c: Likewise.
28094         * inet/tst-network.c: Likewise.
28095         * locale/C-collate.c: Likewise.
28096         * locale/C-ctype.c: Likewise.
28097         * locale/C-time.c: Likewise.
28098         * locale/C-translit.h: Likewise.
28099         * locale/loadarchive.c: Likewise.
28100         * locale/programs/3level.h: Likewise.
28101         * locale/programs/charmap.c: Likewise.
28102         * locale/programs/charmap.h: Likewise.
28103         * locale/programs/ld-address.c: Likewise.
28104         * locale/programs/ld-collate.c: Likewise.
28105         * locale/programs/ld-ctype.c: Likewise.
28106         * locale/programs/ld-identification.c: Likewise.
28107         * locale/programs/ld-measurement.c: Likewise.
28108         * locale/programs/ld-messages.c: Likewise.
28109         * locale/programs/ld-monetary.c: Likewise.
28110         * locale/programs/ld-name.c: Likewise.
28111         * locale/programs/ld-numeric.c: Likewise.
28112         * locale/programs/ld-paper.c: Likewise.
28113         * locale/programs/ld-telephone.c: Likewise.
28114         * locale/programs/ld-time.c: Likewise.
28115         * locale/programs/linereader.c: Likewise.
28116         * locale/programs/locale.c: Likewise.
28117         * locale/programs/locarchive.c: Likewise.
28118         * locale/programs/locfile.h: Likewise.
28119         * locale/programs/repertoire.c: Likewise.
28120         * locale/programs/simple-hash.c: Likewise.
28121         * locale/programs/simple-hash.h: Likewise.
28122         * malloc/memusage.c: Likewise.
28123         * malloc/memusagestat.c: Likewise.
28124         * nis/nis_defaults.c: Likewise.
28125         * nis/nis_hash.c: Likewise.
28126         * nis/nis_print.c: Likewise.
28127         * nis/nis_xdr.c: Likewise.
28128         * nscd/connections.c: Likewise.
28129         * nscd/hstcache.c: Likewise.
28130         * nscd/nscd_gethst_r.c: Likewise.
28131         * nscd/nscd_getserv_r.c: Likewise.
28132         * nscd/nscd_helper.c: Likewise.
28133         * nscd/servicescache.c: Likewise.
28134         * nss/makedb.c: Likewise.
28135         * nss/nss_db/db-XXX.c: Likewise.
28136         * nss/nss_db/db-initgroups.c: Likewise.
28137         * nss/nss_db/db-netgrp.c: Likewise.
28138         * nss/nss_files/files-network.c: Likewise.
28139         * nss/nss_files/files-parse.c: Likewise.
28140         * posix/bug-regex5.c: Likewise.
28141         * posix/fnmatch_loop.c: Likewise.
28142         * posix/regcomp.c: Likewise.
28143         * posix/regexec.c: Likewise.
28144         * posix/tst-rfc3484-2.c: Likewise.
28145         * posix/tst-rfc3484-3.c: Likewise.
28146         * posix/tst-rfc3484.c: Likewise.
28147         * resolv/nss_dns/dns-canon.c: Likewise.
28148         * resolv/nss_dns/dns-network.c: Likewise.
28149         * resolv/res_init.c: Likewise.
28150         * resolv/res_mkquery.c: Likewise.
28151         * resolv/tst-aton.c: Likewise.
28152         * stdlib/cxa_atexit.c: Likewise.
28153         * stdlib/cxa_finalize.c: Likewise.
28154         * stdlib/gen-fpioconst.c: Likewise.
28155         * stdlib/strtol_l.c: Likewise.
28156         * string/tst-endian.c: Likewise.
28157         * sunrpc/auth_des.c: Likewise.
28158         * sunrpc/clnt_udp.c: Likewise.
28159         * sunrpc/rtime.c: Likewise.
28160         * sunrpc/svcauth_des.c: Likewise.
28161         * sunrpc/xdr.c: Likewise.
28162         * sunrpc/xdr_intXX_t.c: Likewise.
28163         * sunrpc/xdr_rec.c: Likewise.
28164         * sysdeps/generic/ldconfig.h: Likewise.
28165         * sysdeps/generic/ldsodefs.h: Likewise.
28166         * sysdeps/generic/memusage.h: Likewise.
28167         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28168         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28169         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28170         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28171         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28172         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28173         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28174         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28175         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28176         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28177         * sysdeps/posix/getaddrinfo.c: Likewise.
28178         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28179         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28180         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28181         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28182         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28183         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28184         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28185         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28186         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28187         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28188         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28189         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28190         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28191         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28192         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28193         * sysdeps/x86_64/dl-tls.h: Likewise.
28194         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28195         * time/alt_digit.c: Likewise.
28196         * time/era.c: Likewise.
28197         * wcsmbs/tst-c16c32-1.c: Likewise.
28199 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28201         * math/libm-test.inc (struct test_sincos_data): New type.
28202         (RUN_TEST_LOOP_sincos): New macro.
28203         (sincos_test_data): New variable.
28204         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28206 2013-05-16  Richard Henderson  <rth@redhat.com>
28208         * math/atest-exp2.c (LIMB64): New macro.
28209         (CONSTSZ): New macro.
28210         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28211         (hexdig): Move ...
28212         (print_mpn_fp): ... to function scope.
28213         (read_mpn_hex): Remove.
28214         (get_log2): Remove.
28215         (exp2_mpn): Use mp_log2.
28216         (main): Use mp_exp1.
28218 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28220         * math/libm-test.inc: Remove comment about not testing "inexact"
28221         exceptions.
28222         (INEXACT_EXCEPTION): New macro.
28223         (NO_INEXACT_EXCEPTION): Likewise.
28224         (INVALID_EXCEPTION_OK): Update value.
28225         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28226         (OVERFLOW_EXCEPTION_OK): Likewise.
28227         (UNDERFLOW_EXCEPTION_OK): Likewise.
28228         (IGNORE_ZERO_INF_SIGN): Likewise.
28229         (ERRNO_UNCHANGED): Likewise.
28230         (ERRNO_EDOM): Likewise.
28231         (ERRNO_ERANGE): Likewise.
28232         (test_exceptions): Handle testing "inexact" exceptions.
28233         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28234         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28235         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28236         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28237         INEXACT_EXCEPTION.
28238         (rint_towardzero_test_data): Likewise.
28239         (rint_downward_test_data): Likewise.
28240         (rint_upward_test_data): Likewise.
28242         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28243         with OVERFLOW_EXCEPTION.
28244         (exp10_test_data): Likewise.
28245         (exp2_test_data): Likewise.
28246         (expm1_test_data): Likewise.
28247         (lgamma_test_data): Likewise.
28248         (pow_test_data): Likewise.
28249         (tgamma_test_data): Likewise.
28250         (yn_test_data): Remove duplicate test of overflow.
28252         * math/libm-test.inc (struct test_cc_c_data): New type.
28253         (RUN_TEST_LOOP_cc_c): New macro.
28254         (cpow_test_data): New variable.
28255         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28257         * math/libm-test.inc (struct test_f_L_data): New type.
28258         (RUN_TEST_LOOP_f_L): New macro.
28259         (llrint_test_data): New variable.
28260         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28261         (llrint_tonearest_test_data): New variable.
28262         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28263         (llrint_towardzero_test_data): New variable.
28264         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28265         (llrint_downward_test_data): New variable.
28266         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28267         (llrint_upward_test_data): New variable.
28268         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28269         (llround_test_data): New variable.
28270         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28272 2013-05-13  Peter Collingbourne  <pcc@google.com>
28274         * math/atest-exp2.c (get_log2): Remove const attribute.
28276 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28278         * math/libm-test.inc (struct test_f_l_data): New type.
28279         (RUN_TEST_LOOP_f_l): New macro.
28280         (lrint_test_data): New variable.
28281         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28282         (lrint_tonearest_test_data): New variable.
28283         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28284         (lrint_towardzero_test_data): New variable.
28285         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28286         (lrint_downward_test_data): New variable.
28287         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28288         (lrint_upward_test_data): New variable.
28289         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28290         (lround_test_data): New variable.
28291         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28293 2013-05-15  Peter Collingbourne  <pcc@google.com>
28295         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28296         (EXTRACT_WORDS64) Use where appropriate.
28297         (INSERT_WORDS64) Likewise.
28299         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28300         constraints with x constraints.
28301         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28303         * malloc/obstack.c (_obstack_compat): Add initializer.
28305 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28307         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28308         si_trapno and add si_addr_lsb to _sifields.sigfault.
28309         (si_trapno): Remove macro.
28310         (si_addr_lsb): Define new macro.
28311         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28313 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28315         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28316         instead of TEST_f_l.
28317         (llrint_test_tonearest): Likewise.
28318         (llrint_test_towardzero): Likewise.
28319         (llrint_test_downward): Likewise.
28320         (llrint_test_upward): Likewise.
28321         (llround_test): Likewise.
28323         * math/libm-test.inc (struct test_f_i_data): Add comment.
28324         (RUN_TEST_LOOP_f_b): New macro.
28325         (RUN_TEST_LOOP_f_b_tg): Likewise.
28326         (finite_test_data): New variable.
28327         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28328         (isfinite_test_data): New variable.
28329         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28330         (isinf_test_data): New variable.
28331         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28332         (isnan_test_data): New variable.
28333         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28334         (isnormal_test_data): New variable.
28335         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28336         (issignaling_test_data): New variable.
28337         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28338         (signbit_test_data): New variable.
28339         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28341         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28342         with INVALID_EXCEPTION.
28343         (acosh_test_data): Likewise.
28344         (asin_test_data): Likewise.
28345         (atanh_test_data): Likewise.
28346         (fmod_test_data): Likewise.
28347         (log_test_data): Likewise.
28348         (log10_test_data): Likewise.
28349         (log2_test_data): Likewise.
28350         (pow_test_data): Likewise.
28351         (sqrt_test_data): Likewise.
28352         (y0_test_data): Likewise.
28353         (y1_test_data): Likewise.
28354         (yn_test_data): Likewise.
28356         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28357         function contents.
28359         * math/libm-test.inc (struct test_ff_i_data): New type.
28360         (RUN_TEST_LOOP_ff_i_tg): New macro.
28361         (isgreater_test_data): New variable.
28362         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28363         (isgreaterequal_test_data): New variable.
28364         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28365         (isless_test_data): New variable.
28366         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28367         (islessequal_test_data): New variable.
28368         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28369         (islessgreater_test_data): New variable.
28370         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28371         (isunordered_test_data): New variable.
28372         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28374 2013-05-14  David S. Miller  <davem@davemloft.net>
28376         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28378 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28380         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28382         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28383         extra_test to int.
28384         (struct test_f_i_data): Change type of max_ulp to int.
28386         * math/libm-test.inc (test_ffI_f1_data): New type.
28387         (RUN_TEST_LOOP_ffI_f1): New macro.
28388         (remquo_test_data): New variable.
28389         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28391         * setjmp/tst-setjmp-fp.c: New file.
28392         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28393         (link-libm): New variable.
28394         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28396         * math/libm-test.inc (struct test_f_i_data): New type.
28397         (RUN_TEST_LOOP_f_i): New macro.
28398         (RUN_TEST_LOOP_f_i_tg): Likewise.
28399         (fpclassify_test_data): New variable.
28400         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28401         (ilogb_test_data): New variable.
28402         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28404         * math/libm-test.inc (scalbln_test): Correct function name in END
28405         call.
28407         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28408         (RUN_TEST_LOOP_fI_f1): New macro.
28409         (frexp_test_data): New variable.
28410         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28412         * math/libm-test.inc (struct test_fF_f1_data): New type.
28413         (RUN_TEST_LOOP_fF_f1): New macro.
28414         (modf_test_data): New variable.
28415         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28417         * math/libm-test.inc (struct test_f_f1_data): New type.
28418         (RUN_TEST_LOOP_f_f1): New macro.
28419         (gamma_test_data): New variable.
28420         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28421         (lgamma_test_data): New variable.
28422         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28424 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28426         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28427         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28428         (main): Comment "tls" pseudo-hwcap.
28430 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28432         * math/libm-test.inc (struct test_fl_f_data): New type.
28433         (RUN_TEST_LOOP_fl_f): New variable.
28434         (scalbln_test_data): New variable.
28435         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28437         * math/libm-test.inc (struct test_fi_f_data): New type.
28438         (RUN_TEST_LOOP_fi_f): New macro.
28439         (ldexp_test_data): New variable.
28440         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28441         (scalbn_test_data): New variable.
28442         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28444         * math/libm-test.inc (struct test_c_f_data): New type.
28445         (RUN_TEST_LOOP_c_f): New macro.
28446         (cabs_test_data): New variable.
28447         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28448         (carg_test_data): New variable.
28449         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28450         (cimag_test_data): New variable.
28451         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28452         (creal_test_data): New variable.
28453         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28455         * math/libm-test.inc (struct test_if_f_data): New type.
28456         (RUN_TEST_LOOP_if_f): New macro.
28457         (jn_test_data): New variable.
28458         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28459         (yn_test_data): New variable.
28460         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28462         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28464 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28466         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28467         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28469 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28471         * benchtests/Makefile (CPPFLAGS-nonlib): Add
28472         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28473         (bench-deps): Add bench-timing.h.
28474         * benchtests-bench-skeleton.c: Include bench-timing.h.
28475         (main): Use TIMING_* macros instead of clock_gettime.
28476         * benchtests/bench-timing.h: New file.
28478         [BZ #14582]
28479         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28480         Renamed from _LIB_VERSION.
28481         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28483 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
28485         * math/libm-test.inc (struct test_fff_f_data): New type.
28486         (RUN_TEST_LOOP_fff_f): New macro.
28487         (fma_test_data): New variable.
28488         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28489         (fma_towardzero_test_data): New variable.
28490         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28491         (fma_downward_test_data): New variable.
28492         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28493         (fma_upward_test_data): New variable.
28494         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28496         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28497         (struct test_c_c_data): New type.
28498         (RUN_TEST_LOOP_c_c): New macro.
28499         (cacos_test_data): New variable.
28500         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28501         (cacosh_test_data): New variable.
28502         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28503         (casin_test_data): New variable.
28504         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28505         (casinh_test_data): New variable.
28506         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28507         (catan_test_data): New variable.
28508         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28509         (catanh_test_data): New variable.
28510         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28511         (ccos_test_data): New variable.
28512         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28513         (ccosh_test_data): New variable.
28514         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28515         (cexp_test_data): New variable.
28516         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28517         (clog_test_data): New variable.
28518         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28519         (clog10_test_data): New variable.
28520         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28521         (conj_test_data): New variable.
28522         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28523         (cproj_test_data): New variable.
28524         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28525         (csin_test_data): New variable.
28526         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28527         (csinh_test_data): New variable.
28528         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28529         (csqrt_test_data): New variable.
28530         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28531         (ctan_test_data): New variable.
28532         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28533         (ctan_tonearest_test_data): New variable.
28534         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28535         (ctan_towardzero_test_data): New variable.
28536         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28537         (ctan_downward_test_data): New variable.
28538         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28539         (ctan_upward_test_data): New variable.
28540         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28541         (ctanh_test_data): New variable.
28542         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28543         (ctanh_tonearest_test_data): New variable.
28544         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28545         (ctanh_towardzero_test_data): New variable.
28546         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28547         (ctanh_downward_test_data): New variable.
28548         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28549         (ctanh_upward_test_data): New variable.
28550         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28551         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28552         of BUILD_COMPLEX.
28554         * math/libm-test.inc (struct test_ff_f_data): New type.
28555         (struct test_ff_f_data_nexttoward): Likewise.
28556         (RUN_TEST_LOOP_2_f): New macro.
28557         (RUN_TEST_LOOP_ff_f): Likewise.
28558         (atan2_test_data): New variable.
28559         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28560         (copysign_test_data): New variable.
28561         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28562         (fdim_test_data): New variable.
28563         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28564         (fmax_test_data): New variable.
28565         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28566         (fmin_test_data): New variable.
28567         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28568         (fmod_test_data): New variable.
28569         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28570         (hypot_test_data): New variable.
28571         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28572         (nextafter_test_data): New variable.
28573         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28574         (nexttoward_test_data): New variable.
28575         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28576         (pow_test_data): New variable.
28577         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28578         (pow_tonearest_test_data): New variable.
28579         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28580         (pow_towardzero_test_data): New variable.
28581         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28582         (pow_downward_test_data): New variable.
28583         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28584         (pow_upward_test_data): New variable.
28585         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28586         (remainder_test_data): New variable.
28587         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28588         (scalb_test_data): New variable.
28589         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28590         * sysdeps/i386/fpu/libm-test-ulps: Update.
28592 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
28594         * math/libm-test.inc (fma_test): Use max_value instead of local
28595         variable fltmax.
28596         (nextafter_test): Likewise.
28598         * math/libm-test.inc (acos_towardzero_test_data): New variable.
28599         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28600         (acos_downward_test_data): New variable.
28601         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28602         (acos_upward_test_data): New variable.
28603         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28604         (acosh_test_data): New variable.
28605         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28606         (asin_test_data): New variable.
28607         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28608         (asin_tonearest_test_data): New variable.
28609         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28610         (asin_towardzero_test_data): New variable.
28611         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28612         (asin_downward_test_data): New variable.
28613         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28614         (asin_upward_test_data): New variable.
28615         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28616         (asinh_test_data): New variable.
28617         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28618         (atan_test_data): New variable.
28619         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28620         (atanh_test_data): New variable.
28621         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28622         (cbrt_test_data): New variable.
28623         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28624         (ceil_test_data): New variable.
28625         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28626         (cos_test_data): New variable.
28627         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28628         (cos_tonearest_test_data): New variable.
28629         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28630         (cos_towardzero_test_data): New variable.
28631         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28632         (cos_downward_test_data): New variable.
28633         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28634         (cos_upward_test_data): New variable.
28635         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28636         (cosh_test_data): New variable.
28637         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28638         (cosh_tonearest_test_data): New variable.
28639         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28640         (cosh_towardzero_test_data): New variable.
28641         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28642         (cosh_downward_test_data): New variable.
28643         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28644         (cosh_upward_test_data): New variable.
28645         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28646         (erf_test_data): New variable.
28647         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28648         (erfc_test_data): New variable.
28649         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28650         (exp_test_data): New variable.
28651         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28652         (exp_tonearest_test_data): New variable.
28653         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28654         (exp_towardzero_test_data): New variable.
28655         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28656         (exp_downward_test_data): New variable.
28657         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28658         (exp_upward_test_data): New variable.
28659         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28660         (exp10_test_data): New variable.
28661         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28662         (exp2_test_data): New variable.
28663         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28664         (expm1_test_data): New variable.
28665         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28666         (fabs_test_data): New variable.
28667         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28668         (floor_test_data): New variable.
28669         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28670         (j0_test_data): New variable.
28671         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28672         (j1_test_data): New variable.
28673         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28674         (log_test_data): New variable.
28675         (log_test): Run tests with RUN_TEST_LOOP_f_f.
28676         (log10_test_data): New variable.
28677         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28678         (log1p_test_data): New variable.
28679         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28680         (log2_test_data): New variable.
28681         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28682         (logb_test_data): New variable.
28683         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28684         (logb_downward_test_data): New variable.
28685         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28686         (nearbyint_test_data): New variable.
28687         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28688         (rint_test_data): New variable.
28689         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28690         (rint_tonearest_test_data): New variable.
28691         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28692         (rint_towardzero_test_data): New variable.
28693         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28694         (rint_downward_test_data): New variable.
28695         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28696         (rint_upward_test_data): New variable.
28697         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28698         (round_test_data): New variable.
28699         (round_test): Run tests with RUN_TEST_LOOP_f_f.
28700         (sin_test_data): New variable.
28701         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28702         (sin_tonearest_test_data): New variable.
28703         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28704         (sin_towardzero_test_data): New variable.
28705         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28706         (sin_downward_test_data): New variable.
28707         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28708         (sin_upward_test_data): New variable.
28709         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28710         (sinh_test_data): New variable.
28711         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28712         (sinh_tonearest_test_data): New variable.
28713         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28714         (sinh_towardzero_test_data): New variable.
28715         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28716         (sinh_downward_test_data): New variable.
28717         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28718         (sinh_upward_test_data): New variable.
28719         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28720         (sqrt_test_data): New variable.
28721         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28722         (tan_test_data): New variable.
28723         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28724         (tan_tonearest_test_data): New variable.
28725         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28726         (tan_towardzero_test_data): New variable.
28727         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28728         (tan_downward_test_data): New variable.
28729         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28730         (tan_upward_test_data): New variable.
28731         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28732         (tanh_test_data): New variable.
28733         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28734         (tgamma_test_data): New variable.
28735         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28736         (trunc_test_data): New variable.
28737         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28738         (y0_test_data): New variable.
28739         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28740         (y1_test_data): New variable.
28741         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28742         (significand_test_data): New variable.
28743         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28745 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
28747         [BZ #12387]
28748         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28750 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
28752         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28754 2013-05-10  Andreas Jaeger  <aj@suse.de>
28756         [BZ #15448]
28757         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28758         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28760 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28762         * math/gen-libm-test.pl (adjust_arg): New function.
28763         (special_functions): Handle generating output in both functions
28764         and arrays.
28765         (parse_args): Likewise.
28766         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
28767         $in_func argument to parse_args.
28768         * math/libm-test.inc (struct test_f_f_data): New type.
28769         (IF_ROUND_INIT_): New macro.
28770         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28771         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28772         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28773         (IF_ROUND_INIT_FE_UPWARD): Likewise.
28774         (ROUND_RESTORE_): Likewise.
28775         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28776         (ROUND_RESTORE_FE_TONEAREST): Likewise.
28777         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28778         (ROUND_RESTORE_FE_UPWARD): Likewise.
28779         (RUN_TEST_LOOP_f_f): New macro.
28780         (acos_test_data): New variable.
28781         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28782         (acos_tonearest_test_data): New variable.
28783         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28785 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
28787         * benchtests/bench-skeleton.c (startup): Fix coding style.
28789 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
28791         [BZ #6809]
28792         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28793         negative infinity argument.
28794         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28795         negative infinity argument.
28796         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28797         negative infinity argument.
28798         * math/libm-test.inc (tgamma_test): Expect errno to be set for
28799         domain errors.
28801 2013-05-10  Florian Weimer  <fweimer@redhat.com>
28803         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28804         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28805         * iconv/iconv_prog.c (main): Likewise.
28806         * locale/programs/charmap-dir.c (charmap_readdir)
28807         (fopen_uncompressed): Likewise.
28808         * locale/programs/locfile.c (siblings_uncached)
28809         (write_locale_data): Use lstat64 instead of lstat.
28810         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28811         stat.
28813 2013-05-10  Andreas Jaeger  <aj@suse.de>
28815         [BZ #15395]
28816         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28817         localization.
28818         Include <locale.h>.
28820 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
28822         * elf/dl-close.c (_dl_close_worker): Add comments.
28824 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
28826         [BZ #15359]
28827         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28828         high part of pi/2.
28829         (__ieee754_rem_pio2l): Update comments.
28831         [BZ #15429]
28832         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28833         high part of pi/2.
28834         (__ieee754_rem_pio2l): Update comments.
28836         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28837         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28839         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28840         M_PI_4l.
28842         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28843         (M_PI_34_LOG10El): Likewise.
28844         (M_PI2_LOG10El): Likewise.
28845         (M_PI4_LOG10El): Likewise.
28846         (M_PI_LOG10El): Likewise.
28848 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28850         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28852 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
28854         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28855         (MINUS_ZERO_INIT): Likewise.
28856         (PLUS_INFTY_INIT): Likewise.
28857         (MINUS_INFTY_INIT): Likewise.
28858         (QNAN_VALUE_INIT): Likewise.
28859         (MAX_VALUE_INIT): Likewise.
28860         (MIN_VALUE_INIT): Likewise.
28861         (MIN_SUBNORM_VALUE_INIT): Likewise.
28862         (plus_zero): Initialize with PLUS_ZERO_INIT.
28863         (minus_zero): Initialize with MINUS_ZERO_INIT.
28864         (plus_infty): Initialize with PLUS_INFTY_INIT.
28865         (minus_infty): Initialize with MINUS_INFTY_INIT.
28866         (qnan_value): Initialize with QNAN_VALUE_INIT.
28867         (max_value): Initialize with MAX_VALUE_INIT.
28868         (min_value): Initialize with MIN_VALUE_INIT.
28869         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28871         * math/libm-test.inc (RUN_TEST_if_f): New macro.
28872         (jn_test): Use TEST_if_f instead of TEST_ff_f.
28873         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28874         (yn_test): Use TEST_if_f instead of TEST_ff_f.
28876         * math/libm-test.inc (RUN_TEST_f_f): New macro.
28877         (RUN_TEST_2_f): Likewise.
28878         (RUN_TEST_ff_f): Likewise.
28879         (RUN_TEST_fi_f): Likewise.
28880         (RUN_TEST_fl_f): Likewise.
28881         (RUN_TEST_fff_f): Likewise.
28882         (RUN_TEST_c_f): Likewise.
28883         (RUN_TEST_f_f1): Likewise.
28884         (RUN_TEST_fF_f1): Likewise.
28885         (RUN_TEST_fI_f1): Likewise.
28886         (RUN_TEST_ffI_f1): Likewise.
28887         (RUN_TEST_c_c): Likewise.
28888         (RUN_TEST_cc_c): Likewise.
28889         (RUN_TEST_f_i): Likewise.
28890         (RUN_TEST_f_i_tg): Likewise.
28891         (RUN_TEST_ff_i_tg): Likewise.
28892         (RUN_TEST_f_b): Likewise.
28893         (RUN_TEST_f_b_tg): Likewise.
28894         (RUN_TEST_f_l): Likewise.
28895         (RUN_TEST_f_L): Likewise.
28896         (RUN_TEST_sincos): Likewise.
28897         * math/gen-libm-test.pl (new_test): Take new argument to indicate
28898         whether to show exceptions.  Do not include ");\n" in return
28899         value.
28900         (special_functions): Output call to RUN_TEST_sincos instead of
28901         check_float calls.  Update calls to new_test.
28902         (parse_args): Output call to single RUN_TEST_* macro instead of
28903         check_* calls and other assignments.  Update calls to new_test.
28905         [BZ #2546]
28906         [BZ #2560]
28907         [BZ #5159]
28908         [BZ #15426]
28909         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28910         input to result for tgamma overflow.
28911         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28912         (gamma_coeff): New variable.
28913         (NCOEFF): New macro.
28914         (gamma_positive): New function.
28915         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28916         underflow here.  Use gamma_positive instead of exp (lgamma) for
28917         other arguments.
28918         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28919         (gamma_coeff): New variable.
28920         (NCOEFF): New macro.
28921         (gammaf_positive): New function.
28922         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28923         underflow here.  Use gamma_positive instead of exp (lgamma) for
28924         other arguments.
28925         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28926         (gamma_coeff): New variable.
28927         (NCOEFF): New macro.
28928         (gammal_positive): New function.
28929         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28930         underflow here.  Use gamma_positive instead of exp (lgamma) for
28931         other arguments.
28932         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28933         (gamma_coeff): New variable.
28934         (NCOEFF): New macro.
28935         (gammal_positive): New function.
28936         (__ieee754_gammal_r): Handle positive infinity, overflow and
28937         underflow here.  Handle NaN the same as positive infinity.  Remove
28938         check x < 0xffffffff for negative integers.  Use gamma_positive
28939         instead of exp (lgamma) for other arguments.
28940         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28941         (gamma_coeff): New variable.
28942         (NCOEFF): New macro.
28943         (gammal_positive): New function.
28944         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28945         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28946         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28947         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28948         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28949         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28950         * sysdeps/generic/math_private.h (__gamma_productf): New
28951         prototype.
28952         (__gamma_product): Likewise.
28953         (__gamma_productl): Likewise.
28954         * math/Makefile (libm-calls): Add gamma_product.
28955         * math/libm-test.inc (tgamma_test): Add more tests.
28956         * sysdeps/i386/fpu/libm-test-ulps: Update.
28957         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28959 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
28961         * benchtests/bench-skeleton.c (main): Preheat CPU.
28963 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
28965         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
28967 2013-05-07  Roland McGrath  <roland@hack.frob.com>
28969         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
28970         and _dl_skip_args_internal.
28972 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
28974         * manual/message.texi (Message Translation): Talk about users.
28975         Message to key mapping impacts design.
28977 2013-05-06  Roland McGrath  <roland@hack.frob.com>
28979         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
28981         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
28983         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
28984         * sysdeps/wordsize-64/glob64.c: ... here.
28986         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
28987         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
28988         New macros.
28990         * debug/getlogin_r_chk.c: Moved to ...
28991         * login/getlogin_r_chk.c: ... here.
28992         * debug/Makefile (routines): Move getlogin_r_chk to ...
28993         * login/Makefile (routines): ... here.
28994         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
28995         * login/Versions (libc: GLIBC_2.4): ... here.
28997         * io/poll.c (__poll): Renamed from poll.
28998         Add libc_hidden_def.
28999         (poll): Define as weak alias.
29001         * debug/ptsname_r_chk.c: Moved to ...
29002         * login/ptsname_r_chk.c: ... here.
29003         * debug/Makefile (routines): Move ptsname_r_chk to ...
29004         * login/Makefile (routines): ... here.
29005         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29006         * login/Versions (libc: GLIBC_2.4): ... here.
29008         * posix/getlogin.c: Moved to ...
29009         * login/getlogin.c: ... here.
29010         * posix/getlogin_r.c: Moved to ...
29011         * login/getlogin_r.c: ... here.
29012         * posix/getlogin_r.c: Moved to ...
29013         * login/getlogin_r.c: ... here.
29014         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29015         * login/Makefile (routines): ... here.
29016         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29017         * login/Versions (libc: GLIBC_2.0): ... here.
29019         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29020         (setrlimit): Define as weak alias.
29022         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29023         Call __ names for open, ftruncate, and close.
29024         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29025         (truncate): Define as weak alias.
29027 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29029         * math/gen-libm-test.pl (parse_args): Initialize x before each
29030         test of frexp, modf and remquo.
29032         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29033         test signgam value.
29035 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29037         [BZ #15418]
29038         [BZ #15419]
29039         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29040         internal tests.
29041         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29043 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29045         * elf/dl-writev.h: New file.
29046         * elf/dl-misc.c: Include it.
29047         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29048         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29050 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29052         * math/libm-test.inc (noXFails): Remove variable.
29053         (noXPasses): Likewise.
29054         (BUILD_COMPLEX_INT): Remove macro.
29055         (print_screen): Remove xfail argument.
29056         (print_screen_max_error): Likewise.
29057         (update_stats): Likewise.
29058         (print_max_error): Likewise.  Update calls to other affected
29059         functions.
29060         (print_complex_max_error): Likewise.
29061         (test_single_exception): Update calls to print_screen.
29062         (test_single_errno): Likewise.
29063         (check_float_internal): Remove xfail argument.  Update calls to
29064         other affected functions.
29065         (check_float): Likewise.
29066         (check_complex): Likewise.
29067         (check_int): Likewise.
29068         (check_long): Likewise.
29069         (check_bool): Likewise.
29070         (check_longlong): Likewise.
29071         (main): Don't print noXFails and noXPasses.
29072         * math/gen-libm-test.pl (top level): Don't mention expected
29073         failure handling in comment.
29074         (new_test): Don't handle expected failures.
29075         (parse_args): Don't mention expected failure handling in comment.
29076         (generate_testfile): Don't handle expected failures.
29077         (parse_ulps): Likewise.
29078         (print_ulps_file): Likewise.
29079         (get_failure): Remove function.
29080         (output_test): Don't handle expected failures.
29081         * make/README.libm-test: Don't mention expected failure handling.
29083         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29084         (minus_zero): Likewise.
29085         (plus_infty): Likewise.
29086         (minus_infty): Likewise.
29087         (qnan_value): Likewise.
29088         (max_value): Likewise.
29089         (min_value): Likewise.
29090         (min_subnorm_value): Likewise.
29091         (initialize): Do not initialize those variables dynamically.
29093 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29095         * io/open.c (__open_2): Moved to ...
29096         * io/open_2.c: ... this new file.
29097         * io/open64.c (__open64_2): Moved to ...
29098         * io/open64_2.c: ... this new file.
29099         * io/openat.c (__openat_2): Moved to ...
29100         * io/openat_2.c: ... this new file.
29101         * io/openat64.c (__openat64_2): Moved to ...
29102         * io/openat64_2.c: ... this new file.
29103         * io/Makefile (routines): Add them.
29104         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29105         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29106         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29107         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29108         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29109         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29110         (__openat64): Add hidden_ver.
29111         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29112         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29114         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29115         Separately conditionalize setting of GLRO(dl_sysinfo) so
29116         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29117         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29119 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29121         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29122         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29123         definition.
29124         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29125         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29126         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29127         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29128         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29130 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29132         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29133         test signgam value.
29135         * math/libm-test.inc (hypot_test): Do not use
29136         IGNORE_ZERO_INF_SIGN.
29138 2013-05-03  Andreas Jaeger  <aj@suse.de>
29140         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29141         Linux 3.9.
29142         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29143         (PF_MAX): Adjust for VSOCK change.
29145 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29147         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29149 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29151         [BZ #15264]
29152         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29153         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29154         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29156 2013-05-02  David S. Miller  <davem@davemloft.net>
29158         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29160 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29162         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29164 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29166         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29168 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29170         [BZ #14952]
29171         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29172         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29173         Use __attribute__ ((__gnu_inline__)).
29174         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29175         Don't use __attribute__ ((__gnu_inline__)).
29177 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29179         [BZ #15423]
29180         * math/s_catan.c (__catan): Handle small real or imaginary part of
29181         input specially to avoid spurious underflow.
29182         * math/s_catanf.c (__catanf): Likewise.
29183         * math/s_catanh.c (__catanh): Likewise.
29184         * math/s_catanhf.c (__catanhf): Likewise.
29185         * math/s_catanhl.c (__catanhl): Likewise.
29186         * math/s_catanl.c (__catanl): Likewise.
29187         * math/libm-test.inc (catan_test): Add more tests.
29188         (catanh_test): Likewise.
29189         * sysdeps/i386/fpu/libm-test-ulps: Update.
29190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29192 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29194         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29196 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29198         [BZ #15416]
29199         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29200         accurately for denominator in atan2.
29201         * math/s_catanf.c (__catanf): Likewise.
29202         * math/s_catanh.c (__catanh): Likewise.
29203         * math/s_catanhf.c (__catanhf): Likewise.
29204         * math/s_catanhl.c (__catanhl): Likewise.
29205         * math/s_catanl.c (__catanl): Likewise.
29206         * math/libm-test.inc (catan_test): Add more tests.
29207         (catanh_test): Likewise.
29208         * sysdeps/i386/fpu/libm-test-ulps: Update.
29209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29211 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29213         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29215         * benchtests/Makefile (bench): Remove slow benchmarks.
29216         * benchtests/atan-inputs: Add slow benchmark inputs.
29217         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29218         (BENCH_FUNC): Accept variant offset.
29219         (VARIANT): Define.
29220         * benchtests/bench-skeleton.c (main): Run benchmark for each
29221         variant.
29222         * benchtests/cos-inputs: Add slow benchmark inputs.
29223         * benchtests/exp-inputs: Likewise.
29224         * benchtests/pow-inputs: Likewise.
29225         * benchtests/sin-inputs: Likewise.
29226         * benchtests/slowatan-inputs: Remove.
29227         * benchtests/slowatan.c: Remove.
29228         * benchtests/slowcos-inputs: Remove.
29229         * benchtests/slowcos.c: Remove.
29230         * benchtests/slowexp-inputs: Remove.
29231         * benchtests/slowexp.c: Remove.
29232         * benchtests/slowpow-inputs: Remove.
29233         * benchtests/slowpow.c: Remove.
29234         * benchtests/slowsin-inputs: Remove.
29235         * benchtests/slowsin.c: Remove.
29236         * benchtests/slowtan-inputs: Remove.
29237         * benchtests/slowtan.c: Remove.
29238         * benchtests/tan-inputs: Add slow benchmark inputs.
29239         * scripts/bench.pl: Parse comments and directives.
29241         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29242         in CPPFLAGS.
29243         ($(objpfx)bench-%.c): Remove *-ITER.
29244         * benchtests/bench-modf.c: Remove definition of ITER.
29245         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29246         (main): Loop for DURATION seconds instead of fixed number of
29247         iterations.
29248         * scripts/bench.pl: Don't expect iterations in parameters.
29250 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29252         * io/fchdir.c (__fchdir): Renamed from fchdir.
29253         (fchdir): Define as weak alias.
29255 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29257         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29258         (ERRNO_EDOM): Likewise.
29259         (ERRNO_ERANGE): Likewise.
29260         (noErrnoTests): New variable.
29261         (init_max_error): Set errno to 0.
29262         (test_single_errno): New function.
29263         (test_errno): Likewise.
29264         (check_float_internal): Call test_errno.  Set errno to 0.
29265         (check_complex): Refer to errno tests in comment.
29266         (check_int): Call test_errno.  Set errno to 0.
29267         (check_long): Likewise.
29268         (check_bool): Likewise.
29269         (check_longlong): Likewise.
29270         (cos_test): Use ERRNO_* flags for errno tests instead of
29271         check_int.
29272         (expm1_test): Likewise.
29273         (fmod_test): Likewise.
29274         (ilogb_test): Likewise.
29275         (lgamma_test): Likewise.
29276         (pow_test): Likewise.
29277         (remainder_test): Likewise.
29278         (sin_test): Likewise.
29279         (tan_test): Likewise.
29280         (yn_test): Likewise.
29281         (initialize): Set errno to 0.
29282         (main): Print number of errno tests.
29283         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29285 2013-04-29  Andreas Jaeger  <aj@suse.de>
29287         [BZ #15084]
29288         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29289         and RES_USEVC.
29291         [BZ #15085]
29292         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29293         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29294         unimplemented.
29296         [BZ #15380]
29297         * stdlib/random.c (__initstate): Return NULL if
29298         __initstate fails.
29300         [BZ #15086]
29301         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29302         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29303         RES_SNGLKUPREOP.
29305 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29307         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29309 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29311         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29312         of individual tests.
29313         (casin_test): Likewise.
29314         (casinh_test): Likewise.
29316 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29318         [BZ #15409]
29319         * math/s_catan.c (__catan): Handle arguments with large real or
29320         imaginary part separately without squaring.
29321         * math/s_catanf.c (__catanf): Likewise.
29322         * math/s_catanh.c (__catanh): Likewise.
29323         * math/s_catanhf.c (__catanhf): Likewise.
29324         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29325         and redefine.
29326         (__catanhl): Handle arguments with large real or imaginary part
29327         separately without squaring.
29328         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29329         and redefine.
29330         (__catanl): Handle arguments with large real or imaginary part
29331         separately without squaring.
29332         * math/libm-test.inc (catan_test): Add more tests.
29333         (catanh_test): Likewise.
29334         * sysdeps/i386/fpu/libm-test-ulps: Update.
29335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29337 2013-04-27  Andreas Jaeger  <aj@suse.de>
29339         [BZ #15007]
29340         * stdlib/stdlib.h: Update guards for qecvt.
29341         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29342         <stdlib.h>.
29344 2013-04-27  Allan McRae  <allan@archlinux.org>
29346         * sysdeps/i386/fpu/libm-test-ulps: Update.
29348 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29350         [BZ #15406]
29351         * math/s_catan.c: Include <float.h>.
29352         (__catan): Ensure underflow exception occurs for underflowed
29353         result.
29354         * math/s_catanf.c: Include <float.h>.
29355         (__catanf): Ensure underflow exception occurs for underflowed
29356         result.
29357         * math/s_catanh.c: Include <float.h>.
29358         (__catanh): Ensure underflow exception occurs for underflowed
29359         result.
29360         * math/s_catanhf.c: Include <float.h>.
29361         (__catanhf): Ensure underflow exception occurs for underflowed
29362         result.
29363         * math/s_catanhl.c: Include <float.h>.
29364         (__catanhl): Ensure underflow exception occurs for underflowed
29365         result.
29366         * math/s_catanl.c: Include <float.h>.
29367         (__catanl): Ensure underflow exception occurs for underflowed
29368         result.
29369         * math/libm-test.inc (catan_test): Add more tests.
29370         (catanh_test): Likewise.
29372         [BZ #15405]
29373         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29374         underflowed result.
29375         * math/s_ccoshf.c (__ccoshf): Likewise.
29376         * math/s_ccoshl.c (__ccoshl): Likewise.
29377         * math/s_csin.c (__csin): Likewise.
29378         * math/s_csinf.c (__csinf): Likewise.
29379         * math/s_csinh.c (__csinh): Likewise.
29380         * math/s_csinhf.c (__csinhf): Likewise.
29381         * math/s_csinhl.c (__csinhl): Likewise.
29382         * math/s_csinl.c (__csinl): Likewise.
29383         * math/libm-test.inc (ccos_test): Add more tests.
29384         (ccosh_test): Likewise.
29385         (csin_test): Likewise.
29386         (csinh_test): Likewise.
29388 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29390         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29391         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29392         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29393         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29394         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29395         powerpc/power5+/fpu folders.
29396         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29399 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29401         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29403 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29405         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29406         additions to variable.
29407         [$(config-machine) = x86_64] (modules-names): Likewise.
29408         ($(objpfx)tst-audit3): Remove dependency.
29409         ($(objpfx)tst-audit3.out): Likewise.
29410         ($(objpfx)tst-audit4): Likewise.
29411         ($(objpfx)tst-audit4.out): Likewise.
29412         ($(objpfx)tst-audit5): Likewise.
29413         ($(objpfx)tst-audit5.out): Likewise.
29414         ($(objpfx)tst-audit6): Likewise.
29415         ($(objpfx)tst-audit6.out): Likewise.
29416         ($(objpfx)tst-audit7): Likewise.
29417         ($(objpfx)tst-audit7.out): Likewise.
29418         (tst-audit3-ENV): Remove variable.
29419         (tst-audit4-ENV): Likewise.
29420         (tst-audit5-ENV): Likewise.
29421         (tst-audit6-ENV): Likewise.
29422         (tst-audit7-ENV): Likewise.
29423         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29424         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29425         addition to variable.
29426         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29427         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29428         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29429         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29430         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29431         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29432         tst-audit3, tst-audit4 and tst-audit5.
29433         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29434         tst-audit6 and tst-audit7.
29435         [$(subdir) = elf] (modules-names): Add audit modules for those
29436         tests.
29437         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29438         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29439         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29440         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29441         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29442         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29443         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29444         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29445         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29446         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29447         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29448         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29449         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29450         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29451         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29452         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29453         Likewise.
29454         [$(subdir) = elf && $(config-cflags-avx) = yes]
29455         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29456         [$(subdir) = elf && $(config-cflags-avx) = yes]
29457         (CFLAGS-tst-auditmod4a.c): Likewise.
29458         [$(subdir) = elf && $(config-cflags-avx) = yes]
29459         (CFLAGS-tst-auditmod4b.c): Likewise.
29460         [$(subdir) = elf && $(config-cflags-avx) = yes]
29461         (CFLAGS-tst-auditmod6b.c): Likewise.
29462         [$(subdir) = elf && $(config-cflags-avx) = yes]
29463         (CFLAGS-tst-auditmod6c.c): Likewise.
29464         [$(subdir) = elf && $(config-cflags-avx) = yes]
29465         (CFLAGS-tst-auditmod7b.c): Likewise.
29466         * elf/tst-audit3.c: Move to ...
29467         * sysdeps/x86_64/tst-audit3.c: ... here.
29468         * elf/tst-audit4.c: Move to ...
29469         * sysdeps/x86_64/tst-audit4.c: ... here.
29470         * elf/tst-audit5.c: Move to ...
29471         * sysdeps/x86_64/tst-audit5.c: ... here.
29472         * elf/tst-audit6.c: Move to ...
29473         * sysdeps/x86_64/tst-audit6.c: ... here.
29474         * elf/tst-audit7.c: Move to ...
29475         * sysdeps/x86_64/tst-audit7.c: ... here.
29476         * elf/tst-auditmod3a.c: Move to ...
29477         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29478         * elf/tst-auditmod3b.c: Move to ...
29479         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29480         * elf/tst-auditmod4a.c: Move to ...
29481         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29482         * elf/tst-auditmod4b.c: Move to ...
29483         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29484         * elf/tst-auditmod5a.c: Move to ...
29485         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29486         * elf/tst-auditmod5b.c: Move to ...
29487         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29488         * elf/tst-auditmod6a.c: Move to ...
29489         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29490         * elf/tst-auditmod6b.c: Move to ...
29491         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29492         * elf/tst-auditmod6c.c: Move to ...
29493         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29494         * elf/tst-auditmod7a.c: Move to ...
29495         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29496         * elf/tst-auditmod7b.c: Move to ...
29497         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29499 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
29501         [BZ #15366]
29502         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29503         define unconditionally.
29504         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29505         define unconditionally.
29506         (INT8_C, INT16_C, etc.): Likewise.
29508 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
29510         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29511         __ehdr_start with hidden visibility.
29513         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29515 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
29517         * math/libm-test.inc (cos_test): Use accurate hex constants.
29518         (sincost_test): Likewise.
29520 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
29522         * math/libm-test.inc (catan_test): Add more tests.
29523         (catanh_test): Likewise.
29525         * math/s_catanf.c (__catanf): Use suffixed floating-point
29526         constants.
29527         * math/s_catanhf.c (__catanhf): Likewise.
29528         * math/s_catanhl.c (__catanhl): Likewise.
29529         * math/s_catanl.c (__catanl): Likewise.
29531         [BZ #15394]
29532         * math/s_catan.c (__catan): Calculate imaginary part of result
29533         with log1p not log unless computing log of number close to 0.
29534         * math/s_catanf.c (__catanf): Likewise.
29535         * math/s_catanl.c (__catanl): Likewise.
29536         * math/s_catanh.c (__catanh): Calculate real part of result with
29537         log1p not log unless computing log of number close to 0.
29538         * math/s_catanhf.c (__catanhf): Likewise.
29539         * math/s_catanhl.c (__catanhl): Likewise.
29540         * math/libm-test.inc (catan_test): Add more tests.
29541         (catanh_test): Likewise.
29542         * sysdeps/i386/fpu/libm-test-ulps: Update.
29543         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29545 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
29547         * benchtests/Makefile: Mention files in which fast and slow
29548         paths of math functions are implemented.
29550 2013-04-23  Roland McGrath  <roland@hack.frob.com>
29552         * sysdeps/posix/timespec_get.c: New file.
29554 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29556         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29557         POWER.
29558         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29559         for POWER.
29560         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29561         powerpc/power5/fpu folders.
29562         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29563         * benchtests/Makefile: Add modf testcase.
29564         * benchtests/bench-modf.c: New file: Benchmark test for mo
29566 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
29568         [BZ #14888]
29569         * time/Makefile (tests): Add tst-strptime-whitespace.
29570         * time/strptime_l.c (get_number): Use ISSPACE.
29571         (__strptime_internal): Likewise.
29572         * time/tst-strptime-whitespace.c: New test case.
29574 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
29576         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29577         member.
29578         (_nss_files_init): Set it here.
29580 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
29582         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29583         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29584         unsigned.
29586 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
29588         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29590 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
29592         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29593         size just once.
29595 2013-04-21  David S. Miller  <davem@davemloft.net>
29597         * po/ru.po: Update Russion translation from translation project.
29599 2013-04-17  Adam Conrad  <adconrad@0c3.net>
29601         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29602         and setfsgid.
29604 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
29606         * configure.in: Remove i386 configure warning. Remove i386 case.
29607         * configure: Regenerate.
29608         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29609         Add example to error message.
29610         * sysdeps/i386/configure: Regenerate.
29612 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29614         * benchtests/Makefile (bench): Add cos, tan, slowcos and
29615         slowtan.
29616         * benchtests/cos-inputs: New file.
29617         * benchtests/slowcos-inputs: New file.
29618         * benchtests/slowcos.c: New file.
29619         * benchtests/slowtan-inputs: New file.
29620         * benchtests/slowtan.c: New file.
29621         * benchtests/tan-inputs: New file.
29623 2013-04-16  Roland McGrath  <roland@hack.frob.com>
29625         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29626         considered kosher.
29628 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29630         * benchtests/Makefile: Include cppflags-iterator.mk to add
29631         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29633         * Makefile.in (bench-clean): New target.
29634         * benchtests/Makefile (bench-clean): Likewise.
29636 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
29638         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29640 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
29642         * stdio-common/tstdiomisc.c: Fix coding-style violation.
29644 2013-04-15  Andreas Schwab  <schwab@suse.de>
29646         * nscd/grpcache.c (cache_addgr): Properly check for short write.
29647         * nscd/initgrcache.c (addinitgroupsX): Likewise.
29648         * nscd/pwdcache.c (cache_addpw): Likewise.
29649         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
29650         more than recsize.
29652 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29654         * benchtests/Makefile (bench): Write all output to
29655         bench-out.tmp together.
29657 2013-04-15  Andreas Schwab  <schwab@suse.de>
29659         * nscd/nscd.c (main): Don't fork again after closing files.
29661 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29663         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29665         * benchtests/Rules (bench-deps): Collect dependencies into a
29666         single variable.  Add Makefile to dependencies.
29667         ($(objpfx)bench-%.c): Depend on bench-deps.
29669 2013-04-12  Roland McGrath  <roland@hack.frob.com>
29670             Xavier Roche  <roche+kml2@exalead.com>
29672         [BZ #15361]
29673         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29674         just that it's a file descriptor.
29675         * manual/llio.texi (Synchronizing AIO Operations): Update description
29676         for EBADF error from aio_fsync.
29678 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
29680         * Rules (bench): Move target definition...
29681         * benchtests/Makefile: ... here.
29683 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
29685         * math/libm-test.inc (cos_test): Fix PI/2 test.
29686         (sincos_test): Likewise.
29687         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29688         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29690 2013-04-11  Andreas Schwab  <schwab@suse.de>
29692         [BZ #13988]
29693         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29694         accept exponent character only when digits were seen.
29695         * stdio-common/Makefile (tests): Add bug26.
29696         * stdio-common/bug26.c: New file.
29698         [BZ #14293]
29699         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29700         non-freeable.
29702 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
29704         * Makeconfig (rtld-prefix): Define built linker prefix.
29705         * Rules (run-bench): Use it.
29706         * math/Makefile (run-regen-ulps): Likewise.
29708         * Rules (bench): Remove eval.
29710 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29711             Roland McGrath  <roland@hack.frob.com>
29712             Ondrej Bilka  <neleai@seznam.cz>
29714         [BZ #15346]
29715         * time/getdate.c: Include ctype.h and alloca.h.
29716         (__getdate_r): Trim leading and trailing spaces of input.
29717         * time/tst-getdate.c (tests): Add tests with leading and
29718         trailing spaces.
29720 2013-04-08  Roland McGrath  <roland@hack.frob.com>
29722         [BZ #14280]
29723         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29724         when computing value.
29726 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29728         * math/README.libm-test (How can I generate "libm-test-ulps"?):
29729         Use testrun.sh to run libm tests.
29731         [BZ #15309]
29732         * elf/dl-open.c (dl_open_worker): memset all of seen array.
29734 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
29736         [BZ #15264]
29737         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29739 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29741         * Makefile.in (regen-ulps): New target.
29742         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29743         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29744         [ifneq (no,$(PERL)] (regen-ulps): New target.
29745         [ifeq (no,$(PERL)] (regen-ulps): New target.
29746         * math/libm-test.inc (ulps_file_name): Define.
29747         (output_dir): New variable.
29748         (options): Add "output-dir" option.
29749         (parse_opt): Handle 'o' case.
29750         (main): If output_dir is non-NULL use it as a prefix
29751         otherwise use "".
29752         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29754 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29756         [BZ #10060, #10062]
29757         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29758         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29759         fail configure if __sync_val_compare_and_swap is not inlined.
29760         * sysdeps/i386/configure: Regenerate.
29761         * configure.in: Build for i686 when configured for i386.
29762         * configure: Regenerate.
29763         * README: Remove i386 reference.
29765 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
29767         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29768         * sysdeps/s390/s390-64/sysdep.h: Likewise.
29770 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
29772         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29773         (lmsnanval): New variables.
29774         (F): Add conversion tests.
29775         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29776         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29778         * stdio-common/tstdiomisc.c (F): Properly collect individual
29779         tests' results.
29781         [BZ #14686, #15336]
29782         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29783         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29784         Instead, use input NaN values or generate a qNaN by arithmetic
29785         operation.  Also fix bugs to comply with the standard.
29786         * math/libm-test.inc (remainder_test): Add more tests.
29788         [BZ #15335, #15342]
29789         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29790         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29791         input NaN values or generate a qNaN by arithmetic operation.
29793         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29794         unreachable code.
29796         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29797         definitions.
29799 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
29801         [BZ #14478]
29802         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29803         underflowed result.
29804         * math/s_cexpf.c (__cexpf): Likewise.
29805         * math/s_cexpl.c (__cexpl): Likewise.
29806         * math/libm-test.inc (cexp_test): Add more tests.
29808 2013-04-03  Andreas Schwab  <schwab@suse.de>
29810         [BZ #15330]
29811         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29812         order arrays from heap if bigger than alloca cutoff.
29814 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
29816         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29817         (SNAN_TESTS_double): Refer to GCC PR56831.
29818         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29819         GCC PR56828.
29821 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
29823         * Rules (bench): Move bench.out after the run is complete.
29825         * Rules (bench): Echo currently running benchmark.
29827         * benchtests/Makefile (bench): Add atan and slowatan.
29828         * benchtests/atan-inputs: New file.
29829         * benchtests/slowatan-inputs: New file.
29830         * benchtests/slowatan.c: New file.
29832         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29833         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29834         its value.
29836         [BZ #15305]
29837         * sysdeps/unix/sysv/linux/kernel-features.h
29838         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29839         __ASSUME_XFS_RESTRICTED_CHOWN.
29840         * sysdeps/unix/sysv/linux/pathconf.c
29841         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29842         Save and restore errno.
29844 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
29846         [BZ #15327]
29847         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29848         arguments using __kernel_casinh.
29849         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29850         arguments using __kernel_casinhf.
29851         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29852         arguments using __kernel_casinhl.
29853         * math/libm-test.inc (cacosh_test): Add more tests.
29854         * sysdeps/i386/fpu/libm-test-ulps: Update.
29855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29857 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
29859         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29860         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29862         * bench/Makefile (bench): Add sin and slowsin.
29863         * benchtests/sin-inputs: New file.
29864         * benchtests/slowsin-inputs: New file.
29865         * benchtests/slowsin.c: New file.
29867         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29868         (bench): Add slowexp and slowpow.
29869         (exp-ITER): Increase iterations.
29870         (pow-ITER): Likewise.
29871         * benchtests/exp-inputs: Change input.
29872         * benchtests/pow-inputs: Likewise.
29873         * benchtests/slowexp-inputs: New file.
29874         * benchtests/slowexp.c: New file.
29875         * benchtests/slowpow-inputs: New file.
29876         * benchtests/slowpow.c: New file.
29878 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29880         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29881         instructions.
29882         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29883         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29884         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29885         * benchtests/Makefile: Add rint benchtest.
29886         * benchtests/rint-inputs: Input for rint benchtest.
29888 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
29890         * Versions.def (libm): Add GLIBC_2.18.
29891         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29892         hidden libm prototypes.
29893         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29894         * math/Makefile (libm-calls): Add s_issignaling.
29895         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29896         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
29897         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29898         declaration.
29899         * math/math.h [__USE_GNU] (issignaling): New macro.
29900         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29901         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29902         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29903         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29904         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29905         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29906         * manual/arith.texi (issignaling): New section.
29907         * manual/libm-err-tab.pl (@all_functions): Update comment.
29908         * math/gen-libm-test.pl (parse_args): Apply special handling for
29909         issignaling.
29910         * math/libm-test.inc (print_float, issignaling_test): New
29911         functions.
29912         (check_float_internal): Add issignaling checks.
29913         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29914         default definition.
29915         * sysdeps/powerpc/math-tests.h: New file.
29916         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29917         tests.
29918         * math/test-snan.c (TEST_FUNC): Likewise.
29920 2013-03-30  David S. Miller  <davem@davemloft.net>
29922         * po/de.po: Update from translation team.
29924 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
29926         [BZ #10357]
29927         * math/k_casinh.c (__kernel_casinh): Handle arguments with
29928         imaginary part less than 1.0 and real part less than 0.5
29929         specially.
29930         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29931         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29932         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29933         (cacos_test): Add more tests.
29934         (casin_test): Likewise.
29935         (casinh_test): Likewise.
29936         * sysdeps/i386/fpu/libm-test-ulps: Update.
29937         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29939 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
29941         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29942         ONE with its value.
29944         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29945         (__pow_mp): Replace ONE and MONE with their values.
29946         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29947         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29948         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29949         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29950         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29951         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
29953         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
29955         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
29956         (__pow_mp): Replace ZERO and MZERO with their values.
29957         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
29958         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29959         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29960         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
29961         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29962         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
29963         (__sqr): Likewise.
29965         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
29967         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
29969 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29971         * include/stdlib.h [!SHARED] (__call_tls_dtors):
29972         Declare with __attribute__ ((weak)).
29973         * stdlib/exit.c (__libc_atexit) [!SHARED]:
29974         Call __call_tls_dtors only if it's not NULL.
29976 2013-03-28  Roland McGrath  <roland@hack.frob.com>
29978         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
29979         didn't do it already, then set _dl_phdr and _dl_phnum based on the
29980         magic __ehdr_start linker symbol if it's defined.
29981         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
29982         them up here if it was already done.
29984         * elf/dl-support.c (_dl_phdr): Make pointer to const.
29985         (_dl_aux_init): Use const in cast when setting it.
29986         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
29987         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
29988         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
29990         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
29991         Declare them here.
29992         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
29993         * csu/libc-tls.c: Nor here.
29994         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
29996         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
29997         (__libc_message): Never call vsyslog.
29999 2013-03-28  Alan Modra  <amodra@gmail.com>
30001         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30002         Define as empty.
30003         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30004         Likewise.
30006 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30008         [BZ #15214]
30009         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30010         underflow.
30011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30013 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30015         [BZ #15304]
30016         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30017         Don't add gid passed as argument.
30019         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30021 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30023         [BZ #15307]
30024         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30025         imaginary part between 1.0 and 1.5 and real part less than 0.5
30026         specially.
30027         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30028         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30029         * math/libm-test.inc (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-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30037         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30038         constants.
30039         (norm): Likewise.
30040         (denorm): Likewise.
30041         (__dbl_mp): Likewise.
30042         (add_magnitudes): Likewise.
30043         (sub_magnitudes): Likewise.
30044         (__add): Likewise.
30045         (__sub): Likewise.
30046         (__mul): Likewise.
30047         (__sqr): Likewise.
30048         (__inv): Likewise.
30049         (__dvd): Likewise.
30051         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30052         commented code.
30053         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30054         (__dubcos): Likewise.
30055         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30056         (__ieee754_acos): Likewise.
30057         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30058         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30059         (__exp1): Likewise.
30060         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30061         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30062         (log1): Likewise.
30063         (my_log2): Likewise.
30064         (checkint): Likewise.
30065         * sysdeps/ieee754/dbl-64/e_remainder.c
30066         (__ieee754_remainder): Likewise.
30067         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30068         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30069         (bsloww): Likewise.
30070         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30072         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30073         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30074         MANTISSA_STORE_T to store computations on mantissa.  Use
30075         macros for rounding and division.
30076         (denorm): Likewise.
30077         (__dbl_mp): Likewise.
30078         (add_magnitudes): Likewise.
30079         (sub_magnitudes): Likewise.
30080         (__mul): Likewise.
30081         (__sqr): Likewise.
30082         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30083         powers of two in terms of TWOPOW macro.
30084         (mp_no): Make type of mantissa as MANTISSA_T.
30085         [!RADIXI]: Define RADIXI.
30086         [!TWO52]: Define TWO52.
30087         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30089 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30091         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30092         llroundl symbol when building for PPC32.
30094 2013-03-24  Mark H Weaver  <mhw@netris.org>
30096         * manual/arith.texi (Normalization Functions): Fix prototypes for
30097         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30099 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30101         [BZ #13889]
30102         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30103         high value to check if expl overflow.
30104         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30105         to check for underflow and overflow.
30106         * math/libm-test.inc: Add exp test.
30108 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30110         [BZ #11120]
30111         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30112         with NOT_IN_libc.
30114 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30116         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30117         symbol.
30119 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30121         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30122         wrap blocks consisting of several statements.
30124         * sysdeps/generic/math-tests.h: New file.
30125         * sysdeps/i386/fpu/math-tests.h: Likewise.
30126         * math/test-snan.c: Include it.
30127         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30129 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30131         [BZ #15285]
30132         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30133         (__ieee754_j0l): Do not improve calculations using cos of twice
30134         input for inputs above LDBL_MAX / 2.0L.
30135         (__ieee754_y0l): Likewise.
30136         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30137         (__ieee754_j1l): Do not improve calculations using cos of twice
30138         input for inputs above LDBL_MAX / 2.0L.
30139         (__ieee754_y1l): Likewise.
30140         * math/libm-test.inc (j0_test): Add another test.
30141         (j1_test): Likewise.
30142         (y0_test): Likewise.
30143         (y1_test): Likewise.
30144         * sysdeps/i386/fpu/libm-test-ulps: Update.
30146 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30148         * Rules ($(objpfx)bench-%.c): Include code from a C source
30149         file.
30151 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30153         [BZ #15287]
30154         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30155         imaginary part 1.0 and real part less than 0.5 specially.
30156         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30157         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30158         * math/libm-test.inc (cacos_test): Add more tests.
30159         (casin_test): Likewise.
30160         (casinh_test): Likewise.
30161         * sysdeps/i386/fpu/libm-test-ulps: Update.
30162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30164 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30166         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30167         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30169 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30171         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30172         * config.make.in (config-cflags-sse4): Remove variable.
30173         (config-cflags-avx): Likewise.
30174         (config-cflags-sse2avx): Likewise.
30175         (config-cflags-novzeroupper): Likewise.
30176         (config-asflags-i686): Likewise.
30177         (have-mfma4): Likewise.
30178         (have-as-vis3): Likewise.
30179         (MIG): Likewise.
30180         * configure.in (MIG): Do not AC_SUBST.
30181         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30182         (libc_cv_cc_sse4): Do not AC_SUBST.
30183         (libc_cv_cc_avx): Likewise.
30184         (libc_cv_cc_sse2avx): Likewise.
30185         (libc_cv_cc_novzeroupper): Likewise.
30186         (libc_cv_cc_fma4): Likewise.
30187         (libc_cv_as_i686): Likewise.
30188         (libc_cv_sparc_as_vis3): Likewise.
30189         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30190         LIBC_CONFIG_VAR.
30191         (config-asflags-i686): Likewise.
30192         (config-cflags-avx): Likewise.
30193         (config-cflags-sse2avx): Likewise.
30194         (have-mfma4): Likewise.
30195         (config-cflags-novzeroupper): Likewise.
30196         * sysdeps/mach/configure.in (MIG): Likewise.
30197         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30198         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30199         LIBC_CONFIG_VAR.
30200         (config-cflags-avx): Likewise.
30201         (config-cflags-sse2avx): Likewise.
30202         (have-mfma4): Likewise.
30203         (config-cflags-novzeroupper): Likewise.
30204         * configure: Regenerated.
30205         * sysdeps/i386/configure: Likewise.
30206         * sysdeps/mach/configure: Likewise.
30207         * sysdeps/sparc/configure: Likewise.
30208         * sysdeps/x86_64/configure: Likewise.
30210 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30212         [BZ #14812]
30213         * locale/programs/localedef.c (options): Put N_ translation marker
30214         on argument names, not just descriptions.
30216 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30218         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30220 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30222         [BZ #14176]
30223         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30225 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30227         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30228         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30229         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30230         [!BEFORE_ABORT] (before_abort): New function.
30231         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30232         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30233         (writev_for_fatal): New function.
30234         (WRITEV_FOR_FATAL): New macro; call that.
30235         (backtrace_and_maps): New function.
30236         (BEFORE_ABORT): New macro; call that.
30237         (struct str_list): Type removed.
30238         (__libc_message, __libc_fatal): Functions removed.
30239         Include <sysdeps/posix/libc_fatal.c> instead.
30241 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30243         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30244         constants.
30245         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30246         double constants.
30248 2013-03-19  Andreas Schwab  <schwab@suse.de>
30250         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30251         * sysdeps/gnu/configure: Regenerate.
30253         * configure.in: Substitute libc_cv_rtlddir.
30254         * configure: Regenerate.
30255         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30256         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30257         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30258         * elf/Makefile (install-others, CFLAGS-interp.c)
30259         (ldso_install, common-ldd-rewrite): Likewise.
30260         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30261         $(inst_slibdir)/$(rtld-installed-name).
30262         * scripts/rellns-sh: Add -p option.
30263         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30264         for source.
30266 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30268         * manual/nptl.texi: Renamed to ...
30269         * manual/threads.texi: ... this.
30270         * manual/Makefile (chapters): Update.
30272 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30274         [BZ #14812]
30275         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30276         on argument names, not just descriptions.
30277         * malloc/memusagestat.c (options): Likewise.
30278         * nss/getent.c (options): Likewise.
30280 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30282         [BZ #14812]
30283         * iconv/iconv_prog.c (options): Put N_ translation marker
30284         on argument names, not just descriptions.
30285         * iconv/iconvconfig.c (options): Likewise.
30287 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30289         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30290         implementation which is faster on all x86_64 architectures.
30291         Tested on AMD, Intel Nehalem, SNB, IVB.
30292         * sysdeps/x86_64/strnlen.S: Likewise.
30294         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30295         Remove all multiarch strlen and strnlen versions.
30296         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30297         Remove strlen and strnlen related parts.
30299         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30300         Inline strlen part.
30301         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30303         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30304         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30305         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30306         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30307         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30308         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30310 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30312         * manual/memory.texi (Malloc Tunable Parameters):
30313         Sort parameters alphabetically. Add comments for missing entries.
30315 2013-03-17  David S. Miller  <davem@davemloft.net>
30317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30319 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30321         [BZ #15283]
30322         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30323         for arguments at most half maximum finite value.
30324         * math/libm-test.inc (j0_test): Add more tests.
30325         (j1_test): Likewise.
30326         (y0_test): Likewise.
30327         (y1_test): Likewise.
30328         * sysdeps/i386/fpu/libm-test-ulps: Update.
30329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30331         [BZ #14155]
30332         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30333         1 / x and functions P and Q for arguments above 0x1p256L.
30334         (__ieee754_y0l): Likewise.
30335         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30336         (__ieee754_y1l): Likewise.
30337         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30338         (j1_test): Likewise.
30339         (y0_test): Likewise.
30340         (y1_test): Likewise.
30342 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30344         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30345         variable.
30347 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30349         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30350         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30351         zero since it's initialized to EXEC_PAGESIZE.
30353         * sysdeps/unix/sysv/linux/ldsodefs.h
30354         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30355         * sysdeps/generic/ldsodefs.h: ... here.
30357 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30359         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30361         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30362         math/test-snan.c.
30363         * math/test-snan.c: Renamed from
30364         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30365         * math/Makefile (tests): Add test-snan.
30366         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30367         test-powerpc-snan.
30369         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30370         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30371         functions.
30372         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30373         __builtin_nan family of functions.
30374         * math/libm-test.inc (initialize): Initialize qnan_value with
30375         __builtin_nan family of functions.
30376         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30377         Remove variables.
30378         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30379         Remove functions.
30380         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30381         storage class.  Initialize qNaN_var and sNaN_var with
30382         __builtin_nan and __builtin_nans families of functions,
30383         respectively.
30385         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30386         (sqrt_test): Remove duplicate test with qNaN input.
30387         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30388         (round_test, signbit_test, significand_test): Note missing +/-Inf
30389         as well as qNaN tests.
30391         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30392         qNaN_var.  Fix a few strings, too.
30393         * math/libm-test.inc (nan_value): Rename to qnan_value.
30394         * math/gen-libm-test.pl (%beautify): Adjust to that.
30395         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30396         * math/test-misc.c (main): Likewise.
30397         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30398         to __qnan_bytes, and __qnan_union, respectively.
30399         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30400         Likewise.
30401         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30402         and lqnanval, respectively.
30403         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30404         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30405         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30406         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30408         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30409         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30410         doubles.
30412         * math/test-misc.c (main): Fix copy'n'pastos.
30413         * misc/tst-efgcvt.c (special): Likewise.
30415         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30416         Remove declarations.
30418 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30420         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30421         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30422         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30423         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30425 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30427         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30428         macro to return vdso values correctly in IFUNC implementations.
30429         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30430         Optimization by using IFUNC.
30432 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30433             Richard Henderson  <rth@redhat.com>
30434             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30436         * Makefile.in (bench): New target.
30437         * NEWS: Mention the benchmark framework.
30438         * Rules (bench): Likewise.
30439         (binaries-bench): Generate binaries for functions to
30440         benchmark.
30441         * benchtests/Makefile: New makefile for benchmark tests.
30442         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30443         programs.
30444         * benchtests/exp-inputs: New input file for EXP function.
30445         * benchtests/pow-inputs: New input file for POW function.
30446         * scripts/bench.pl: New script to generate source files for
30447         benchmark programs.
30449 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30451         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30452         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30453         computations on mantissa.  Use macros for rounding and
30454         division.
30455         (denorm): Likewise.
30456         (__dbl_mp): Likewise.
30457         (add_magnitudes): Likewise.
30458         (sub_magnitudes): Likewise.
30459         (__mul): Likewise.
30460         (__sqr): Likewise.
30461         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30462         powers of two in terms of TWOPOW macro.
30463         (mp_no): Make type of mantissa as MANTISSA_T.
30464         [!RADIXI]: Define RADIXI.
30465         [!TWO52]: Define TWO52.
30466         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30468         * manual/nptl.texi (cindex): Modify threads to pthreads.
30470 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
30472         * sysdeps/x86_64/preconfigure: Regenerated.
30474 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
30476         [BZ #14155]
30477         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30478         0x1p28 and above.
30479         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30480         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30481         0x1p28 and above.
30482         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30483         * math/libm-test.inc (j0_test): Do not allow one spurious
30484         underflow exception.
30485         (y1_test): Likewise.
30487 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30489         * manual/Makefile (chapters): Add nptl.
30490         * manual/debug.texi (Debugging Support): Add link to Threads
30491         chapter.
30492         * manual/nptl.texi: New file.
30494         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30496 2013-03-14  Petr Baudis  <pasky@ucw.cz>
30498         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30499         for non-NULL pointer before the memory validity test. Pointed
30500         out by Holger Brunck <holger.brunck@keymile.com>.
30502 2013-03-13  Andreas Schwab  <schwab@suse.de>
30504         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30505         instead of .os.
30507 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
30509         * timezone/zic.c: Update from tzcode 2013b.
30511 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
30513         * manual/install.texi (Configuring and compiling):
30514         Mention i686 and i586.
30515         * INSTALL: Regenerate.
30517 2013-03-12  Roland McGrath  <roland@hack.frob.com>
30519         * sysdeps/init_array/elf-init.c: New file.
30520         * csu/elf-init.c
30521         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30522         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30524         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30525         __gmon_start__ as global, but as static with a .preinit_array pointer.
30526         * sysdeps/init_array/gmon-start.c: New file.  Use that.
30527         * sysdeps/init_array/crti.S: New file, empty except for comments.
30528         * sysdeps/init_array/crtn.S: Likewise.
30530 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
30532         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30533         definining bcopy.
30534         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30535         Remove Prefer_SSE_for_memop.
30536         * sysdeps/x86_64/multiarch/init-arch.h: Remove
30537         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30538         HAS_PREFER_SSE_FOR_MEMOP.
30539         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30540         memset-x86-64.
30541         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30542         Remove bzero, memset ifunc support.
30543         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30544         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30545         * sysdeps/x86_64/multiarch/memset.S: Likewise.
30546         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30548 2013-03-11  Andreas Schwab  <schwab@suse.de>
30550         [BZ #15234]
30551         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30552         by SHLIB_COMPAT.
30553         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30554         (GLIBC_2.16): Remove pthread_atfork.
30556 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
30558         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30559         (ptestcases.h): Likewise.
30561 2013-03-08  Roland McGrath  <roland@hack.frob.com>
30563         * Makeconfig ($(common-objpfx)config.status): Depend on
30564         sysdeps/*/preconfigure{,.in} too.
30566 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
30568         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30569         (__free_hook): Use void * instead of __malloc_ptr_t.
30570         (__malloc_hook): Likewise.
30571         (__realloc_hook): Likewise.
30572         (__memalign_hook): Likewise.
30573         (__after_morecore_hook): Likewise.
30574         * malloc/arena.c (save_malloc_hook): Likewise.
30575         (save_free_hook): Likewise.
30576         * malloc/hooks.c (malloc_hook_ini): Likewise.
30577         (realloc_hook_ini): Likewise.
30578         (memalign_hook_ini): Likewise.
30579         * malloc/malloc.c (malloc_hook_ini): Likewise.
30580         (realloc_hook_ini): Likewise.
30581         (memalign_hook_ini): Likewise.
30582         (__free_hook): Likewise.
30583         (__malloc_hook): Likewise.
30584         (__realloc_hook): Likewise.
30585         (__memalign_hook): Likewise.
30586         (__libc_malloc): Likewise.
30587         (__libc_free): Likewise.
30588         (__libc_realloc): Likewise.
30589         (__libc_memalign): Likewise.
30590         (__libc_valloc): Likewise.
30591         (__libc_pvalloc): Likewise.
30592         (__libc_calloc): Likewise.
30593         (__posix_memalign): Likewise.
30594         * malloc/morecore.c (__sbrk): Likewise.
30595         (__default_morecore): Likewise.
30597         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30599         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30600         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30601         __malloc_ptrdiff_t.
30603         * malloc/malloc.h (__malloc_size_t): Remove macro.
30604         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30605         __malloc_size_t.
30606         (old_memalign_hook): Likewise.
30607         (old_realloc_hook): Likewise.
30608         (struct hdr): Likewise.
30609         (flood): Likewise.
30610         (mallochook): Likewise.
30611         (memalignhook): Likewise.
30612         (reallochook): Likewise.
30613         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30614         (tr_old_realloc_hook): Likewise.
30615         (tr_old_memalign_hook): Likewise.
30616         (tr_mallochook): Likewise.
30617         (tr_reallochook): Likewise.
30618         (tr_memalignhook): Likewise.
30620 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30622         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30623         default_ldbl_pack and using as default implementation.
30624         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30625         implementation.
30626         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30627         redundant definition.
30628         (ldbl_insert_mantissa): Likewise.
30629         (ldbl_canonicalize): Likewise.
30630         (ldbl_nearbyint): Likewise.
30631         (ldbl_pack): Rename to ldbl_pack_ppc.
30632         (ldbl_unpack): Rename to ldbl_unpack_ppc.
30633         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30634         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30636 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30638         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30639         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30640         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30641         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30642         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30643         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30644         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30645         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30647 2013-03-07  Andreas Jaeger  <aj@suse.de>
30649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30650         bits/mman-linux.h.
30652 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30654         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30655         Include mpa.h and declare __MPEXP.
30656         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30657         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30658         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30659         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30660         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30661         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30662         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30664         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30665         (__slowpow): Use long double EXPL and LOGL functions to
30666         compute POW.
30667         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30668         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30669         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30670         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30671         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30672         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30674         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30675         intermediate variable to calculate exponent.
30676         (__sqr): Likewise.
30677         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30678         Likewise.
30679         (__sqr): Likewise.
30681         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30682         [!NO__SQR]: Define __sqr.
30683         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30684         and NO__SQR.  Remove all code except __mul and __sqr.  Include
30685         sysdeps/ieee754/dbl-64/mpa.c.
30686         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30688         [BZ #12723]
30689         * posix/Makefile (tests): Add tst-pathconf.
30690         * posix/tst-pathconf.c: New test case.
30691         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30692         _PC_PIPE_BUF.
30693         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30695 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
30697         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30699 2013-03-06  Andreas Jaeger  <aj@suse.de>
30701         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30702         definition via __MAP_ANONYMOUS.
30704         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30705         it's not part of Linux headers.
30707         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30708         (MAP_HUGE_MASK): Define.
30710         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30711         Define.
30712         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30713         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30714         Define.
30715         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30716         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30717         Define.
30718         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30719         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30720         Define.
30721         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30723         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30724         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30725         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30726         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30727         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30728         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30730         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30731         Handle f2fs.
30733         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30734         Handle f2fs and efivarfs.
30736         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30737         f2fs.
30739         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30740         (EFIVARFS_MAGIC): Add.
30741         (F2FS_LINK_MAX): Add.
30743 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
30745         * stdio-common/vfprintf.c: Replace __builtin_expect with
30746         __glibc_unlikely.
30748 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
30750         [BZ #13550]
30751         * sysdeps/generic/bp-sym.h: Remove file.
30752         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30753         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30754         <bp-sym.h> and <bp-asm.h>.
30755         (__longjmp): Don't use BP_SYM.
30756         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30757         and <bp-asm.h>.
30758         (memcpy): Don't use BP_SYM.
30759         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30760         <bp-sym.h> and <bp-asm.h>.
30761         (memcpy): Don't use BP_SYM.
30762         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30763         <bp-asm.h>.
30764         (memcpy): Don't use BP_SYM.
30765         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30766         <bp-asm.h>.
30767         (memset): Don't use BP_SYM.
30768         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30769         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30770         (__bzero): Don't use BP_SYM.
30771         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30772         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30773         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30774         <bp-sym.h> and <bp-asm.h>.
30775         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30776         pointers.
30777         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30778         <bp-sym.h> and <bp-asm.h>.
30779         (memcpy): Don't use BP_SYM.
30780         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30781         <bp-sym.h> and <bp-asm.h>.
30782         (memset): Don't use BP_SYM.
30783         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30784         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30785         (__bzero): Don't use BP_SYM.
30786         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30787         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30788         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30789         <bp-sym.h> and <bp-asm.h>.
30790         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30791         pointers.
30792         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30793         <bp-sym.h> and <bp-asm.h>.
30794         (memcpy): Don't use BP_SYM.
30795         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30796         <bp-sym.h> and <bp-asm.h>.
30797         (memset): Don't use BP_SYM.
30798         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30799         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30800         (__bzero): Don't use BP_SYM.
30801         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30802         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30803         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30804         <bp-sym.h> and <bp-asm.h>.
30805         (__memchr): Don't use BP_SYM.
30806         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30807         <bp-sym.h> and <bp-asm.h>.
30808         (memcmp): Don't use BP_SYM.  Remove comment about bounded
30809         pointers.
30810         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30811         <bp-sym.h> and <bp-asm.h>.
30812         (memcpy): Don't use BP_SYM.
30813         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30814         <bp-sym.h> and <bp-asm.h>.
30815         (__mempcpy): Don't use BP_SYM.
30816         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30817         <bp-sym.h> and <bp-asm.h>.
30818         (__memrchr): Don't use BP_SYM.
30819         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30820         <bp-sym.h> and <bp-asm.h>.
30821         (memset): Don't use BP_SYM.
30822         (__bzero): Likewise.
30823         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30824         <bp-sym.h> and <bp-asm.h>.
30825         (__rawmemchr): Don't use BP_SYM.
30826         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30827         <bp-sym.h> and <bp-asm.h>.
30828         (__STRCMP): Don't use BP_SYM.
30829         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30830         <bp-sym.h> and <bp-asm.h>.
30831         (strchr): Don't use BP_SYM.
30832         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30833         <bp-sym.h> and <bp-asm.h>.
30834         (__strchrnul): Don't use BP_SYM.
30835         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30836         <bp-sym.h> and <bp-asm.h>.
30837         (strlen): Don't use BP_SYM.
30838         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30839         <bp-sym.h> and <bp-asm.h>.
30840         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30841         pointers.
30842         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30843         <bp-sym.h> and <bp-asm.h>.
30844         (__strnlen): Don't use BP_SYM.
30845         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30846         <bp-sym.h> and <bp-asm.h>.
30847         (__GI__setjmp): Don't use BP_SYM.
30848         (_setjmp): Likewise.
30849         (__sigsetjmp): Likewise.
30850         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30851         (L(start_addresses)): Don't use BP_SYM.
30852         (_start): Likewise.
30853         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30854         <bp-asm.h>.
30855         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30856         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30857         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30858         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30859         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30860         <bp-asm.h>.
30861         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30862         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
30863         about bounded pointers.
30864         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30865         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30866         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30867         <bp-asm.h>.
30868         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30869         about bounded pointers.  Remove GKM FIXME comments.
30870         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30871         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30872         <bp-asm.h>.
30873         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30874         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
30875         Remove GKM FIXME comments.
30876         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30877         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30878         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30879         <bp-asm.h>.
30880         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
30881         about bounded pointers.  Remove GKM FIXME comment.
30882         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30883         and <bp-asm.h>.
30884         (strncmp): Don't use BP_SYM.  Remove comment about bounded
30885         pointers.
30886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30887         <bp-sym.h> and <bp-asm.h>.
30888         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30890         <bp-sym.h> and <bp-asm.h>.
30891         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
30892         comment.
30894 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
30896         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30897         call free(NULL).
30899 2013-03-05  David S. Miller  <davem@davemloft.net>
30901         * po/es.po: Update from translation team.
30903 2013-03-05  Andreas Jaeger  <aj@suse.de>
30905         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30906         <bits/mman-linux.h>.
30907         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30908         is fine.
30909         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30910         <bits/mman-linux.h> to end of file.
30911         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30912         is fine.
30913         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30914         <bits/mman-linux.h> to end of file.
30915         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30916         is fine.
30917         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30918         <bits/mman-linux.h> to end of file.
30920         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30921         (MCL_CURRENT, MCL_FUTURE): Define here.
30923 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30925         [BZ #15232]
30926         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30927         attribute_hidden.
30928         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30930 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30932         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30933         fourth parameter needed for rt_sigprocmask syscall.
30934         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30935         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30936         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30937         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30938         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30939         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30941 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
30943         [BZ #13550]
30944         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30945         comment about bounded pointers.
30946         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30947         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30949 2013-03-04  Andreas Jaeger  <aj@suse.de>
30951         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30952         common definitions.
30954         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
30955         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
30956         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
30957         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30958         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30959         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30961 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30963         [BZ #15055]
30964         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
30965         __ieee754_sqrl instead of __sqrl.
30967 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
30969         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
30970         * sysdeps/powerpc/fpu_control.h: ... here.
30971         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
30972         * sysdeps/powerpc/bits/fenvinline.h: ... here.
30973         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
30974         * sysdeps/powerpc/bits/mathinline.h: ... here.
30976 2013-03-01  Roland McGrath  <roland@hack.frob.com>
30978         * elf/dl-hwcaps.c (_dl_important_hwcaps):
30979         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
30980         to just [NEED_DL_SYSINFO_DSO].
30981         * elf/dl-support.c: Likewise.
30982         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
30983         * elf/rtld.c (dl_main): Likewise.
30984         * elf/setup-vdso.h (setup_vdso): Likewise.
30985         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
30986         * sysdeps/unix/sysv/linux/dl-sysdep.c
30987         (_dl_discover_osversion): Likewise.
30989 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
30991         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
30992         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
30994 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
30996         * NEWS: Mention libm performance improvements and non-x86 PI
30997         futex support.
30999         * csu/libc-start.c (__pthread_initialize_minimal): Change
31000         function arguments.
31001         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31003 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31005         [BZ #13550]
31006         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31007         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31008         <bp-sym.h> and <bp-asm.h>.
31009         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31010         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31011         and <bp-asm.h>.
31012         (memcpy): Don't use BP_SYM.
31013         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31014         <bp-asm.h>.
31015         (__mpn_add_n): Don't use BP_SYM.
31016         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31017         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31018         and <bp-asm.h>.
31019         (__mpn_addmul_1): Don't use BP_SYM.
31020         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31021         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31022         <bp-sym.h>.
31023         (_setjmp): Don't use BP_SYM.
31024         (__novmx_setjmp): Likewise.
31025         (__GI__setjmp): Likewise.
31026         (__vmx_setjmp): Likewise.
31027         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31028         <bp-sym.h>.
31029         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31030         (__bzero): Don't use BP_SYM.
31031         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31032         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31033         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31034         <bp-sym.h> and <bp-asm.h>.
31035         (memcpy): Don't use BP_SYM.
31036         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31037         <bp-sym.h> and <bp-asm.h>.
31038         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31039         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31040         <bp-sym.h> and <bp-asm.h>.
31041         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31042         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31043         <bp-asm.h>.
31044         (__mpn_lshift): Don't use BP_SYM.
31045         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31046         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31047         <bp-asm.h>.
31048         (memset): Don't use BP_SYM.
31049         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31050         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31051         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31052         <bp-asm.h>.
31053         (__mpn_mul_1): Don't use BP_SYM.
31054         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31055         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31056         <bp-sym.h> and <bp-asm.h>.
31057         (memcmp): Don't use BP_SYM.
31058         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31059         <bp-sym.h> and <bp-asm.h>.
31060         (memcpy): Don't use BP_SYM.
31061         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31062         <bp-sym.h> and <bp-asm.h>.
31063         (memset): Don't use BP_SYM.
31064         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31065         <bp-sym.h> and <bp-asm.h>.
31066         (strncmp): Don't use BP_SYM.
31067         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31068         <bp-sym.h> and <bp-asm.h>.
31069         (memcpy): Don't use BP_SYM.
31070         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31071         <bp-sym.h> and <bp-asm.h>.
31072         (memset): Don't use BP_SYM.
31073         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31074         <bp-sym.h> and <bp-asm.h>.
31075         (__memchr): Don't use BP_SYM.
31076         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31077         <bp-sym.h> and <bp-asm.h>.
31078         (memcmp): Don't use BP_SYM.
31079         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31080         <bp-sym.h> and <bp-asm.h>.
31081         (memcpy): Don't use BP_SYM.
31082         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31083         <bp-sym.h> and <bp-asm.h>.
31084         (__mempcpy): Don't use BP_SYM.
31085         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31086         <bp-sym.h> and <bp-asm.h>.
31087         (__memrchr): Don't use BP_SYM.
31088         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31089         <bp-sym.h> and <bp-asm.h>.
31090         (memset): Don't use BP_SYM.
31091         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31092         <bp-sym.h> and <bp-asm.h>.
31093         (__rawmemchr): Don't use BP_SYM.
31094         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31095         <bp-sym.h> and <bp-asm.h>.
31096         (__STRCMP): Don't use BP_SYM.
31097         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31098         <bp-sym.h> and <bp-asm.h>.
31099         (strchr): Don't use BP_SYM.
31100         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31101         <bp-sym.h> and <bp-asm.h>.
31102         (__strchrnul): Don't use BP_SYM.
31103         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31104         <bp-sym.h> and <bp-asm.h>.
31105         (strlen): Don't use BP_SYM.
31106         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31107         <bp-sym.h> and <bp-asm.h>.
31108         (strncmp): Don't use BP_SYM.
31109         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31110         <bp-sym.h> and <bp-asm.h>.
31111         (__strnlen): Don't use BP_SYM.
31112         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31113         <bp-asm.h>.
31114         (__mpn_rshift): Don't use BP_SYM.
31115         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31116         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31117         <bp-sym.h> and <bp-asm.h>.
31118         (__sigsetjmp): Don't use BP_SYM.
31119         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31120         (L(start_addresses)): Don't use BP_SYM.
31121         (_start): Likewise.
31122         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31123         <bp-asm.h>.
31124         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31125         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31126         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31127         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31128         <bp-asm.h>.
31129         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31130         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31131         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31132         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31133         <bp-asm.h>.
31134         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31135         comments.
31136         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31137         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31138         <bp-asm.h>.
31139         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31140         FIXME comments.
31141         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31142         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31143         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31144         <bp-asm.h>.
31145         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31146         comment.
31147         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31148         and <bp-asm.h>.
31149         (strncmp): Don't use BP_SYM,
31150         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31151         <bp-asm.h>.
31152         (__mpn_sub_n): Don't use BP_SYM.
31153         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31154         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31155         and <bp-asm.h>.
31156         (__mpn_submul_1): Don't use BP_SYM.
31157         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31159         <bp-sym.h> and <bp-asm.h>.
31160         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31162         <bp-sym.h> and <bp-asm.h>.
31163         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31164         comment.
31166 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31168         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31169         Use ZK to minimize writes to Z.
31170         (sub_magnitudes): Simplify code a bit.
31171         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31172         Use ZK to minimize writes to Z.
31173         (sub_magnitudes): Simplify code a bit.
31175 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31177         * csu/gmon-start.c: Add special exception to license text.
31179 2013-02-27  Richard Henderson  <rth@redhat.com>
31181         * scripts/config.guess: Update from config.git.
31182         * scripts/config.sub: Likewise.
31184 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31186         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31188         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31190         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31192         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31194         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31196 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31198         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31199         [$(build-shared = yes].
31201 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31203         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31204         (__mul): Reduce iterations for calculating mantissa.
31206         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31207         MPTWO.
31208         (__mpranred): Likewise.
31210         [BZ #15160]
31211         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31212         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31214 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31216         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31217         Define __attribute__.
31219 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31221         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31222         unused.
31223         * posix/regex_internal.h (__attribute): Remove.
31224         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31225         (re_string_context_at): Likewise.
31226         (bitset_not): Use __attribute__ and mark function as possibly
31227         unused.
31228         (bitset_merge): Likewise.
31229         (bitset_mask): Likewise.
31230         (re_string_char_size_at): Likewise.
31231         (re_string_wchar_at): Likewise.
31232         (re_string_elem_size_at): Likewise.
31234 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31236         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31237         code.
31238         (cc32): Likewise.
31240         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31241         (__acr): Likewise.
31242         (__cpy): Likewise.
31243         (norm): Likewise.
31244         (denorm): Likewise.
31245         (__dbl_mp): Likewise.
31246         (add_magnitudes): Likewise.
31247         (sub_magnitudes): Likewise.
31248         (__mul): Likewise.
31249         (__inv): Likewise.
31251         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31252         style.
31254         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31255         style.
31257         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31258         code.
31260         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31261         up changes with default code.
31262         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31263         Likewise.
31265 2013-02-24  Allan McRae  <allan@archlinux.org>
31267         * manual/socket.texi (The Internet Namespace): Order menu items
31268         to match that in the file.
31270         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31271         node listing of the info page menu.
31273 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31275         [BZ #13550]
31276         * sysdeps/i386/bp-asm.h: Remove file.
31277         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31278         (PARMS): Do not use macros from bp-asm.h.
31279         (S1): Likewise.
31280         (S2): Likewise.
31281         (SIZE): Likewise.
31282         (__mpn_add_n): Do not use BP_SYM
31283         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31284         "bp-asm.h".
31285         (PARMS): Do not use macros from bp-asm.h.
31286         (S1): Likewise.
31287         (SIZE): Likewise.
31288         (__mpn_addmul_1): Do not use BP_SYM
31289         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31290         "bp-asm.h".
31291         (PARMS): Do not use macros from bp-asm.h.
31292         (SIGMSK): Likewise.
31293         (_setjmp): Likewise.  Do not use BP_SYM.
31294         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31295         "bp-asm.h".
31296         (PARMS): Do not use macros from bp-asm.h.
31297         (SIGMSK): Likewise.
31298         (setjmp): Likewise.  Do not use BP_SYM.
31299         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31300         "bp-asm.h".
31301         (PARMS): Do not use macros from bp-asm.h.
31302         (__frexp): Do not use BP_SYM.
31303         (frexp): Likewise.
31304         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31305         "bp-asm.h".
31306         (PARMS): Do not use macros from bp-asm.h.
31307         (__frexpf): Do not use BP_SYM.
31308         (frexpf): Likewise.
31309         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31310         "bp-asm.h".
31311         (PARMS): Do not use macros from bp-asm.h.
31312         (__frexpl): Do not use BP_SYM.
31313         (frexpl): Likewise.
31314         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31315         "bp-asm.h".
31316         (PARMS): Do not use macros from bp-asm.h.
31317         (__remquo): Do not use BP_SYM.
31318         (remquo): Likewise.
31319         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31320         "bp-asm.h".
31321         (PARMS): Do not use macros from bp-asm.h.
31322         (__remquof): Do not use BP_SYM.
31323         (remquof): Likewise.
31324         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31325         "bp-asm.h".
31326         (PARMS): Do not use macros from bp-asm.h.
31327         (__remquol): Do not use BP_SYM.
31328         (remquol): Likewise.
31329         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31330         "bp-asm.h".
31331         (PARMS): Do not use macros from bp-asm.h.
31332         (DEST): Likewise.
31333         (SRC): Likewise.
31334         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31335         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31336         "bp-asm.h".
31337         (PARMS): Do not use macros from bp-asm.h.
31338         (strlen): Do not use BP_SYM.
31339         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31340         "bp-asm.h".
31341         (PARMS): Do not use macros from bp-asm.h.
31342         (S1): Likewise.
31343         (S2): Likewise.
31344         (SIZE): Likewise.
31345         (__mpn_add_n): Do not use BP_SYM.
31346         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31347         "bp-asm.h".
31348         (PARMS): Do not use macros from bp-asm.h.
31349         (S1): Likewise.
31350         (SIZE): Likewise.
31351         (__mpn_addmul_1): Do not use BP_SYM.
31352         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31353         weak_alias.
31354         (bzero): Likewise.
31355         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31356         "bp-asm.h".
31357         (PARMS): Do not use macros from bp-asm.h.
31358         (S): Likewise.
31359         (SIZE): Likewise.
31360         (__mpn_lshift): Do not use BP_SYM.
31361         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31362         "bp-asm.h".
31363         (PARMS): Do not use macros from bp-asm.h.
31364         (DEST): Likewise.
31365         (SRC): Likewise.
31366         (LEN): Likewise.
31367         (memcpy): Likewise.  Do not use BP_SYM.
31368         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31369         libc_hidden_def and weak_alias.
31370         (mempcpy): Do not use BP_SYM in weak_alias.
31371         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31372         "bp-asm.h".
31373         (PARMS): Do not use macros from bp-asm.h.
31374         (DEST): Likewise.
31375         (LEN): Likewise.
31376         [!BZERO_P] (CHR): Likewise.
31377         (memset): Likewise.  Do not use BP_SYM.
31378         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31379         "bp-asm.h".
31380         (PARMS): Do not use macros from bp-asm.h.
31381         (S1): Likewise.
31382         (SIZE): Likewise.
31383         (__mpn_mul_1): Do not use BP_SYM.
31384         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31385         "bp-asm.h".
31386         (PARMS): Do not use macros from bp-asm.h.
31387         (S): Likewise.
31388         (SIZE): Likewise.
31389         (__mpn_rshift): Do not use BP_SYM.
31390         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31391         "bp-asm.h".
31392         (PARMS): Do not use macros from bp-asm.h.
31393         (STR): Likewise.
31394         (CHR): Likewise.
31395         (strchr): Likewise.  Do not use BP_SYM.
31396         (index): Do not use BP_SYM in weak_alias.
31397         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31398         "bp-asm.h".
31399         (PARMS): Do not use macros from bp-asm.h.
31400         (DEST): Likewise.
31401         (SRC): Likewise.
31402         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31403         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31404         "bp-asm.h".
31405         (PARMS): Do not use macros from bp-asm.h.
31406         (strlen): Do not use BP_SYM.
31407         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31408         "bp-asm.h".
31409         (PARMS): Do not use macros from bp-asm.h.
31410         (S1): Likewise.
31411         (S2): Likewise.
31412         (SIZE): Likewise.
31413         (__mpn_sub_n): Do not use BP_SYM.
31414         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31415         "bp-asm.h".
31416         (PARMS): Do not use macros from bp-asm.h.
31417         (S1): Likewise.
31418         (SIZE): Likewise.
31419         (__mpn_submul_1): Do not use BP_SYM.
31420         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31421         "bp-asm.h".
31422         (PARMS): Do not use macros from bp-asm.h.
31423         (S1): Likewise.
31424         (S2): Likewise.
31425         (SIZE): Likewise.
31426         (__mpn_add_n): Do not use BP_SYM.
31427         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31428         weak_alias.
31429         (bzero): Likewise.
31430         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31431         "bp-asm.h".
31432         (PARMS): Do not use macros from bp-asm.h.
31433         (BLK2): Likewise.
31434         (LEN): Likewise.
31435         (memcmp): Do not use BP_SYM.
31436         (bcmp): Do not use BP_SYM in weak_alias.
31437         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31438         "bp-asm.h".
31439         (PARMS): Do not use macros from bp-asm.h.
31440         (DEST): Likewise.
31441         (SRC): Likewise.
31442         (LEN): Likewise.
31443         (memcpy): Likewise.  Do not use BP_SYM.
31444         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31445         "bp-asm.h".
31446         (PARMS): Do not use macros from bp-asm.h.
31447         (DEST): Likewise.
31448         (SRC): Likewise.
31449         (LEN): Likewise.
31450         (memmove): Likewise.  Do not use BP_SYM.
31451         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31452         "bp-asm.h".
31453         (PARMS): Do not use macros from bp-asm.h.
31454         (DEST): Likewise.
31455         (SRC): Likewise.
31456         (LEN): Likewise.
31457         (__mempcpy): Likewise.  Do not use BP_SYM.
31458         (mempcpy): Do not use BP_SYM in weak_alias.
31459         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31460         "bp-asm.h".
31461         (PARMS): Do not use macros from bp-asm.h.
31462         (DEST): Likewise.
31463         (LEN): Likewise.
31464         [!BZERO_P] (CHR): Likewise.
31465         (memset): Likewise.  Do not use BP_SYM.
31466         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31467         "bp-asm.h".
31468         (PARMS): Do not use macros from bp-asm.h.
31469         (STR2): Likewise.
31470         (strcmp): Do not use BP_SYM.
31471         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31472         "bp-asm.h".
31473         (PARMS): Do not use macros from bp-asm.h.
31474         (STR): Likewise.
31475         (DELIM): Likewise.
31476         [USE_AS_STRTOK_R] (SAVE): Likewise.
31477         (FUNCTION): Likewise.  Do not use BP_SYM.
31478         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31479         aliases.
31480         (strtok_r): Likewise.
31481         (__GI___strtok_r): Likewise.
31482         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31483         (PARMS): Do not use macros from bp-asm.h.
31484         (S): Likewise.
31485         (SIZE): Likewise.
31486         (__mpn_lshift): Do not use BP_SYM.
31487         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31488         (PARMS): Do not use macros from bp-asm.h.
31489         (STR): Likewise.
31490         (CHR): Likewise.
31491         (__memchr): Do not use BP_SYM.
31492         (memchr): Do not use BP_SYM in weak_alias.
31493         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31494         (PARMS): Do not use macros from bp-asm.h.
31495         (BLK2): Likewise.
31496         (LEN): Likewise.
31497         (memcmp): Do not use BP_SYM.
31498         (bcmp): Do not use BP_SYM in weak_alias.
31499         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31500         (PARMS): Do not use macros from bp-asm.h.
31501         (S1): Likewise.
31502         (SIZE): Likewise.
31503         (__mpn_mul_1): Do not use BP_SYM.
31504         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31505         "bp-asm.h".
31506         (PARMS): Do not use macros from bp-asm.h.
31507         (STR): Likewise.
31508         (CHR): Likewise.
31509         (__rawmemchr): Do not use BP_SYM.
31510         (rawmemchr): Do not use BP_SYM in weak_alias.
31511         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31512         (PARMS): Do not use macros from bp-asm.h.
31513         (S): Likewise.
31514         (SIZE): Likewise.
31515         (__mpn_rshift): Do not use BP_SYM.
31516         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31517         (PARMS): Do not use macros from bp-asm.h.
31518         (SIGMSK): Likewise.
31519         (__sigsetjmp): Likewise.  Do not use BP_SYM.
31520         * sysdeps/i386/start.S: Do not include "bp-sym.h".
31521         (_start): Do not use BP_SYM.
31522         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31523         (PARMS): Do not use macros from bp-asm.h.
31524         (DEST): Likewise.
31525         (SRC): Likewise.
31526         (__stpcpy): Likewise.  Do not use BP_SYM.
31527         (stpcpy): Do not use BP_SYM in weak_alias.
31528         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31529         "bp-asm.h".
31530         (PARMS): Do not use macros from bp-asm.h.
31531         (DEST): Likewise.
31532         (SRC): Likewise.
31533         (LEN): Likewise.
31534         (__stpncpy): Likewise.  Do not use BP_SYM.
31535         (stpncpy): Do not use BP_SYM in weak_alias.
31536         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31537         (PARMS): Do not use macros from bp-asm.h.
31538         (STR): Likewise.
31539         (CHR): Likewise.
31540         (strchr): Likewise.  Do not use BP_SYM.
31541         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31542         "bp-asm.h".
31543         (PARMS): Do not use macros from bp-asm.h.
31544         (STR): Likewise.
31545         (CHR): Likewise.
31546         (__strchrnul): Likewise.  Do not use BP_SYM.
31547         (strchrnul): Do not use BP_SYM in weak_alias.
31548         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31549         "bp-asm.h".
31550         (PARMS): Do not use macros from bp-asm.h.
31551         (STOP): Likewise.
31552         (strcspn): Do not use BP_SYM.
31553         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31554         "bp-asm.h".
31555         (PARMS): Do not use macros from bp-asm.h.
31556         (STR): Likewise.
31557         (STOP): Likewise.
31558         (strpbrk): Likewise.  Do not use BP_SYM.
31559         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31560         "bp-asm.h".
31561         (PARMS): Do not use macros from bp-asm.h.
31562         (STR): Likewise.
31563         (CHR): Likewise.
31564         (strrchr): Likewise.  Do not use BP_SYM.
31565         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31566         (PARMS): Do not use macros from bp-asm.h.
31567         (SKIP): Likewise.
31568         (strspn): Do not use BP_SYM.
31569         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31570         (PARMS): Do not use macros from bp-asm.h.
31571         (STR): Likewise.
31572         (DELIM): Likewise.
31573         (SAVE): Likewise.
31574         (FUNCTION): Likewise.  Do not use BP_SYM.
31575         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31576         aliases.
31577         (strtok_r): Likewise.
31578         (__GI___strtok_r): Likewise.
31579         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31580         (PARMS): Do not use macros from bp-asm.h.
31581         (S1): Likewise.
31582         (S2): Likewise.
31583         (SIZE): Likewise.
31584         (__mpn_sub_n): Do not use BP_SYM.
31585         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31586         "bp-asm.h".
31587         (PARMS): Do not use macros from bp-asm.h.
31588         (S1): Likewise.
31589         (SIZE): Likewise.
31590         (__mpn_submul_1): Do not use BP_SYM.
31591         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31592         <bp-sym.h>.
31593         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31594         and <bp-asm.h>.
31595         (PARMS): Do not use macros from bp-asm.h.
31596         (FLAGS): Likewise.
31597         (PTID): Likewise.
31598         (TLS): Likewise.
31599         (CTID): Likewise.
31600         (__clone): Do not use BP_SYM.
31601         (clone): Do not use BP_SYM in weak_alias.
31602         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31603         and <bp-asm.h>.
31604         (PARMS): Do not use macros from bp-asm.h.
31605         (LEN): Likewise.
31606         (__mmap64): Do not use BP_SYM.
31607         (mmap64): Do not use BP_SYM in weak_alias.
31608         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31609         <bp-sym.h> and <bp-asm.h>.
31610         (PARMS): Do not use macros from bp-asm.h.
31611         (__posix_fadvise64_l64): Do not use BP_SYM.
31612         * sysdeps/unix/sysv/linux/i386/semtimedop.S
31613         (PARMS): Do not use macros from bp-asm.h.
31614         (NSOPS): Likewise.
31615         (semtimedop): Do not use BP_SYM.
31616         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31617         and <bp-asm.h>.
31619 2013-02-21  Allan McRae  <allan@archlinux.org>
31621         * manual/message.texi (Charset conversion in gettext):
31622         Move @end statement to beginning of line.
31624 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31626         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31627         static.
31628         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31629         Likewise.
31631         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31632         (denorm): Likewise.
31633         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31634         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31636 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31638         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31639         tail-call to the resolved function if pltexit isn't needed.
31641 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31643         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31644         or Y being zero as being unlikely.
31645         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31646         Likewise.
31648 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
31650         * manual/nss.texi (System Databases and Name Service Switch):
31651         Remove frobnicate @pxref.
31653 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31655         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31656         __attribute__ ((unused)) to __attribute__ ((__unused__)).
31658 2013-02-20  Petr Machata  <pmachata@redhat.com>
31660         * elf/elf.h (R_ARM_TARGET1): New macro.
31661         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31662         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31663         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31664         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31665         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31666         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31667         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31668         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31669         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31670         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31671         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31672         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31673         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31674         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31675         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31676         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31677         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31678         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31679         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31680         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31681         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31682         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31683         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31684         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31685         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31686         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31687         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31688         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31689         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31690         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31691         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31692         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31693         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31694         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31695         (R_ARM_THM_GOT_BREL12): Likewise.
31696         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31697         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31698         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31699         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31700         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31701         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31702         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31703         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31704         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31706 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
31708         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31709         __attribute_used__ to __attribute__ ((unused)).
31711 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
31713         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31714         powerpc mpa.c.
31715         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31716         comment formatting.
31717         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31719 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
31721         [BZ #13550]
31722         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31723         Remove macro.
31724         (ENTER): Remove both macro definitions.
31725         (LEAVE): Likewise.
31726         (CHECK_BOUNDS_LOW): Likewise.
31727         (CHECK_BOUNDS_HIGH): Likewise.
31728         (CHECK_BOUNDS_BOTH): Likewise.
31729         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31730         (RETURN_BOUNDED_POINTER): Likewise.
31731         (RETURN_NULL_BOUNDED_POINTER): Likewise.
31732         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31733         (POP_ERRNO_LOCATION_RETURN): Likewise.
31734         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31735         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31736         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31737         macros.
31738         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31739         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31740         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31741         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31742         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31743         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31744         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31745         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31746         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31747         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31748         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31749         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31750         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31751         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31752         removed macros.
31753         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31754         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31755         macros.
31756         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31757         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31758         * sysdeps/i386/i586/memset.S (memset): Likewise.
31759         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31760         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31761         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31762         macros.
31763         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31764         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31765         Change uses of L(2) to L(out).
31766         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31767         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31768         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31769         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31770         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31771         removed macros.
31772         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31773         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31774         macros.
31775         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31776         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31777         (RETURN): Do not use macro LEAVE.
31778         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31779         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31780         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31781         * sysdeps/i386/i686/memset.S (memset): Likewise.
31782         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31783         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31784         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31785         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31786         Likewise.
31787         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31788         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
31789         L(1_2) and L(1_3) into L(1).
31790         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31791         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31792         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31793         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31794         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31795         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31796         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31797         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31798         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31799         macros.
31800         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31801         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31802         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31803         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31804         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31805         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31806         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31807         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31808         * sysdeps/i386/strcspn.S (strcspn): Likewise.
31809         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31810         * sysdeps/i386/strrchr.S (strrchr): Likewise.
31811         * sysdeps/i386/strspn.S (strspn): Likewise.
31812         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31813         conditional code.
31814         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31815         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31816         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31817         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
31818         L(1_3) into L(1_1).
31819         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31820         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31821         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31822         macros.
31823         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31825 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
31827         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31828         macro.
31830 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31832         * math/atest-exp.c (exp_mpn): Remove ROUND.
31833         * math/atest-exp2.c (exp_mpn): Likewise.
31834         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31836         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31837         * stdlib/tst-tls-atexit-lib.c: Likewise.
31838         * stdlib/tst-tls-atexit.c: Likewise.
31840 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31842         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31843         and __attribute_alloc_size__.
31845 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31847         * include/programs/xmalloc.h: Change __attribute_alloc_size to
31848         __attribute_alloc_size__.
31849         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31850         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31852 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
31854         * include/programs/xmalloc.h: New file.
31855         * catgets/gencat.c: Include it.
31856         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31857         * elf/pldd.c: Likewise.
31858         * iconv/iconv_charmap.c: Likewise.
31859         * iconv/iconvconfig.c: Likewise.
31860         * iconv/strtab.c: Likewise.
31861         * locale/programs/locale.c: Likewise.
31862         * locale/programs/localedef.h: Likewise.
31863         * locale/programs/simple-hash.c: Likewise.
31864         * nscd/nscd.h: Likewise.
31865         * nss/makedb.c: Likewise.
31866         * sysdeps/generic/ldconfig.h: Likewise.
31868 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
31870         * Versions.def: Add GLIBC_2.18.
31871         * include/link.h (struct link_map): New member l_tls_dtor_count.
31872         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31873         (__call_tls_dtors): Likewise.
31874         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31875         __cxa_thread_atexit_impl.
31876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31877         Likewise.
31878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31879         Likewise.
31880         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31881         Likewise.
31882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31883         Likewise.
31884         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31886         Likewise.
31887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31888         Likewise.
31889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31891         Likewise.
31892         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31893         (tests): Add test case tst-tls-atexit.
31894         (modules-names): Add shared library for tst-tls-atexit.
31895         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31896         (GLIBC_PRIVATE): Add __call_tls_dtors.
31897         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31898         for libstdc++.
31899         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31900         * stdlib/tst-tls-atexit.c: New test case.
31901         * stdlib/tst-tls-atexit-lib.c: New test case.
31903         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31905         * elf/Versions (ld): Add _dl_find_dso_for_object.
31906         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31907         * elf/dl-open.c (_dl_find_dso_for_object): New function.
31908         (dl_open_worker): Use _dl_find_dso_for_object.
31909         * elf/dl-sym.c (do_sym): Likewise.
31910         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31912 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31914         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31915         Syntactic changes only.
31916         (_dl_runtime_profile): Do a tail-call to the resolved function.
31918 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
31920         [BZ #13550]
31921         * sysdeps/x86_64/bp-asm.h: Remove file.
31922         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31923         <bp-sym.h> and <bp-asm.h>.
31924         (__clone): Do not use BP_SYM.
31925         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31926         <bp-sym.h> and <bp-asm.h>.
31927         * sysdeps/unix/x86_64/sysdep.S: Likewise.
31928         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31929         "bp-asm.h".
31930         (_setjmp): Do not use BP_SYM.
31931         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31932         "bp-asm.h".
31933         (setjmp): Do not use BP_SYM.
31934         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31935         libc_hidden_def.
31936         (mempcpy): Do not use BP_SYM in weak_alias.
31937         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31938         "bp-asm.h".
31939         (strchr): Do not use BP_SYM.
31940         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31941         "bp-asm.h".
31942         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31943         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31944         (_start): Do not use BP_SYM.
31945         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31946         "bp-asm.h".
31947         (strcat): Do not use BP_SYM.
31948         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31949         "bp-asm.h".
31950         (STRCMP): Do not use BP_SYM.
31951         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
31952         "bp-asm.h".
31953         (STRCPY): Do not use BP_SYM.
31954         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
31955         "bp-asm.h".
31956         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
31957         "bp-asm.h".
31958         (FUNCTION): Do not use BP_SYM.
31959         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
31960         weak_alias.
31961         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
31963 2013-02-17  Andreas Jaeger  <aj@suse.de>
31965         * time/Versions: Sort entries.
31966         * string/Versions: Likewise.
31967         * resolv/Versions: Likewise.
31968         * posix/Versions: Likewise.
31969         * iconv/Versions: Likewise.
31970         * elf/Versions: Likewise.
31971         * wcsmbs/Versions: Likewise.
31973 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31975         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
31976         loop termination condition.
31978         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
31979         variable to calculate EZ.
31980         (__sqr): Likewise.
31982         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
31983         the lower precision input.
31985 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
31987         [BZ #13550]
31988         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
31989         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
31990         (run-via-rtld-prefix): Do not handle %-bp tests.
31991         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
31992         (all-object-suffixes): Remove .ob.
31993         (bppfx): Remove variable.
31994         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
31995         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
31996         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
31997         [$(build-bounded) = yes] (libtype.ob): Likewise.
31998         * Makerules (elide-routines.ob): Remove variable.
31999         (do-tests-clean): Do not handle *-bp.out.
32000         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32001         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32002         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32003         (tests): Do not include $(tests-bp.out).
32004         (xtests): Do not include $(xtests-bp.out).
32005         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32006         [$(build-bounded) = yes] ($(addprefix
32007         $(objpfx),$(binaries-bounded))): Remove rule.
32008         ($(objpfx)%-bp.out): Remove rule.
32009         * config.make.in (build-bounded): Remove variable.
32010         * crypt/Makefile [$(build-bounded) = yes]
32011         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32012         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32013         append to variable.
32014         [$(build-bounded) = yes] (install-lib): Likewise.
32015         [$(build-bounded) = yes] (generated): Likewise.
32016         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32017         Remove rule.
32018         * intl/Makefile [$(build-bounded) = yes]
32019         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32020         * math/Makefile [$(build-bounded) = yes]
32021         ($(tests:%=$(objpfx)%-bp): Likewise.
32022         * misc/Makefile [$(build-bounded) = yes]
32023         ($(objpfx)tst-tsearch-bp): Likewise.
32024         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32025         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32026         Remove dependency.
32027         * string/Makefile (o-objects.ob): Remove variable.
32028         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32029         (CFLAGS-.ob): Remove variable.
32030         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32031         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32032         both definitions of variable.
32033         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32034         (ASFLAGS-.ob): Remove variable.
32036 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32038         [BZ #13550]
32039         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32040         Remove __BOUNDED_POINTERS__ from condition.
32041         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32042         * string/bits/string2.h [!__NO_STRING_INLINES &&
32043         !__BOUNDED_POINTERS__]: Likewise.
32044         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32045         Likewise.
32046         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32047         Remove conditional code.
32048         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32049         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32050         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32051         condition.
32053         [BZ #13550]
32054         * csu/libc-start.c: Do not include <bp-sym.h>.
32055         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32056         * elf/dl-open.c: Do not include <bp-sym.h>.
32057         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32058         * math/fegetenv.c: Do not include <bp-sym.h>.
32059         (fegetenv): Do not use BP_SYM in versioned symbols.
32060         * nptl/sysdeps/pthread/bits/libc-lockP.h
32061         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32062         <bp-sym.h>.
32063         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32064         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32065         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32066         (__pthread_mutex_destroy): Likewise.
32067         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32068         (__pthread_mutex_lock): Likewise.
32069         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32070         (__pthread_mutex_trylock): Likewise.
32071         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32072         (__pthread_mutex_unlock): Likewise.
32073         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32074         (__pthread_mutexattr_init): Likewise.
32075         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32076         (__pthread_mutexattr_destroy): Likewise.
32077         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32078         (__pthread_mutexattr_settype): Likewise.
32079         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32080         (__pthread_rwlock_init): Likewise.
32081         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32082         (__pthread_rwlock_destroy): Likewise.
32083         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32084         (__pthread_rwlock_rdlock): Likewise.
32085         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32086         (__pthread_rwlock_tryrdlock): Likewise.
32087         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32088         (__pthread_rwlock_wrlock): Likewise.
32089         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32090         (__pthread_rwlock_trywrlock): Likewise.
32091         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32092         (__pthread_rwlock_unlock): Likewise.
32093         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32094         (__pthread_key_create): Likewise.
32095         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32096         (__pthread_setspecific): Likewise.
32097         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32098         (__pthread_getspecific): Likewise.
32099         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32100         Likewise.
32101         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32102         (_pthread_cleanup_push_defer): Likewise.
32103         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32104         (_pthread_cleanup_pop_restore): Likewise.
32105         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32106         (pthread_setcancelstate): Likewise.
32107         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32108         <bp-sym.h>.
32109         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32110         (memchr): Do not use BP_SYM in weak_alias.
32111         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32112         (fegetenv): Do not use BP_SYM in versioned symbols.
32113         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32114         (fesetenv): Do not use BP_SYM in versioned symbols.
32115         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32116         (feupdateenv): Do not use BP_SYM in versioned symbols.
32117         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32118         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32119         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32120         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32121         (open64): Do not use BP_SYM in weak_alias.
32122         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32123         (fegetenv): Do not use BP_SYM in versioned symbols.
32124         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32125         (fesetenv): Do not use BP_SYM in versioned symbols.
32126         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32127         (feupdateenv): Do not use BP_SYM in versioned symbols.
32128         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32129         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32130         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32131         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32132         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32133         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32134         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32135         <bp-sym.h>.
32136         (__libc_start_main): Do not use BP_SYM.
32138 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32140         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32141         redundant return line.
32142         (norm): Likewise.
32143         (denorm): Likewise.
32144         (dbl_mp): Likewise.
32145         (sub_magnitudes): Likewise.
32146         (__add): Likewise.
32147         (__sub): Likewise.
32148         (__mul): Likewise.
32149         (__inv): Likewise.
32150         (__dvd): Likewise.
32151         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32152         (norm): Likewise.
32153         (denorm): Likewise.
32154         (dbl_mp): Likewise.
32155         (sub_magnitudes): Likewise.
32156         (__add): Likewise.
32157         (__sub): Likewise.
32158         (__mul): Likewise.
32159         (__inv): Likewise.
32160         (__dvd): Likewise.
32162         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32163         instead of __mul.
32164         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32165         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32166         (cc32): Likewise.
32168         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32169         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32170         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32171         of __mul for squares.
32172         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32173         function
32174         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32175         Likewise.
32176         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32177         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32179 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32181         [BZ #13550]
32182         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32183         code.
32184         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32185         prototype or function definition.  Rename ubp_* variables and
32186         parameters.  Remove argv definitions conditional on
32187         [__BOUNDED_POINTERS__].
32188         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32189         * elf/dl-runtime.c (_dl_fixup): Likewise.
32190         * include/set-hooks.h (RUN_HOOK): Likewise.
32191         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32192         definition.
32193         * string/strcpy.c (strcpy): Do not use __unbounded.
32194         * sysdeps/generic/frame.h (struct layout): Likewise.
32195         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32196         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32197         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32198         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32199         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32200         (__backtrace): Likewise.
32201         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32202         use __ptrvalue.
32203         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32204         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32205         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32206         Likewise.
32207         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32208         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32209         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32210         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32211         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32212         Do not use __unbounded.
32213         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32214         Rename __unboundedrlimits parameter to rlimits in prototype.
32215         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32216         Do not use __unbounded.
32217         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32218         not use __ptrvalue.
32219         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32220         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32221         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32222         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32223         __ptrvalue or __unbounded.
32224         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32225         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32226         use __unbounded.
32227         (__new_msgctl): Do not use __ptrvalue.
32228         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32229         __unbounded.
32230         (__libc_msgrcv): Do not use __ptrvalue.
32231         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32232         startup_info): Do not use __unbounded.
32233         (__libc_start_main): Likewise.  Rename ubp_* variables and
32234         parameters.  Remove argv definitions conditional on
32235         [__BOUNDED_POINTERS__].
32236         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32237         __ptrvalue.
32238         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32239         use __unbounded.
32240         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32241         or __ptrvalue.
32242         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32243         use __unbounded.
32244         (__new_shmctl): Do not use __ptrvalue.
32245         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32246         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32247         Likewise.
32248         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32249         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32250         (__libc_sigaction): Likewise.
32251         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32252         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32253         Likewise.
32254         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32256 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32258         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32260         * string/mempcpy.c: Implement by calling memcpy.
32262 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32264         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32266         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32267         evaluation.
32269         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32270         values in the mantissa.
32272         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32273         minimize writes to Z.
32274         (sub_magnitudes): Simplify code a bit.
32276 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32278         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32279         from the message.  The linker prefixes all warnings with that already.
32281 2013-02-12  Andreas Schwab  <schwab@suse.de>
32283         [BZ #15078]
32284         * posix/regexec.c (extend_buffers): Add parameter min_len.
32285         (check_matching): Pass minimum needed length.
32286         (clean_state_log_if_needed): Likewise.
32287         (get_subexp): Likewise.
32288         * posix/Makefile (tests): Add bug-regex34.
32289         (bug-regex34-ENV): Define.
32290         * posix/bug-regex34.c: New file.
32292         [BZ #11561]
32293         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32294         elements compare against the byte sequence of it, not its name.
32295         * posix/Makefile (tests): Add bug-regex35.
32296         (bug-regex35-ENV): Define.
32297         * posix/bug-regex35.c: New file.
32299 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32301         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32302         comment.
32303         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32304         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32305         (CHECK_EOL): Add undef.
32307 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32309         * bits/stdlib-bsearch.h: New file.
32310         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32311         * stdlib/stdlib.h: Likewise.
32313 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32315         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32316         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32317         declaration.
32318         * manual/search.texi (Array Search Function): Add missing const in
32319         lfind prototype.
32320         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32321         declaration to use rlim_t.
32322         (Basic Scheduling Functions): Remove erroneous const from
32323         sched_getparam prototype.  Remove erroneous * from
32324         sched_get_priority_max and sched_get_priority_min prototypes.
32325         (Resource Usage): Fix summary @comment on vtimes to refer to
32326         sys/vtimes.h rather than vtimes.h.
32327         Add missing *s in vtimes prototype.
32328         (Limits on Resources): Fix ulimit prototype to return long int.
32329         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32330         prototypes to use long int rather than double.
32331         (BSD Random): Fix initstate and setstate to use char *, not void *.
32332         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32333         prototype to make second argument 'struct aiocb64 *const[]'.
32334         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32335         (Status of AIO Operations): Remove erroneous const in aio_return and
32336         aio_return64 prototypes.
32337         (Synchronizing I/O): Fix sync prototype to return void.
32338         * manual/startup.texi (Suboptions): Remove an erroneous const in
32339         getsubopt prototype.
32340         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32341         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32342         use size_t rather than int.
32343         (Scanning All Users): Likewise for getpwent_r.
32344         (Setting Groups): Add missing const to setgroups prototype.
32345         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32346         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32347         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32348         'const void *' rather than 'const char *'.
32349         (Host Address Functions): Likewise for inet_ntop.
32350         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32351         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32352         ssize_t for return value.
32353         (Sending Data): Likewise for send, sendto, sendmsg.
32354         (Socket Option Functions): Add a missing const in setsockopt prototype.
32355         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32356         use wchar_t for the argument.
32357         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32358         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32359         take no arguments.
32360         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32361         double/float/long double for second argument.
32362         Fix return types of significand, significandf, significandl.
32363         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32364         argument in fchmod prototype.
32365         (File Owner): Use uid_t and gid_t in fchown prototype.
32366         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32367         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32368         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32369         use 'const struct dirent **' as argument types to CMP function pointer
32370         argument.
32371         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32372         (File Times): Fix summary magic @comment for struct utimbuf and utime
32373         to refer to utime.h, not time.h.
32374         * manual/string.texi (Argz Functions): Add missing const in
32375         argz_extract and argz_next prototypes.
32376         (Finding Tokens in a String): Likewise for basename.
32377         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32378         (Copying and Concatenation): Fix typo in wmemmove prototype.
32379         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32380         (Signal Stack): Remove erroneous const in sigstack prototype.
32381         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32382         prototype.
32383         (Simple Calendar Time): Likewise for stime.
32384         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32385         prototype.
32386         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32387         say sys/sysctl.h instead.
32388         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32389         and vsyslog prototypes.
32391 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32393         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32394         Remove.
32396 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32398         * misc/sys/mman.h: Fix typo in mremap comment.
32400 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32402         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32403         the '\0' terminator.
32405 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32407         [BZ #13550]
32408         * debug/segfault.c: Don't include <bp-checks.h>.
32409         * sysdeps/generic/bp-checks.h: Remove file.
32410         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32411         (__GETDENTS): Don't use CHECK_N.
32412         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32413         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32414         (__getgroups): Don't use CHECK_N.
32415         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32416         (setgroups): Don't use CHECK_N.
32417         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32418         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32419         (__libc_msgrcv): Don't use CHECK_N.
32420         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32421         (__libc_msgsnd): Don't use CHECK_N.
32422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32423         <bp-checks.h>.
32424         (__libc_pread): Don't use CHECK_N.
32425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32426         include <bp-checks.h>.
32427         (__libc_pread64): Don't use CHECK_N.
32428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32429         include <bp-checks.h>.
32430         (__libc_pwrite): Don't use CHECK_N.
32431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32432         include <bp-checks.h>.
32433         (__libc_pwrite64): Don't use CHECK_N.
32434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32435         <bp-checks.h>.
32436         (__libc_pread): Don't use CHECK_N.
32437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32438         include <bp-checks.h>.
32439         (__libc_pread64): Don't use CHECK_N.
32440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32441         include <bp-checks.h>.
32442         (__libc_pwrite): Don't use CHECK_N.
32443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32444         include <bp-checks.h>.
32445         (__libc_pwrite64): Don't use CHECK_N.
32446         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32447         (do_pread): Don't use CHECK_N.
32448         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32449         (do_pread64): Don't use CHECK_N.
32450         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32451         (do_pwrite): Don't use CHECK_N.
32452         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32453         (do_pwrite64): Don't use CHECK_N.
32454         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32455         (__libc_readv): Don't use CHECK_N.
32456         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32457         (semop): Don't use CHECK_N.
32458         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32459         <bp-checks.h>.
32460         (semtimedop): Don't use CHECK_N.
32461         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32462         (__libc_pread): Don't use CHECK_N.
32463         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32464         <bp-checks.h>.
32465         (__libc_pread64): Don't use CHECK_N.
32466         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32467         <bp-checks.h>.
32468         (__libc_pwrite): Don't use CHECK_N.
32469         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32470         <bp-checks.h>.
32471         (__libc_pwrite64): Don't use CHECK_N.
32472         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32473         <bp-checks.h>.
32474         (__libc_msgrcv): Don't use CHECK_N.
32475         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32476         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
32477         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32478         (__libc_writev): Don't use CHECK_N.
32480 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32482         * string/strcpy.c: Removed unused variable.
32484         * Makeconfig (+sysdep-includes): Define with := rather than =.
32485         Use an existing include/ subdir of each sysdeps dir before it.
32487 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32489         * nscd/connection.c (register_traced_file): Comment function.
32490         [HAVE_INOTIFY] (union __inev): Define.
32491         [HAVE_INOTIFY] (inotify_check_files): New function.
32492         [HAVE_INOTIFY] (clear_db_cache): Likewise.
32493         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32494         clear_db_cache.
32495         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32497 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32499         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32500         loaded if not already and that a failure is permanent.
32502 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
32504         [BZ #15006]
32505         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32506         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32508 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32510         [BZ #13550]
32511         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32512         (CHECK_1_NULL_OK): Likewise.
32513         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32514         (__fxstat): Do not use CHECK_1.
32515         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32516         <bp-checks.h>.
32517         (___fxstat64): Do not use CHECK_1.
32518         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32519         <bp-checks.h>.
32520         (__fxstatat): Do not use CHECK_1.
32521         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32522         <bp-checks.h>.
32523         (__fxstatat64): Do not use CHECK_1.
32524         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32525         <bp-checks.h>.
32526         (__fxstat): Do not use CHECK_1.
32527         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32528         <bp-checks.h>.
32529         (__fxstatat): Do not use CHECK_1.
32530         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32531         <bp-checks.h>.
32532         (__getresgid): Do not use CHECK_1.
32533         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32534         <bp-checks.h>.
32535         (__getresuid): Do not use CHECK_1.
32536         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32537         <bp-checks.h>.
32538         (__lxstat): Do not use CHECK_1.
32539         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32540         <bp-checks.h>.
32541         (__old_msgctl): Do not use CHECK_1.
32542         (__new_msgctl): Likewise.
32543         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32544         <bp-checks.h>.
32545         (__new_setrlimit): Do not use CHECK_1.
32546         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32547         <bp-checks.h>.
32548         (__old_shmctl): Do not use CHECK_1.
32549         (__new_shmctl): Likewise.
32550         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32551         <bp-checks.h>.
32552         (__xstat): Do not use CHECK_1.
32553         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32554         (__lxstat): Do not use CHECK_1.
32555         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32556         <bp-checks.h>.
32557         (___lxstat64): Do not use CHECK_1.
32558         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32559         (__old_msgctl): Do not use CHECK_1.
32560         (__new_msgctl): Likewise.
32561         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32562         <bp-checks.h>.
32563         (__gettimeofday): Do not use CHECK_1.
32564         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32565         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32566         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32567         <bp-checks.h>.
32568         (__gettimeofday): Do not use CHECK_1.
32569         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32570         (__old_shmctl): Do not use CHECK_1_NULL_OK.
32571         (__new_shmctl): Do not use CHECK_1.
32572         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32573         <bp-checks.h>.
32574         (do_sigtimedwait): Do not use CHECK_1.
32575         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32576         <bp-checks.h>.
32577         (do_sigwaitinfo): Do not use CHECK_1.
32578         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32579         <bp-checks.h>.
32580         (msgctl): Do not use CHECK_1.
32581         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32582         <bp-checks.h>.
32583         (shmctl): Do not use CHECK_1.
32584         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32585         (ustat): Do not use CHECK_1.
32586         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32587         <bp-checks.h>.
32588         (__fxstat): Do not use CHECK_1.
32589         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32590         <bp-checks.h>.
32591         (__fxstatat): Do not use CHECK_1.
32592         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32593         <bp-checks.h>.
32594         (__lxstat): Do not use CHECK_1.
32595         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32596         <bp-checks.h>.
32597         (__xstat): Do not use CHECK_1.
32598         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32599         (__xstat): Do not use CHECK_1.
32600         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32601         (___xstat64): Do not use CHECK_1.
32603         [BZ #13550]
32604         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32605         definitions.
32606         (CHECK_BOUNDS_HIGH): Likewise.
32607         * string/strcpy.c: Do not include <bp-checks.h>.
32608         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32610 2013-02-07  Roland McGrath  <roland@hack.frob.com>
32612         * nscd/nscd-client.h (__nscd_drop_map_ref):
32613         Add __attribute__ ((unused)).
32614         * nis/nss-nisplus.h (niserr2nss): Likewise.
32616         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32617         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32619         * csu/libc-tls.c (init_static_tls, init_slotinfo):
32620         Remove inline keyword.
32621         * include/rounding-mode.h (round_away): Likewise.
32622         * libio/wfileops.c (adjust_wide_data): Likewise.
32623         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32624         (__m128i_strloadu_tolower): Likewise.
32625         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32626         (__m128i_strloadu_tolower): Likewise.
32627         * time/mktime.c (ydhms_diff): Likewise.
32628         * locale/elem-hash.h (elem_hash): Likewise.
32629         * locale/setlocale.c (setdata): Likewise.
32630         * posix/regex_internal.h (re_string_char_size_at): Likewise.
32631         (re_string_wchar_at): Likewise.
32632         (bitset_not, bitset_merge, bitset_mask): Likewise.
32633         [!(__GNUC__ > 3)] (inline): Remove macro.
32634         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32635         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32636         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32637         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32638         * string/memcmp.c (memcmp_bytes): Likewise.
32639         * locale/programs/locarchive.c (compute_hashval): Likewise.
32640         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32641         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32642         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32643         * nss/getent.c (print_rpc, print_protocols): Likewise.
32644         (print_passwd, print_group, print_aliases): Likewise.
32645         * nis/nss-nisplus.h (niserr2nss): Likewise.
32646         * nscd/connections.c (restart_p): Likewise.
32647         Change return type to bool.
32649 2013-02-05  Roland McGrath  <roland@hack.frob.com>
32651         * Makeconfig (all-Depend-files): Add existing
32652         $(sorted-subdirs:=/Depend) files.
32653         (all-subdirs): Remove nss.
32654         * sysdeps/unix/inet/Subdirs: Add it here instead.
32655         * hesiod/Depend: New file.
32657         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32658         instead of calling alloca.
32660         * io/lseek.c (__lseek): Rename to __libc_lseek.
32661         Define __lseek as an alias.
32663         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32665 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
32667         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32668         else clause and remove check for non-standard endianness.
32670 2013-02-04  David S. Miller  <davem@davemloft.net>
32672         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32674 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
32676         [BZ #13550]
32677         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32678         (__ubp_memchr): Remove prototype.
32679         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32680         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32681         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32682         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32683         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32684         Remove alias.
32685         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32686         (__ubp_memchr): Likewise.
32687         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32688         (__ubp_memchr): Likewise.
32689         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32690         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32691         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32692         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32693         CHECK_STRING.
32694         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32695         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32696         (__getcwd): Do not use CHECK_STRING.
32697         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32698         <bp-checks.h>.
32699         (__real_chown): Do not use CHECK_STRING.
32700         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32701         <bp-checks.h>.
32702         (fchownat): Do not use CHECK_STRING.
32703         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32704         CHECK_STRING.
32705         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32706         <bp-checks.h>.
32707         (__lchown): Do not use CHECK_STRING.
32708         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32709         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32710         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32711         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32713         include <bp-checks.h>.
32714         (truncate64): Do not use CHECK_STRING.
32715         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32716         <bp-checks.h>.
32717         (__real_chown): Do not use CHECK_STRING.
32718         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32719         <bp-checks.h>.
32720         (__lchown): Do not use CHECK_STRING.
32721         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32722         <bp-checks.h>.
32723         (__chown): Do not use CHECK_STRING.
32724         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32725         <bp-checks.h>.
32726         (truncate64): Do not use CHECK_STRING.
32727         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32728         Likewise.
32729         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32730         (__xmknod): Do not use CHECK_STRING.
32731         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32732         <bp-checks.h>.
32733         (__xmknodat): Do not use CHECK_STRING.
32734         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32735         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32737 2013-02-04  Andreas Schwab  <schwab@suse.de>
32739         [BZ #14142]
32740         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32741         * include/netdb.h: Likewise for h_errno.
32742         * elf/tst-stackguard1.c: Include <tls.h>.
32744 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
32746         * elf/link.h (struct link_map): Extend the l_addr comment.
32747         * include/link.h (struct link_map): Likewise.
32749 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
32751         [BZ #13550]
32752         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32753         (BOUNDED_1): Remove macro.
32754         * debug/backtrace.c: Don't include <bp-checks.h>.
32755         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32756         (__backtrace): Likewise.
32757         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32758         <bp-checks.h>.
32759         (__backtrace): Don't use BOUNDED_1.
32760         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32761         <bp-checks.h>.
32762         (__backtrace): Don't use BOUNDED_1.
32763         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32764         (__backtrace): Don't use BOUNDED_1.
32765         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32766         (shmat): Don't use BOUNDED_N.
32768 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
32770         [BZ #13550]
32771         * sysdeps/generic/bp-start.h: Remove file.
32772         * csu/libc-start.c: Don't include <bp-start.h>.
32773         (LIBC_START_MAIN): Set up __environ directly instead of using
32774         INIT_ARGV_and_ENVIRON.
32775         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32776         <bp-start.h>.
32778         [BZ #13550]
32779         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32780         definitions.
32781         (CHECK_FCNTL): Likewise.
32782         (CHECK_N_PAGES): Likewise.
32784         [BZ #13550]
32785         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32786         definitions.
32787         (CHECK_SIGSET_NULL_OK): Likewise.
32788         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32789         <bp-checks.h>.
32790         (sigpending): Don't use CHECK_SIGSET.
32791         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32792         <bp-checks.h>.
32793         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32794         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32795         <bp-checks.h>.
32796         (do_sigsuspend): Don't use CHECK_SIGSET.
32797         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32798         use CHECK_SIGSET.
32799         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32800         (do_sigwait): Don't use CHECK_SIGSET.
32801         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32802         use CHECK_SIGSET.
32803         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32804         include <bp-checks.h>.
32805         (sigpending): Don't use CHECK_SIGSET.
32806         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32807         include <bp-checks.h>.
32808         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32809         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32810         <bp-checks.h>.
32811         (sigpending): Don't use CHECK_SIGSET.
32812         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32813         <bp-checks.h>.
32814         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32816         [BZ #13550]
32817         * sysdeps/generic/bp-semctl.h: Remove file.
32818         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32819         <bp-checks.h> and <bp-semctl.h>.
32820         (__old_semctl): Don't use CHECK_SEMCTL.
32821         (__new_semctl): Likewise.
32822         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32823         and <bp-semctl.h>.
32824         (__old_semctl): Don't use CHECK_SEMCTL.
32825         (__new_semctl): Likewise.
32826         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32827         <bp-checks.h> and <bp-semctl.h>.
32828         (__old_semctl): Don't use CHECK_SEMCTL.
32829         (__new_semctl): Likewise.
32830         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32831         <bp-checks.h> and <bp-semctl.h>.
32832         (semctl): Don't use CHECK_SEMCTL.
32834         [BZ #13550]
32835         * Makerules (elide-bp-thunks): Remove variable.
32836         (elide-routines.oS): Don't use $(elide-bp-thunks).
32837         (elide-routines.os): Likewise.
32838         (elide-routines.o): Likewise.
32839         (elide-routines.op): Likewise.
32840         (elide-routines.og): Likewise.
32841         (objects): Don't use $(bp-thunks).
32842         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32843         include.
32844         (common-generated): Do not add s-proto-bp.d.
32845         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32846         (int): Likewise.
32847         (typ): Likewise.
32848         Do not generate makefile rules for bounded-pointer thunks.
32849         * sysdeps/generic/bp-thunks.h: Remove file.
32850         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32851         * sysdeps/unix/s-proto-bp.S: Likewise.
32853         [BZ #15062]
32854         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32855         parts of result separately when argument is not close to line from
32856         -i to i and one part of argument is small.
32857         * math/k_casinhf.c (__kernel_casinhf): Likewise.
32858         * math/k_casinhl.c (__kernel_casinhl): Likewise.
32859         * math/libm-test.inc (cacos_test): Add more tests.
32860         (casin_test): Likewise.
32861         (casinh_test): Likewise.
32862         * sysdeps/i386/fpu/libm-test-ulps: Update.
32863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32865 2013-01-31  David S. Miller  <davem@davemloft.net>
32867         * po/de.po: Update from translation team.
32869 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
32871         * time/tzfile.c: Include stdint.h for SIZE_MAX.
32873 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
32875         * configure.in (_AC_PROG_CC_C89): New definition.
32876         * configure: Regenerate.
32878         * configure.in (AC_PROG_CPP): New definition.
32879         * configure: Regenerate.
32881 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32883         * debug/tst-backtrace.h: New file.
32884         * debug/tst-backtrace2.c: Include tst-backtrace.h.
32885         (ret): Remove variable.
32886         (x): Likewise.
32887         (FAIL): Remove macro.
32888         (NO_INLINE): Likewise.
32889         (fn1): Use match function instead of strstr.
32890         * debug/tst-backtrace3.c: Include tst-backtrace.h.
32891         (ret): Remove variable.
32892         (x): Likewise.
32893         (FAIL): Remove macro.
32894         (NO_INLINE): Likewise.
32895         (fn): Use match function instead of strstr.
32896         * debug/tst-backtrace4.c: Include tst-backtrace.h.
32897         (ret): Remove variable.
32898         (x): Likewise.
32899         (FAIL): Remove macro.
32900         (NO_INLINE): Likewise.
32901         (handle_signal): Use match function instead of strstr.
32902         * debug/tst-backtrace5.c: Include tst-backtrace.h.
32903         (ret): Remove variable.
32904         (x): Likewise.
32905         (FAIL): Remove macro.
32906         (NO_INLINE): Likewise.
32907         (handle_signal): Use match function instead of strstr.
32909 2013-01-23  Roland McGrath  <roland@hack.frob.com>
32911         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32913 2013-01-23  David S. Miller  <davem@davemloft.net>
32915         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32916         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32917         argument of CAS if possible.
32918         * sysdeps/sparc/sparc64/bits/atomic.h
32919         (__arch_compare_and_exchange_val_32_acq): Likewise.
32920         (__arch_compare_and_exchange_val_64_acq): Likewise.
32922 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
32924         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32925         * sysdeps/posix/ulimit.c: ... this.
32926         Include <limits.h>.
32927         * sysdeps/unix/bsd/ulimit.c: Remove file.
32929 2013-01-23  Adam Conrad  <adconrad@0c3.net>
32931         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32932         (LDFLAGS-tst-array5): Likewise.
32934 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
32936         [BZ #15036]
32937         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32938         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32939         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32940         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32942 2013-01-21  David S. Miller  <davem@davemloft.net>
32944         * sysdeps/sparc/backtrace.c: New file.
32945         * sysdeps/sparc/sparc32/backtrace.h: New file.
32946         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32947         * sysdeps/sparc/sparc64/backtrace.h: New file.
32948         * sysdeps/sparc/sparc64/backtrace.c: Delete.
32949         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32950         -funwind-tables.
32952 2013-01-21  Andreas Schwab  <schwab@suse.de>
32954         [BZ #15020]
32955         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
32956         closed its stdout.
32958 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
32960         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
32961         "mpa2.h".
32962         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
32964 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
32965             Mark Mitchell  <mark@codesourcery.com>
32966             Tom de Vries  <tom@codesourcery.com>
32967             Paul Pluzhnikov  <ppluzhnikov@google.com>
32969         * debug/tst-backtrace2.c: New file.
32970         * debug/tst-backtrace3.c: Likewise.
32971         * debug/tst-backtrace4.c: Likewise.
32972         * debug/tst-backtrace5.c: Likewise.
32973         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
32974         (CFLAGS-tst-backtrace3.c): Likewise.
32975         (CFLAGS-tst-backtrace4.c): Likewise.
32976         (CFLAGS-tst-backtrace5.c): Likewise.
32977         (LDFLAGS-tst-backtrace2): Likewise.
32978         (LDFLAGS-tst-backtrace3): Likewise.
32979         (LDFLAGS-tst-backtrace4): Likewise.
32980         (LDFLAGS-tst-backtrace5): Likewise.
32981         (tests): Add new tests tst-backtrace2, tst-backtrace3,
32982         tst-backtrace4 and tst-backtrace5.
32984 2013-01-18  Anton Blanchard  <anton@samba.org>
32985             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
32987         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
32988         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
32989         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
32990         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
32991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
32992         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
32993         "+r" and remove output regs list as redundant.  Add explicit inline
32994         asm to specify register of return val to work around compiler codegen
32995         bug.  Remove (int) cast on return value.  Add return type parameter to
32996         use in macro so that this macro does not truncate return value for
32997         64-bit values.
32998         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
32999         pass to INTERNAL_VSYSCALL_NCS.
33000         (INLINE_VSYSCALL): Add 'long int' as return type to
33001         INTERNAL_VSYSCALL_NCS macro invocation.
33002         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33003         INTERNAL_VSYSCALL_NCS macro invocation.
33004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33006 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33008         [BZ #14496]
33009         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33010         Fix application of SIMD FP exception mask.
33012         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33013         mp_no from a power of two.
33014         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33015         __mpexp_twomm1.  Use __pow_mp.
33017         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33018         multiplication.
33020 2013-01-17  David S. Miller  <davem@davemloft.net>
33022         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33024 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33026         [BZ #15023]
33027         * include/complex.h: Condition contents on [!_COMPLEX_H].
33028         (__kernel_casinhf): New prototype.
33029         (__kernel_casinh): Likewise.
33030         (__kernel_casinhl): Likewise.
33031         * math/Makefile (libm_calls): Add k_casinh.
33032         * math/k_casinh.c: New file.
33033         * math/k_casinhf.c: Likewise.
33034         * math/k_casinhl.c: Likewise.
33035         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33036         finite nonzero arguments.
33037         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33038         finite nonzero arguments.
33039         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33040         finite nonzero arguments.
33041         * math/s_casinh.c: Do not include <float.h>.
33042         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33043         * math/s_casinhf.c: Do not include <float.h>.
33044         (__casinhf): Move code for finite nonzero arguments to
33045         k_casinhf.c.
33046         * math/s_casinhl.c: Do not include <float.h>.
33047         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33048         redefine.
33049         (__casinhl): Move code for finite nonzero arguments to
33050         k_casinhl.c.
33051         * math/libm-test.inc (cacos_test): Add more tests.
33052         * sysdeps/i386/fpu/libm-test-ulps: Update.
33053         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33055 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33057         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33058         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33059         [!HAVE_MREMAP]: Remove [defined linux] case.
33060         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33062 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33064         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33066 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33068         * elf/elf.h (R_386_SIZE32): New relocation.
33069         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33070         R_386_SIZE32.
33071         (elf_machine_rela): Likewise.
33072         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33073         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33075 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33077         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33078         (FP_FAST_FMA): Do not define.
33079         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33080         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33081         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33082         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33083         !_SOFT_FLOAT]: Likewise.
33084         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33085         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33086         value.
33087         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33088         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33089         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33090         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33091         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33092         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33093         file.
33095 2013-01-16  Andreas Schwab  <schwab@suse.de>
33097         [BZ #14327]
33098         * include/stdlib.h (__mktemp): Add declaration.
33099         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33100         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33102 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33104         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33105         definitions.
33106         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33107         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33108         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33109         definitions here.
33110         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33111         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33112         definitions.
33113         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33114         and ONE.
33115         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33116         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33117         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33118         definitions.
33119         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33120         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33121         definitions.
33122         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33124         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33126 2013-01-15  David S. Miller  <davem@davemloft.net>
33128         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33129         trunc{,f} to libm-sysdep_routes.
33130         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33132         file.
33133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33135         file.
33136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33137         file.
33138         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33139         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33140         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33141         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33142         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33143         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33144         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33145         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33148         nearbyint{,f} to libm-sysdep_routes.
33149         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33150         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33151         New file.
33152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33153         file.
33154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33155         New file.
33156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33157         file.
33158         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33159         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33160         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33161         file.
33162         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33163         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33164         file.
33165         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33166         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33167         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33169         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33170         libc_feholdexcept and libc_fesetenv.
33172 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33174         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33176 2013-01-14  David S. Miller  <davem@davemloft.net>
33178         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33179         (SPARC_ASM_VIS2_IFUNC): Likewise.
33180         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33182         use of 'siam' instruction.
33183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33184         Likewise.
33185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33186         Likewise.
33187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33188         Likewise.
33189         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33190         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33191         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33192         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33194         file.
33195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33196         file.
33197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33198         file.
33199         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33200         file.
33201         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33202         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33203         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33204         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33206         new VIS2 routines.
33207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33208         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33210         Likewise.
33211         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33212         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33213         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33214         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33216         routines to libm-sysdep_routines.
33217         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33220         fdim/fdimf to libm-sysdep_routines.
33221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33222         file.
33223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33225         file.
33226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33227         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33228         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33229         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33230         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33231         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33232         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33234 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33236         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33237         to optimize copies.
33239         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33241         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33243         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33244         local variable MPTWO.
33245         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33246         Likewise.
33248 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33250         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33251         GLOB_NOESCAPE.
33253 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33255         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33257 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33259         * manual/pattern.texi (glob_t): Document gl_flags.
33260         (glob64_t): Likewise.
33262 2013-01-11  David S. Miller  <davem@davemloft.net>
33264         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33265         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33266         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33267         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33268         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33269         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33270         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33271         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33272         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33273         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33274         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33275         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33276         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33278         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33279         sparc V9 rather than using V8 code.
33280         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33281         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33283         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33284         Move to...
33285         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33286         Here.
33288 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33290         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33291         not in the main loop.
33292         * configure: Regenerated.
33294 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33296         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33297         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33298         to just #else.
33299         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33300         [!__GLIBC_HAVE_LONG_LONG] case.
33301         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33302         condition to just #else.
33303         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33304         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33305         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33306         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33307         unconditional.
33308         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33309         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33310         #elif condition to just #else.
33311         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33312         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33313         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33314         #elif condition to just #else.
33316 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33318         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33319         (EF_MIPS_ARCH_64): Fix value.
33320         (EF_MIPS_ARCH_32R2): New.
33321         (EF_MIPS_ARCH_64R2): New.
33323 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33325         * Makeconfig (+link-pie-before-libc): New.
33326         (+link-pie-after-libc): Likewise.
33327         (+link-pie-tests): Likewise.
33328         (+link-pie): Rewritten.
33329         (link-before-libc): Remove $(config-LDFLAGS).
33330         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33331         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33332         (config-LDFLAGS): Renamed to ...
33333         (rtld-LDFLAGS): This.
33334         (rtld-tests-LDFLAGS): New macro.
33335         (link-libc-rpath-link): Likewise.
33336         (link-libc-tests-rpath-link): Likewise.
33337         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33338         (link-libc): Prepand $(link-libc-rpath-link).
33339         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33340         (test-program-prefix): New macro.
33341         (test-via-rtld-prefix): Likewise.
33342         (test-program-cmd): Likewise.
33343         (host-test-program-cmd): Likewise.
33344         * Makefile ($(common-objpfx)testrun.sh): Replace
33345         $(run-program-prefix) with $(test-program-prefix).
33346         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33347         $(rtld-LDFLAGS).
33348         ($(common-objpfx)shlib.lds): Likewise.
33349         (build-module-helper): Likewise.
33350         ($(common-objpfx)format.lds): Likewise.
33351         * Rules (binaries-pie-tests): New.
33352         (binaries-pie-notests): Likewise.
33353         (binaries-pie): Rewritten.
33354         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33355         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33356         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33357         (make-test-out): Replace $(host-built-program-cmd) with
33358         $(host-test-program-cmd).
33359         * config.make.in (build-hardcoded-path-in-tests): New variable.
33360         * configure.in (--enable-hardcoded-path-in-tests): New configure
33361         option.
33362         (hardcoded_path_in_tests): New AC_SUBST.
33363         * configure: Regenerated.
33364         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33365         $(built-program-cmd) with $(test-program-cmd).
33366         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33367         (test_program_cmd): This.
33368         * elf/Makefile ($(objpfx)order.out): Run test with
33369         $(test-program-prefix).
33370         ($(objpfx)order2.out): Likewise.
33371         ($(objpfx)tst-initorder.out): Likewise.
33372         ($(objpfx)tst-initorder2.out): Likewise.
33373         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33374         $(test-program-cmd).
33375         ($(objpfx)tst-array1-static.out): Likewise.
33376         ($(objpfx)tst-array2.out): Likewise.
33377         ($(objpfx)tst-array3.out): Likewise.
33378         ($(objpfx)tst-array4.out): Likewise.
33379         ($(objpfx)tst-array5.out): Likewise.
33380         ($(objpfx)tst-array5-static.out): Likewise.
33381         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33382         $(test-program-cmd).
33383         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33384         $(run-program-prefix) with $(test-program-prefix).
33385         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33386         (test_program_prefix): This.
33387         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33388         $(run-program-prefix) with $(test-program-prefix).
33389         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33390         (test_program_prefix): This.
33391         * iconvdata/tst-tables.sh: Likewise.
33392         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33393         $(run-program-prefix) with $(test-program-prefix).
33394         ($(objpfx)tst-translit.out): Likewise.
33395         ($(objpfx)tst-gettext2.out): Likewise.
33396         ($(objpfx)tst-gettext4.out): Likewise.
33397         ($(objpfx)tst-gettext6.out): Likewise.
33398         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33399         (test_program_prefix): This.
33400         * intl/tst-gettext2.sh: Likewise.
33401         * intl/tst-gettext4.sh  Likewise.
33402         * intl/tst-gettext6.sh: Likewise.
33403         * intl/tst-translit.sh: Likewise.
33404         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33405         with $(test-program-cmd).
33406         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33407         $(run-program-prefix) with $(test-program-prefix).
33408         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33409         (test_program_prefix): This.
33410         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33411         $(run-program-prefix) with $(test-program-prefix).
33412         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33413         (test_program_prefix): This.
33414         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33415         * posix/Makefile ($(objpfx)globtest.out): Replace
33416         $(run-via-rtld-prefix) and $(test-wrapper) with
33417         $(test-program-prefix) and $(test-via-rtld-prefix).
33418         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33419         $(test-program-prefix).
33420         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33421         $(host-test-program-cmd).
33422         (tst-spawn-ARGS): Likewise.
33423         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33424         $(test-program-prefix).
33425         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33426         (test_via_rtld_prefix): This.
33427         (test_wrapper): Renamed to ...
33428         (test_program_prefix): This.
33429         (run_program_prefix): Replaced by test_program_prefix.
33430         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33431         (test_program_prefix): This.
33432         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33433         with $(host-test-program-cmd).
33434         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33435         $(run-program-prefix) with $(test-program-prefix).
33436         ($(objpfx)tst-printf.out): Likewise.
33437         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33438         $(test-program-cmd).
33439         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33440         (test_program_prefix): This.
33441         * stdio-common/tst-unbputc.sh: Likewise.
33442         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33443         $(run-program-prefix) with $(test-program-prefix).
33444         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33445         (test_program_prefix): This.
33446         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33447         $(built-program-cmd) with $(test-program-cmd).
33449 2013-01-11  Andreas Jaeger  <aj@suse.de>
33451         [BZ #15003]
33452         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33453         value. Sync with Linux 3.7.
33455 2013-01-10  David S. Miller  <davem@davemloft.net>
33457         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33458         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33459         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33461 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33463         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33464         never set.
33465         * configure: Regenerated.
33467 2013-01-10  David S. Miller  <davem@davemloft.net>
33469         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33470         sparc V9 rather than using V8 code.
33471         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33472         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33474 2013-01-10  Roland McGrath  <roland@hack.frob.com>
33476         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33477         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33478         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33479         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33480         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33481         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33482         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33483         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33484         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33485         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33486         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33487         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33488         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33489         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33490         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33491         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33492         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33493         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33494         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33495         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33496         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33497         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33498         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33499         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33500         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33501         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33502         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33504 2013-01-10  David S. Miller  <davem@davemloft.net>
33506         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33508 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33510         * posix/Makefile (tests-static): New variable.
33511         (tests): Add $(tests-static).
33512         (tst-exec-static-ARGS): New variable.
33513         (tst-spawn-static-ARGS): Likewise.
33514         * posix/tst-exec-static.c: New file.
33515         * posix/tst-spawn-static.c: Likewise.
33516         * posix/tst-exec.c: Support run directly.
33517         * posix/tst-spawn.c: Likewise.
33519 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
33521         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33522         long.
33523         * math/bits/mathcalls.h (llrint): Likewise.
33524         (llround): Likewise.
33525         * stdlib/stdlib.h (struct drand48_data): Likewise.
33526         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33527         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33528         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33529         Likewise.
33530         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33531         Likewise.
33532         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33533         (elf_greg_t): Likewise.
33534         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33535         (__jmp_buf): Likewise.
33536         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33537         definitions.
33538         (llrint): Likewise, for all definitions.
33539         (llrintl): Likewise.
33541         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33542         Remove [__GNUC__] condition.
33543         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33544         condition to just [__USE_ISOC99].
33545         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33547 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
33549         [BZ #14200]
33550         * sysdeps/unix/sysv/linux/x86/bits/environments.h
33551         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33552         defined.
33553         (_POSIX_V6_ILP32_OFF32): Likewise.
33554         (_XBS5_ILP32_OFF32): Likewise.
33555         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33556         (__ILP32_OFFBIG_LDFLAGS): Likewise.
33558 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
33560         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33562         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33563         doubles __mpexp_twomm1.  Adjust usage.
33564         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33565         Remove.
33567 2013-01-10  Andreas Schwab  <schwab@suse.de>
33569         [BZ #14964]
33570         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33571         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33573 2013-01-09  David S. Miller  <davem@davemloft.net>
33575         [BZ #15003]
33576         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33577         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33578         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33579         (TCP_FASTOPEN): Define.
33580         (tcp_repair_opt): New structure.
33581         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33582         enum values.
33583         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33584         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33585         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33586         (tcp_cookie_transactions): New structure.
33588 2013-01-09  Anton Blanchard  <anton@samba.org>
33590         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33591         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33592         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33593         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33595 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
33597         * include/features.h (__USE_ANSI): Remove.
33599 2013-01-09  Roland McGrath  <roland@hack.frob.com>
33601         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33603         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33605 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
33607         * sysdeps/s390/fpu/libm-test-ulps: Update.
33609         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33611         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33612         (__acr): Likewise.
33613         (__cpy): Likewise.
33614         (norm): Likewise.
33615         (denorm): Likewise.
33616         (__mp_dbl): Likewise.
33617         (__dbl_mp): Likewise.
33618         (add_magnitudes): Likewise.
33619         (sub_magnitudes): Likewise.
33620         (__add): Likewise.
33621         (__sub): Likewise.
33622         (__mul): Likewise.
33623         (__inv): Likewise.
33624         (__dvd): Likewise.
33625         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33626         (__acr): Likewise.
33627         (__cpy): Likewise.
33628         (norm): Likewise.
33629         (denorm): Likewise.
33630         (__mp_dbl): Likewise.
33631         (__dbl_mp): Likewise.
33632         (add_magnitudes): Likewise.
33633         (sub_magnitudes): Likewise.
33634         (__add): Likewise.
33635         (__sub): Likewise.
33636         (__mul): Likewise.
33637         (__inv): Likewise.
33638         (__dvd): Likewise.
33639         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33640         (__acr): Likewise.
33641         (__cpy): Likewise.
33642         (norm): Likewise.
33643         (denorm): Likewise.
33644         (__mp_dbl): Likewise.
33645         (__dbl_mp): Likewise.
33646         (add_magnitudes): Likewise.
33647         (sub_magnitudes): Likewise.
33648         (__add): Likewise.
33649         (__sub): Likewise.
33650         (__mul): Likewise.
33651         (__inv): Likewise.
33652         (__dvd): Likewise.
33654 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
33656         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33657         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33658         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33659         2 && __USE_EXTERN_INLINES]: Likewise.
33661 2013-01-08  Andreas Jaeger  <aj@suse.de>
33663         [BZ# 14985]
33664         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33665         Remove.
33666         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33667         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33669 2013-01-07  Anton Blanchard  <anton@samba.org>
33671         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33672         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33673         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33674         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33675         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33676         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33677         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33678         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33679         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33680         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33681         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33682         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33683         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33684         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33685         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33686         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33687         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33688         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33689         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33690         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33691         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33692         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33693         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33694         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33695         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33696         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33697         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33698         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33699         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33700         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33701         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33702         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33703         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33704         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33705         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33706         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33707         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33708         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33709         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33710         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33711         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33712         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33713         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33715 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
33717         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33718         (__MALLOC_PMT): Likewise.
33719         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33720         [__GNUC__], only on [_LIBC].
33721         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33722         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33723         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33724         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33725         forward declaration.
33726         (realloc_hook_ini): Likewise.
33727         (memalign_hook_ini): Likewise.
33728         (__libc_memalign): Do not use __MALLOC_PMT in variable
33729         declaration.
33730         (__libc_valloc): Likewise.
33731         (__libc_pvalloc): Likewise.
33732         (__libc_calloc): Likewise.
33733         (__posix_memalign): Likewise.
33735         [BZ #14996]
33736         * math/s_casinh.c: Include <float.h>.
33737         (__casinh): Do not do computation with squaring and square root
33738         for large arguments.
33739         * math/s_casinhf.c: Include <float.h>.
33740         (__casinhf): Do not do computation with squaring and square root
33741         for large arguments.
33742         * math/s_casinhl.c: Include <float.h>.
33743         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33744         (__casinhl): Do not do computation with squaring and square root
33745         for large arguments.
33746         * math/libm-test.inc (casin_test): Add more tests.
33747         (casinh_test): Likewise.
33748         * sysdeps/i386/fpu/libm-test-ulps: Update.
33749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33751 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
33753         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33754         (__x86_64_raw_data_cache_size): Likewise.
33755         (__x86_64_data_cache_size_half): Likewise.
33756         (__x86_64_raw_data_cache_size_half): Likewise.
33757         (__x86_64_shared_cache_size): Likewise.
33758         (__x86_64_raw_shared_cache_size): Likewise.
33759         (__x86_64_shared_cache_size_half): Likewise.
33760         (__x86_64_raw_shared_cache_size_half): Likewise.
33761         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33762         to ...
33763         (__x86_data_cache_size): This.
33764         (__x86_64_raw_data_cache_size): Renamed to ...
33765         (__x86_raw_data_cache_size): This.
33766         (__x86_64_data_cache_size_half): Renamed to ...
33767         (__x86_data_cache_size_half): This.
33768         (__x86_64_raw_data_cache_size_half): Renamed to ...
33769         (__x86_raw_data_cache_size_half): This.
33770         (__x86_64_shared_cache_size): Renamed to ...
33771         (__x86_shared_cache_size): This.
33772         (__x86_64_raw_shared_cache_size): Renamed to ...
33773         (__x86_raw_shared_cache_size): This.
33774         (__x86_64_shared_cache_size_half): Renamed to ...
33775         (__x86_shared_cache_size_half): This.
33776         (__x86_64_raw_shared_cache_size_half): Renamed to ...
33777         (__x86_raw_shared_cache_size_half): This.
33778         * sysdeps/x86_64/memcpy.S: Updated.
33779         * sysdeps/x86_64/memset.S: Likewise.
33780         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33781         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33782         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33784 2013-01-04  David S. Miller  <davem@davemloft.net>
33786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33788 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
33790         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33791         1 to avoid redefinition warning.
33792         (__USE_GNU): Don't define.
33793         (init_signaling_nan): Protoize.
33795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33797 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33799         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33800         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33801         (__cpymn): Likewise.
33802         (norm): Remove commented code.
33803         (denorm): Likewise.
33804         (__mp_dbl): Likewise.
33805         (__inv): Likewise.
33806         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33807         (__cpymn): Likewise.
33808         (norm): Remove commented code.
33809         (denorm): Likewise.
33810         (__mp_dbl): Likewise.
33811         (__inv): Likewise.
33813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33814         mp_no value for 1.0 and 2.0.
33815         (norm): Use RADIXI instead of radixi.d.
33816         (denorm): Likewise.
33817         (__mul): Use 0.0 instead of zero.d.
33818         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33819         mp_no value for 1.0 and 2.0.
33820         (norm): Use RADIXI instead of radixi.d.
33821         (denorm): Likewise.
33822         (__mul): Use 0.0 instead of zero.d.
33824 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
33826         [BZ #14994]
33827         * math/s_casinh.c (__casinh): Reduce finite argument to first
33828         quadrant then set signs of results at the end.
33829         * math/s_casinhf.c (__casinhf): Likewise.
33830         * math/s_casinhl.c (__casinhl): Likewise.
33831         * math/libm-test.inc (casin_test): Add more tests.
33832         (casinh_test): Likewise.
33833         * sysdeps/i386/fpu/libm-test-ulps: Update.
33834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33836 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33838         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33840         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33842         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33843         declarations.
33844         (denorm): Likewise.
33845         (__mp_dbl): Likewise.
33846         (__inv): Likewise.
33848         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33849         and adjust the header comment.
33851         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33852         variable name from declaration.
33854 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
33856         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33857         Initialize COMMON_CPUID_INDEX_7 element.
33858         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33859         (CPUID_RTM): Likewise.
33860         (HAS_RTM): Likewise.
33861         (COMMON_CPUID_INDEX_7): New enum.
33863 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
33865         [BZ #14981]
33866         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33867         size is zero, record memory as freed.
33869 2013-01-03  Andreas Jaeger  <aj@suse.de>
33871         * po/ia.po: Add new Interlingua translation.
33873 2012-01-03  Allan McRae  <allan@archlinux.org>
33875         * locale/programs/localedef.c: Fix description of '--posix' flag.
33877 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
33879         * NEWS: Update dates in second copyright notice.
33880         * README: Update copyright dates in example.
33881         * manual/libc.texinfo: Update copyright dates.
33882         * scripts/test-installation.pl: Update copyright date in --version
33883         output.
33885         * hurd/ctty-input.c: Fix copyright notice formatting.
33886         * hurd/ctty-output.c: Likewise.
33887         * hurd/dtable.c: Likewise.
33888         * hurd/hurd-raise.c: Likewise.
33889         * hurd/hurdprio.c: Likewise.
33890         * hurd/msgportdemux.c: Likewise.
33891         * misc/sys/file.h: Likewise.
33892         * misc/sys/ioctl.h: Likewise.
33893         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33894         * sysdeps/mach/hurd/chdir.c: Likewise.
33895         * sysdeps/mach/hurd/fchdir.c: Likewise.
33896         * sysdeps/mach/hurd/rename.c: Likewise.
33897         * sysdeps/mach/hurd/rmdir.c: Likewise.
33898         * sysdeps/mach/hurd/seekdir.c: Likewise.
33899         * sysdeps/mach/hurd/setsid.c: Likewise.
33900         * sysdeps/posix/wait3.c: Likewise.
33902         * All files with FSF copyright notices: Update copyright dates
33903         using scripts/update-copyrights.
33904         * intl/plural.c: Regenerated.
33905         * locale/programs/charmap-kw.h: Likewise.
33906         * locale/programs/locfile-kw.h: Likewise.
33908 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
33910         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33911         four values.
33913         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33914         calculation loop and add branch prediction.
33916         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33917         check access beyond bounds of m1np.
33919         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33920         MPTWO.
33921         (__inv): Remove local variable MPTWO to use the global
33922         constant.
33923         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33924         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33925         variable MPTWO.
33926         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33927         MP3HALFS static const.
33929 2013-01-01  David S. Miller  <davem@davemloft.net>
33931         * po/ca.po: Update from translation team.
33933 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
33935         * scripts/update-copyrights: New file.
33936         * Makeconfig: Reformat copyright notice.
33937         * ctype/ctype.h: Likewise.
33938         * debug/swprintf_chk.c: Likewise.
33939         * elf/dl-cache.c: Likewise.
33940         * elf/dl-debug.c: Likewise.
33941         * elf/dl-object.c: Likewise.
33942         * grp/initgroups.c: Likewise.
33943         * hurd/Makefile: Likewise.
33944         * hurd/hurd/signal.h: Likewise.
33945         * hurd/hurdfault.c: Likewise.
33946         * hurd/hurdioctl.c: Likewise.
33947         * hurd/hurdlookup.c: Likewise.
33948         * hurd/intr-msg.c: Likewise.
33949         * iconv/gconv_open.c: Likewise.
33950         * libio/swprintf.c: Likewise.
33951         * locale/lc-ctype.c: Likewise.
33952         * locale/nl_langinfo.c: Likewise.
33953         * mach/Machrules: Likewise.
33954         * mach/Makefile: Likewise.
33955         * malloc/obstack.h: Likewise.
33956         * manual/Makefile: Likewise.
33957         * manual/tsort.awk: Likewise.
33958         * misc/bits/stab.def: Likewise.
33959         * nis/nis_print_group_entry.c: Likewise.
33960         * nis/nis_table.c: Likewise.
33961         * nis/nss_compat/compat-pwd.c: Likewise.
33962         * nis/nss_compat/compat-spwd.c: Likewise.
33963         * po/Makefile: Likewise.
33964         * posix/fnmatch.c: Likewise.
33965         * posix/regex.h: Likewise.
33966         * resolv/Makefile: Likewise.
33967         * resolv/nss_dns/dns-network.c: Likewise.
33968         * resolv/res_hconf.c: Likewise.
33969         * scripts/gen-sorted.awk: Likewise.
33970         * soft-fp/soft-fp.h: Likewise.
33971         * stdio-common/printf.h: Likewise.
33972         * stdlib/monetary.h: Likewise.
33973         * stdlib/random.c: Likewise.
33974         * stdlib/random_r.c: Likewise.
33975         * sysdeps/generic/Makefile: Likewise.
33976         * sysdeps/gnu/Makefile: Likewise.
33977         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
33978         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
33979         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
33980         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
33981         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
33982         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
33983         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
33984         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
33985         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
33986         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
33987         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
33988         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
33989         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
33990         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
33991         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
33992         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
33993         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
33994         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
33995         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
33996         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
33997         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
33998         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
33999         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34000         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34001         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34002         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34003         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34004         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34005         * sysdeps/mach/hurd/errnos.awk: Likewise.
34006         * sysdeps/mach/hurd/fork.c: Likewise.
34007         * sysdeps/mach/hurd/getcwd.c: Likewise.
34008         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34009         * sysdeps/mach/hurd/mmap.c: Likewise.
34010         * sysdeps/mach/hurd/utimes.c: Likewise.
34011         * sysdeps/mach/hurd/xmknod.c: Likewise.
34012         * sysdeps/posix/profil.c: Likewise.
34013         * sysdeps/posix/readdir_r.c: Likewise.
34014         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34015         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34016         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34017         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34018         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34019         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34020         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34021         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34022         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34023         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34024         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34025         * sysdeps/pthread/lio_listio.c: Likewise.
34026         * sysdeps/sparc/dl-procinfo.h: Likewise.
34027         * sysdeps/unix/i386/sysdep.S: Likewise.
34028         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34029         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34030         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34031         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34033         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34034         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34035         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34036         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34037         * sysdeps/wordsize-32/divdi3.c: Likewise.
34038         * time/sys/time.h: Likewise.
34039         * wcsmbs/Makefile: Likewise.
34041 2013-01-01  David S. Miller  <davem@davemloft.net>
34043         * po/fr.po: Update from translation team.
34045         * catgets/gencat.c: Update copyright year.
34046         * csu/version.c: Likewise.
34047         * debug/catchsegv.sh: Likewise.
34048         * debug/pcprofiledump.c: Likewise.
34049         * debug/xtrace.sh: Likewise.
34050         * elf/ldconfig.c: Likewise.
34051         * elf/ldd.bash.in: Likewise.
34052         * elf/pldd.c: Likewise.
34053         * elf/sotruss.ksh: Likewise.
34054         * elf/sprof.c: Likewise.
34055         * iconv/iconv_prog.c: Likewise.
34056         * iconv/iconvconfig.c: Likewise.
34057         * locale/programs/locale.c: Likewise.
34058         * locale/programs/localedef.c: Likewise.
34059         * login/programs/pt_chown.c: Likewise.
34060         * malloc/memusage.sh: Likewise.
34061         * malloc/memusagestat.c: Likewise.
34062         * malloc/mtrace.pl: Likewise.
34063         * nscd/nscd.c: Likewise.
34064         * nss/getent.c: Likewise.
34065         * nss/makedb.c: Likewise.
34066         * posix/getconf.c: Likewise.
34068 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34070         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34071         numbers.
34073 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34075         * math/bits/mathcalls.h (modf): Use __nonnull.
34077 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34079         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34080         (split): Use macro CN instead of the bare value.
34081         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34082         could be used.
34083         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34084         instead of the bare value.
34085         (power1): Likewise.
34087 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34089         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34090         __ATAN_TWOM.
34091         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34093         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34094         their values.
34095         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34096         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34097         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34098         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34100 2012-12-28  Andreas Jaeger  <aj@suse.de>
34102         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34103         values are from Linux 3.7.
34105         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34106         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34108 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34110         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34111         TRUE case.
34113         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34114         (norm): Likewise.
34115         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34116         variables with preprocessor constants.
34117         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34118         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34119         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34121 2012-12-27  Bruno Haible  <bruno@clisp.org>
34123         [BZ #14317]
34124         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34125         only if needed.
34127 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34129         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34130         and use variable directly.
34131         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34133         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34134         MPONE.
34135         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34136         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34137         variable MPONE.
34138         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34139         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34140         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34141         include directive.  Remove local variable MPONE.
34142         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34143         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34144         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34146 2012-12-25  David S. Miller  <davem@davemloft.net>
34148         * version.h (RELEASE): Set to "development".
34149         (VERSION): Set to "2.17.90".
34150         * NEWS: Add 2.18 section.
34152 2012-12-21  David S. Miller  <davem@davemloft.net>
34154         * po/hr.po: Update from translation team.
34156 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34158         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34160 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34162         * NEWS:  Mention new memcpy for MIPS.
34164 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34166         * manual/contrib.texi (Contributors): Spelling correction.
34168 2012-12-15  David S. Miller  <davem@davemloft.net>
34170         * po/ru.po: Update from translation team.
34172 2012-12-13  David S. Miller  <davem@davemloft.net>
34174         * NEWS: Mention IFUNC testsuite enhancements.
34176         * po/pl.po: Update from translation team.
34177         * po/bg.po: Likewise.
34179         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34180         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34182 2012-12-11  David S. Miller  <davem@davemloft.net>
34184         * po/sv.po: Update from translation team.
34186         * po/vi.po: Update from translation team.
34188         * po/cs.po: Update from translation team.
34190         * po/de.po: Update from translation team.
34191         * po/eo.po: Likewise.
34192         * po/nl.po: Likewise.
34194 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34196         [BZ #14246]
34197         * manual/argp.texi (Argp Helper Functions): Move node to follow
34198         Argp Parsing State.
34200         [BZ #14872]
34201         * manual/conf.texi (Limits on File System Capacity): Mention if
34202         terminating null is included in the max size.
34204 2012-12-10  Andreas Jaeger  <aj@suse.de>
34206         * po/cs.po: Update from translation team.
34208 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34210         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34211         void pointer and cast to uintptr_t.
34212         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34213         path.
34214         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34215         * sysdeps/s390/s390-64/memset.S: Likewise.
34217 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34219         [BZ #14833]
34220         * menual/message.texi (Message Translation): Fix typos.
34221         (Helper programs for gettext): Likewise.
34223 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34225         [BZ #14898]
34226         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34227         Change to -1.
34229 2012-12-07  David S. Miller  <davem@davemloft.net>
34231         * po/libc.pot: Update.
34233 2012-12-07  Richard Henderson  <rth@redhat.com>
34235         [BZ #10114]
34236         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34237         normal/normal case to before the switch.
34238         (_FP_DIV): Likewise.
34240 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34241             Mike Frysinger  <vapier@gentoo.org>
34243         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34244         check for __NR_fadvise64_64.
34246 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34248         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34249         0, not just to plain "0" as a statement.
34250         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34251         with cw.
34253 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34255         * NEWS: Use sourceware.org in Bugzilla URL.
34257 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34260         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34262         * stdio-common/tst-put-error.c (do_test): Add newline to the
34263         padded test to ensure flush.
34265 2012-12-05  Jeff Law  <law@redhat.com>
34267         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34269 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34271         * README: Don't refer to ports add-on as distributed separately.
34272         Mention AArch64 in list of systems supported in the ports add-on.
34274         * LICENSES: Add more non-FSF copyright and license notices.
34276         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34277         ((unused)).
34279         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34281         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34282         10000 as width of padded output.
34284 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34286         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34288         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34289         variable LX with __attribute__ ((unused)).
34290         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34291         Likewise.
34292         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34293         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34294         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34295         with __attribute__ ((unused)).
34297 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34299         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34301 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34303         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34304         (CFLAGS-nldbl-acos.c): New variable.
34305         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34306         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34307         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34308         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34309         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34310         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34311         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34312         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34313         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34314         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34315         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34316         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34317         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34318         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34319         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34320         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34321         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34322         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34323         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34324         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34325         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34326         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34327         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34328         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34329         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34330         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34331         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34332         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34333         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34334         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34335         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34336         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34337         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34338         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34339         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34340         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34341         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34342         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34343         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34344         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34345         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34346         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34347         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34348         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34349         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34350         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34351         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34352         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34353         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34354         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34355         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34356         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34357         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34358         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34359         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34360         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34361         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34362         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34363         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34364         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34365         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34366         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34367         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34368         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34369         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34370         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34371         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34372         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34373         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34374         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34375         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34376         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34377         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34378         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34379         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34380         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34381         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34382         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34383         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34384         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34385         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34386         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34387         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34388         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34389         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34390         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34391         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34392         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34393         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34394         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34395         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34396         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34397         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34398         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34399         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34400         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34401         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34404         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34406         [BZ #14914]
34407         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34408         whole low double instead of just low 47 bits when splitting values
34409         into two parts.
34411 2012-12-03  Allan McRae  <allan@archlinux.org>
34413         * manual/stdio.texi (Predefined Printf Handlers): Remove
34414         @hsep and @vsep usage.
34416 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34418         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34419         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34421 2012-12-03  Jeff Law  <law@redhat.com>
34423         * time/sys/time.h (settimeofday): Do not mark TV argument
34424         as __nonnull.
34426 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34428         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34429         when currently writing and seek to current position when not.
34430         * libio/Makefile (tests): Remove bug-fclose1.
34431         * libio/bug-fclose1.c: Delete.
34433 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34435         * manual/arith.texi (feenableexcept): Fix typo.
34436         (fedisableexcept): Likewise.
34438 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34440         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34441         second, differently-typed declaration, rather than a cast.
34443 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34445         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34446         * include/rpc/svc.h: ... here.
34448 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34450         [BZ #13013]
34451         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34452         depending n and resplen2 to catch cases where answer
34453         equals answerp2.
34455 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34457         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34458         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34460 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34462         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34464 2012-11-29  Roland McGrath  <roland@hack.frob.com>
34466         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34468 2012-11-28  Jeff Law  <law@redhat.com>
34470         [BZ #13761]
34471         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34472         dataset_temporary.  Track alloca usage into alloca_used.
34473         If dataset is large allocate and release it via malloc/free.
34475 2012-06-04  Florian Weimer  <fweimer@redhat.com>
34477         [BZ #14197]
34478         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34480 2012-11-28  David S. Miller  <davem@davemloft.net>
34482         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34484 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34486         [BZ #14803]
34487         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34488         of pi/2 rounded to nearest to 64 bits.
34489         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34490         nearest to 64 bits.
34491         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34492         bits.
34494 2012-11-28  Jeff Law <law@redhat.com>
34495             Martin Osvald <mosvald@redhat.com>
34497         [BZ #14889]
34498         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34499         * sunrpc/svc.c: Include time.h.
34500         (__svc_accept_failed): New function.
34501         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34502         any reason other than EINTR, call __svc_accept_failed.
34503         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34504         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34506 2012-11-28  Andreas Schwab  <schwab@suse.de>
34508         * scripts/abilist.awk: Also handle indirect functions in .opd
34509         section.
34511 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
34513         [BZ #13881]
34514         * sysdeps/x86/fpu/powl_helper.c: New file.
34515         * sysdeps/x86/fpu/Makefile: Likewise.
34516         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34517         (p3): New object.
34518         (__ieee754_powl): Use __powl_helper for finite arguments except
34519         integer exponents below 8.
34520         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34521         (p3): New object.
34522         (__ieee754_powl): Use __powl_helper for finite arguments except
34523         integer exponents below 8.
34524         * math/libm-test.inc (pow_test): Add more tests and enable some
34525         previously disabled tests.
34526         * sysdeps/i386/fpu/libm-test-ulps: Update.
34527         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34529 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34530             Carlos O'Donell  <carlos_odonell@mentor.com>
34532         * nss/makedb.c (is_prime): Assert that input is odd and greater
34533         than 4.  Note that fact in a comment too.
34534         (next_prime): Add 4 to input.
34536 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34538         [BZ #11741]
34539         * libio/Makefile (tests): Add test case tst-fwrite-error.
34540         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34541         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34542         * libio/tst-fwrite-error.c: New test case.
34544 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
34546         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34547         before casting to void *.
34548         * include/libc-internal.h (__pointer_type): New macro.
34549         (__integer_if_pointer_type_sub): Likewise.
34550         (__integer_if_pointer_type): Likewise.
34551         (cast_to_integer): Likewise.
34552         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34553         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34554         before casting to atomic64_t.
34555         (atomic_exchange_acq): Likewise.
34556         (__arch_exchange_and_add_body): Likewise.
34557         (__arch_add_body): Likewise.
34558         (atomic_add_negative): Likewise.
34559         (atomic_add_zero): Likewise.
34561 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
34563         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34564         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34565         (add_fdes): Likewise.
34566         (linear_search_fdes): Likewise.
34567         (binary_search_unencoded_fdes): Likewise.
34569 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
34571         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34573 2012-11-24  Adam Conrad  <adconrad@0c3.net>
34575         * configure.in: Autodetect C++ header directories.
34576         * configure: Regenerated.
34578 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
34580         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34582 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
34584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34586 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
34588         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34589         LDBL_MANT_DIG == 106]: Disable some tests.
34590         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34591         Likewise.
34592         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34593         Likewise.
34595         [BZ #14871]
34596         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34597         input for small inputs.  Return +/- pi/2 for large inputs.
34598         * math/libm-test.inc (atan_test): Add more tests.
34600         * sysdeps/generic/unwind-dw2-fde-glibc.c
34601         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34602         __attribute__ ((unused)).
34604         [BZ #14645]
34605         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34606         x * y if x and y are nonzero and z is zero.
34608         [BZ #14811]
34609         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34610         nonzero exponents with absolute value below 0x1p-117 to +/-
34611         0x1p-117.
34613         [BZ #14869]
34614         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34615         up arguments below 2**-450, not just those below 2**-500.
34616         * math/libm-test.inc (hypot_test): Add another test.
34618         [BZ #14868]
34619         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34620         Return a+b for ratio over 2**120, not 2**60.
34621         * math/libm-test.inc (hypot_test): Add another test.
34623         * math/libm-test.inc (clog_test): Use
34624         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34625         (clog10_test): Likewise.
34627         [BZ #6778]
34628         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34630 2012-11-22  Andreas Schwab  <schwab@suse.de>
34632         * sysdeps/i386/fpu/libm-test-ulps: Update.
34634 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
34636         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34637         printf output with newline.
34639 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
34641         [BZ #14865]
34642         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34643         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34644         -z nodlopen, -z initfirst and -z execstack support.
34645         * configure: Regenerated.
34647         * elf/elf.h (DF_1_NODIRECT): New macro.
34648         (DF_1_IGNMULDEF): Likewise.
34649         (DF_1_NOKSYMS): Likewise.
34650         (DF_1_NOHDR): Likewise.
34651         (DF_1_EDITED): Likewise.
34652         (DF_1_NORELOC): Likewise.
34653         (DF_1_SYMINTPOSE): Likewise.
34654         (DF_1_GLOBAUDIT): Likewise.
34655         (DF_1_SINGLETON): Likewise.
34656         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34657         DT_1_SUPPORTED_MASK bits.
34658         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34660 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
34662         * sysdeps/unix/make-syscalls.sh: Document prefixes.
34664 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
34666         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34667         macro.
34669         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34670         (sendmmsg): Move declarations...
34671         * socket/sys/socket.h: ... here.
34672         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34673         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34674         include it from...
34675         * socket/recvmmsg.c: ... this new file.
34676         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34677         (sendmmsg): Rename to __sendmmsg, create weak alias and make
34678         definition of __sendmmsg hidden.
34679         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34680         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34681         Move ENOSYS stub into and include it from...
34682         * socket/sendmmsg.c: ... this new file.
34683         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34684         (sysdep_routines): Move recvmmsg and sendmmsg...
34685         * socket/Makefile (routines): ... here.
34686         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34687         (GLIBC_PRIVATE): Add __sendmmsg.
34688         * include/sys/socket.h (__sendmmsg): Add declarations.
34689         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34690         sendmmsg.
34692 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
34694         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34695         variable I1 with __attribute__ ((unused)).
34696         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34698 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34700         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34701         DUMMY variables with __attribute__ ((unused)).
34703         * bits/byteswap.h: Include <bits/types.h>.
34704         (__bswap_64): Use __uint64_t instead of unsigned long long int.
34706 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34708         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34709         string_t.  Do not manually set errno.
34710         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34711         length with __strnlen.  Make sure to both set errno and return it on
34712         failure.
34714 2012-11-19  David S. Miller  <davem@davemloft.net>
34716         With help from Joseph Myers.
34717         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34718         very large arguments properly.
34719         * math/libm-test.inc (atan_test): New tests.
34720         (atan2_test): New tests.
34721         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34722         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34724 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
34726         [BZ #14856]
34727         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34728         Define to 3.
34730         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34731         [POSIX] (EADDRNOTAVAIL): Likewise.
34732         [POSIX] (EAFNOSUPPORT): Likewise.
34733         [POSIX] (EALREADY): Likewise.
34734         [POSIX] (ECONNABORTED): Likewise.
34735         [POSIX] (ECONNREFUSED): Likewise.
34736         [POSIX] (ECONNRESET): Likewise.
34737         [POSIX] (EDESTADDRREQ): Likewise.
34738         [POSIX] (EDQUOT): Likewise.
34739         [POSIX] (EHOSTUNREACH): Likewise.
34740         [POSIX] (EIDRM): Likewise.
34741         [POSIX] (EISCONN): Likewise.
34742         [POSIX] (ELOOP): Likewise.
34743         [POSIX] (EMULTIHOP): Likewise.
34744         [POSIX] (ENETDOWN): Likewise.
34745         [POSIX] (ENETUNREACH): Likewise.
34746         [POSIX] (ENOBUFS): Likewise.
34747         [POSIX] (ENODATA): Likewise.
34748         [POSIX] (ENOLINK): Likewise.
34749         [POSIX] (ENOMSG): Likewise.
34750         [POSIX] (ENOPROTOOPT): Likewise.
34751         [POSIX] (ENOSR): Likewise.
34752         [POSIX] (ENOSTR): Likewise.
34753         [POSIX] (ENOTCONN): Likewise.
34754         [POSIX] (ENOTSOCK): Likewise.
34755         [POSIX] (EOPNOTSUPP): Likewise.
34756         [POSIX] (EOVERFLOW): Likewise.
34757         [POSIX] (EPROTO): Likewise.
34758         [POSIX] (EPROTONOSUPPORT): Likewise.
34759         [POSIX] (EPROTOTYPE): Likewise.
34760         [POSIX] (ESTALE): Likewise.
34761         [POSIX] (ETIME): Likewise.
34762         [POSIX] (ETXTBSY): Likewise.
34763         [POSIX] (EWOULDBLOCK): Likewise.
34764         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34765         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34766         [POSIX] (SEEK_CUR): Likewise.
34767         [POSIX] (SEEK_END): Likewise.
34768         [POSIX || UNIX98] (mode_t): Do not require.
34769         [POSIX] (off_t): Likewise.
34770         [POSIX] (pid_t): Likewise.
34771         [POSIX] (sys/stat.h): Do not allow header.
34772         [POSIX] (unistd.h): Likewise.
34773         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34774         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34775         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34776         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34777         require.
34778         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34779         sigevent): Specify elements.
34780         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34781         entry.
34782         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34783         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34785         * conform/data/cpio.h-data [POSIX]: Disable whole file.
34786         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34787         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34788         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34789         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34790         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34791         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34792         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34793         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34794         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34795         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34796         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34797         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34798         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34799         Likewise.
34800         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34801         Likewise.
34802         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34803         Likewise.
34804         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34805         Likewise.
34806         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34807         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34808         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34809         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34810         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34811         Specify lower bound on value.
34812         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34813         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34814         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34815         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34816         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34817         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34818         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34819         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34820         value.
34821         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34822         as optional.
34823         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34824         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34825         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34826         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34827         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34828         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34829         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34830         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34831         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34832         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34833         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34834         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34835         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34836         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34837         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34838         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34839         entry.
34840         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34841         optional.
34842         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34843         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34844         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34845         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34846         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34847         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34848         Likewise.
34849         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34850         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34851         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34852         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34853         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
34854         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34855         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34856         as optional.
34857         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34858         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34859         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34860         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34861         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34862         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34863         specify as optional.
34864         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34865         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34866         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34867         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34868         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34869         [XPG3] (NL_LANGMAX): Likewise.
34870         [POSIX || XPG3] (NL_MSGMAX): Likewise.
34871         [POSIX || XPG3] (NL_NMAX): Likewise.
34872         [POSIX || XPG3] (NL_SETMAX): Likewise.
34873         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34874         [XPG3] (NZERO): Likewise.
34875         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34876         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34877         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34878         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34879         (REG_ERANGE): Expect.
34880         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34881         optional-constant.
34882         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34883         Use (void) in prototype.
34884         [POSIX] (*_t): Allow.
34885         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34886         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34887         (WRDE_BADVAL): Expect.
34889         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34890         expect.
34891         [XPG3 || XPG4] (O_RSYNC): Likewise.
34892         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34893         Likewise.
34894         [XPG3 || XPG4] (pthread_sigmask): Likewise.
34895         [XPG3 || XPG4] (sigqueue): Likewise.
34896         [XPG3 || XPG4] (sigtimedwait): Likewise.
34897         [XPG3 || XPG4] (sigwaitinfo): Likewise.
34898         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34899         [XPG3 || XPG4] (vsnprintf): Likewise.
34900         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34901         Likewise.
34902         [XPG3 || XPG4] (blksize_t): Likewise.
34903         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34904         Likewise.
34905         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34906         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34907         [XPG3 || XPG4] (struct itimerspec): Likewise.
34908         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34909         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34910         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34911         [XPG3 || XPG4] (clockid_t): Likewise.
34912         [XPG3 || XPG4] (timer_t): Likewise.
34913         [XPG3 || XPG4] (clock_getres): Likewise.
34914         [XPG3 || XPG4] (clock_gettime): Likewise.
34915         [XPG3 || XPG4] (clock_settime): Likewise.
34916         [XPG3 || XPG4] (nanosleep): Likewise.
34917         [XPG3 || XPG4] (timer_create): Likewise.
34918         [XPG3 || XPG4] (timer_delete): Likewise.
34919         [XPG3 || XPG4] (timer_gettime): Likewise.
34920         [XPG3 || XPG4] (timer_getoverrun): Likewise.
34921         [XPG3 || XPG4] (timer_settime): Likewise.
34922         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34923         [XPG3 || XPG4] (getlogin_r): Likewise.
34924         [XPG3 || XPG4] (pread): Likewise.
34925         [XPG3 || XPG4] (pthread_atfork): Likewise.
34926         [XPG3 || XPG4] (pwrite): Likewise.
34928         [BZ #14835]
34929         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34930         <bits/siginfo.h>.
34932 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
34934         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34935         finalizing MALLSTREAM.
34937         * sysdeps/mach/hurd/syncfs.c: New file.
34939 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
34941         [BZ #14719]
34942         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34943         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34944         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34945         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34946         (_nss_dns_gethostbyname4_r): Likewise.
34947         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34948         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34950 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
34952         [BZ #13763]
34953         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
34955 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
34957         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
34958         * elf/cache.c (print_entry): Print ",AArch64" for
34959         FLAG_AARCH64_LIB64
34961         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
34962         * elf/cache.c (print_entry): Print ",hard-float" for
34963         FLAG_ARM_LIBHF.
34965 2012-11-18  David S. Miller  <davem@davemloft.net>
34967         With help from Joseph Myers.
34968         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
34969         cutoff to 2**-13.
34970         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
34971         cutoff to 2**-25.
34972         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
34973         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
34974         small.
34975         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
34976         * math/libm-test.inc (y0_test): New tests.
34977         (y1_test): New tests.
34978         * sysdeps/i386/fpu/libm-test-ulps: Update.
34979         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34980         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34982 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
34984         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
34985         64-bit targets.
34986         * configure: Regenerated.
34988 2012-11-17  David S. Miller  <davem@davemloft.net>
34990         [BZ #14811]
34991         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
34992         nonzero exponents with absolute value below 0x1p-128 to +/-
34993         0x1p-128.
34995 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
34997         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
34999         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35001         * posix/getconf-speclist.c: New file.
35002         * posix/posix-envs.def: Likewise.
35003         * posix/confstr.c (START_ENV_GROUP): New macro.
35004         (END_ENV_GROUP): Likewise.
35005         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35006         (KNOWN_PRESENT_ENV_STRING): Likewise.
35007         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35008         (UNKNOWN_ENVIRONMENT): Likewise.
35009         (confstr): Include posix-envs.def instead of handling
35010         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35011         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35012         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35013         (END_ENV_GROUP): Likewise.
35014         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35015         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35016         (UNKNOWN_ENVIRONMENT): Likewise.
35017         (__sysconf): Include posix-envs.def instead of handling associated
35018         cases directly here.
35019         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35020         preprocessing getconf-speclist.c rather than running getconf or
35021         generating empty file.
35023 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35025         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35027 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35029         [BZ #14672]
35030         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35032 2012-11-16  David S. Miller  <davem@davemloft.net>
35034         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35035         smaller than LDBL_EPSILON/2.0L, just return xm1.
35037 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35039         * elf/tst-array1.c (init): Set constructor priority to 1000.
35040         (fini): Set destructor priority to 1000.
35041         * elf/tst-array2dep.c: Likewise.
35043 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35045         [BZ #11741]
35046         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35047         (_IO_new_file_xsputn): Also return EOF if none of the input
35048         data was written when overflow failed.
35049         * libio/iopadn.c (_IO_padn): Likewise.
35050         * libio/iowpadn.c (_IO_wpadn): Likewise.
35051         * stdio-common/tst-put-error.c: Add copyright notice.
35052         (do_test): Add case for printing padded string.
35053         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35054         _IO_padn returned error.
35055         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35056         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35057         return EOF.
35059 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35061         * libio/libioP.h: Add comment note that the references to C++
35062         bits are now obsolete.
35064 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35066         * math/libm-test.inc (check_complex): Use asprintf.
35068 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35070         * debug/pcprofiledump.c (print_version): Update copyright year.
35071         * malloc/memusagestat.c (print_version): Likewise.
35073 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35075         [BZ #14831]
35076         * elf/Makefile (tests): Add tst-audit8.
35077         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35078         ($(objpfx)tst-audit8.out): New target.
35079         (tst-audit8-ENV): New variable.
35080         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35081         audit if l_reloc_result is NULL.
35082         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35083         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35084         * elf/tst-audit8.c: New file.
35086 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35088         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35089         * misc/Makefile (CFLAGS-select.c): Define.
35090         * posix/Makefile (CFLAGS-pause.c): Define.
35092 2012-11-13  David S. Miller  <davem@davemloft.net>
35094         * crypt/Makefile: Move test targets after toplevel Rules
35095         inclusion.  Grab any necessary sysdep routines when linking.
35096         * crypt/md5.c (md5_process_block): Remove define, we will always
35097         name it __md5_process_block.
35098         (md5_finish_ctx): Update md5_process_block call.
35099         (md5_stream): Likewise.
35100         (md5_process_bytes): Likewise.
35101         (md5_process_block): Rename to __md5_process_block and move to ...
35102         * crypt/md5-block.c: ... here.
35103         * crypt/sha256.c (sha256_process_block): Move to ...
35104         * crypt/sha256-block.c: ... here.
35105         * crypt/sha512.c (sha512_process_block): Move to ...
35106         * crypt/sha512-block.c: ... here.
35107         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35108         path.
35109         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35110         * sysdeps/sparc/sparc64/multiarch/Makefile
35111         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35112         crypt subdir.
35113         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35114         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35115         multiarch changes.
35116         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35117         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35118         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35119         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35120         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35121         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35122         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35123         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35124         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35125         file.
35126         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35127         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35128         file.
35129         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35131 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35133         * timezone/tzselect.ksh: Update from tzcode git revision
35134         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35135         * timezone/zdump.c: Likewise.
35136         * timezone/zic.c: Likewise.
35137         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35138         in TZVERSION setting, not $(PKGVERSION).
35139         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35140         REPORT_BUGS_TO settings.
35142         [BZ #14838]
35143         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35144         macro.
35146 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35148         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35149         detection to immediately after _FP_ROUND().
35150         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35151         bits are 0.
35153 2012-11-11  David S. Miller  <davem@davemloft.net>
35155         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35156         inttypes.h
35157         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35158         __close rather than their public counterparts.
35160 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35162         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35163         file.
35164         [UNIX98] (sem_timedwait): Do not expect.
35165         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35166         [XPG4 || UNIX98] (sockatmark): Do not expect.
35167         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35168         (clock_getcpuclockid): Do not expect.
35169         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35170         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35171         Do not expect.
35172         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35173         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35174         [UNIX98] (vwscanf): Likewise.
35175         [UNIX98] (vswscanf): Likewise.
35177 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35179         * timezone/version.h: Remove file.
35180         * timezone/README: Do not refer to version.h.
35181         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35182         $(objpfx)version.h.
35183         ($(objpfx)zdump.o): Likewise.
35184         ($(objpfx)version.h): New target.
35186         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35187         2012i.
35188         * timezone/README: Don't mention modification to tzselect.ksh.
35189         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35190         work on unmodified tzselect.ksh.  Substitute version numbers in
35191         tzselect.ksh.
35193         * Makefile (format-me): Remove.
35194         (INSTALL): Adjust indentation.  Use commands directly instead of
35195         using $(format-me).
35197         * aclocal.m4 (ACX_PKGVERSION): New macro.
35198         (ACX_BUGURL): Likewise.
35199         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35200         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35201         (REPORT_BUGS_TO): Likewise.
35202         * configure: Regenerated.
35203         * config.h.in (PKGVERSION): New macro.
35204         (REPORT_BUGS_TO): Likewise.
35205         * config.make.in (PKGVERSION): New variable.
35206         (PKGVERSION_TEXI): Likewise.
35207         (REPORT_BUGS_TO): Likewise.
35208         (REPORT_BUGS_TEXI): Likewise.
35209         * Makefile (format-me): Use -I$(common-objpfx)manual.
35210         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35211         ($(common-objpfx)manual/%): New target.
35212         (manual/%): Remove target.
35213         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35214         (print_version): Use PKGVERSION.
35215         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35216         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35217         and REPORT_BUGS_TO.
35218         ($(objpfx)xtrace): Likewise.
35219         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35220         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35221         (print_version): Use PKGVERSION.
35222         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35223         (do_version): Use PKGVERSION.
35224         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35225         REPORT_BUGS_TO.
35226         (common-ldd-rewrite): Likewise.
35227         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35228         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35229         (print_version): Use PKGVERSION.
35230         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35231         * elf/pldd.c (argp_program_bug_address): Remove variable.
35232         (more_help): New function.
35233         (argp): Use more_help.
35234         (print_version): Use PKGVERSION.
35235         * elf/sln.c (main): Use PKGVERSION.
35236         (usage): Use REPORT_BUGS_TO.
35237         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35238         (top level): Use PKGVERSION.
35239         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35240         (print_version): Use PKGVERSION.
35241         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35242         (print_version): Use PKGVERSION.
35243         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35244         (print_version): Use PKGVERSION.
35245         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35246         (print_version): Use PKGVERSION.
35247         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35248         (print_version): Use PKGVERSION.
35249         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35250         (print_version): Use PKGVERSION.
35251         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35252         and BUGURL.
35253         ($(objpfx)memusage): Likewise.
35254         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35255         (do_version): Use PKGVERSION.
35256         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35257         (print_version): Use PKGVERSION.
35258         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35259         ($PKGVERSION): New variable.
35260         ($REPORT_BUGS_TO): Likewise.
35261         (usage): Use $REPORT_BUGS_TO.
35262         (top level): Use $PKGVERSION.
35263         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35264         ($(objpfx)pkgvers.texi): New rule.
35265         ($(objpfx)stamp-pkgvers): Likewise.
35266         * manual/install.texi: Include pkgvers.texi.
35267         (--with-pkgversion): Document new configure option.
35268         (--with-bugurl): Likewise.
35269         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35270         than necessarily for this particular distribution.  Use
35271         REPORT_BUGS_TO for where to report bugs.
35272         * INSTALL: Regenerated.
35273         * manual/libc.texinfo: Include pkgvers.texi.
35274         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35275         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35276         (print_version): Use PKGVERSION.
35277         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35278         (print_version): Use PKGVERSION.
35279         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35280         (print_version): Use PKGVERSION.
35281         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35282         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35283         macro.
35284         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35285         (print_version): Use PKGVERSION.
35286         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35287         (print_version): Use PKGVERSION.
35288         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35289         and PKGVERSION.
35291         * timezone/checktab.awk: Update from tzcode 2012i.
35292         * timezone/ialloc.c: Likewise.
35293         * timezone/private.h: Likewise.
35294         * timezone/scheck.c: Likewise.
35295         * timezone/tzfile.h: Likewise.
35296         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35297         (TZVERSION): Hardcode tzcode version number.
35298         * timezone/zdump.c: Update from tzcode 2012i.
35299         * timezone/zic.c: Likewise.
35300         * timezone/version.h: New file.
35301         * timezone/README: Describe version.h.  Update upstream location.
35303         [BZ #14824]
35304         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35305         (mktemp): Enable declaration.
35306         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35307         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35308         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35309         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35310         Likewise.
35311         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35312         Likewise.
35313         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35314         Likewise.
35315         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35316         Likewise.
35317         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35318         Likewise.
35319         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35320         Likewise.
35322         [BZ #14821]
35323         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35324         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35325         for copies of such integer values.
35326         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35327         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35329 2012-11-09  Andreas Jaeger  <aj@suse.de>
35331         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35332         definitions and declarations that are provided by
35333         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35335 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35337         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35338         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35339         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35340         definition.
35342 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35344         * elf/elf.h: Update comment before AArch64 relocations.
35346 2012-11-07  David S. Miller  <davem@davemloft.net>
35348         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35349         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35350         (__start_context): Declare.
35351         (__makecontext_ret): Delete.
35352         (__makecontext): Hook up __start_context instead of
35353         __makecontext_ret.
35354         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35355         (sysdep_routines): Add __start_context when in stdlib.
35357 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35359         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35360         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35361         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35362         hardcoded "nm".
35363         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35364         (READELF): New variable.  Use it instead of hardcoded "readelf".
35366 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35368         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35369         * sysdeps/x86/Makefile: Here.
35370         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35371         * sysdeps/x86/tst-xmmymm.sh: This.
35373 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35375         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35376         expectations.
35377         [UNIX98] (pthread_barrier_t): Do not expect.
35378         [UNIX98] (pthread_barrierattr_t): Likewise.
35379         [UNIX98] (pthread_spinlock_t): Likewise.
35380         [UNIX98] (pthread_barrier_destroy): Likewise.
35381         [UNIX98] (pthread_barrier_init): Likewise.
35382         [UNIX98] (pthread_barrier_wait): Likewise.
35383         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35384         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35385         [UNIX98] (pthread_barrierattr_init): Likewise.
35386         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35387         [UNIX98] (pthread_getcpuclockid): Likewise.
35388         [UNIX98] (pthread_mutex_timedlock): Likewise.
35389         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35390         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35391         [UNIX98] (pthread_sigmask): Likewise.
35392         [UNIX98] (pthread_spin_destroy): Likewise.
35393         [UNIX98] (pthread_spin_init): Likewise.
35394         [UNIX98] (pthread_spin_lock): Likewise.
35395         [UNIX98] (pthread_spin_trylock): Likewise.
35396         [UNIX98] (pthread_spin_unlock): Likewise.
35397         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35398         Do not expect.
35399         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35400         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35401         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35402         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35403         [XPG3 || XPG4] (pthread_key_t): Likewise.
35404         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35405         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35406         [XPG3 || XPG4] (pthread_once_t): Likewise.
35407         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35408         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35409         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35410         [XPG3 || XPG4] (pthread_t): Likewise.
35412         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35413         not expect.
35414         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35416         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35417         Change function return type to int.
35419         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35420         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35421         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35422         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35423         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35424         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35425         [!POSIX] (posix_madvise): Likewise.
35426         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35427         && !UNIX98].
35428         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35429         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35430         (mode_t): Likewise.
35431         (posix_mem_offset): Likewise.
35432         (posix_typed_mem_get_info): Likewise.
35433         (posix_typed_mem_open): Likewise.
35435         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35436         Change condition to [XOPEN2K8].
35438         * conform/conformtest.pl: Preprocess allow-header data with -x c
35439         instead of from stdin.
35440         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35441         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35442         [C99-based standards] (cerfc): Likewise.
35443         [C99-based standards] (cexp2): Likewise.
35444         [C99-based standards] (cexpm1): Likewise.
35445         [C99-based standards] (clog10): Likewise.
35446         [C99-based standards] (clog1p): Likewise.
35447         [C99-based standards] (clog2): Likewise.
35448         [C99-based standards] (clgamma): Likewise.
35449         [C99-based standards] (ctgamma): Likewise.
35450         [C99-based standards] (cerff): Likewise.
35451         [C99-based standards] (cerfcf): Likewise.
35452         [C99-based standards] (cexp2f): Likewise.
35453         [C99-based standards] (cexpm1f): Likewise.
35454         [C99-based standards] (clog10f): Likewise.
35455         [C99-based standards] (clog1pf): Likewise.
35456         [C99-based standards] (clog2f): Likewise.
35457         [C99-based standards] (clgammaf): Likewise.
35458         [C99-based standards] (ctgammaf): Likewise.
35459         [C99-based standards] (cerfl): Likewise.
35460         [C99-based standards] (cerfcl): Likewise.
35461         [C99-based standards] (cexp2l): Likewise.
35462         [C99-based standards] (cexpm1l): Likewise.
35463         [C99-based standards] (clog10l): Likewise.
35464         [C99-based standards] (clog1pl): Likewise.
35465         [C99-based standards] (clog2l): Likewise.
35466         [C99-based standards] (clgammal): Likewise.
35467         [C99-based standards] (ctgammal): Likewise.
35468         * conform/data/inttypes.h-data [C99-based standards]: Include
35469         stdint.h-data.  Remove all expectations for stdint.h contents.
35470         [C99-based standards] (PRI*): Do not allow.
35471         [C99-based standards] (SCN*): Likewise.
35472         [C99-based standards] (*_t): Likewise.
35473         [C99-based-standards] (PRId8): Expect macro.
35474         [C99-based-standards] (PRIi8): Likewise.
35475         [C99-based-standards] (PRIo8): Likewise.
35476         [C99-based-standards] (PRIu8): Likewise.
35477         [C99-based-standards] (PRIx8): Likewise.
35478         [C99-based-standards] (PRIX8): Likewise.
35479         [C99-based-standards] (SCNd8): Likewise.
35480         [C99-based-standards] (SCNi8): Likewise.
35481         [C99-based-standards] (SCNo8): Likewise.
35482         [C99-based-standards] (SCNu8): Likewise.
35483         [C99-based-standards] (SCNx8): Likewise.
35484         [C99-based-standards] (PRIdLEAST8): Likewise.
35485         [C99-based-standards] (PRIiLEAST8): Likewise.
35486         [C99-based-standards] (PRIoLEAST8): Likewise.
35487         [C99-based-standards] (PRIuLEAST8): Likewise.
35488         [C99-based-standards] (PRIxLEAST8): Likewise.
35489         [C99-based-standards] (PRIXLEAST8): Likewise.
35490         [C99-based-standards] (SCNdLEAST8): Likewise.
35491         [C99-based-standards] (SCNiLEAST8): Likewise.
35492         [C99-based-standards] (SCNoLEAST8): Likewise.
35493         [C99-based-standards] (SCNuLEAST8): Likewise.
35494         [C99-based-standards] (SCNxLEAST8): Likewise.
35495         [C99-based-standards] (PRIdFAST8): Likewise.
35496         [C99-based-standards] (PRIiFAST8): Likewise.
35497         [C99-based-standards] (PRIoFAST8): Likewise.
35498         [C99-based-standards] (PRIuFAST8): Likewise.
35499         [C99-based-standards] (PRIxFAST8): Likewise.
35500         [C99-based-standards] (PRIXFAST8): Likewise.
35501         [C99-based-standards] (SCNdFAST8): Likewise.
35502         [C99-based-standards] (SCNiFAST8): Likewise.
35503         [C99-based-standards] (SCNoFAST8): Likewise.
35504         [C99-based-standards] (SCNuFAST8): Likewise.
35505         [C99-based-standards] (SCNxFAST8): Likewise.
35506         [C99-based-standards] (PRId16): Likewise.
35507         [C99-based-standards] (PRIi16): Likewise.
35508         [C99-based-standards] (PRIo16): Likewise.
35509         [C99-based-standards] (PRIu16): Likewise.
35510         [C99-based-standards] (PRIx16): Likewise.
35511         [C99-based-standards] (PRIX16): Likewise.
35512         [C99-based-standards] (SCNd16): Likewise.
35513         [C99-based-standards] (SCNi16): Likewise.
35514         [C99-based-standards] (SCNo16): Likewise.
35515         [C99-based-standards] (SCNu16): Likewise.
35516         [C99-based-standards] (SCNx16): Likewise.
35517         [C99-based-standards] (PRIdLEAST16): Likewise.
35518         [C99-based-standards] (PRIiLEAST16): Likewise.
35519         [C99-based-standards] (PRIoLEAST16): Likewise.
35520         [C99-based-standards] (PRIuLEAST16): Likewise.
35521         [C99-based-standards] (PRIxLEAST16): Likewise.
35522         [C99-based-standards] (PRIXLEAST16): Likewise.
35523         [C99-based-standards] (SCNdLEAST16): Likewise.
35524         [C99-based-standards] (SCNiLEAST16): Likewise.
35525         [C99-based-standards] (SCNoLEAST16): Likewise.
35526         [C99-based-standards] (SCNuLEAST16): Likewise.
35527         [C99-based-standards] (SCNxLEAST16): Likewise.
35528         [C99-based-standards] (PRIdFAST16): Likewise.
35529         [C99-based-standards] (PRIiFAST16): Likewise.
35530         [C99-based-standards] (PRIoFAST16): Likewise.
35531         [C99-based-standards] (PRIuFAST16): Likewise.
35532         [C99-based-standards] (PRIxFAST16): Likewise.
35533         [C99-based-standards] (PRIXFAST16): Likewise.
35534         [C99-based-standards] (SCNdFAST16): Likewise.
35535         [C99-based-standards] (SCNiFAST16): Likewise.
35536         [C99-based-standards] (SCNoFAST16): Likewise.
35537         [C99-based-standards] (SCNuFAST16): Likewise.
35538         [C99-based-standards] (SCNxFAST16): Likewise.
35539         [C99-based-standards] (PRId32): Likewise.
35540         [C99-based-standards] (PRIi32): Likewise.
35541         [C99-based-standards] (PRIo32): Likewise.
35542         [C99-based-standards] (PRIu32): Likewise.
35543         [C99-based-standards] (PRIx32): Likewise.
35544         [C99-based-standards] (PRIX32): Likewise.
35545         [C99-based-standards] (SCNd32): Likewise.
35546         [C99-based-standards] (SCNi32): Likewise.
35547         [C99-based-standards] (SCNo32): Likewise.
35548         [C99-based-standards] (SCNu32): Likewise.
35549         [C99-based-standards] (SCNx32): Likewise.
35550         [C99-based-standards] (PRIdLEAST32): Likewise.
35551         [C99-based-standards] (PRIiLEAST32): Likewise.
35552         [C99-based-standards] (PRIoLEAST32): Likewise.
35553         [C99-based-standards] (PRIuLEAST32): Likewise.
35554         [C99-based-standards] (PRIxLEAST32): Likewise.
35555         [C99-based-standards] (PRIXLEAST32): Likewise.
35556         [C99-based-standards] (SCNdLEAST32): Likewise.
35557         [C99-based-standards] (SCNiLEAST32): Likewise.
35558         [C99-based-standards] (SCNoLEAST32): Likewise.
35559         [C99-based-standards] (SCNuLEAST32): Likewise.
35560         [C99-based-standards] (SCNxLEAST32): Likewise.
35561         [C99-based-standards] (PRIdFAST32): Likewise.
35562         [C99-based-standards] (PRIiFAST32): Likewise.
35563         [C99-based-standards] (PRIoFAST32): Likewise.
35564         [C99-based-standards] (PRIuFAST32): Likewise.
35565         [C99-based-standards] (PRIxFAST32): Likewise.
35566         [C99-based-standards] (PRIXFAST32): Likewise.
35567         [C99-based-standards] (SCNdFAST32): Likewise.
35568         [C99-based-standards] (SCNiFAST32): Likewise.
35569         [C99-based-standards] (SCNoFAST32): Likewise.
35570         [C99-based-standards] (SCNuFAST32): Likewise.
35571         [C99-based-standards] (SCNxFAST32): Likewise.
35572         [C99-based-standards] (PRId64): Likewise.
35573         [C99-based-standards] (PRIi64): Likewise.
35574         [C99-based-standards] (PRIo64): Likewise.
35575         [C99-based-standards] (PRIu64): Likewise.
35576         [C99-based-standards] (PRIx64): Likewise.
35577         [C99-based-standards] (PRIX64): Likewise.
35578         [C99-based-standards] (SCNd64): Likewise.
35579         [C99-based-standards] (SCNi64): Likewise.
35580         [C99-based-standards] (SCNo64): Likewise.
35581         [C99-based-standards] (SCNu64): Likewise.
35582         [C99-based-standards] (SCNx64): Likewise.
35583         [C99-based-standards] (PRIdLEAST64): Likewise.
35584         [C99-based-standards] (PRIiLEAST64): Likewise.
35585         [C99-based-standards] (PRIoLEAST64): Likewise.
35586         [C99-based-standards] (PRIuLEAST64): Likewise.
35587         [C99-based-standards] (PRIxLEAST64): Likewise.
35588         [C99-based-standards] (PRIXLEAST64): Likewise.
35589         [C99-based-standards] (SCNdLEAST64): Likewise.
35590         [C99-based-standards] (SCNiLEAST64): Likewise.
35591         [C99-based-standards] (SCNoLEAST64): Likewise.
35592         [C99-based-standards] (SCNuLEAST64): Likewise.
35593         [C99-based-standards] (SCNxLEAST64): Likewise.
35594         [C99-based-standards] (PRIdFAST64): Likewise.
35595         [C99-based-standards] (PRIiFAST64): Likewise.
35596         [C99-based-standards] (PRIoFAST64): Likewise.
35597         [C99-based-standards] (PRIuFAST64): Likewise.
35598         [C99-based-standards] (PRIxFAST64): Likewise.
35599         [C99-based-standards] (PRIXFAST64): Likewise.
35600         [C99-based-standards] (SCNdFAST64): Likewise.
35601         [C99-based-standards] (SCNiFAST64): Likewise.
35602         [C99-based-standards] (SCNoFAST64): Likewise.
35603         [C99-based-standards] (SCNuFAST64): Likewise.
35604         [C99-based-standards] (SCNxFAST64): Likewise.
35605         [C99-based-standards] (PRIdMAX): Likewise.
35606         [C99-based-standards] (PRIiMAX): Likewise.
35607         [C99-based-standards] (PRIoMAX): Likewise.
35608         [C99-based-standards] (PRIuMAX): Likewise.
35609         [C99-based-standards] (PRIxMAX): Likewise.
35610         [C99-based-standards] (PRIXMAX): Likewise.
35611         [C99-based-standards] (SCNdMAX): Likewise.
35612         [C99-based-standards] (SCNiMAX): Likewise.
35613         [C99-based-standards] (SCNoMAX): Likewise.
35614         [C99-based-standards] (SCNuMAX): Likewise.
35615         [C99-based-standards] (SCNxMAX): Likewise.
35616         [C99-based-standards] (PRIdPTR): Likewise.
35617         [C99-based-standards] (PRIiPTR): Likewise.
35618         [C99-based-standards] (PRIoPTR): Likewise.
35619         [C99-based-standards] (PRIuPTR): Likewise.
35620         [C99-based-standards] (PRIxPTR): Likewise.
35621         [C99-based-standards] (PRIXPTR): Likewise.
35622         [C99-based-standards] (SCNdPTR): Likewise.
35623         [C99-based-standards] (SCNiPTR): Likewise.
35624         [C99-based-standards] (SCNoPTR): Likewise.
35625         [C99-based-standards] (SCNuPTR): Likewise.
35626         [C99-based-standards] (SCNxPTR): Likewise.
35627         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35628         allow.
35629         * conform/data/stdint.h-data: Update comments to clarify
35630         requirements.
35631         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
35632         type.
35633         [C99-based standards] (INT8_MAX): Likewise.
35634         [C99-based standards] (INT16_MIN): Likewise.
35635         [C99-based standards] (INT16_MAX): Likewise.
35636         [C99-based standards] (INT32_MIN): Likewise.
35637         [C99-based standards] (INT32_MAX): Likewise.
35638         [C99-based standards] (INT64_MIN): Likewise.
35639         [C99-based standards] (INT64_MAX): Likewise.
35640         [C99-based standards] (UINT8_MAX): Likewise.
35641         [C99-based standards] (UINT16_MAX): Likewise.
35642         [C99-based standards] (UINT32_MAX): Likewise.
35643         [C99-based standards] (UINT64_MAX): Likewise.
35644         [C99-based standards] (INT_LEAST8_MIN): Likewise.
35645         [C99-based standards] (INT_LEAST8_MAX): Likewise.
35646         [C99-based standards] (INT_LEAST16_MIN): Likewise.
35647         [C99-based standards] (INT_LEAST16_MAX): Likewise.
35648         [C99-based standards] (INT_LEAST32_MIN): Likewise.
35649         [C99-based standards] (INT_LEAST32_MAX): Likewise.
35650         [C99-based standards] (INT_LEAST64_MIN): Likewise.
35651         [C99-based standards] (INT_LEAST64_MAX): Likewise.
35652         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35653         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35654         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35655         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35656         [C99-based standards] (INT_FAST8_MIN): Likewise.
35657         [C99-based standards] (INT_FAST8_MAX): Likewise.
35658         [C99-based standards] (INT_FAST16_MIN): Likewise.
35659         [C99-based standards] (INT_FAST16_MAX): Likewise.
35660         [C99-based standards] (INT_FAST32_MIN): Likewise.
35661         [C99-based standards] (INT_FAST32_MAX): Likewise.
35662         [C99-based standards] (INT_FAST64_MIN): Likewise.
35663         [C99-based standards] (INT_FAST64_MAX): Likewise.
35664         [C99-based standards] (UINT_FAST8_MAX): Likewise.
35665         [C99-based standards] (UINT_FAST16_MAX): Likewise.
35666         [C99-based standards] (UINT_FAST32_MAX): Likewise.
35667         [C99-based standards] (UINT_FAST64_MAX): Likewise.
35668         [C99-based standards] (INTPTR_MIN): Likewise.
35669         [C99-based standards] (INTPTR_MAX): Likewise.
35670         [C99-based standards] (UINTPTR_MAX): Likewise.
35671         [C99-based standards] (INTMAX_MIN): Likewise.
35672         [C99-based standards] (INTMAX_MAX): Likewise.
35673         [C99-based standards] (UINTMAX_MAX): Likewise.
35674         [C99-based standards] (PTRDIFF_MIN): Likewise.
35675         [C99-based standards] (PTRDIFF_MAX): Likewise.
35676         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35677         [C99-based standards] (SIZE_MAX): Likewise.
35678         [C99-based standards] (WCHAR_MAX): Likewise.
35679         [C99-based standards] (WINT_MAX): Likewise.
35680         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
35681         constraint on value.
35682         [C99-based standards] (WCHAR_MIN): Likewise.
35683         [C99-based standards] (WINT_MIN): Likewise.
35684         [C99-based standards] (*_t): Allow.
35685         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35686         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35687         Include math.h-data and complex.h-data.  Remove all expectations
35688         of math.h and complex.h contents.
35689         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35690         at end of line.
35691         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35692         (struct tm): Expect tag.
35693         [C99-based-standards] (wcstof): Expect function.
35694         [C99-based-standards] (wcstold): Likewise.
35695         [C99-based-standards] (wcstoll): Likewise.
35696         [C99-based-standards] (wcstoull): Likewise.
35697         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35698         macro-int-constant.  Specify type.
35699         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
35700         constraint on value.
35701         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35702         Specify type.
35703         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35704         Specify value.
35705         [ISO C standards]: Do not allow headers.
35706         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35707         wcs[abcdefghijklmnopqrstuvwxyz]*.
35708         [ISO C standards] (*_t): Do not allow.
35709         * conform/data/wctype.h-data [C99-based standards] (iswblank):
35710         Expect function.
35711         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35712         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35713         Specify type.
35714         [ISO C standards]: Do not allow headers.
35715         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35716         is[abcdefghijklmnopqrstuvwxyz]*.
35717         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35718         to[abcdefghijklmnopqrstuvwxyz]*.
35719         [ISO C standards] (*_t): Do not allow.
35720         * conform/data/stdalign.h-data: New file.
35721         * conform/data/stdbool.h-data: Likewise.
35722         * conform/data/stdnoreturn.h-data: Likewise.
35724 2012-11-07  Roland McGrath  <roland@hack.frob.com>
35726         [BZ #14815]
35727         * manual/filesys.texi (Directory Entries): Typo fix.
35728         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35730 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35732         * elf/elf.h (EM_AARCH64): New macro.
35733         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35734         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35735         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35736         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35737         (R_AARCH64_TLSDESC): Likewise.
35738         (NT_ARM_TLS): Likewise.
35739         (NT_ARM_HW_BREAK): Likewise.
35740         (NT_ARM_HW_WATCH): Likewise.
35742 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35744         [BZ #14811]
35745         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35746         (__ieee754_powl): Saturate nonzero exponents with absolute value
35747         below 0x1p-79 to +/- 0x1p-79.
35748         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35749         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35750         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35751         nonzero exponents with absolute value below 0x1p-32 to +/-
35752         0x1p-32.
35753         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35754         (__ieee754_powl): Saturate nonzero exponents with absolute value
35755         below 0x1p-79 to +/- 0x1p-79.
35756         * math/libm-test.inc (pow_test): Add more tests.
35758 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35760         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35761         _dl_s390_cap_flags with kernel. Increase string length.
35762         (_dl_s390_platforms): Add z196 and zEC12.
35764 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35766         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35767         Change XOPEN21K to XOPEN2K.
35769 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
35771         * string/memmove.c: Use memcpy when possible.
35773 2012-11-06  Andreas Jaeger  <aj@suse.de>
35775         * po/eo.po: Update from translation team.
35777 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
35779         [BZ #14793]
35780         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35781         exponent and small x and y exponents, scale x or y up.  Increase
35782         by 2 the exponent used in scaling up.
35783         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35784         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35785         * math/libm-test.inc (fma_test): Add more tests.
35786         (fma_test_towardzero): Likewise.
35787         (fma_test_downward): Likewise.
35788         (fma_test_upward): Likewise.
35790 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
35792         [BZ #14805]
35793         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35794         fenv_t *.
35796         [BZ #14801]
35797         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35798         namespace for names of struct fields.
35799         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35800         fenv_t fields.
35801         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35802         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35804 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35806         [BZ #3665]
35807         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35809 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35811         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35812         PTR_DEMANGLE.
35814         [BZ #5246]
35815         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35816         PTR_DEMANGLE.
35818 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
35820         [BZ #14797]
35821         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35822         definitely overflow as x * y not x * y + z.
35823         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35824         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35825         * math/libm-test.inc (fma_test): Add more tests.
35826         (fma_test_towardzero): Likewise.
35827         (fma_test_downward): Likewise.
35828         (fma_test_upward): Likewise.
35830 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
35832         [BZ #157]
35834         * include/stub-tag.h: Remove file.
35835         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35836         '#include' of it.
35837         * manual/maint.texi (Porting): Don't reference it.
35838         * Makerules ($(objpfx)stubs): Likewise.
35839         * dirent/closedir.c: Don't include <stub-tag.h>.
35840         * dirent/dirfd.c: Likewise.
35841         * dirent/fdopendir.c: Likewise.
35842         * dirent/getdents.c: Likewise.
35843         * dirent/getdents64.c: Likewise.
35844         * dirent/opendir.c: Likewise.
35845         * dirent/readdir.c: Likewise.
35846         * dirent/readdir64.c: Likewise.
35847         * dirent/readdir64_r.c: Likewise.
35848         * dirent/readdir_r.c: Likewise.
35849         * dirent/rewinddir.c: Likewise.
35850         * dirent/seekdir.c: Likewise.
35851         * dirent/telldir.c: Likewise.
35852         * gmon/profil.c: Likewise.
35853         * grp/setgroups.c: Likewise.
35854         * inet/if_index.c: Likewise.
35855         * io/access.c: Likewise.
35856         * io/chdir.c: Likewise.
35857         * io/chmod.c: Likewise.
35858         * io/chown.c: Likewise.
35859         * io/close.c: Likewise.
35860         * io/dup.c: Likewise.
35861         * io/dup2.c: Likewise.
35862         * io/dup3.c: Likewise.
35863         * io/euidaccess.c: Likewise.
35864         * io/faccessat.c: Likewise.
35865         * io/fchdir.c: Likewise.
35866         * io/fchmod.c: Likewise.
35867         * io/fchmodat.c: Likewise.
35868         * io/fchown.c: Likewise.
35869         * io/fchownat.c: Likewise.
35870         * io/fcntl.c: Likewise.
35871         * io/flock.c: Likewise.
35872         * io/fstatfs.c: Likewise.
35873         * io/fstatfs64.c: Likewise.
35874         * io/fstatvfs.c: Likewise.
35875         * io/fstatvfs64.c: Likewise.
35876         * io/futimens.c: Likewise.
35877         * io/fxstat.c: Likewise.
35878         * io/fxstat64.c: Likewise.
35879         * io/fxstatat.c: Likewise.
35880         * io/fxstatat64.c: Likewise.
35881         * io/getcwd.c: Likewise.
35882         * io/isatty.c: Likewise.
35883         * io/lchmod.c: Likewise.
35884         * io/lchown.c: Likewise.
35885         * io/link.c: Likewise.
35886         * io/linkat.c: Likewise.
35887         * io/lseek.c: Likewise.
35888         * io/lseek64.c: Likewise.
35889         * io/lxstat64.c: Likewise.
35890         * io/mkdir.c: Likewise.
35891         * io/mkdirat.c: Likewise.
35892         * io/mkfifo.c: Likewise.
35893         * io/mkfifoat.c: Likewise.
35894         * io/open.c: Likewise.
35895         * io/open64.c: Likewise.
35896         * io/openat.c: Likewise.
35897         * io/openat64.c: Likewise.
35898         * io/pipe.c: Likewise.
35899         * io/pipe2.c: Likewise.
35900         * io/poll.c: Likewise.
35901         * io/posix_fadvise.c: Likewise.
35902         * io/posix_fadvise64.c: Likewise.
35903         * io/posix_fallocate.c: Likewise.
35904         * io/posix_fallocate64.c: Likewise.
35905         * io/read.c: Likewise.
35906         * io/readlink.c: Likewise.
35907         * io/readlinkat.c: Likewise.
35908         * io/rmdir.c: Likewise.
35909         * io/sendfile.c: Likewise.
35910         * io/sendfile64.c: Likewise.
35911         * io/statfs.c: Likewise.
35912         * io/statfs64.c: Likewise.
35913         * io/statvfs.c: Likewise.
35914         * io/statvfs64.c: Likewise.
35915         * io/symlink.c: Likewise.
35916         * io/symlinkat.c: Likewise.
35917         * io/ttyname.c: Likewise.
35918         * io/ttyname_r.c: Likewise.
35919         * io/umask.c: Likewise.
35920         * io/unlink.c: Likewise.
35921         * io/unlinkat.c: Likewise.
35922         * io/utime.c: Likewise.
35923         * io/utimensat.c: Likewise.
35924         * io/write.c: Likewise.
35925         * io/xmknod.c: Likewise.
35926         * io/xmknodat.c: Likewise.
35927         * io/xstat.c: Likewise.
35928         * io/xstat64.c: Likewise.
35929         * login/getpt.c: Likewise.
35930         * login/grantpt.c: Likewise.
35931         * login/unlockpt.c: Likewise.
35932         * math/e_acoshl.c: Likewise.
35933         * math/e_acosl.c: Likewise.
35934         * math/e_asinl.c: Likewise.
35935         * math/e_atan2l.c: Likewise.
35936         * math/e_atanhl.c: Likewise.
35937         * math/e_coshl.c: Likewise.
35938         * math/e_expl.c: Likewise.
35939         * math/e_fmodl.c: Likewise.
35940         * math/e_gammal_r.c: Likewise.
35941         * math/e_hypotl.c: Likewise.
35942         * math/e_j0l.c: Likewise.
35943         * math/e_j1l.c: Likewise.
35944         * math/e_jnl.c: Likewise.
35945         * math/e_lgammal_r.c: Likewise.
35946         * math/e_log10l.c: Likewise.
35947         * math/e_log2l.c: Likewise.
35948         * math/e_logl.c: Likewise.
35949         * math/e_powl.c: Likewise.
35950         * math/e_rem_pio2l.c: Likewise.
35951         * math/e_sinhl.c: Likewise.
35952         * math/e_sqrtl.c: Likewise.
35953         * math/fclrexcpt.c: Likewise.
35954         * math/fedisblxcpt.c: Likewise.
35955         * math/feenablxcpt.c: Likewise.
35956         * math/fegetenv.c: Likewise.
35957         * math/fegetexcept.c: Likewise.
35958         * math/fegetround.c: Likewise.
35959         * math/feholdexcpt.c: Likewise.
35960         * math/fesetenv.c: Likewise.
35961         * math/fesetround.c: Likewise.
35962         * math/feupdateenv.c: Likewise.
35963         * math/fgetexcptflg.c: Likewise.
35964         * math/fraiseexcpt.c: Likewise.
35965         * math/fsetexcptflg.c: Likewise.
35966         * math/ftestexcept.c: Likewise.
35967         * math/k_cosl.c: Likewise.
35968         * math/k_rem_pio2l.c: Likewise.
35969         * math/k_sinl.c: Likewise.
35970         * math/k_tanl.c: Likewise.
35971         * math/s_asinhl.c: Likewise.
35972         * math/s_atanl.c: Likewise.
35973         * math/s_cbrtl.c: Likewise.
35974         * math/s_erfl.c: Likewise.
35975         * math/s_expm1l.c: Likewise.
35976         * math/s_log1pl.c: Likewise.
35977         * math/s_tanhl.c: Likewise.
35978         * misc/acct.c: Likewise.
35979         * misc/brk.c: Likewise.
35980         * misc/chflags.c: Likewise.
35981         * misc/chroot.c: Likewise.
35982         * misc/fchflags.c: Likewise.
35983         * misc/fgetxattr.c: Likewise.
35984         * misc/flistxattr.c: Likewise.
35985         * misc/fremovexattr.c: Likewise.
35986         * misc/fsetxattr.c: Likewise.
35987         * misc/fsync.c: Likewise.
35988         * misc/ftruncate.c: Likewise.
35989         * misc/futimes.c: Likewise.
35990         * misc/futimesat.c: Likewise.
35991         * misc/getdomain.c: Likewise.
35992         * misc/getdtsz.c: Likewise.
35993         * misc/gethostid.c: Likewise.
35994         * misc/gethostname.c: Likewise.
35995         * misc/getloadavg.c: Likewise.
35996         * misc/getpagesize.c: Likewise.
35997         * misc/getsysstats.c: Likewise.
35998         * misc/getxattr.c: Likewise.
35999         * misc/gtty.c: Likewise.
36000         * misc/ioctl.c: Likewise.
36001         * misc/lgetxattr.c: Likewise.
36002         * misc/listxattr.c: Likewise.
36003         * misc/llistxattr.c: Likewise.
36004         * misc/lremovexattr.c: Likewise.
36005         * misc/lsetxattr.c: Likewise.
36006         * misc/lutimes.c: Likewise.
36007         * misc/madvise.c: Likewise.
36008         * misc/mincore.c: Likewise.
36009         * misc/mlock.c: Likewise.
36010         * misc/mlockall.c: Likewise.
36011         * misc/mmap.c: Likewise.
36012         * misc/mprotect.c: Likewise.
36013         * misc/msync.c: Likewise.
36014         * misc/munlock.c: Likewise.
36015         * misc/munlockall.c: Likewise.
36016         * misc/munmap.c: Likewise.
36017         * misc/preadv.c: Likewise.
36018         * misc/preadv64.c: Likewise.
36019         * misc/ptrace.c: Likewise.
36020         * misc/pwritev.c: Likewise.
36021         * misc/pwritev64.c: Likewise.
36022         * misc/readv.c: Likewise.
36023         * misc/reboot.c: Likewise.
36024         * misc/remap_file_pages.c: Likewise.
36025         * misc/removexattr.c: Likewise.
36026         * misc/revoke.c: Likewise.
36027         * misc/select.c: Likewise.
36028         * misc/setdomain.c: Likewise.
36029         * misc/setegid.c: Likewise.
36030         * misc/seteuid.c: Likewise.
36031         * misc/sethostid.c: Likewise.
36032         * misc/sethostname.c: Likewise.
36033         * misc/setregid.c: Likewise.
36034         * misc/setreuid.c: Likewise.
36035         * misc/setxattr.c: Likewise.
36036         * misc/sstk.c: Likewise.
36037         * misc/stty.c: Likewise.
36038         * misc/swapoff.c: Likewise.
36039         * misc/swapon.c: Likewise.
36040         * misc/sync.c: Likewise.
36041         * misc/syncfs.c: Likewise.
36042         * misc/syscall.c: Likewise.
36043         * misc/truncate.c: Likewise.
36044         * misc/ualarm.c: Likewise.
36045         * misc/usleep.c: Likewise.
36046         * misc/ustat.c: Likewise.
36047         * misc/utimes.c: Likewise.
36048         * misc/vhangup.c: Likewise.
36049         * misc/writev.c: Likewise.
36050         * posix/_exit.c: Likewise.
36051         * posix/alarm.c: Likewise.
36052         * posix/execve.c: Likewise.
36053         * posix/fexecve.c: Likewise.
36054         * posix/fork.c: Likewise.
36055         * posix/fpathconf.c: Likewise.
36056         * posix/getaddrinfo.c: Likewise.
36057         * posix/getegid.c: Likewise.
36058         * posix/geteuid.c: Likewise.
36059         * posix/getgid.c: Likewise.
36060         * posix/getgroups.c: Likewise.
36061         * posix/getlogin.c: Likewise.
36062         * posix/getlogin_r.c: Likewise.
36063         * posix/getpgid.c: Likewise.
36064         * posix/getpid.c: Likewise.
36065         * posix/getppid.c: Likewise.
36066         * posix/getresgid.c: Likewise.
36067         * posix/getresuid.c: Likewise.
36068         * posix/getsid.c: Likewise.
36069         * posix/getuid.c: Likewise.
36070         * posix/glob64.c: Likewise.
36071         * posix/nanosleep.c: Likewise.
36072         * posix/pathconf.c: Likewise.
36073         * posix/pause.c: Likewise.
36074         * posix/posix_madvise.c: Likewise.
36075         * posix/pread.c: Likewise.
36076         * posix/pread64.c: Likewise.
36077         * posix/pwrite.c: Likewise.
36078         * posix/pwrite64.c: Likewise.
36079         * posix/sched_getaffinity.c: Likewise.
36080         * posix/sched_getp.c: Likewise.
36081         * posix/sched_gets.c: Likewise.
36082         * posix/sched_primax.c: Likewise.
36083         * posix/sched_primin.c: Likewise.
36084         * posix/sched_rr_gi.c: Likewise.
36085         * posix/sched_setaffinity.c: Likewise.
36086         * posix/sched_setp.c: Likewise.
36087         * posix/sched_sets.c: Likewise.
36088         * posix/sched_yield.c: Likewise.
36089         * posix/setgid.c: Likewise.
36090         * posix/setlogin.c: Likewise.
36091         * posix/setpgid.c: Likewise.
36092         * posix/setresgid.c: Likewise.
36093         * posix/setresuid.c: Likewise.
36094         * posix/setsid.c: Likewise.
36095         * posix/setuid.c: Likewise.
36096         * posix/sleep.c: Likewise.
36097         * posix/spawni.c: Likewise.
36098         * posix/sysconf.c: Likewise.
36099         * posix/times.c: Likewise.
36100         * posix/wait.c: Likewise.
36101         * posix/wait3.c: Likewise.
36102         * posix/wait4.c: Likewise.
36103         * posix/waitpid.c: Likewise.
36104         * resolv/gai_sigqueue.c: Likewise.
36105         * resource/getpriority.c: Likewise.
36106         * resource/getrlimit.c: Likewise.
36107         * resource/getrusage.c: Likewise.
36108         * resource/nice.c: Likewise.
36109         * resource/setpriority.c: Likewise.
36110         * resource/setrlimit.c: Likewise.
36111         * resource/ulimit.c: Likewise.
36112         * rt/aio_cancel.c: Likewise.
36113         * rt/aio_fsync.c: Likewise.
36114         * rt/aio_read.c: Likewise.
36115         * rt/aio_sigqueue.c: Likewise.
36116         * rt/aio_suspend.c: Likewise.
36117         * rt/aio_write.c: Likewise.
36118         * rt/clock_getres.c: Likewise.
36119         * rt/clock_gettime.c: Likewise.
36120         * rt/clock_nanosleep.c: Likewise.
36121         * rt/clock_settime.c: Likewise.
36122         * rt/lio_listio.c: Likewise.
36123         * rt/mq_close.c: Likewise.
36124         * rt/mq_getattr.c: Likewise.
36125         * rt/mq_notify.c: Likewise.
36126         * rt/mq_open.c: Likewise.
36127         * rt/mq_receive.c: Likewise.
36128         * rt/mq_send.c: Likewise.
36129         * rt/mq_setattr.c: Likewise.
36130         * rt/mq_timedreceive.c: Likewise.
36131         * rt/mq_timedsend.c: Likewise.
36132         * rt/mq_unlink.c: Likewise.
36133         * rt/shm_open.c: Likewise.
36134         * rt/shm_unlink.c: Likewise.
36135         * rt/timer_create.c: Likewise.
36136         * rt/timer_delete.c: Likewise.
36137         * rt/timer_getoverr.c: Likewise.
36138         * rt/timer_gettime.c: Likewise.
36139         * rt/timer_settime.c: Likewise.
36140         * setjmp/__longjmp.c: Likewise.
36141         * setjmp/setjmp.c: Likewise.
36142         * signal/kill.c: Likewise.
36143         * signal/killpg.c: Likewise.
36144         * signal/raise.c: Likewise.
36145         * signal/sigaction.c: Likewise.
36146         * signal/sigaltstack.c: Likewise.
36147         * signal/sigblock.c: Likewise.
36148         * signal/sigignore.c: Likewise.
36149         * signal/sigintr.c: Likewise.
36150         * signal/signal.c: Likewise.
36151         * signal/sigpause.c: Likewise.
36152         * signal/sigpending.c: Likewise.
36153         * signal/sigqueue.c: Likewise.
36154         * signal/sigreturn.c: Likewise.
36155         * signal/sigset.c: Likewise.
36156         * signal/sigsetmask.c: Likewise.
36157         * signal/sigstack.c: Likewise.
36158         * signal/sigsuspend.c: Likewise.
36159         * signal/sigtimedwait.c: Likewise.
36160         * signal/sigvec.c: Likewise.
36161         * signal/sigwait.c: Likewise.
36162         * signal/sigwaitinfo.c: Likewise.
36163         * signal/sysv_signal.c: Likewise.
36164         * socket/accept.c: Likewise.
36165         * socket/accept4.c: Likewise.
36166         * socket/bind.c: Likewise.
36167         * socket/connect.c: Likewise.
36168         * socket/getpeername.c: Likewise.
36169         * socket/getsockname.c: Likewise.
36170         * socket/getsockopt.c: Likewise.
36171         * socket/isfdtype.c: Likewise.
36172         * socket/listen.c: Likewise.
36173         * socket/recv.c: Likewise.
36174         * socket/recvfrom.c: Likewise.
36175         * socket/recvmsg.c: Likewise.
36176         * socket/send.c: Likewise.
36177         * socket/sendmsg.c: Likewise.
36178         * socket/sendto.c: Likewise.
36179         * socket/setsockopt.c: Likewise.
36180         * socket/shutdown.c: Likewise.
36181         * socket/sockatmark.c: Likewise.
36182         * socket/socket.c: Likewise.
36183         * socket/socketpair.c: Likewise.
36184         * stdio-common/ctermid.c: Likewise.
36185         * stdio-common/cuserid.c: Likewise.
36186         * stdio-common/remove.c: Likewise.
36187         * stdio-common/rename.c: Likewise.
36188         * stdio-common/renameat.c: Likewise.
36189         * stdio-common/tempname.c: Likewise.
36190         * stdlib/getcontext.c: Likewise.
36191         * stdlib/makecontext.c: Likewise.
36192         * stdlib/setcontext.c: Likewise.
36193         * stdlib/swapcontext.c: Likewise.
36194         * stdlib/system.c: Likewise.
36195         * streams/fattach.c: Likewise.
36196         * streams/fdetach.c: Likewise.
36197         * streams/getmsg.c: Likewise.
36198         * streams/getpmsg.c: Likewise.
36199         * streams/putmsg.c: Likewise.
36200         * streams/putpmsg.c: Likewise.
36201         * sysdeps/unix/bsd/getpt.c: Likewise.
36202         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36203         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36204         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36206         Likewise.
36207         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36208         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36209         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36210         * sysvipc/msgctl.c: Likewise.
36211         * sysvipc/msgget.c: Likewise.
36212         * sysvipc/msgrcv.c: Likewise.
36213         * sysvipc/msgsnd.c: Likewise.
36214         * sysvipc/semctl.c: Likewise.
36215         * sysvipc/semget.c: Likewise.
36216         * sysvipc/semop.c: Likewise.
36217         * sysvipc/semtimedop.c: Likewise.
36218         * sysvipc/shmat.c: Likewise.
36219         * sysvipc/shmctl.c: Likewise.
36220         * sysvipc/shmdt.c: Likewise.
36221         * sysvipc/shmget.c: Likewise.
36222         * termios/tcdrain.c: Likewise.
36223         * termios/tcflow.c: Likewise.
36224         * termios/tcflush.c: Likewise.
36225         * termios/tcgetattr.c: Likewise.
36226         * termios/tcgetpgrp.c: Likewise.
36227         * termios/tcsendbrk.c: Likewise.
36228         * termios/tcsetattr.c: Likewise.
36229         * termios/tcsetpgrp.c: Likewise.
36230         * time/adjtime.c: Likewise.
36231         * time/clock.c: Likewise.
36232         * time/getitimer.c: Likewise.
36233         * time/gettimeofday.c: Likewise.
36234         * time/setitimer.c: Likewise.
36235         * time/settimeofday.c: Likewise.
36236         * time/stime.c: Likewise.
36237         * time/time.c: Likewise.
36239 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36241         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36242         /usr/old/bin.
36244         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36245         instead of spaces.
36246         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36248 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36250         [BZ #14796]
36251         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36252         FE_TONEAREST before applying Dekker multiplication and Knuth
36253         addition.  Clear inexact exceptions and check for exact zero
36254         results afterwards.
36255         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36256         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36257         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36258         * math/libm-test.inc (fma_test): Add more tests.
36259         (fma_test_towardzero): Likewise.
36260         (fma_test_downward): Likewise.
36261         (fma_test_upward): Likewise.
36262         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36263         function.
36264         (libc_fesetround): New macro.
36265         (libc_fesetroundf): Likewise.
36266         (libc_fesetroundl): Likewise.
36267         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36268         function.
36269         (libc_fesetround_387): Likewise.
36270         (libc_fesetroundf): New macro.
36271         (libc_fesetround): Likewise.
36272         (libc_fesetroundl): Likewise.
36273         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36274         function.
36275         (libc_fesetroundf): New macro.
36276         (libc_fesetround): Likewise.
36277         (libc_fesetroundl): Likewise.
36278         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36279         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36280         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36281         libm_hidden_ver.
36282         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36283         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36284         libm_hidden_def.
36285         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36286         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36287         libm_hidden_ver.
36288         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36289         libm_hidden_def.
36291         [BZ #3439]
36292         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36293         integer constant usable in #if and use that to give value to enum
36294         constant.
36295         (FE_DIVBYZERO): Likewise.
36296         (FE_UNDERFLOW): Likewise.
36297         (FE_OVERFLOW): Likewise.
36298         (FE_INVALID): Likewise.
36299         (FE_INVALID_SNAN): Likewise.
36300         (FE_INVALID_ISI): Likewise.
36301         (FE_INVALID_IDI): Likewise.
36302         (FE_INVALID_ZDZ): Likewise.
36303         (FE_INVALID_IMZ): Likewise.
36304         (FE_INVALID_COMPARE): Likewise.
36305         (FE_INVALID_SOFTWARE): Likewise.
36306         (FE_INVALID_SQRT): Likewise.
36307         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36308         (FE_TONEAREST): Likewise.
36309         (FE_TOWARDZERO): Likewise.
36310         (FE_UPWARD): Likewise.
36311         (FE_DOWNWARD): Likewise.
36312         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36313         (FE_DIVBYZERO): Likewise.
36314         (FE_OVERFLOW): Likewise.
36315         (FE_UNDERFLOW): Likewise.
36316         (FE_INEXACT): Likewise.
36317         (FE_TONEAREST): Likewise.
36318         (FE_DOWNWARD): Likewise.
36319         (FE_UPWARD): Likewise.
36320         (FE_TOWARDZERO): Likewise.
36321         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36322         (FE_UNDERFLOW): Likewise.
36323         (FE_OVERFLOW): Likewise.
36324         (FE_DIVBYZERO): Likewise.
36325         (FE_INVALID): Likewise.
36326         (FE_TONEAREST): Likewise.
36327         (FE_TOWARDZERO): Likewise.
36328         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36329         (FE_OVERFLOW): Likewise.
36330         (FE_UNDERFLOW): Likewise.
36331         (FE_DIVBYZERO): Likewise.
36332         (FE_INEXACT): Likewise.
36333         (FE_TONEAREST): Likewise.
36334         (FE_TOWARDZERO): Likewise.
36335         (FE_UPWARD): Likewise.
36336         (FE_DOWNWARD): Likewise.
36337         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36338         (FE_DIVBYZERO): Likewise.
36339         (FE_OVERFLOW): Likewise.
36340         (FE_UNDERFLOW): Likewise.
36341         (FE_INEXACT): Likewise.
36342         (FE_TONEAREST): Likewise.
36343         (FE_DOWNWARD): Likewise.
36344         (FE_UPWARD): Likewise.
36345         (FE_TOWARDZERO): Likewise.
36347 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36349         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36351 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36353         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36354         commands.  Quote $PWD.
36355         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36356         -x" by "export".
36357         (remove_newlines): Remove.
36359 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36361         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36362         * stdlib/stdlib.h (atof): Moved to ...
36363         * include/bits/stdlib-float.h: Here.  New file.
36364         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36365         * stdlib/bits/stdlib-float.h: New file.
36366         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36367         -mno-sse -mno-mmx.
36368         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36369         <xmmintrin.h>.
36371 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36373         * conform/conformtest.pl (@headers): Add fenv.h.
36374         * conform/data/fenv.h-data: New file.
36375         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36376         include of <math/fenv.h>.
36378         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36379         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36380         && !UNIX98].  Enables tests for XOPEN2K8.
36381         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36382         POSIX2008]: Likewise.
36384         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36385         (struct rusage): Do not expect type or its members.
36387         [BZ #3439]
36388         * math/math.h (FP_NAN): Define macro to integer constant usable in
36389         #if and use that to give value to enum constant.
36390         (FP_INFINITE): Likewise.
36391         (FP_ZERO): Likewise.
36392         (FP_SUBNORMAL): Likewise.
36393         (FP_NORMAL): Likewise.
36395 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36397         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36398         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36399         arguments.
36401 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36403         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36404         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36405         autoconf-time if not.
36406         * configure.in: Remove AC_PREREQ.
36408 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36410         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36411         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36412         of the internal implementation.
36414 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36416         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36417         except include of <misc/sys/syslog.h>.
36419 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36422         function returns with a NULL context exit with zero.
36424 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36426         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36428 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36430         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36431         (run_program_cmd): This.
36432         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36433         (tst_langinfo): New variable.  Use it.
36435 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36437         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36438         floating point opcodes.
36440 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36442         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36443         variable.
36445         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36447         * sysdeps/mach/hurd/powerpc: Remove directory.
36448         * sysdeps/mach/powerpc: Likewise.
36450 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36452         * scripts/check-local-headers.sh: Ignore c++ headers.
36454 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36456         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36457         __libc_cleanup_region_start argument.
36459 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36461         [BZ #14784]
36462         [BZ #14785]
36463         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36464         x * y using scaling, not as x * y + z.
36465         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36466         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36467         * math/libm-test.inc (fma_test): Add more tests.
36468         (fma_test_towardzero): Likewise.
36469         (fma_test_downward): Likewise.
36470         (fma_test_upward): Likewise.
36472 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36474         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36476 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36478         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36479         New variable.
36481 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
36483         * rt/tst-shm.c (worker): Correct checking for mmap failure.
36485 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36488         Fix sort order.
36489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36490         Likewise.
36492 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36495         Fix the order of the list for glibc 2.17.
36496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36497         Likewise.
36499 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
36501         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36503 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
36505         [BZ #14610]
36506         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36507         for low part of x being zero before using __atanl (y).
36508         * math/libm-test.inc (atan2_test): Add another test.
36510         * manual/install.texi (Configuring and compiling): Document
36511         general use of test-wrapper and test-wrapper-env.
36512         * INSTALL: Regenerated.
36514         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36515         (__fma): Do not extract and scale down low bits on after-rounding
36516         systems when result rounded to normal precision would have normal
36517         exponent.
36518         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36519         (__fmal): Do not extract and scale down low bits on after-rounding
36520         systems when result rounded to normal precision would have normal
36521         exponent.
36522         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36523         (__fmal): Do not extract and scale down low bits on after-rounding
36524         systems when result rounded to normal precision would have normal
36525         exponent.
36526         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36527         macro.
36528         (fma_test): Add more tests.
36529         (fma_test_towardzero): Likewise.
36530         (fma_test_downward): Likewise.
36531         (fma_test_upward): Likewise.
36533 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
36535         * sysdeps/i386/tininess.h: Renamed to ...
36536         * sysdeps/x86/tininess.h: This.
36537         * sysdeps/x86_64/tininess.h: Removed.
36539 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36541         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36542         input.  Use $(build-program-cmd).
36543         ($(objpfx)tst-array1-static.out): Likewise.
36544         ($(objpfx)tst-array2.out): Likewise.
36545         ($(objpfx)tst-array3.out): Likewise.
36546         ($(objpfx)tst-array4.out): Likewise.
36547         ($(objpfx)tst-array5.out): Likewise.
36548         ($(objpfx)tst-array5-static.out): Likewise.
36550 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
36552         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36553         if defined.
36555         * nss/nsswitch.h (nss_interface_function): Provide new
36556         macro for use with NSS functions.
36557         * grp/initgroups.c: Use new macro.
36558         * nss/getXXbyYY.c: Likewise.
36559         * nss/getXXbyYY_r.c: Likewise.
36560         * nss/getXXent.c: Likewise.
36561         * nss/getXXent_r.c: Likewise.
36562         * sysdeps/posix/getaddrinfo.c: Likewise.
36564 2012-10-30  Andreas Jaeger  <aj@suse.de>
36566         * po/ru.po: Update Russion translation from translation project.
36568 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
36570         [BZ #14152]
36571         [BZ #14783]
36572         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36573         result and shift together with sticky bit instead of replicating
36574         round-to-nearest rounding.
36575         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36576         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36577         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
36578         missing underflow exceptions.
36579         (fma_test_towardzero): Add more tests.
36580         (fma_test_downward): Likewise.
36581         (fma_test_upward): Likewise.
36583         [BZ #14047]
36584         * sysdeps/generic/tininess.h: New file.
36585         * sysdeps/i386/tininess.h: Likewise.
36586         * sysdeps/sh/tininess.h: Likewise.
36587         * sysdeps/x86_64/tininess.h: Likewise.
36588         * stdlib/tst-strtod-underflow.c: Likewise.
36589         * stdlib/tst-tininess.c: Likewise.
36590         * stdlib/strtod_l.c: Include <tininess.h>.
36591         (round_and_return): Do not set errno for exact underflow cases.
36592         Force an underflow exception when setting errno for underflow.
36593         Determine underflow based on rounding to normal precision if
36594         TININESS_AFTER_ROUNDING.
36595         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36596         ERANGE for exact underflow cases.
36597         * stdlib/Makefile (tests): Add tst-tininess and
36598         tst-strtod-underflow.
36599         ($(objpfx)tst-tininess): Use $(link-libm).
36600         ($(objpfx)tst-strtod-underflow): Likewise.
36602 2012-10-30  Andreas Jaeger  <aj@suse.de>
36604         [BZ#14767]
36605         * elf/Makefile (tests): Remove conditional for have-initfini-array
36606         since this is now always required and the variable does not exist
36607         anymore.
36608         (tests-static): Likewise.
36609         (modules-names): Likewise.
36611         * po/eo.po: Add Esperanto translation from translation project.
36613         * elf/tst-array1.c (fini_array): Make writeable so that it can be
36614         merged with constructor/destructor.
36615         (init_array): Likewise.
36616         * elf/tst-array2dep.c (fini_array): Likewise.
36617         (init_array): Likewise.
36619 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
36621         * manual/message.texi: Delete @cartouche tags.
36623 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
36625         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36626         EOPNOTSUPP.
36627         * sysdeps/mach/hurd/fsync.c: Likewise.
36629         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36630         [_POSIX_REALTIME_SIGNALS]: Change condition to
36631         [_POSIX_REALTIME_SIGNALS > 0].
36633 2012-10-27  Andreas Jaeger  <aj@suse.de>
36635         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36636         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36637         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36638         [__WORDSIZE != 64]: Likewise.
36640 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
36642         *  iconvdata/tst-table.sh: Remove ${SHELL}.
36643         *  iconvdata/tst-tables.sh: Likewise.
36645 2012-10-25  David S. Miller  <davem@davemloft.net>
36647         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36648         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36649         of strtoull.
36651         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36652         ifunc-impl-list.c
36653         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36654         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36655         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36656         file.
36658 2012-10-25  Roland McGrath  <roland@hack.frob.com>
36660         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36661         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36662         __getdirentries.
36664 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36665             Jim Blandy  <jimb@codesourcery.com>
36667         * scripts/cross-test-ssh.sh: New file.
36668         * manual/install.texi (Configuring and compiling): Document use of
36669         cross-test-ssh.sh.
36670         * INSTALL: Regenerated.
36672 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
36674         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36675         EOPNOTSUPP.
36677 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
36679         * Makeconfig (run-program-prefix): Fix comment.
36681 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36682             Jim Blandy  <jimb@codesourcery.com>
36684         * Makeconfig (test-wrapper): New variable,
36685         (test-wrapper-env): Likewise.
36686         [$(cross-compiling) = yes && $(test-wrapper) != ""]
36687         (run-built-tests): Define to yes.
36688         (run-program-prefix): Use $(test-wrapper).
36689         (built-program-cmd): Likewise.
36690         * Rules (make-test-out): Use $(test-wrapper-env) and
36691         $(host-built-program-cmd).
36692         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36693         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36694         tst-pathopt.sh.
36695         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36696         $(test-wrapper-env) to tst-rtld-load-self.sh.
36697         ($(objpfx)order2.out): Use $(test-wrapper).
36698         ($(objpfx)tst-initorder.out): Likewise.
36699         ($(objpfx)tst-initorder2.out): Likewise.
36700         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36701         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36702         (test_wrapper_env): New variable.  Use it to run ld.so.
36703         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36704         Use it to run ld.so.
36705         (test_wrapper_env): Likewise.
36706         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36707         $(test-wrapper) to run-iconv-test.sh.
36708         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36709         (ICONV): Use $test_wrapper.
36710         * posix/Makefile ($(objpfx)globtest.out): Pass
36711         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36712         globtest.sh, not $(run-program-prefix).
36713         * posix/globtest.sh (run_via_rtld_prefix): New variable.
36714         (test_wrapper): Likewise.
36715         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
36716         set together with run_via_rtld_prefix.
36717         (run_program_prefix): Define in terms of test_wrapper and
36718         run_via_rtld_prefix.
36720 2012-10-24  Roland McGrath  <roland@hack.frob.com>
36722         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36723         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36724         Targets removed.
36726         [BZ #14743]
36727         * include/time.h: Remove librt_hidden_proto (clock_gettime).
36728         Declare __clock_getres, __clock_gettime, __clock_settime,
36729         __clock_nanosleep, and __clock_getcpuclockid.
36730         * rt/clock_gettime.c: Define __clock_gettime as an alias.
36731         Remove librt_hidden_def (clock_gettime).
36732         * sysdeps/unix/clock_gettime.c: Likewise.
36733         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36734         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36735         * rt/clock_getres.c: Define __clock_getres as an alias.
36736         * sysdeps/posix/clock_getres.c: Likewise.
36737         * rt/clock_settime.c: Define __clock_settime as an alias.
36738         * sysdeps/unix/clock_settime.c: Likewise.
36739         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36740         * sysdeps/unix/clock_nanosleep.c: Likewise.
36741         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36742         * rt/clock-compat.c: New file.
36743         * rt/Makefile (librt-routines): Add clock-compat and move
36744         $(clock-routines) to ...
36745         (routines): ... here, new variable.
36746         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36747         Don't add get_clockfreq here.
36748         * rt/Versions (libc: GLIBC_2.17): New version set.
36749         Add clock_* symbols here.
36750         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
36751         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36752         (GLIBC_2.17): Add clock_* symbols.
36753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36754         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36755         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36757         Likewise.
36758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36759         Likewise.
36760         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36761         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36762         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36763         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36764         * NEWS: Mention the move.
36766         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36767         Use __open, __read, __close rather than their public counterparts.
36768         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36769         (__get_clockfreq_via_cpuinfo): Likewise.
36770         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36771         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36773         * config.h.in (HAVE_IFUNC): New #undef.
36774         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36775         was successful.
36776         * configure: Regenerated.
36778 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36780         * configure.in: Move READELF check to start of file.
36781         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36782         libc_cv_asm_gnu_indirect_function in the process.
36783         * configure: Regenerated.
36785 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
36787         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36788         send the output to /dev/null.
36789         (libc_cv_cc_with_libunwind): Likewise.
36790         (libc_cv_as_noexecstack): Likewise.
36791         * configure: Regenerate.
36793 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
36795         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36797         * posix/globtest.sh (TMPDIR): Do not set.
36798         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36799         (testout): Likewise.
36801 2012-10-24  Andreas Jaeger  <aj@suse.de>
36803         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36804         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36805         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36806         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36807         posix_fadvise64, posix_fallocate64.
36809         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36810         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36811         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36812         Likewise.
36813         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36814         Likewise.
36815         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36817         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36818         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36819         <bits/fcntl-linux.h>.
36820         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36822         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36823         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36824         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36825         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36826         [__WORDSIZE != 64]: Likewise.
36828 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36830         * Makeconfig (run-built-tests): New variable.
36831         * Rules [$(cross-compiling) = yes]: Change condition to
36832         [$(run-built-tests) = no].
36833         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36834         to [$(run-built-tests) = yes].
36835         * elf/Makefile [$(cross-compiling) = no]: Likewise
36836         * grp/Makefile [$(cross-compiling) = no]: Likewise.
36837         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36838         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36839         * intl/Makefile [$(cross-compiling) = no]: Likewise.
36840         * io/Makefile [$(cross-compiling) = no]: Likewise.
36841         * libio/Makefile [$(cross-compiling) = no]: Likewise.
36842         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36843         * misc/Makefile [$(cross-compiling) = no]: Likewise.
36844         * posix/Makefile [$(cross-compiling) = no]: Likewise.
36845         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36846         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36847         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36848         * string/Makefile [$(cross-compiling) = no]: Likewise.
36850         * posix/Makefile ($(objpfx)globtest.out): Pass
36851         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36852         $(rtld-installed-name).
36853         * posix/globtest.sh (elf_objpfx): Remove variable.
36854         (rtld_installed_name): Likewise.
36855         (library_path): Likewise.
36856         (run_program_prefix): New variable.  Use for running globtest
36857         binary.
36859 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
36860             Joseph Myers  <joseph@codesourcery.com>
36862         * Makeconfig (host-built-program-cmd): New variable.
36863         * elf/Makefile (tst-stackguard1-ARGS): Use
36864         $(host-built-program-cmd).
36865         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36866         (tst-spawn-ARGS): Likewise.
36867         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36869 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
36870             Jim Blandy  <jimb@codesourcery.com>
36872         * Makeconfig (run-via-rtld-prefix): New variable.
36873         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36874         (built-program-cmd): Likewise.
36876 2012-10-22  Andreas Jaeger  <aj@suse.de>
36878         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36879         __O_RSYNC if it exists, otherwise to O_SYNC.
36881 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
36882             Joseph Myers  <joseph@codesourcery.com>
36884         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36885         /dev/null.
36886         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36887         from /dev/null
36888         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36889         /dev/null.
36891 2012-10-22  Andreas Jaeger  <aj@suse.de>
36893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36894         Define always.
36895         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36897         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36898         bits/fcntl-linux.h.
36900         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36901         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36903         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36904         to __O_LARGEFILE.
36905         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36906         to __O_LARGEFILE.
36908 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
36909             Joseph Myers  <joseph@codesourcery.com>
36911         * config.make.in (NM): New variable.
36913 2012-10-21  Andreas Jaeger  <aj@suse.de>
36915         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36916         definitions and declarations that are provided by
36917         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36919 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36921         [BZ #14683]
36922         * elf/Makefile (tests-static): Add tst-leaks1-static.
36923         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36924         ($(objpfx)tst-leaks1-static): New rule.
36925         ($(objpfx)tst-leaks1-static-mem): Likewise.
36926         (tst-leaks1-static-ENV): New macro.
36927         * elf/dl-open.c (dl_open_worker): Check the main application
36928         only if SHARED is defined.
36929         * elf/tst-leaks1-static.c: New file.
36931 2012-10-20  Andreas Jaeger  <aj@suse.de>
36933         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36934         generic values for Linux.
36935         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36936         and declarations that are provided by <bits/fcntl-linux.h> and
36937         include <bits/fcntl-linux.h>.
36938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36939         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36941 2012-10-20  Roland McGrath  <roland@hack.frob.com>
36943         * io/fcntl.h: Move include of <bits/types.h> to the top and
36944         include it unconditionally.
36946 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
36948         * wcsmbs/Makefile (tests-ifunc): New variable.
36949         (tests): Add $(tests-ifunc).
36950         * wcsmbs/test-wcschr-ifunc.c: New file.
36951         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36952         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
36953         * wcsmbs/test-wcslen-ifunc.c: Likewise.
36954         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
36955         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
36957         * string/Makefile (tests-ifunc): New variable.
36958         (tests): Add $(tests-ifunc).
36959         * string/test-memccpy.c (TEST_NAME): New macro.
36960         * string/test-memchr.c (TEST_NAME): Likewise.
36961         * string/test-memcmp.c (TEST_NAME): Likewise.
36962         * string/test-memcpy.c (TEST_NAME): Likewise.
36963         * string/test-memmem.c (TEST_NAME): Likewise.
36964         * string/test-memmove.c (TEST_NAME): Likewise.
36965         * string/test-memset.c (TEST_NAME): Likewise.
36966         * string/test-rawmemchr.c (TEST_NAME): Likewise.
36967         * string/test-stpcpy.c (TEST_NAME): Likewise.
36968         * string/test-stpncpy.c (TEST_NAME): Likewise.
36969         * string/test-strcasecmp.c (TEST_NAME): Likewise.
36970         * string/test-strcasestr.c (TEST_NAME): Likewise.
36971         * string/test-strcat.c (TEST_NAME): Likewise.
36972         * string/test-strchr.c (TEST_NAME): Likewise.
36973         * string/test-strcmp.c(TEST_NAME): Likewise.
36974         * string/test-strcpy.c (TEST_NAME): Likewise.
36975         * string/test-strcspn.c (TEST_NAME): Likewise.
36976         * string/test-strlen.c (TEST_NAME): Likewise.
36977         * string/test-strncasecmp.c (TEST_NAME): Likewise.
36978         * string/test-strncmp.c (TEST_NAME): Likewise.
36979         * string/test-strncpy.c (TEST_NAME): Likewise.
36980         * string/test-strnlen.c (TEST_NAME): Likewise.
36981         * string/test-strpbrk.c (TEST_NAME): Likewise.
36982         * string/test-strrchr.c (TEST_NAME): Likewise.
36983         * string/test-strspn.c (TEST_NAME): Likewise.
36984         * string/test-strstr.c (TEST_NAME): Likewise.
36985         * string/test-bcopy-ifunc.c: New file.
36986         * string/test-bzero-ifunc.c: Likewise.
36987         * string/test-memccpy-ifunc.c: Likewise.
36988         * string/test-memchr-ifunc.c: Likewise.
36989         * string/test-memcmp-ifunc.c: Likewise.
36990         * string/test-memcpy-ifunc.c: Likewise.
36991         * string/test-memmem-ifunc.c: Likewise.
36992         * string/test-memmove-ifunc.c: Likewise.
36993         * string/test-mempcpy-ifunc.c: Likewise.
36994         * string/test-memset-ifunc.c: Likewise.
36995         * string/test-rawmemchr-ifunc.c: Likewise.
36996         * string/test-stpcpy-ifunc.c: Likewise.
36997         * string/test-stpncpy-ifunc.c: Likewise.
36998         * string/test-strcasecmp-ifunc.c: Likewise.
36999         * string/test-strcasestr-ifunc.c: Likewise.
37000         * string/test-strcat-ifunc.c: Likewise.
37001         * string/test-strchr-ifunc.c: Likewise.
37002         * string/test-strchrnul-ifunc.c: Likewise.
37003         * string/test-strcmp-ifunc.c: Likewise.
37004         * string/test-strcpy-ifunc.c: Likewise.
37005         * string/test-strcspn-ifunc.c: Likewise.
37006         * string/test-strlen-ifunc.c: Likewise.
37007         * string/test-strncasecmp-ifunc.c: Likewise.
37008         * string/test-strncat-ifunc.c: Likewise.
37009         * string/test-strncmp-ifunc.c: Likewise.
37010         * string/test-strncpy-ifunc.c: Likewise.
37011         * string/test-strnlen-ifunc.c: Likewise.
37012         * string/test-strpbrk-ifunc.c: Likewise.
37013         * string/test-strrchr-ifunc.c: Likewise.
37014         * string/test-strspn-ifunc.c: Likewise.
37015         * string/test-strstr-ifunc.c: Likewise.
37017         * debug/Makefile (tests-ifunc): New variable.
37018         (tests): Add $(tests-ifunc).
37019         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37020         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37021         * debug/test-stpcpy_chk-ifunc.c: New file.
37022         * debug/test-strcpy_chk-ifunc.c: Likewise.
37024 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37026         [BZ #13601]
37027         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37028         header is not read in.
37030 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37032         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37033         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37034         directly.  Pass built executable to script as
37035         $(built-program-cmd).
37036         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37037         $testprogram without using LD_LIBRARY_PATH and $ldso.
37039         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37040         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37041         $(rtld-installed-name).
37042         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37043         (rtld_installed_name): Likewise.
37044         (library_path): Likewise.
37045         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37046         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37047         $(run-program-prefix) to tst-tables.sh.
37048         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37049         it to run tst-table-from and tst-table-to.
37050         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37051         Pass it to tst-table.sh.
37052         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37053         $(run-program-prefix) to tst-gettext.sh.
37054         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37055         tst-translit.sh.
37056         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37057         tst-gettext2.sh.
37058         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37059         to run tst-gettext.
37060         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37061         to run tst-gettext2.
37062         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37063         to run tst-translit.
37064         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37065         $(run-program-prefix) to tst-mtrace.sh.
37066         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37067         to run tst-mtrace.
37068         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37069         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37070         $(rtld-installed-name).
37071         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37072         (rtld_installed_name): Likewise.
37073         (run_program_prefix): New variable.  Use it to run wordexp-test.
37075         * Makeconfig (ARCH): Remove all definitions.
37076         (machine): Likewise.
37077         [ARCH]: Remove conditional code.
37078         [!objdir]: Give error.
37079         [!objdir] (objpfx): Remove.
37080         [!objdir] (common-objpfx): Likewise.
37081         [!objdir] (common-objdir): Likewise.
37082         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37083         AC_CONFIG_FILES call.
37084         * configure: Regenerated.
37086         [BZ #13888]
37087         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37088         or TMPDIR.
37089         (testout): Likewise.
37091         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37092         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37093         $(rtld-installed-name).
37094         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37095         (rtld_installed_name): Likwise.
37096         (runit): Remove function.
37097         (run_getconf): New variable,  Use it for running getconf binary.
37099 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37101         [BZ #14716]
37102         * string/test-memmem.c (check_result): New function.
37103         (do_one_test): Use it.
37104         (check1): New function.
37105         (test_main): Use it.
37107 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37109         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37111 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37113         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37114         (_G_LSEEK64): Likewise.
37115         (_G_MMAP64): Likewise.
37116         (_G_FSTAT64): Likewise.
37117         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37118         (_G_LSEEK64): Likewise.
37119         (_G_MMAP64): Likewise.
37120         (_G_FSTAT64): Likewise.
37121         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37122         unconditional.  Call __mmap64 directly.
37123         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37124         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37125         __lseek64 directly.
37126         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37127         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37128         __mmap64 directly.
37129         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37130         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37131         __lseek64 directly.
37132         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37133         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37134         __lseek64 directly.
37135         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37136         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37137         __lseek64 directly.
37138         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37139         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37140         __fxstat64 directly.
37141         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37142         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37143         unconditional.
37144         (freopen64) [!_G_OPEN64]: Remove conditional code.
37145         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37146         unconditional.
37147         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37148         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37149         unconditional.
37150         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37151         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37152         unconditional.
37153         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37154         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37155         unconditional.
37156         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37157         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37158         unconditional.
37159         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37160         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37161         unconditional.
37162         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37163         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37164         unconditional.
37165         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37167 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37169         [BZ #12140]
37170         * manual/memory.texi (Malloc Tunable Parameters): Add note
37171         about free list pointers overwriting some perturb bytes.
37172         Wording suggested by Roland McGrath.
37174 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37176         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37177         (lgamma_test): Likewise.
37178         (tgamma_test): Likewise.
37180 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37182         [BZ #14700]
37183         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37184         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37186 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37188         * NEWS: Mention BZ #14716.
37189         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37190         when removing AVAILABLE1_USES_J macro.
37192 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37194         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37195         (__bswap_64): __uint64_t for unsigned 64-bit int.
37197 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37199         * include/string.h (memmem): Declare libc hidden alias.
37200         * string/memmem.c (memmem): Define libc hidden alias.
37201         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37202         __read, __close instead of open, read, close.
37204 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37206         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37207         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37208         global and hidden.
37209         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37210         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37211         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37212         Likewise.
37213         (__rawmemchr_sse2): Likewise.
37214         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37215         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37216         (__strchr_sse2): Likewise.
37217         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37218         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37219         (__strcasecmp_sse2): Likewise.
37220         (__strncasecmp_sse2): Likewise.
37221         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37222         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37223         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37224         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37225         (__strrchr_sse2): Likewise.
37226         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37227         ifunc-impl-list.c.
37228         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37229         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37230         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37231         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37232         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37233         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37234         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37235         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37236         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37237         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37238         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37239         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37240         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37241         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37242         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37243         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37244         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37245         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37246         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37247         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37248         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37249         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37250         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37251         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37252         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37253         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37254         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37255         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37256         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37257         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37259         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37260         global and hidden.
37261         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37262         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37263         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37264         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37265         Likewise.
37266         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37267         Likewise.
37268         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37269         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37270         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37271         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37272         ifunc-impl-list.c.
37273         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37274         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37275         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37276         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37277         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37278         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37279         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37280         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37281         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37282         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37283         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37284         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37285         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37286         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37287         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37288         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37289         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37290         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37291         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37292         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37293         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37294         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37295         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37296         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37297         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37298         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37299         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37300         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37301         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37302         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37303         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37304         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37305         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37306         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37307         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37308         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37309         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37310         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37311         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37312         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37313         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37315         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37316         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37317         * include/ifunc-impl-list.h: New file.
37318         * misc/ifunc-impl-list.c: Likewise.
37319         * misc/Makefile (routines): Add ifunc-impl-list.
37320         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37321         * string/test-string.h: Include <ifunc-impl-list.h>.
37322         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37323         TEST_NAME]: New variables.
37324         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37325         are defined.
37326         (test_init): Call __libc_ifunc_impl_list to initialize
37327         func_list if TEST_IFUNC and TEST_NAME are defined.
37329         * string/Makefile (strop-tests): Add bcopy and bzero.
37330         * string/test-bcopy.c: New file.
37331         * string/test-bzero.c: Likewise.
37332         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37333         defined.
37334         * string/test-memset.c: Support bzero test if TEST_BZERO is
37335         defined.
37336         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37337         __libc_memmove.
37338         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37339         __libc_memset.
37340         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37341         of memset.
37343 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37345         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37346         * configure: Regenerated.
37348         * Makeconfig (+link-static-before-libc): Don't include
37349         $(link-static-libc).
37351         * libio/libio.h (_IO_pos_t): Remove.
37353 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37355         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37356         McGrath.
37358 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37360         * crypt/crypt-entry.c: Include fips-private.h.
37361         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37362         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37363         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37364         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37366 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37368         * crypt/crypt-private.h: Include stdbool.h.
37369         (_ufc_setup_salt_r): Return bool.
37370         * crypt/crypt-entry.c: Include errno.h.
37371         (__crypt_r): Return NULL with EINVAL for bad salt.
37372         * crypt/crypt_util.c (bad_for_salt): New.
37373         (_ufc_setup_salt_r): Check that salt is long enough and within
37374         the specified alphabet.
37375         * crypt/badsalttest.c: New file.
37376         * crypt/Makefile (tests): Add it.
37377         ($(objpfx)badsalttest): New.
37379 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37381         * NEWS: Add entry for BZ #14602.
37383 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37385         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37386         type-generic.
37387         * math/libm-test.inc: Update comment listing what functions and
37388         macros are tested.
37389         (isgreater_test): New function.
37390         (isgreaterequal_test): Likewise.
37391         (isless_test): Likewise.
37392         (islessequal_test): Likewise.
37393         (islessgreater_test): Likewise.
37394         (isunordered_test): Likewise.
37395         (main): Call the new functions.
37397 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37399         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37400         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37401         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37402         * sysdeps/i386/configure: Regenerated.
37403         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37404         * sysdeps/mach/configure: Regenerated.
37405         * sysdeps/mach/hurd/configure: Regenerated.
37406         * sysdeps/powerpc/configure: Regenerated.
37407         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37408         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37409         * sysdeps/s390/s390-32/configure: Regenerated.
37410         * sysdeps/s390/s390-64/configure: Regenerated.
37411         * sysdeps/sh/configure: Regenerated.
37412         * sysdeps/sparc/configure: Regenerated.
37413         * sysdeps/unix/sysv/linux/configure: Regenerated.
37414         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37415         * sysdeps/x86_64/configure: Regenerated.
37417         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37418         defined.  Don't check if MAP is NULL.
37420 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37422         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37423         (_G_stat64): Likewise.
37424         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37425         (_G_stat64): Likewise.
37426         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37427         instead of struct _G_stat64.
37428         * libio/fileops.c (mmap_remap_check): Likewise.
37429         (decide_maybe_mmap): Likewise.
37430         (_IO_new_file_seekoff): Likewise.
37431         (_IO_file_stat): Likewise.
37432         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37433         _G_off64_t.
37434         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37435         instead of struct _G_stat64.
37436         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37438 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37440         [BZ #14602]
37441         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37442         Replace with ...
37443         (CHECK_EOL): New macro.
37444         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37445         CHECK_EOL.
37446         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37447         Replace with CHECK_EOL.
37448         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37449         Replace with CHECK_EOL.
37451 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37453         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37454         type-generic.
37455         * math/libm-test.inc: Update comment listing what functions and
37456         macros are tested.
37457         (finite_test): New function.
37458         (isinf_test): Likewise.
37459         (isnan_test): Likewise.
37460         (fpclassify_test): Test subnormal input.
37461         (isfinite_test): Likewise.
37462         (isnormal_test): Likewise.
37463         (main): Call the new functions.
37465 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
37467         [BZ #14660]
37468         * Makerules (%.dynsym): Force C locale when running
37469         $(OBJDUMP) --dynamic-syms.
37471 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
37473         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37474         <stdint.h>.
37476 2012-10-06  David S. Miller  <davem@davemloft.net>
37478         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37479         upper 32-bits of the length value in %o2 since we use branch-on-register
37480         tests which consider the entire 64-bit register.
37482 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
37484         * string/test-strstr.c (check2): Add a test for page boundary.
37486 2012-10-05  David S. Miller  <davem@davemloft.net>
37488         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37489         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37490         file.
37491         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37492         sysdep_routines.
37493         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37494         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37495         and bzero when HWCAP_SPARC_CRYPTO is present.
37497 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
37499         [BZ #14602]
37500         * string/test-strstr.c (check2): New function.
37501         (test_main): Call check2.
37503         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37504         and bug-strchr1.
37505         * string/bug-strcasestr1.c (do_test): Moved to ...
37506         * string/test-strcasestr.c (check1): Here.  New function.
37507         (do_one_test): Break out result checking code into ...
37508         (check_result): This.  New function.
37509         (do_one_test): Call check_result.
37510         (test_main): Call check1.
37511         * string/bug-strchr1.c (do_test): Moved to ...
37512         * string/test-strchr.c (check1): Here.  New function.
37513         (do_one_test): Break out result checking code into ...
37514         (check_result): This.  New function.
37515         (do_one_test): Call check_result.
37516         (test_main): Call check1.
37517         * string/bug-strstr1.c (main): Moved to ...
37518         * string/test-strstr.c (check1): Here.  New function.
37519         (do_one_test): Break out result checking code into ...
37520         (check_result): This.  New function.
37521         (do_one_test): Call check_result.
37522         (test_main): Call check1.
37523         * string/bug-strcasestr1.c: Removed.
37524         * string/bug-strchr1.c: Likewise.
37525         * string/bug-strstr1.c: Likewise.
37527         * elf/Makefile (dl-routines): Add hwcaps.
37528         * elf/dl-support.c (_dl_important_hwcaps): Removed.
37529         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37530         (_dl_important_hwcaps): Moved to ...
37531         * elf/dl-hwcaps.c: Here.  New file.
37532         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37534         [BZ #14557]
37535         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37536         if IS_IN_rtld isn't defined.
37538         * elf/dl-support.c (_dl_sysinfo_map): New.
37539         Include "get-dynamic-info.h" and "setup-vdso.h".
37540         (_dl_non_dynamic_init): Call setup_vdso.
37541         * elf/dynamic-link.h: Don't include <assert.h>.
37542         (elf_get_dynamic_info): Moved to ...
37543         * elf/get-dynamic-info.h: Here.  New file.
37544         * elf/dynamic-link.h: Include "get-dynamic-info.h".
37545         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37546         * elf/setup-vdso.h: Here.  New file.
37547         * elf/rtld.c: Include "setup-vdso.h".
37548         (dl_main): Call setup_vdso.
37550 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
37552         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37553         creal in comment listing functions tested.  List finite, isinf,
37554         isnan, isless, islessequal, isgreater, isgreaterequal,
37555         islessgreater, isunordered, lgamma_r and pow10 as functions and
37556         macros not tested.  Mention which functions not tested are aliases
37557         for other functions.  Fix typo.  Note that signs of NaNs are not
37558         tested.
37560         * scripts/config.guess: Update from config.git.
37561         * scripts/config.sub: Likewise.
37563 2012-10-04  Roland McGrath  <roland@hack.frob.com>
37565         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37566         * misc/madvise.c (madvise): Renamed to __madvise.
37567         Make madvise a weak alias.
37568         * include/sys/mman.h: Declare __madvise.
37569         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37570         * sysdeps/unix/syscalls.list
37571         (madvise): Make __madvise the strong name, and madvise a weak alias.
37572         * sysdeps/unix/sysv/linux/syscalls.list
37573         (madvise, mmap): Remove redundant entries.
37574         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37575         * malloc/malloc.c (mtrim): Likewise.
37576         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37578 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37580         * sysdeps/mach/hurd/dl-cache.c: File removed.
37581         * config.h.in (USE_LDCONFIG): New #undef.
37582         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37583         * configure: Regenerated.
37584         * elf/Makefile (dl-routines): Add dl-cache only under
37585         [$(use-ldconfig) = yes].
37586         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37587         cache on [USE_LDCONFIG].
37588         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37589         [USE_LDCONFIG].
37590         * elf/rtld.c (dl_main): Likewise.
37592 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
37594         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37595         _SC_LEVEL4_CACHE_LINESIZE.
37597 2012-10-03  Roland McGrath  <roland@hack.frob.com>
37599         * sysdeps/unix/bsd/confstr.h: File removed.
37601 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
37603         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37604         sys/sdt-config.h.
37606 2012-10-02  Roland McGrath  <roland@hack.frob.com>
37608         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37609         Make 'mapoff' field ElfW(Off) rather than off_t.
37611 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
37613         * nscd/Makefile: Remove nscd-cflags and all its users.
37614         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37615         (CFLAGS-nonlib): Add compiler flags for nscd modules.
37617         [BZ #10631]
37618         * malloc.c (malloc_printerr): Clarify error message.
37620 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
37622         [BZ #14648]
37623         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37624         Set bit_FMA_Usable if FMA is supported.
37625         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37626         macro.
37627         (bit_FMA4_Usable): Updated.
37628         (index_FMA_Usable): New macro.
37629         (CPUID_FMA): Likewise
37630         (HAS_FMA): Defined with bit_FMA_Usable.
37632 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37634         * bits/types.h (__swblk_t): Type removed.
37635         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37636         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37637         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37638         (__SWBLK_T_TYPE): Likewise.
37639         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37640         (__SWBLK_T_TYPE): Likewise.
37641         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37642         (__SWBLK_T_TYPE): Likewise.
37643         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37644         (__SWBLK_T_TYPE): Likewise.
37646 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
37647             Honza Horak <hhorak@redhat.com>
37649         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37650         (xdr_mapname): Use YPMAXMAP as maxsize.
37651         (xdr_peername): Use YPMAXPEER as maxsize.
37652         (xdr_keydat): Use YPAXRECORD as maxsize.
37653         (xdr_valdat): Use YPMAXRECORD as maxsize.
37655 2012-10-01  Roland McGrath  <roland@hack.frob.com>
37657         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37659         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37660         * csu/init-first.c: ... here.
37661         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37662         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37663         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37664         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37665         * sysdeps/i386/init-first.c: File removed.
37666         * sysdeps/sh/init-first.c: File removed.
37668 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
37670         [BZ #14645]
37671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37672         if x * y might underflow to zero and z is zero.
37673         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37674         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37675         * math/libm-test.inc (min_subnorm_value): New variable.
37676         (fma_test): Add more tests.
37677         (fma_test_towardzero): Likewise.
37678         (fma_test_downward): Likewise
37679         (fma_test_upward): Likewise.
37680         (initialize): Set min_subnorm_value.
37682 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
37684         [BZ #14638]
37685         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37686         0 + 0.
37687         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37688         mode for addition resulting in exact zero.
37689         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37690         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37691         exact 0 + 0.
37692         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37693         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37694         * math/libm-test.inc (fma_test): Add more tests.
37695         (fma_test_towardzero): New function.
37696         (fma_test_downward): Likewise.
37697         (fma_test_upward): Likewise.
37698         (main): Call the new functions.
37700 2012-09-28  David S. Miller  <davem@davemloft.net>
37702         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37704 2012-09-28  Roland McGrath  <roland@hack.frob.com>
37706         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37707         instead of SIGALRM.
37709         * sysdeps/gnu/_G_config.h: Moved to ...
37710         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37711         * sysdeps/mach/hurd/_G_config.h: Moved to ...
37712         * sysdeps/generic/_G_config.h: ... here.
37714         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
37716         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37718         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37719         Conditionalize target on [libnss_test1.so-version].
37721         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37723         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37724         (elfobjdir): Move out of conditionals.
37726         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37727         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37728         (__nss_lookup_function): Conditionalize label remove_from_tree on
37729         [!DO_STATIC_NSS || SHARED], matching its only use.
37731 2012-09-28  David S. Miller  <davem@davemloft.net>
37733         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37734         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37735         file.
37736         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37737         sysdep_routines.
37738         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37739         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37740         when HWCAP_SPARC_CRYPTO is present.
37742 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37744         * io/tst-mknodat.c: Create a FIFO instead of a socket.
37746 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
37748         [BZ #6530]
37749         * stdio-common/vfprintf.c (process_string_arg): Revert
37750         2000-07-22 change.
37752 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
37754         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37755         for testcase.
37756         * stdio-common/tst-sprintf.c: Include <locale.h>
37757         (main): Test sprintf's handling of incomplete multibyte
37758         characters.
37760 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
37762         * elf/dl-runtime.c (VERSYMIDX): Removed.
37763         * elf/dl-version.c (VERSYMIDX): Likewise.
37764         * elf/do-rel.h (VERSYMIDX): Likewise.
37765         (VALIDX): Likewise.
37766         * elf/dynamic-link.h (VERSYMIDX): Likewise.
37767         * elf/rtld.c (VALIDX): Likewise.
37768         (ADDRIDX): Likewise.
37769         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37770         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37771         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37772         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37773         (VALIDX): Likewise.
37774         (ADDRIDX): Likewise.
37776 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37778         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37780 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
37782         [BZ #11438]
37783         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37784         to global scope.
37785         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37786         addresses are in the same scope as 192.0.2/24.
37787         * posix/gai.conf: Document new scope table defaults.
37789 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37791         [BZ #5298]
37792         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37793         for ftell.  Compute offsets from write pointers instead.
37794         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37796 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
37798         [BZ #14543]
37799         * libio/Makefile (tests): New test case tst-fseek.
37800         * libio/tst-fseek.c: New test case to verify that fseek/ftell
37801         combination works in wide mode.
37802         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37803         state when the external buffer state changes.
37805 2012-09-27  David S. Miller  <davem@davemloft.net>
37807         [BZ #14376]
37808         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37809         pass reloc->r_addend in as the 'high' argument to
37810         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37814 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
37816         * rt/tst-aio2.c: Include <pthread.h>.
37817         * rt/tst-aio3.c: Likewise.
37819 2012-09-27  Steve Ellcey  <sellcey@mips.com>
37821         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37823 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
37825         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37826         contents on [SHARED].
37828 2012-09-26  Marek Polacek  <polacek@redhat.com>
37830         [BZ #14530]
37831         [BZ #13741]
37832         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37833         for C++ and GCC <4.3 as well as for non GCC compilers.
37835 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
37837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37839 2012-09-25  Roland McGrath  <roland@hack.frob.com>
37841         * Makefile.in (all, install): Declare with .PHONY.
37842         Reported by Michael Hope <michael.hope@linaro.org>.
37844 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37846         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37847         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37848         system header.
37849         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37850         Likewise.
37851         (sydep_routines): Add the new and the internal functions.
37852         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37853         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37855         (GLIBC_2.17): Add the new function.
37856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37857         (GLIBC_2.17): Likewise.
37858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37859         (GLIBC_2.17): Likewise.
37860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37861         (GLIBC_2.17): Likewise.
37862         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37864 2012-09-25  Alan Modra  <amodra@gmail.com>
37866         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37867         Add release barrier before setting once_control to say
37868         initialisation is done.  Add hints on lwarx.  Use macro in
37869         place of isync.
37870         (clear_once_control): Add release barrier.
37872 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37874         [BZ #13629]
37875         * math/s_clog.c (__clog): Handle more values close to |z| = 1
37876         specially.
37877         * math/s_clog10.c (__clog10): Likewise.
37878         * math/s_clog10f.c (__clog10f): Likewise.
37879         * math/s_clog10l.c (__clog10l): Likewise.
37880         * math/s_clogf.c (__clogf): Likewise.
37881         * math/s_clogl.c (__clogl): Likewise.
37882         * math/Makefile (libm-calls): Add x2y2m1.
37883         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37884         (__x2y2m1): Likewise.
37885         (__x2y2m1l): Likewise.
37886         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37887         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37888         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37889         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37890         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37891         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37892         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37893         * sysdeps/i386/fpu/libm-test-ulps: Update.
37894         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37896         [BZ #14621]
37897         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37898         int as type of variable DEPTH.
37899         (glob): Use size_t instead of int as type of variables NEWCOUNT
37900         and OLD_PATHC.
37902 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
37904         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37905         Add s_sincosf-sse2.
37906         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37907         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37908         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37909         macros for using routine as __sincosf_ia32.
37910         Use macro for function declaration and weak_alias.
37911         * sysdeps/i386/fpu/libm-test-ulps: Update.
37913         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37914         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37916         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37917         subnormal argument.
37918         * math/s_cexpf.c (__cexpf): Likewise.
37919         * math/s_csinf.c (__csinf): Likewise.
37920         * math/s_csinhf.c (__csinhf): Likewise.
37921         * math/s_ctanf.c (__ctanf): Likewise.
37922         * math/s_ctanhf.c (__ctanhf): Likewise.
37923         * math/s_ccosh.c (__ccoshf): Likewise.
37924         * math/s_cexp.c (__cexpl): Likewise.
37925         * math/s_csin.c (__csin): Likewise.
37926         * math/s_csinh.c (__csinh): Likewise.
37927         * math/s_ctan.c (__ctan): Likewise.
37928         * math/s_ctanh.c (ctanh): Likewise.
37929         * math/s_ccoshl.c (__ccoshl): Likewise.
37930         * math/s_cexpl.c (__cexpl): Likewise.
37931         * math/s_csinl.c (__csinl): Likewise.
37932         * math/s_csinhl.c (__csinhl): Likewise.
37933         * math/s_ctanl.c (__ctanl): Likewise.
37934         * math/s_ctanhl.c (__ctanhl): Likewise.
37936 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
37938         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37939         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37940         (_IO_off_t): Define to __off_t, not _G_off_t.
37941         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37942         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37943         (_IO_wint_t): Define to wint_t, not _G_wint_t.
37944         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37945         type of __dummy and __dummy2 fields.
37946         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37947         (_G_ssize_t): Likewise.
37948         (_G_off_t): Likewise.
37949         (_G_pid_t): Likewise.
37950         (_G_uid_t): Likewise.
37951         (_G_wchar_t): Likewise.
37952         (_G_wint_t): Likewise.
37953         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
37954         (_G_ssize_t): Likewise.
37955         (_G_off_t): Likewise.
37956         (_G_pid_t): Likewise.
37957         (_G_uid_t): Likewise.
37958         (_G_wchar_t): Likewise.
37959         (_G_wint_t): Likewise.
37960         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
37961         (_G_ssize_t): Likewise.
37962         (_G_off_t): Likewise.
37963         (_G_pid_t): Likewise.
37964         (_G_uid_t): Likewise.
37965         (_G_wchar_t): Likewise.
37966         (_G_wint_t): Likewise.
37968 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37970         * malloc/arena.c: Include malloc-sysdep.h.
37971         (shrink_heap): Use check_may_shrink_heap to decide if madvise
37972         is sufficient to shrink the heap or an unmap is needed.
37973         * sysdeps/generic/malloc-sysdep.h: New file.  Define
37974         new function check_may_shrink_heap.
37975         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
37976         new function check_may_shrink_heap.
37978 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37980         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
37981         comments.
37983 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
37985         * catgets/test-gencat.sh: Add "set -e".
37986         * elf/tst-pathopt.sh: Likewise.
37987         * grp/tst_fgetgrent.sh: Likewise.
37988         * iconvdata/run-iconv-test.sh: Likewise.
37989         * intl/tst-gettext.sh: Likewise.
37990         * intl/tst-gettext2.sh: Likewise.
37991         * intl/tst-gettext4.sh: Likewise.
37992         * intl/tst-gettext6.sh: Likewise.
37993         * intl/tst-translit.sh: Likewise.
37994         * io/ftwtest-sh: Likewise.
37995         * libio/test-freopen.sh: Likewise.
37996         * malloc/tst-mtrace.sh: Likewise.
37997         * posix/globtest.sh: Likewise.
37998         * posix/tst-getconf.sh: Likewise.
37999         * posix/wordexp-tst.sh: Likewise.
38000         * stdio-common/tst-printf.sh: Likewise.
38001         * stdio-common/tst-unbputc.sh: Likewise.
38002         * stdlib/tst-fmtmsg.sh: Likewise.
38003         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38004         * catgets/Makefile: Do not specify -e option when running
38005         testsuite shell scripts.
38006         * elf/Makefile: Likewise.
38007         * grp/Makefile: Likewise.
38008         * iconvdata/Makefile: Likewise.
38009         * intl/Makefile: Likewise.
38010         * io/Makefile: Likewise.
38011         * libio/Makefile: Likewise.
38012         * malloc/Makefile: Likewise.
38013         * posix/Makefile: Likewise.
38014         * stdio-common/Makefile: Likewise.
38015         * stdlib/Makefile: Likewise.
38016         * sysdeps/x86_64/Makefile: Likewise.
38018         * io/ftwtest-sh: Add copyright header.
38019         * posix/globtest.sh: Likewise.
38020         * posix/tst-getconf.sh: Likewise.
38021         * posix/wordexp-tst.sh: Likewise.
38022         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38024 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38026         [BZ #13679]
38027         * Makeconfig (+link): Defined as $(+link-static) if
38028         $(build-shared) isn't yes.
38029         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38030         isn't yes.
38031         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38033         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38035         [BZ #14562]
38036         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38037         new chunk size with MALLOC_ALIGN_MASK.
38039 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38041         [BZ #5044]
38042         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38043         <rounding-mode.h>.
38044         (__printf_fphex): Determine rounding using get_rounding_mode and
38045         round_away.
38046         * stdio-common/tst-printf-round.c (struct hex_test): New
38047         structure.
38048         (hex_tests): New variable.
38049         (test_hex_in_one_mode): New function.
38050         (do_test): Also run tests for hex float output.
38052 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38054         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38055         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38056         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38057         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38058         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38059         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38060         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38061         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38063 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38065         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38066         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38067         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38068         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38070 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38072         [BZ #14579]
38073         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38074         mode only.
38075         * elf/tst-rtld-load-self.sh: New test.
38076         * elf/Makefile: Run it.
38078 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38080         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38081         (tst-writev-ENV): Remove.
38082         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38084 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38086         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38088 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38090         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38091         unconditional.
38092         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38093         Likewise.
38094         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38095         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38096         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38097         Likewise.
38099 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38101         [BZ #14587]
38102         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38103         * config.make.in (have-cpp-asm-debuginfo): Removed.
38104         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38105         * configure: Regenerated.
38107 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38109         [BZ #5044]
38110         * stdio-common/printf_fp.c: Include <stdbool.h> and
38111         <rounding-mode.h>.
38112         (___printf_fp): Determine rounding using get_rounding_mode and
38113         round_away.
38114         * stdio-common/tst-printf-round.c: New file.
38115         * stdio-common/Makefile (tests): Add tst-printf-round.
38116         (link-libm): New variable.
38117         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38119 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38121         [BZ #14576]
38122         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38123         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38124         Likewise.
38125         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38126         Likewise.
38128 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38130         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38131         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38132         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38133         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38135 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38137         [BZ #14518]
38138         * include/rounding-mode.h: New file.
38139         * sysdeps/generic/get-rounding-mode.h: Likewise.
38140         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38141         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38142         (MAX_VALUE): New macro.
38143         (MIN_VALUE): Likewise.
38144         (overflow_value): New function.
38145         (underflow_value): Likewise.
38146         (round_and_return): Use overflow_value and underflow_value to
38147         determine return values in overflow and underflow cases.  Use
38148         round_away to determine rounding depending on rounding mode.
38149         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38150         determine return values in overflow and underflow cases.
38151         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38152         (struct test_results): New structure.
38153         (struct test): Use struct test_results to store expected results
38154         for all rounding modes.
38155         (TEST): Include expected results for all rounding modes.
38156         (test_in_one_mode): New function.
38157         (do_test): Use test_in_one_mode to compute and check results.
38158         Check results for all rounding modes.
38159         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38160         $(link-libm).
38162 2012-12-09  Allan McRae  <allan@archlinux.org>
38164         * sysdeps/i386/fpu/libm-test-ulps: Update
38166 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38168         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38169         (_G_int32_t): Likewise.
38170         (_G_uint16_t): Likewise.
38171         (_G_uint32_t): Likewise.
38172         (_G_HAVE_BOOL): Likewise.
38173         (_G_HAVE_ATEXIT): Likewise.
38174         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38175         (_G_HAVE_IO_FILE_OPEN): Likewise.
38176         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38177         (_G_int32_t): Likewise.
38178         (_G_uint16_t): Likewise.
38179         (_G_uint32_t): Likewise.
38180         (_G_HAVE_BOOL): Likewise.
38181         (_G_HAVE_ATEXIT): Likewise.
38182         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38183         (_G_HAVE_IO_FILE_OPEN): Likewise.
38184         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38185         (_G_int32_t): Likewise.
38186         (_G_uint16_t): Likewise.
38187         (_G_uint32_t): Likewise.
38188         (_G_HAVE_BOOL): Likewise.
38189         (_G_HAVE_ATEXIT): Likewise.
38190         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38191         (_G_HAVE_IO_FILE_OPEN): Likewise.
38193 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38195         * csu/libc-tls.c: Update copyright years.
38197 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38199         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38200         [!_G_USING_THUNKS]: Remove conditional code.
38201         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38202         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38204         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38205         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38206         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38207         (_G_VTABLE_LABEL_PREFIX): Likewise.
38208         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38209         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38210         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38211         (_G_VTABLE_LABEL_PREFIX): Likewise.
38212         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38213         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38214         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38215         (_G_VTABLE_LABEL_PREFIX): Likewise.
38216         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38218 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38220         * libio/Makefile: Include ../Makeconfig before tests.
38221         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38222         only if $(build-shared) is yes.
38224         * iconv/gconv_db.c: Update copyright years.
38226 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38228         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38229         unwind info if defined PIC. Fix special cases description.
38230         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38232         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38233         DP_HI_MASK entry.
38234         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38236 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38238         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38240         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38241         is NULL.
38243         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38244         (LDLIBS-tst-chk4): This.
38245         (LDFLAGS-tst-chk5): Renamed to ...
38246         (LDLIBS-tst-chk5): This.
38247         (LDFLAGS-tst-chk6): Renamed to ...
38248         (LDLIBS-tst-chk6): This.
38249         (LDFLAGS-tst-lfschk4): Renamed to ...
38250         (LDLIBS-tst-lfschk4): This.
38251         (LDFLAGS-tst-lfschk5): Renamed to ...
38252         (LDLIBS-tst-lfschk5): This.
38253         (LDFLAGS-tst-lfschk6): Renamed to ...
38254         (LDLIBS-tst-lfschk6): This.
38256         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38257         on $(common-objpfx)soversions.mk.
38259 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38261         [BZ #10014]
38262         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38263         example host name.
38265 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38267         * malloc/arena.c (arena_get_retry): New function that gets
38268         another arena for the caller to try its request on.
38269         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38270         current arena cannot fulfill the request.
38271         (__libc_memalign): Likewise.
38272         (__libc_memalign): Likewise.
38273         (__libc_pvalloc): Likewise.
38274         (__libc_calloc): Likewise.
38276 2012-09-05  John Tobey  <john.tobey@gmail.com>
38278         [BZ #13542]
38279         * manual/arith.texi (Operations on Complex): Fix description
38280         of carg branch cut.
38282 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38284         [BZ #10014]
38285         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38286         host name.
38288         [BZ #10038]
38289         * manual/memory.texi (Memory): Make order of menu items match
38290         order of sections.
38292 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38294         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38295         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38296         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38298 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38300         * csu/libc-tls.c (static_dtv): Renamed to ...
38301         (_dl_static_dtv): This.  Make it global.
38302         (_dl_initial_dtv): Removed.
38303         (__libc_setup_tls): Updated.
38304         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38305         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38306         DL_INITIAL_DTV.
38308 2012-09-06  Petr Machata  <pmachata@redhat.com>
38310         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38311         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38312         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38313         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38315 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38317         [BZ #14545]
38318         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38319         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38320         freeing dtv[-1].
38322 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38324         [BZ #14544]
38325         * Makeconfig (link-static-before-libc): Replace $(+prector)
38326         with $(+prectorT).
38327         (link-static-after-libc): Replace $(+postctor) with
38328         $(+postctorT).
38329         (link-bounded): Replace $(+prector)/$(+postctor) with
38330         $(+prectorT)/$(+postctorT).
38331         (+prectorT): New macro.
38332         (+postctorT): Likewise.
38334 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38336         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38337         (round_str): Handle values above the maximum for IBM long double
38338         as inexact.
38339         * stdlib/tst-strtod-round.c (tests): Regenerated.
38341 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38343         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38344         assembler flag.
38345         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38346         zarch_nohighgprs around the zarch optimized routines.
38347         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38348         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38349         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38350         for zarch.
38352 2012-09-05  David S. Miller  <davem@davemloft.net>
38354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38356         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38357         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38358         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38359         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38360         entries.
38362 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38364         * malloc/arena.c: Fold copyright years.
38365         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38367 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38369         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38371 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38373         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38375 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38377         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38378         change internal state upon failure.
38380 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38382         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38383         * malloc/memusage.c (mmap): Likewise.
38384         (mmap64, mremap): Likewise.  Adjust name in comment.
38386 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38388         * libio/fileops.c: Fix typos in comments.
38389         * libio/oldfileops.c: Likewise.
38390         * libio/wfileops.c: Likewise.
38392 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38394         [BZ #1349]
38395         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38396         (tst-malloc-usable-ENV): Set environment for test case.
38397         * malloc/hooks.c (malloc_check_get_size): New function to get
38398         requested size.
38399         * malloc/malloc.c (musable): Use malloc_check_get_size.
38400         * malloc/tst-malloc-usable.c: New test case.
38402 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38404         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38406 2012-09-05  Allan McRae  <allan@archlinux.org>
38408         [BZ #13966]
38409         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38410         determine header location.
38411         * configure: Regenerated.
38413 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38415         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38416         float format.
38417         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38418         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38419         format.
38420         (test): Regenerate.
38422 2012-09-04  David S. Miller  <davem@davemloft.net>
38424         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38425         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38426         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38428 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38430         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38431         failures.
38433         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38435 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38437         [BZ #9914]
38438         * libio/iogetdelim.c: Include <limits.h>.
38439         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38440         + len + 1 would overflow.
38442 2012-09-03  Andreas Jaeger  <aj@suse.de>
38444         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38445         * sysdeps/i386/fpu/libm-test-ulps: Update.
38447 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38449         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38450         Add s_sinf-sse2, s_conf-sse2.
38452         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38453         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38454         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38455         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38457         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38458         for using routine as __sinf_ia32.
38459         Use macro for function declaration and weak_alias.
38460         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38461         for using routine as __cosf_ia32.
38462         Use macro for function declaration and weak_alias.
38464         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38465         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38467         * sysdeps/x86_64/fpu/s_sinf.S: New file.
38468         * sysdeps/x86_64/fpu/s_cosf.S: New file.
38469         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38471         * math/libm-test.inc (cos_test): Add more test cases.
38472         (sin_test): Likewise.
38473         (sincos_test): Likewise.
38475 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38477         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38478         (IFUNC_RESOLVE): Make pointers to the specialized implementations
38479         hidden.
38480         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38482 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
38484         [BZ #14538]
38485         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38486         first element of the GOT.
38487         (elf_machine_load_address): Return the difference between
38488         the runtime address of _DYNAMIC and elf_machine_dynamic ().
38490 2012-09-01  Allan McRae  <allan@archlinux.org>
38492         [BZ #13412]
38493         * configure.in (AWK): Require gawk version 3.0 or later.
38494         * configure: Regenerated.
38496 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
38498         * sysdeps/unix/sysv/linux/kernel-features.h
38499         (__ASSUME_POSIX_CPU_TIMERS): Remove.
38500         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38501         [__NR_clock_getres]: Make code unconditional.
38502         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38503         (clock_getcpuclockid): Remove code left unreachable by removal of
38504         conditionals.
38505         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38506         code unconditional.
38507         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38508         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38509         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38510         Make code unconditional.
38511         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38512         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38513         * sysdeps/unix/sysv/linux/clock_settime.c
38514         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38515         conditional code.
38516         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38517         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38519 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
38521         [BZ #14476]
38522         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38523         scripts/test-installation.pl.
38525         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38526         and $ld_so_version if it is set.
38528 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
38530         [BZ #14516]
38531         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38532         failure if reading from procfs failed.
38533         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38535 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38537         * sysdeps/unix/sysv/linux/kernel-features.h
38538         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38539         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38540         Remove conditional code.
38541         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38542         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38543         Remove conditional code.
38544         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38545         * sysdeps/unix/sysv/linux/i386/fxstat.c
38546         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38547         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38548         * sysdeps/unix/sysv/linux/i386/fxstatat.c
38549         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38550         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38551         * sysdeps/unix/sysv/linux/i386/lxstat.c
38552         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38553         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38554         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38555         Remove conditional code.
38556         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38557         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38558         Remove conditional code.
38559         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38560         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38561         <kernel-features.h>.
38562         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38563         Remove.
38564         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38565         Remove conditional code.
38566         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38567         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38568         Remove conditional.
38570 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
38572         [BZ #5400]
38573         * NEWS: Add fixed bug number.
38575 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
38577         [BZ #14519]
38578         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38579         underflowing exponent in case of negative sign.
38580         * stdlib/tst-strtod-round-data: Add more tests.
38581         * stdlib/tst-strtod-round.c (tests): Regenerated.
38583         [BZ #3479]
38584         * stdlib/strtod_l.c (NDIG): Remove.
38585         (HEXNDIG): Likewise.
38586         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38587         smallest representable value.
38588         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38589         lie within an exact representation of 1/2 ulp of the result.
38590         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38591         unconditionally.
38592         (TENS_P9_IDX): Define unconditionally.
38593         (TENS_P9_SIZE): Likewise.
38594         (TENS_P10_IDX): Likewise.
38595         (TENS_P10_SIZE): Likewise.
38596         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38597         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38598         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38599         entries for 10^2^13 and 10^2^14.
38600         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38601         (TENS_P13_IDX): Define.
38602         (TENS_P13_SIZE): Likewise.
38603         (TENS_P14_IDX): Likewise.
38604         (TENS_P14_SIZE): Likewise.
38605         (_fpioconst_pow10): Change array size to
38606         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
38607         unconditional.
38608         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38609         1024]: Add entries for 10^2^13 and 10^2^14.
38610         [LAST_POW10 > _LAST_POW10]: Remove #error.
38611         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38612         (_fpioconst_pow10): Change array size to
38613         FPIOCONST_POW10_ARRAY_SIZE.
38614         * stdlib/gen-fpioconst.c: New file.
38615         * stdlib/gen-tst-strtod-round.c: Likewise.
38616         * stdlib/tst-strtod-round-data: Likewise.
38617         * stdlib/tst-strtod-round.c: Likewise.
38618         * stdlib/Makefile (tests): Add tst-strtod-round.
38620         [BZ #14459]
38621         * stdlib/strtod_l.c: Include <stdint.h>.
38622         (NDEBUG): Do not define.
38623         (round_and_return): Change EXPONENT parameter to type intmax_t.
38624         Rearrange calculations to avoid internal overflow possibilities.
38625         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38626         Rearrange calculations to avoid internal overflow possibilities.
38627         Assert that number fits inside MPNSIZE limbs.
38628         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38629         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
38630         calculations and add assertions to avoid internal overflow
38631         possibilities.  Add casts to avoid signed/unsigned operations.
38632         * stdlib/tst-strtod-overflow.c: New file.
38633         * stdlib/Makefile (tests): Add tst-strtod-overflow.
38635 2012-08-25  Marek Polacek  <polacek@redhat.com>
38637         * time/time.h: Fix some typos in comments.
38639 2012-08-23  Roland McGrath  <roland@hack.frob.com>
38641         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38642         * posix/tst-rfc3484-2.c: Likewise.
38643         * posix/tst-rfc3484-3.c: Likewise.
38645 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
38647         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38648         (EF_ARM_ABI_FLOAT_HARD): Likewise.
38650 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
38652         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38653         #include of fxstatat64.c.
38655 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38657         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38658         * shadow/getspent_r.c: Likewise.
38659         * shadow/getspnam.c: Likewise.
38660         * shadow/getspnam_r.c: Likewise.
38661         * gshadow/getsgent.c: Likewise.
38662         * gshadow/getsgent_r.c: Likewise.
38663         * gshadow/getsgnam.c: Likewise.
38664         * gshadow/getsgnam_r.c: Likewise.
38665         * inet/getnetbyad.c: Likewise.
38666         * inet/getnetbyad_r.c: Likewise.
38667         * inet/getnetbynm.c: Likewise.
38668         * inet/getnetbynm_r.c: Likewise.
38669         * inet/getnetent.c: Likewise.
38670         * inet/getnetent_r.c: Likewise.
38671         * inet/getproto.c: Likewise.
38672         * inet/getproto_r.c: Likewise.
38673         * inet/getprtent.c: Likewise.
38674         * inet/getprtent_r.c: Likewise.
38675         * inet/getprtname.c: Likewise.
38676         * inet/getprtname_r.c: Likewise.
38677         * inet/getrpcbyname.c: Likewise.
38678         * inet/getrpcbyname_r.c: Likewise.
38679         * inet/getrpcbynumber.c: Likewise.
38680         * inet/getrpcbynumber_r.c: Likewise.
38681         * inet/getrpcent.c: Likewise.
38682         * inet/getrpcent_r.c: Likewise.
38683         * inet/getaliasent.c: Likewise.
38684         * inet/getaliasent_r.c: Likewise.
38685         * inet/getaliasname.c: Likewise.
38686         * inet/getaliasname_r.c: Likewise.
38687         * nscd/getgrgid_r.c: Likewise.
38688         * nscd/getgrnam_r.c: Likewise.
38689         * nscd/gethstbyad_r.c: Likewise.
38690         * nscd/gethstbynm3_r.c: Likewise.
38691         * nscd/getpwnam_r.c: Likewise.
38692         * nscd/getpwuid_r.c: Likewise.
38693         * nscd/getsrvbynm_r.c: Likewise.
38694         * nscd/getsrvbypt_r.c: Likewise.
38695         * nscd/gai.c: Likewise.
38697         * configure.in (build_nscd): New substituted variable, set
38698         by --disable-build-nscd and defaults to $use_nscd.
38699         * configure: Regenerated.
38700         * config.make.in (build-nscd): New substituted variable.
38701         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38702         Change conditional to require [$(build-nscd) = yes] as well.
38703         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38705         [BZ# 13696]
38706         * configure.in (use_nscd): New substituted variable, set by
38707         --disable-nscd.  If enabled, define USE_NSCD.
38708         * configure: Regenerated.
38709         * config.h.in: Add USE_NSCD.
38710         * config.make.in (use-nscd): New substituted variable.
38711         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38712         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38713         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38714         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38715         (CFLAGS-getgrnam_r.c): Likewise.
38716         (CFLAGS-initgroups.c): Likewise.
38717         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38718         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38719         Variables removed.
38720         * inet/getnetgrent_r.c
38721         (nscd_setnetgrent): New function, broken out of ...
38722         (setnetgrent): ... here.  Call it.
38723         (innetgr): Conditionalize nscd bits on [USE_NSCD].
38724         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38725         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38726         * nscd/Makefile (routines, aux): Move definitions after include of
38727         Makeconfig.  Conditionalize on [$(use-nscd) != no].
38728         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38729         Conditionalize on [USE_NSCD].
38730         (is_nscd, nscd_init_cb): Likewise.
38731         (nss_load_library): Conditionalize init callback on [USE_NSCD].
38732         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38733         * nss/nss_db/db-init.c: Likewise.
38734         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38735         [USE_NSCD].
38736         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38737         (make_request): Use it.
38738         (cache_valid_p): New function.
38739         (__check_pf): Use it.
38740         * NEWS: Add item for --disable-nscd.
38742 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
38744         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38745         to support sed >= 4.2.1-20-ga9bf076.
38746         * configure: Regenerated.
38748 2012-08-22  Roland McGrath  <roland@hack.frob.com>
38750         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38751         Conditionalize whole body on [IREL].
38753 2012-08-22  Jeff Law <law@redhat.com>
38755         [BZ #14505]
38756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38757         if the family is PF_UNSPEC.
38759 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
38761         * Makerules (lib-version): Rename from V.
38762         (install-lib-nosubdir): Change V to lib-version.
38764 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
38766         [BZ #14252]
38767         * powerpc32/power6/wcschr.c: New file.
38768         * powerpc32/power6/wcscpy.c: New file.
38769         * powerpc32/power6/wcsrchr.c: New file.
38770         * powerpc64/power6/wcschr.c: New file.
38771         * powerpc64/power6/wcscpy.c: New file.
38772         * powerpc64/power6/wcsrchr.c: New file.
38774 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38776         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38777         (two_way_short_needle): Use it.
38778         * string/strstr.c (AVAILABLE1_USES_J): Define.
38779         * string/strcasestr.c: Likewise.
38781         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38782         array references.
38783         * string/strcasestr.c (TOLOWER): Make side-effect safe.
38785         [BZ #11607]
38786         * NEWS: Add an entry.
38787         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38788         define their defaults.
38789         (two_way_short_needle): Detect end-of-string on-the-fly.
38790         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38791         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38792         * string/bug-strcasestr1.c: New test.
38793         * string/Makefile: Run it.
38795 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
38797         [BZ #11607]
38798         * string/str-two-way.h (two_way_short_needle): Optimize matching of
38799         the first character.
38801 2012-08-21  Roland McGrath  <roland@hack.frob.com>
38803         * csu/elf-init.c (__libc_csu_irel): Function removed.
38804         * csu/libc-start.c (apply_irel): New function.
38805         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38807 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
38809         * sysdeps/unix/sysv/linux/kernel-features.h
38810         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38811         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38812         <kernel-features.h>.
38813         [__NR_fadvise64_64]: Make code unconditional.
38814         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38815         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38816         !__NR_fadvise64_64)]: Likewise.
38817         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38818         !__NR_fadvise64_64))]: Likewise.
38819         [__NR_fadvise64]: Make code unconditional.
38820         [!__NR_fadvise64]: Remove conditional code.
38821         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38822         <kernel-features.h>.
38823         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38824         unconditional.
38825         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38826         conditional code.
38827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38828         not include <kernel-features.h>.
38829         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38830         unconditional.
38831         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38832         conditional code.
38833         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38834         include <kernel-features.h>.
38835         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38836         unconditional.
38837         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38838         conditional code.
38840 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
38842         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38843         slight instruction rearrangements per scrollpipe analysis.
38844         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38846 2012-08-20  Roland McGrath  <roland@hack.frob.com>
38848         * manual/syslog.texi (syslog; vsyslog, closelog):
38849         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38850         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38852         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38853         DSOCAPS to match condition on defining it.
38855 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
38857         * sysdeps/unix/sysv/linux/kernel-features.h
38858         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38860         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38861         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38863         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38864         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38866         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38867         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38869         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38870         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38872         * sysdeps/unix/sysv/linux/kernel-features.h
38873         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38874         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38875         unconditional.
38876         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38877         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38878         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38879         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38880         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38881         Make code unconditional.
38882         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38883         (__mmap64) [!__NR_mmap2]: Likewise.
38884         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38885         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38886         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38887         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38888         [__NR_mmap2]: Make code unconditional.
38889         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38890         (__mmap64) [!__NR_mmap2]: Likewise.
38892 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38894         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38896 2012-08-18  Andreas Jaeger  <aj@suse.de>
38898         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38900 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38902         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38903         * include/unistd.h (__have_sock_cloexec): Likewise.
38904         (__have_pipe2): Likewise.
38905         (__have_dup3): Likewise.
38907 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
38909         [BZ #9685]
38910         * include/unistd.h (__have_pipe2): Change define into an extern int.
38911         (__have_dup3): Likewise.
38912         * socket/have_sock_cloexec.c: Include fcntl.h.
38913         (__have_pipe2): New variable.
38914         (__have_dup3): Likewise.
38916 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
38918         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38920 2012-08-17  Marek Polacek  <polacek@redhat.com>
38922         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38923         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38925 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38927         * configure.in: Add AC_SUBST for sysheaders.
38928         * configure: Regenerated.
38929         * config.make.in (sysheaders): New substituted variable.
38931         * sysdeps/unix/mkfifo.c: Moved ...
38932         * sysdeps/posix/mkfifo.c: ... here.
38933         * sysdeps/unix/mkfifoat.c: Moved ...
38934         * sysdeps/posix/mkfifoat.c: ... here.
38936         * sysdeps/unix/utime.c: Moved ...
38937         * sysdeps/posix/utime.c: ... here.
38939         * sysdeps/unix/time.c: Moved ...
38940         * sysdeps/posix/time.c: ... here.
38941         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38942         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38944         * sysdeps/unix/nice.c: Moved ...
38945         * sysdeps/posix/nice.c: ... here.
38947         * sysdeps/unix/alarm.c: Moved ...
38948         * sysdeps/posix/alarm.c: ... here.
38950         * intl/Makefile ($(codeset_mo)): Depend on the input file.
38952 2012-08-17  Jeff Law <law@redhat.com>
38954         * intl/Makefile (codeset_mo): New variable.
38955         ($(codeset_mo)): New target.
38956         (tst-codeset.out): Depend on that.  Remove explicit rule.
38957         (tst-gettext3.out, tst-gettext5.out): Likewise.
38958         (LOCPATH-ENV, tst-codeset-ENV): New variables.
38959         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
38960         * intl/tst-codeset.sh: Remove.
38961         * intl/tst-gettext3.sh: Likewise.
38962         * intl/tst-gettext5.sh: Likewise.
38964 2012-08-17  Roland McGrath  <roland@hack.frob.com>
38966         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
38967         * sysdeps/unix/syscalls.list: ... here.
38969         * sysdeps/posix/getaddrinfo.c
38970         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
38971         (gaiconf_init, gaiconf_reload): Use them.
38972         [!_STATBUF_ST_NSEC]
38973         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
38974         Define using time_t rather than struct timespec.
38976         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
38977         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
38978         Macros removed.
38979         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
38980         [!NO_THREADS].
38981         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
38982         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
38983         Likewise.
38985         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
38986         __libc_cleanup_push argument.
38988         * bits/param.h: New file.
38989         * misc/sys/param.h: New file.
38990         * include/sys/param.h: New file.
38991         * misc/Makefile (headers): Add bits/param.h.
38992         * sysdeps/generic/sys/param.h: File removed.
38993         * sysdeps/unix/sysv/linux/bits/param.h: New file.
38994         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
38995         * sysdeps/mach/hurd/bits/param.h: New file.
38996         * sysdeps/mach/hurd/sys/param.h: File removed.
38998         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
38999         last change.
39001         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39002         [_IO_MTSAFE_IO].
39003         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39004         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39005         New macros.
39007         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39008         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39009         rather than -D_IO_MTSAFE_IO conditionally.
39010         * stdio-common/Makefile (CPPFLAGS): Likewise.
39011         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39012         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39013         Use $(libio-mtsafe).
39014         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39015         of -D_IO_MTSAFE_IO.
39016         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39017         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39018         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39019         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39020         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39021         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39022         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39023         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39024         (CFLAGS-fread_u_chk.c): Likewise.
39025         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39026         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39027         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39028         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39029         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39030         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39031         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39032         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39033         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39035         * libio/Makefile: Test [$(libc-reentrant) = yes]
39036         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39038         * Makeconfig
39039         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39040         * sysdeps/pthread/configure: File removed.
39041         * sysdeps/pthread/Makeconfig: New file.
39042         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39043         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39045 2012-08-16  Gary Benson  <gbenson@redhat.com>
39047         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39048         unmapping the first object in a namespace.
39050 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39052         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39053         (__internal_setnetgrent): ... this.  Add internal_function to
39054         definition.  Add libc_hidden_def.
39055         (setnetgrent): Update caller.
39056         (internal_endnetgrent): Renamed to ...
39057         (__internal_endnetgrent): ... this.  Add internal_function to
39058         definition.  Add libc_hidden_def.
39059         (endnetgrent): Update caller.
39060         (internal_getnetgrent_r): Renamed to ...
39061         (__internal_getnetgrent_r): ... this.  Add internal_function to
39062         definition.  Add libc_hidden_def.
39063         (__getnetgrent_r): Update caller.
39064         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39066 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39068         * stdlib/longlong.h: Update from GCC.
39070 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39072         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39073         on _QL, which is set by umul_ppmm but never used.
39074         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39075         variables, which are set by GMP macros but never used.
39076         * stdio-common/_itowa.c (_itowa): Likewise.
39077         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39078         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39080 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39082         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39083         struct La_sh_regs is not constant.
39084         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39085         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39086         and struct La_sparc64_regs are not constant.
39088 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39090         * sysdeps/unix/sysv/linux/kernel-features.h
39091         (__ASSUME_POSIX_TIMERS): Remove.
39092         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39093         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39094         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39095         Make code unconditional.
39096         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39097         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39098         Make code unconditional.
39099         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39100         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39101         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39102         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39103         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39104         Make code unconditional.
39105         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39106         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39107         (__libc_missing_posix_timers): Remove.
39109 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39111         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39112         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39114         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39116         * elf/dl-sym.c: Include <stdlib.h>.
39118         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39119         constants, which avoids warnings in 32-bit builds.
39121         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39122         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39124         * misc/lseek.c: File moved to ...
39125         * io/lseek.c: ... here.
39127         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39129         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39130         shifting LEN more than 31 bits at once.
39132 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39134         [BZ #14195]
39135         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39136         segmentation fault for a case of two empty input strings.
39137         * string/test-strncasecmp.c (check1): Renamed to...
39138         (bz12205): ...this.
39139         (bz14195): Add new testcase for two empty input strings and N > 0.
39140         (test_main): Call new testcase, adapt for renamed function.
39142 2012-08-15  Andreas Jaeger  <aj@suse.de>
39144         [BZ #14090]
39145         * crypt/md5test2.c: New test, based on test supplied by Serge
39146         Belyshev <belyshev@depni.sinp.msu.ru>.
39147         * crypt/Makefile (xtests): Add md5test-giant..
39148         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39150 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39152         [BZ #14090]
39153         * crypt/md5.c (md5_process_block): Don't assume the buffer
39154         length is less than 2**32.
39155         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39156         length is less than 2**64.
39158 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39160         * string/str-two-way.h: Include <sys/param.h>.
39161         (MAX): Macro removed.
39163         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39164         Move #define and #undef of memmove to just before and after
39165         including <string.h>.
39167         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39168         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39169         and after including <string.h>.  Move declarations of
39170         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39171         to before #include "string/memmove.c".
39173         * include/dirent.h: Declare __getdirentries.
39175         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39176         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39178 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39180         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39181         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39182         * sysdeps/i386/configure: Regenerated.
39183         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39184         STABS_CURRENT_FILE, and STABS_FUN.
39185         (END): Remove call to STABS_FUN_END.
39186         (STABS_CURRENT_FILE1): Delete.
39187         (STABS_CURRENT_FILE): Likewise.
39188         (STABS_FUN): Likewise.
39189         (STABS_FUN_END): Likewise.
39190         (STABS_FUN2): Likewise.
39191         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39192         * sysdeps/x86_64/configure: Regenerated.
39194 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39196         * elf/dl-open.c: Include <atomic.h>.
39197         * elf/dl-lookup.c: Likewise.
39199 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39201         * sysdeps/unix/sysv/linux/kernel-features.h
39202         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39203         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39204         unconditionally.
39205         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39206         unconditionally.
39207         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39208         condition on __ASSUME_CLONE_THREAD_FLAGS.
39210 2012-08-14  Andreas Jaeger  <aj@suse.de>
39212         * sysdeps/i386/fpu/libm-test-ulps: Update.
39214 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39216         * include/atomic.h (atomic_exchange_and_add): Split into ...
39217         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39218         New atomic macros.
39220 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39222         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39224 2012-08-13  Jeff Law <law@redhat.com>
39226         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39227         null byte in the output string.
39229 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39231         * sysdeps/unix/sysv/linux/kernel-features.h
39232         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39233         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39234         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39235         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39236         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39237         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39238         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39240 2012-08-09  Jeff Law <law@redhat.com>
39242         [BZ #13939]
39243         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39244         When avoid_arena is set, don't retry in the that arena.  Pick the
39245         next one, whatever it might be.
39246         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39247         (arena_lock): Pass in new parameter to arena_get2.
39248         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39249         arena_get2.
39250         (__libc_malloc): Unify retrying after main arena failure with
39251         __libc_memalign version.
39252         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39254 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39256         [BZ #14166]
39257         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39258         to __redirect_strstr.
39259         (__strstr_sse42): Use typeof __redirect_strstr.
39260         (__strstr_ia32): Likewise.
39261         (__libc_strstr): New prototype.
39262         (strstr): Renamed to ...
39263         (__libc_strstr): This.
39264         (strstr): New strong alias of __libc_strstr.
39265         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39266         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39267         __redirect_time.
39268         Include <time.h>.
39269         (__libc_time): New prototype.
39270         (time_ifunc): Replace time with __libc_time.
39271         (time): New strong alias and hidden definition of __libc_time.
39272         (__GI_time): Remove strong alias.
39273         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39274         Include <stddef.h>.
39275         (memmove): Redefined to __redirect_memmove.
39276         (__memmove_sse2): Use typeof __redirect_memmove.
39277         (__memmove_ssse3): Likewise.
39278         (__memmove_ssse3_back): Likewise.
39279         (__libc_memmove): New prototype.
39280         (memmove): Renamed to ...
39281         (__libc_memmove): This.
39282         (memmove): New strong alias of __libc_memmove.
39284 2012-08-08  Mark Salter  <msalter@redhat.com>
39286         * elf/elf.h
39287         (R_MN10300_TLS_GD): Define.
39288         (R_MN10300_TLS_LD): Likewise.
39289         (R_MN10300_TLS_LDO): Likewise.
39290         (R_MN10300_TLS_GOTIE): Likewise.
39291         (R_MN10300_TLS_IE): Likewise.
39292         (R_MN10300_TLS_LE): Likewise.
39293         (R_MN10300_TLS_DTPMOD): Likewise.
39294         (R_MN10300_TLS_DTPOFF): Likewise.
39295         (R_MN10300_TLS_TPOFF): Likewise.
39296         (R_MN10300_SYM_DIFF): Likewise.
39297         (R_MN10300_ALIGN): Likewise.
39298         (R_MN10300_NUM): Update.
39300 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39302         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39303         Remove.
39305 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39307         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39309         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39310         sysdeps/unix -> sysdeps/posix move.
39311         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39313 2012-08-07      Allan McRae     <allan@archlinux.org>
39315         [BZ #14303]
39316         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39317         (SUNOS_CPP): Likewise.
39318         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39319         not found.
39320         (open_input): Call CPP using execvp.
39322 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39324         * sysdeps/unix/sysv/linux/kernel-features.h
39325         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39326         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39327         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39328         (__ASSUME_WAITID_SYSCALL): Likewise.
39329         * sysdeps/unix/sysv/linux/dl-execstack.c
39330         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39331         code unconditional.
39332         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39333         conditional code.
39334         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39335         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39336         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39337         code.
39338         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39339         unconditional.
39340         [__ASSUME_WAITID_SYSCALL]: Likewise.
39341         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39343 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39345         * sysdeps/unix/closedir.c: Renamed to ...
39346         * sysdeps/posix/closedir.c: ... here.
39347         * sysdeps/unix/dirfd.c: Renamed to ...
39348         * sysdeps/posix/dirfd.c: ... here.
39349         * sysdeps/unix/dirstream.h: Renamed to ...
39350         * sysdeps/posix/dirstream.h: ... here.
39351         * sysdeps/unix/fdopendir.c: Renamed to ...
39352         * sysdeps/posix/fdopendir.c: ... here.
39353         * sysdeps/unix/opendir.c: Renamed to ...
39354         * sysdeps/posix/opendir.c: ... here.
39355         * sysdeps/unix/readdir.c: Renamed to ...
39356         * sysdeps/posix/readdir.c: ... here.
39357         * sysdeps/unix/readdir_r.c: Renamed to ...
39358         * sysdeps/posix/readdir_r.c: ... here.
39359         * sysdeps/unix/rewinddir.c: Renamed to ...
39360         * sysdeps/posix/rewinddir.c: ... here.
39361         * sysdeps/unix/seekdir.c: Renamed to ...
39362         * sysdeps/posix/seekdir.c: ... here.
39363         * sysdeps/unix/telldir.c: Renamed to ...
39364         * sysdeps/posix/telldir.c: ... here.
39365         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39366         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39367         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39368         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39370         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39371         * bits/fcntl.h: ... here.
39373         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39374         not 0.
39375         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39376         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39377         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39378         (struct flock): Move l_start, l_len to the beginning.
39379         Use __pid_t for l_pid.
39380         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39381         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39382         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39383         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39384         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39385         [__USE_LARGEFILE64] (struct flock64): New type.
39386         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39388         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39389         * bits/dirent.h: ... here.
39391         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39392         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39394 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39396         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39397         Change from 2.6.0 to 2.6.16.
39398         * sysdeps/unix/sysv/linux/configure: Regenerated.
39399         * sysdeps/unix/sysv/linux/kernel-features.h
39400         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39401         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39402         version.
39403         (__ASSUME_UTIMES): Likewise.
39404         (__ASSUME_CLONE_STOPPED): Remove.
39405         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39406         architectures, not kernel version.
39407         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39408         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39409         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39410         (__ASSUME_WAITID_SYSCALL): Likewise.
39411         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39412         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39413         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39414         refer to older versions.
39416 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39418         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39419         Define alphasort64 as an alias.
39420         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39421         Define versionsort64 as an alias.
39422         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39423         Define scandir64 as an alias.
39424         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39425         Define scandirat64 as an alias.
39426         * dirent/alphasort64.c (alphasort64):
39427         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39428         * dirent/versionsort64.c: Likewise.
39429         * dirent/scandir64.c: Likewise.
39430         * dirent/scandirat64.c: Likewise.
39431         * sysdeps/wordsize-64/alphasort.c: File removed.
39432         * sysdeps/wordsize-64/alphasort64.c: File removed.
39433         * sysdeps/wordsize-64/scandir.c: File removed.
39434         * sysdeps/wordsize-64/scandir64.c: File removed.
39435         * sysdeps/wordsize-64/scandirat.c: File removed.
39436         * sysdeps/wordsize-64/scandirat64.c: File removed.
39437         * sysdeps/wordsize-64/versionsort.c: File removed.
39438         * sysdeps/wordsize-64/versionsort64.c: File removed.
39439         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39440         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39441         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39442         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39443         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39444         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39445         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39446         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39448         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39449         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39450         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39451         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39452         [defined __arch64__ || defined __sparcv9]
39453         (__INO_T_MATCHES_INO64_T): New macro.
39454         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39455         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39456         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39457         * sysdeps/unix/sysv/linux/bits/dirent.h
39458         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39459         (_DIRENT_MATCHES_DIRENT64): New macro.
39461         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39462         Define lockf64 as an alias.
39463         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39464         Define fseeko64 as an alias.
39465         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39466         Define ftello64 as an alias.
39467         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39468         Define _IO_fgetpos64 and fgetpos64 as aliases.
39469         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39470         Define _IO_fsetpos64 and fsetpos64 as aliases.
39471         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39472         Conditionalize body on this.
39473         * libio/fseeko64.c: Likewise.
39474         * libio/ftello64.c: Likewise.
39475         * libio/iofgetpos64.c: Likewise.
39476         * libio/iofsetpos64.c: Likewise.
39477         * sysdeps/wordsize-64/lockf.c: File removed.
39478         * sysdeps/wordsize-64/lockf64.c: File removed.
39479         * sysdeps/wordsize-64/fseeko.c: File removed.
39480         * sysdeps/wordsize-64/fseeko64.c: File removed.
39481         * sysdeps/wordsize-64/ftello.c: File removed.
39482         * sysdeps/wordsize-64/ftello64.c: File removed.
39483         * sysdeps/wordsize-64/iofgetpos.c: File removed.
39484         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39485         * sysdeps/wordsize-64/iofsetpos.c: File removed.
39486         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39487         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39488         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39489         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39490         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39491         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39492         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39493         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39494         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39495         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39496         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39498         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39499         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39500         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39501         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39502         [defined __arch64__ || defined __sparcv9]
39503         (__OFF_T_MATCHES_OFF64_T): New macro.
39504         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39505         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39506         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39507         (__OFF_T_MATCHES_OFF64_T): New macro.
39509 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39511         * stdlib/secure-getenv.c (__secure_getenv): Replace
39512         GLIBC_2_16 with GLIBC_2_17.
39514 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
39516         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39517         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39519 2012-08-03  David S. Miller  <davem@davemloft.net>
39521         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39523 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39525         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39526         Remove.
39527         (__ASSUME_CORRECT_SI_PID): Likewise.
39528         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39529         (__ASSUME_TMPFS_NAME): Likewise.
39530         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39531         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39532         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39533         (HAVE_AUX_SECURE): Make definition unconditional.
39534         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39535         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39537 2012-08-03  Roland McGrath  <roland@hack.frob.com>
39539         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39540         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39541         * sysdeps/mach/hurd/eloop-threshold.h: New file.
39542         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39543         __eloop_threshold instead of SYMLOOP_MAX.
39545         * sysdeps/generic/eloop-threshold.h: New file.
39546         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39547         of MAXSYMLINKS.
39548         * elf/chroot_canon.c (chroot_canon): Likewise.
39550 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
39552         [BZ #13717]
39553         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39554         Change to 2.6.0 everywhere.
39555         * sysdeps/unix/sysv/linux/configure: Regenerated.
39556         * sysdeps/unix/sysv/linux/kernel-features.h
39557         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39558         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39559         kernel versions.
39560         (__ASSUME_POSIX_TIMERS): Define unconditionally.
39561         (__ASSUME_FUTEX_REQUEUE): Remove.
39562         (__ASSUME_STATFS64): Define unconditionally.
39563         (__ASSUME_AT_SECURE): Likewise.
39564         (__ASSUME_CORRECT_SI_PID): Likewise.
39565         (__ASSUME_TGKILL): Define without depending on kernel version for
39566         i386.
39567         (__ASSUME_UTIMES): Likewise.
39568         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39569         kernel version.
39570         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39571         (__ASSUME_TMPFS_NAME): Likewise.
39572         * README: Update reference to Linux kernel versions.
39574 2012-08-02  Marek Polacek  <polacek@redhat.com>
39576         [BZ# 14150]
39577         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
39578         libc_cv_asm_type_prefix with %.
39579         * configure: Regenerated.
39580         * include/libc-symbols.h: Remove comment about
39581         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39582         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39583         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39584         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39585         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39586         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39587         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39588         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39589         * elf/tst-unique2mod1.c: Likewise.
39590         * elf/tst-unique1mod2.c: Likewise.
39591         * elf/tst-unique1mod1.c: Likewise.
39592         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39593         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39594         Replace ASM_TYPE_DIRECTIVE with .type.
39595         * sysdeps/s390/s390-64/sysdep.h: Likewise.
39596         * sysdeps/i386/sysdep.h: Likewise.
39597         * sysdeps/x86_64/sysdep.h: Likewise.
39598         * sysdeps/sh/sysdep.h: Likewise.
39599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39600         Do not define ASM_TYPE_DIRECTIVE.
39601         * sysdeps/powerpc/sysdep.h: Likewise.
39602         * sysdeps/powerpc/powerpc32/sysdep.h:
39603         Replace ASM_TYPE_DIRECTIVE with .type.
39604         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39605         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39606         * sysdeps/i386/fpu/e_powf.S: Likewise.
39607         * sysdeps/i386/fpu/e_expl.S: Likewise.
39608         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39609         * sysdeps/i386/fpu/e_acosh.S: Likewise.
39610         * sysdeps/i386/fpu/e_pow.S: Likewise.
39611         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39612         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39613         * sysdeps/i386/fpu/s_expm1.S: Likewise.
39614         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39615         * sysdeps/i386/fpu/e_log2.S: Likewise.
39616         * sysdeps/i386/fpu/e_log2l.S: Likewise.
39617         * sysdeps/i386/fpu/e_scalb.S: Likewise.
39618         * sysdeps/i386/fpu/e_powl.S: Likewise.
39619         * sysdeps/i386/fpu/e_log10f.S: Likewise.
39620         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39621         * sysdeps/i386/fpu/e_logl.S: Likewise.
39622         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39623         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39624         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39625         * sysdeps/i386/fpu/e_log2f.S: Likewise.
39626         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39627         * sysdeps/i386/fpu/e_log.S: Likewise.
39628         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39629         * sysdeps/i386/fpu/e_logf.S: Likewise.
39630         * sysdeps/i386/fpu/e_log10l.S: Likewise.
39631         * sysdeps/i386/fpu/e_atanh.S: Likewise.
39632         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39633         * sysdeps/i386/fpu/e_log10.S: Likewise.
39634         * sysdeps/i386/fpu/s_frexp.S: Likewise.
39635         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39636         * sysdeps/i386/fpu/s_asinh.S: Likewise.
39637         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39638         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39639         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39640         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39641         * sysdeps/i386/i686/strtok.S: Likewise.
39642         * sysdeps/i386/i386-mcount.S: Likewise.
39643         * sysdeps/i386/strtok.S: Likewise.
39644         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39645         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39646         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39647         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39648         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39649         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39650         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39651         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39652         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39653         * sysdeps/x86_64/_mcount.S: Likewise.
39654         * sysdeps/x86_64/strtok.S: Likewise.
39655         * sysdeps/sh/_mcount.S: Likewise.
39657 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39659         * libio/iofopen.c: Include <fcntl.h>.
39660         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39661         (_IO_fopen64, fopen64): Define as aliases.
39662         * libio/iofopen64.c: Include <fcntl.h>.
39663         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39664         Conditionalize body on this.
39665         * sysdeps/wordsize-64/iofopen.c: File removed.
39666         * sysdeps/wordsize-64/iofopen64.c: File removed.
39668 2012-08-01  Marek Polacek  <polacek@redhat.com>
39670         * libc/Makeconfig: Use elf in place of binfmt-subdir.
39671         Use dlfcn directly instead of a variable.
39672         (binfmt-subdir): Do not define.
39673         (dlfcn): Likewise.
39675 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
39677         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39678         Remove all definitions.
39679         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39680         <kernel-features.h>.
39681         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39682         (miss_F_GETOWN_EX): Remove all definitions.
39683         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39684         macro definition.
39685         [!__ASSUME_FCNTL64]: Remove conditional code.
39686         [__ASSUME_FCNTL64]: Make code unconditional.
39687         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39688         <kernel-features.h>.
39689         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39690         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39691         (lockf64) [__NR_fcntl64]: Make code unconditional.
39692         (lockf64) [__ASSUME_FCNTL64]: Likewise.
39694         * sysdeps/unix/sysv/linux/kernel-features.h
39695         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39696         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39697         Make code unconditional.
39698         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39699         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39701         [__NR_vfork]: Make code unconditional.
39702         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39703         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39705         [__NR_vfork]: Make code unconditional.
39706         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39707         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39709 2012-08-01  Roland McGrath  <roland@hack.frob.com>
39711         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39712         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39714         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39715         Define mkstemp64 as an alias.
39716         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39717         Define mkstemps64 as an alias.
39718         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39719         Define mkostemp64 as an alias.
39720         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39721         Define mkostemps64 as an alias.
39722         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39723         Conditionalize body on this.
39724         * misc/mkostemp64.c: Likewise.
39725         * misc/mkostemps64.c: Likewise.
39726         * misc/mkstemps64.c: Likewise.
39727         * sysdeps/wordsize-64/mkstemp64.c: File removed.
39728         * sysdeps/wordsize-64/mkostemp64.c: File removed.
39729         * sysdeps/wordsize-64/mkostemp.c: File removed.
39730         * sysdeps/wordsize-64/mkstemp.c: File removed.
39731         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39732         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39733         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39734         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39736         [BZ #14138]
39737         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39738         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39739         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39740         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39742         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39743         compat_symbol macros from <shlib-compat.h> rather than the underlying
39744         default_symbol_version and symbol_version macros, so that DEFAULT
39745         lines in shlib-versions are respected.
39746         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39748 2012-08-01  Florian Weimer  <fweimer@redhat.com>
39750         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39751         Declare with warn_unused_result.
39752         (setgid, setregid, setegid, setresgid): Likewise.
39753         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39754         Likewise.
39755         * WUR-REPORT: Remove set*id functions.
39757 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
39759         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39761 2012-07-31  Roland McGrath  <roland@hack.frob.com>
39763         [BZ #10191]
39764         * include/sys/socket.h (__libc_accept, __libc_accept4):
39765         Add attribute_hidden.
39766         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39768         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39769         use of PTR_MANGLE.
39770         * inet/getnetgrent_r.c (setup): Likewise.
39772         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39774 2012-07-31  David S. Miller  <davem@davemloft.net>
39776         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39778 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
39780         [BZ #13629]
39781         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39782         value between 1.0 and 2.0 and smaller part has absolute value less
39783         than 1.0.
39784         * math/s_clog10.c (__clog10): Likewise.
39785         * math/s_clog10f.c (__clog10f): Likewise.
39786         * math/s_clog10l.c (__clog10l): Likewise.
39787         * math/s_clogf.c (__clogf): Likewise.
39788         * math/s_clogl.c (__clogl): Likewise.
39789         * math/libm-test.inc (clog_test): Add more tests.
39790         (clog10_test): Likewise.
39791         * sysdeps/i386/fpu/libm-test-ulps: Update.
39792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39794 2012-07-31  Florian Weimer  <fweimer@redhat.com>
39796         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39797         Exit with zero in case no suitable GID is found, and write a
39798         message to standard error.
39800 2012-07-30  Roland McGrath  <roland@hack.frob.com>
39802         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39803         rather than to 1.
39804         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39805         (MAXPATHLEN): Removed.
39806         (NOGROUP, NODEV): New macros.
39807         (setbit, clrbit, isset, isclr): New macros.
39808         (howmany, roundup, powerof2): New macros.
39809         (DEV_BSIZE): New macro.
39811         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39812         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39814         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39815         definition on [!__NO_LONG_DOUBLE_MATH].
39817         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39818         PTR_MANGLE and PTR_DEMANGLE.
39820         * socket/accept4.c (accept4): Rename to __libc_accept4.
39821         Define accept4 as a weak alias.
39823         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39824         on [_DIRENT_HAVE_D_TYPE].
39825         * io/ftw.c (ftw_dir): Likewise.
39827         * io/xmknod.c (__xmknod): Don't check PATH for being null.
39829         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39831         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39832         Use the BSD numbers rather than the arbitrary ones we had.
39833         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39834         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39835         (SIGXCPU, SIGXFSZ): New macros.
39836         (_NSIG): Now 32.
39838         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39839         initializer on [_LIBC_REENTRANT].
39841         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39842         definitions inside [_POSIX_MAPPED_FILES].
39844         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39846         * dirent/opendir.c: Include <fcntl.h>.
39848         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39849         (__libc_getspecific): Likewise.
39850         (__libc_key_create): Likewise.
39852         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39853         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39854         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39855         (tmpfile64): Define as alias.
39856         * sysdeps/wordsize-64/tmpfile.c: File removed.
39857         * sysdeps/wordsize-64/tmpfile64.c: File removed.
39858         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39859         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39861         * stdio-common/vfscanf.c: Include <stdbool.h>.
39862         * nss/makedb.c: Likewise.
39863         * stdio-common/_i18n_number.h: Likewise.
39864         * argp/argp-help.c: Likewise.
39865         * posix/wordexp.c: Likewise.
39866         * sysdeps/posix/spawni.c: Likewise.
39867         * nss/nss_files/files-initgroups.c: Likewise.
39868         * stdio-common/reg-modifier.c: Include <stdlib.h>.
39869         * nss/nss_files/files-initgroups.c: Likewise.
39870         * nss/nss_db/db-netgrp.c: Likewise.
39871         * nss/nss_db/db-initgroups.c: Likewise.
39872         * io/fchmodat.c: Include <sys/stat.h>.
39874         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39875         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39877         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39878         [HAVE_MMAP].
39880         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39881         Add multiple inclusion protection.
39883 2012-07-27  David S. Miller  <davem@davemloft.net>
39885         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39887 2012-07-27  Gary Benson  <gbenson@redhat.com>
39889         [BZ #14298]
39890         * elf/rtld.c: Include <stap-probe.h>.
39891         (dl_main): Added static probes "init_start" and "init_complete".
39892         * elf/dl-load.c: Include <stap-probe.h>.
39893         (lose): Take new parameter "nsid".
39894         Added static probe "map_failed".
39895         (_dl_map_object_from_fd): Pass namespace id to lose.
39896         Added static probe "map_start".
39897         (open_verify): Pass namespace id to lose.
39898         * elf/dl-open.c: Include <stap-probe.h>.
39899         (dl_open_worker) Added static probes "map_complete", "reloc_start"
39900         and "reloc_complete".
39901         * elf/dl-close.c: Include <stap-probe.h>.
39902         (_dl_close_worker): Added static probes "unmap_start" and
39903         "unmap_complete".
39904         * elf/rtld-debugger-interface.txt: New file documenting the above.
39906 2012-07-26  Roland McGrath  <roland@hack.frob.com>
39908         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39909         rather than a string variable.
39910         * sunrpc/rpc_main.c (h_output): Likewise.
39911         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39913 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
39915         * inet/check_native.c: New file.
39917 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
39919         [BZ #13629]
39920         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39921         if larger part has absolute value 1.0.
39922         * math/s_clog10.c (__clog10): Likewise.
39923         * math/s_clog10f.c (__clog10f): Likewise.
39924         * math/s_clog10l.c (__clog10l): Likewise.
39925         * math/s_clogf.c (__clogf): Likewise.
39926         * math/s_clogl.c (__clogl): Likewise.
39927         * math/libm-test.inc (clog_test): Add more tests.
39928         (clog10_test): Likewise.
39929         * sysdeps/i386/fpu/libm-test-ulps: Update.
39930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39932         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39933         (pltexit): Likewise.
39934         (La_regs): Likewise.
39935         (La_retval): Likewise.
39936         (int_retval): Likewise.
39937         Update #error for removed macros to refer only to definitions in
39938         tst-audit.h.
39939         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39940         macro.
39941         (pltexit): Likewise.
39942         (La_regs): Likewise.
39943         (La_retval): Likewise.
39944         (int_retval): Likewise.
39945         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39946         macro.
39947         (pltexit): Likewise.
39948         (La_regs): Likewise.
39949         (La_retval): Likewise.
39950         (int_retval): Likewise.
39951         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
39952         macro.
39953         (pltexit): Likewise.
39954         (La_regs): Likewise.
39955         (La_retval): Likewise.
39956         (int_retval): Likewise.
39957         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
39958         macro.
39959         (pltexit): Likewise.
39960         (La_regs): Likewise.
39961         (La_retval): Likewise.
39962         (int_retval): Likewise.
39963         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
39964         macro.
39965         (pltexit): Likewise.
39966         (La_regs): Likewise.
39967         (La_retval): Likewise.
39968         (int_retval): Likewise.
39969         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
39970         macro.
39971         (pltexit): Likewise.
39972         (La_regs): Likewise.
39973         (La_retval): Likewise.
39974         (int_retval): Likewise.
39975         * sysdeps/generic/tst-audit.h: Update comment to refer only to
39976         macro definitions in tst-audit.h.
39977         * sysdeps/i386/tst-audit.h: New file.
39978         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
39979         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
39980         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
39981         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
39982         * sysdeps/sh/tst-audit.h: Likewise.
39983         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
39984         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
39985         * sysdeps/x86_64/tst-audit.h: Likewise.
39987 2012-07-26  Andreas Jaeger  <aj@suse.de>
39989         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
39990         ptrace.
39992         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
39993         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
39994         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
39995         PTRACE_O_MASK.
39996         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
39997         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
39998         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40000         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40001         value.
40003         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40004         _sigsys.
40005         (si_call_addr, si_syscall, si_arch): Define new macro.
40006         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40007         _sigsys.
40008         (si_call_addr, si_syscall, si_arch): Define new marcro.
40009         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40010         _sigsys.
40011         (si_call_addr, si_syscall, si_arch): Define new macro.
40012         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40013         _sigsys.
40014         (si_call_addr, si_syscall, si_arch): Define new macro.
40016 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40018         [BZ #13717]
40019         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40020         Change to 2.4.21 where previously 2.4.1.
40021         * sysdeps/unix/sysv/linux/configure: Regenerated.
40022         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40023         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40024         Linux kernel version.
40025         (__ASSUME_STD_AUXV): Remove.
40026         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40027         kernel version.
40028         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40029         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40030         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40031         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40032         (__ASSUME_NETLINK_SUPPORT): Likewise.
40033         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40034         (__no_netlink_support): Remove conditional definition.
40035         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40036         Remove.
40037         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40038         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40039         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40040         (if_nameindex_ioctl): Remove.
40041         (if_nameindex_netlink): Do not handle __no_netlink_support.
40042         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40043         code.
40044         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40045         Remove conditional code.
40046         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40047         code.
40048         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40049         unconditional.
40050         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40051         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40052         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40053         Remove.
40054         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40055         [!__ASSUME_STD_AUXV]: Remove conditional code.
40056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40057         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40058         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40060         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40061         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40062         code.
40063         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40065         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40066         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40067         conditional code.
40068         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40070         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40071         code.
40072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40073         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40074         conditional code.
40075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40076         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40077         code unconditional.
40078         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40079         conditional code.
40080         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40081         unconditional.
40082         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40083         conditional code.
40084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40085         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40086         unconditional.
40087         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40088         conditional code.
40089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40090         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40091         code unconditional.
40092         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40093         conditional code.
40094         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40095         unconditional.
40096         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40097         conditional code.
40098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40099         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40100         code unconditional.
40101         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40102         conditional code.
40103         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40104         unconditional.
40105         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40106         conditional code.
40108 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40110         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40111         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40112         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40113         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40114         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40115         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40116         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40117         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40118         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40119         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40120         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40121         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40122         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40123         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40124         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40125         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40126         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40127         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40128         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40129         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40130         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40131         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40132         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40134 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40136         * Versions.def: Add GLIBC_2.17.
40137         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40138         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40139         Introduce __libc_secure_getenv.
40140         * stdlib/Versions (2.17): Add secure_getenv
40141         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40142         * stdlib/secure-getenv.c: Rename __secure_getenv to
40143         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40144         symbol __secure_getenv for GLIBC_2.0.
40145         * stdlib/tst-secure-getenv.c: New.
40146         * stdlib/Makefile (tests): Add testcase.
40147         * manual/startup.texi (Environment Access): Document
40148         secure_getenv.
40149         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40150         __libc_secure_getenv.
40151         * inet/ruserpass.c (ruserpass): Likewise.
40152         * malloc/mtrace.c (mtrace): Likewise.
40153         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40154         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40155         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40156         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40157         HAVE_SECURE_GETENV.
40158         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40159         __secure_getenv to __libc_secure_getenv.
40160         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40162         Likewise.
40163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40164         Likewise.
40165         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40166         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40167         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40168         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40169         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40170         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40173 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40175         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40176         (struct La_i86_retval): Likewise.
40177         (struct La_x86_64_regs): Likewise.
40178         (struct La_x86_64_retval): Likewise.
40179         (struct La_x32_regs): Likewise.
40180         (struct La_x32_retval): Likewise.
40181         (struct La_ppc32_regs): Likewise.
40182         (struct La_ppc32_retval): Likewise.
40183         (struct La_ppc64_regs): Likewise.
40184         (struct La_ppc64_retval): Likewise.
40185         (struct La_sh_regs): Likewise.
40186         (struct La_sh_retval): Likewise.
40187         (struct La_s390_32_regs): Likewise.
40188         (struct La_s390_32_retval): Likewise.
40189         (struct La_s390_64_regs): Likewise.
40190         (struct La_s390_64_retval): Likewise.
40191         (struct La_sparc32_regs): Likewise.
40192         (struct La_sparc32_retval): Likewise.
40193         (struct La_sparc64_regs): Likewise.
40194         (struct La_sparc64_retval): Likewise.
40195         (struct audit_ifaces): Remove architecture-specific pltenter and
40196         pltexit members.
40197         * sysdeps/i386/ldsodefs.h: New file.
40198         * sysdeps/powerpc/ldsodefs.h: Likewise.
40199         * sysdeps/s390/ldsodefs.h: Likewise.
40200         * sysdeps/sh/ldsodefs.h: Likewise.
40201         * sysdeps/sparc/ldsodefs.h: Likewise.
40202         * sysdeps/x86_64/ldsodefs.h: Likewise.
40204 2012-07-25  Marek Polacek  <polacek@redhat.com>
40206         [BZ #6808]
40207         * math/libm-test.inc (yn_test): Add another test.
40208         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40209         to ERANGE when the result is +-Inf.
40210         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40211         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40212         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40213         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40215 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40217         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40218         equal to 0.
40219         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40220         clock_t.
40221         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40223 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40225         * configure.in <sysdeps resolving>: Correct printing
40226         Implies_before.
40227         * configure: Regenerate.
40229 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40231         * math/w_ilogb.c: Include <limits.h>.
40232         * math/w_ilogbl.c: Likewise.
40234 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40236         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40237         va_copy.  Document allowing for unavailable va_copy only as
40238         pre-C99 compatibility.
40239         * manual/string.texi (Copying and Concatenation): Use va_copy
40240         instead of __va_copy in concat example.
40242 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40244         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40245         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40246         it if not null.
40248         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40249         with O_NOLINK passed to __file_name_lookup.
40251         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40252         with O_NOLINK passed to __file_name_lookup.
40254         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40255         negative N or less than NGIDS.
40257         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40258         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40259         enough.  Use memcpy instead of strncpy.
40261 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40263         * elf/Makefile (check-data): Remove.
40264         (localplt.data): New vpath directive.
40265         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40266         instead of $(check-data).
40267         * scripts/data/localplt-generic.data: Move to ...
40268         * sysdeps/generic/localplt.data: ... here.
40269         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40270         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40271         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40273         ... here.
40274         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40276         ... here.
40277         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40278         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40279         ... here.
40280         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40282         ... here.
40283         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40284         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40285         ... here.
40286         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40287         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40288         ... here.
40290 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40292         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40293         PPC32 and PPC64 files.
40294         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40295         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40297 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40299         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40300         __makecontext_ret to ...
40301         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40302         ... here and call exit if uc_link is NULL.  New file.
40303         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40304         __makecontext_ret.S.
40305         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40306         __makecontext_ret to ...
40307         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40308         ... here and call exit if uc_link is NULL.  New file.
40309         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40310         __makecontext_ret.S.
40312 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40314         * elf/elf.h (R_390_IRELATIVE): New definition.
40315         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40316         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40317         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40318         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40319         (elf_machine_lazy_rel): Likewise.
40320         * sysdeps/s390/dl-irel.h: New file.
40321         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40322         * sysdeps/s390/s390-64/memset.S: New asm code.
40323         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40324         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40325         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40326         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40327         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40328         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40329         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40330         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40331         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40332         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40333         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40334         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40335         * sysdeps/s390/s390-32/memset.S: New asm code.
40336         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40338 2012-07-17  Marek Polacek  <polacek@redhat.com>
40340         [BZ #14349]
40341         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40342         * sysdeps/s390/s390-64/configure.in: Likewise.
40343         * sysdeps/sparc/configure.in: Likewise.
40344         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40345         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40346         * sysdeps/i386/configure.in: Likewise.
40347         * sysdeps/x86_64/configure.in: Likewise.
40348         * sysdeps/sh/configure.in: Likewise.
40349         * sysdeps/s390/s390-32/configure: Regenerated.
40350         * sysdeps/s390/s390-64/configure: Likewise.
40351         * sysdeps/x86_64/configure: Likewise.
40352         * sysdeps/sh/configure: Likewise.
40353         * sysdeps/powerpc/powerpc64/configure: Likewise.
40354         * sysdeps/powerpc/powerpc32/configure: Likewise.
40355         * sysdeps/sparc/configure: Likwise.
40356         * sysdeps/i386/configure: Likewise.
40358         * elf/dl-open.c: Comment fixes.
40360 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40362         * Makefile [CXX] (check-data): Remove.
40363         [CXX] (c++-types.data): New vpath directive.
40364         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40365         vpath.  Do not allow for C++ type data being missing.
40366         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40367         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40368         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40369         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40370         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40371         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40372         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40374         ... here.
40375         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40377         ... here.
40378         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40380         ... here.
40381         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40382         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40383         ... here.
40384         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40385         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40386         ... here.
40387         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40389         ... here.
40390         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40392         ... here.
40393         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40396         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40397         definitions to architecture-specific files.
40398         (TLS_IE): Likewise.
40399         (TLS_LD): Likewise.
40400         (TLS_GD): Likewise.
40401         * sysdeps/i386/tls-macros.h: New file.
40402         * sysdeps/powerpc/tls-macros.h: Likewise.
40403         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40404         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40405         * sysdeps/sh/tls-macros.h: Likewise.
40406         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40407         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40408         * sysdeps/x86_64/tls-macros.h: Likewise.
40410 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40412         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40413         zero value for regular exit case.
40415         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40416         (__start_context): Preserve zero value for regular exit case.
40418 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40419             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40421         * manual/setjmp.texi (setcontext): Clarify normal process
40422         termination when uc_link is the null pointer.
40423         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40424         exit call.
40426 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40428         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40429         preprocessor.  Test for each exception mask separately.
40431 2012-07-16  Andreas Jaeger  <aj@suse.de>
40433         * po/ru.po: Update from translation team.
40435 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40437         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40438         equal to 0.
40439         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40440         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40441         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40442         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40443         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40445 2012-07-13  Andreas Jaeger  <aj@suse.de>
40447         * po/fr.po: Update from translation team.
40449 2012-07-12  Marek Polacek  <polacek@redhat.com>
40451         [BZ #14173]
40452         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40453         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40454         loop condition.
40456 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40458         [BZ #13717]
40459         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40460         Change to 2.4.1 where previously 2.4.0.
40461         * sysdeps/unix/sysv/linux/configure: Regenerated.
40462         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40463         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40464         version.
40465         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40466         (__ASSUME_AT_CLKTCK): Remove.
40467         (__ASSUME_AT_PAGESIZE): Likewise.
40468         (__ASSUME_AT_XID): Likewise.
40469         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40470         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40471         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40472         unconditionally.
40473         (HAVE_AUX_PAGESIZE): Likewise.
40474         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40475         [__ASSUME_AT_CLKTCK]: Make code unconditional.
40476         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40478 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
40480         [BZ #14307]
40481         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40482         the temporary buffer used to invoke __gethostbyname2_r,
40483         __gethostbyaddr_r and gethostbyname4_r to make room for struct
40484         host_data / struct gaih_addrtuple.
40485         * resolv/nss_dns/dns-host.c (global scope): Move definition of
40486         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40487         header file nss/nsswitch.h.
40488         * nss/nsswitch.h (global scope): Add definition of implementation
40489         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40490         resolv/nss_dns/dns-host.c).
40492 2012-07-11  Andreas Jaeger  <aj@suse.de>
40494         * po/fr.po: Update from translation team.
40496         * po/sv.po: Update from translation team
40497         * po/fr.po: Another update from translation team.
40499 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40501         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40502         for subnormals or multiply small sinh result by itself.
40503         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40504         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40506 2012-07-11  David S. Miller  <davem@davemloft.net>
40508         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40510 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
40512         [BZ #14347]
40513         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40514         (INTERNAL_MARK): Shift it here.
40516 2012-07-10  Marek Polacek  <polacek@redhat.com>
40518         [BZ #14151]
40519         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
40520         libc_cv_asm_global_directive with .globl.
40521         * configure: Regenerated.
40522         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40523         with .globl.
40524         * sysdeps/i386/configure: Regenerated.
40525         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40526         with .globl.
40527         * sysdeps/x86_64/configure: Regenerated.
40528         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40529         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40530         * elf/tst-unique2mod2.c: Likewise.
40531         * elf/tst-unique2mod1.c: Likewise.
40532         * elf/tst-unique1mod2.c: Likewise.
40533         * elf/tst-unique1mod1.c: Likewise.
40534         * sysdeps/s390/s390-32/sysdep.h: Likewise.
40535         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40536         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40537         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40538         * sysdeps/mach/sysdep.h: Likewise.
40539         * sysdeps/i386/sysdep.h: Likewise.
40540         * sysdeps/i386/i386-mcount.S: Likewise.
40541         * sysdeps/x86_64/_mcount.S: Likewise.
40542         * sysdeps/x86_64/sysdep.h: Likewise.
40543         * sysdeps/sh/_mcount.S: Likewise.
40544         * sysdeps/sh/sysdep.h: Likewise.
40545         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40546         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40547         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40548         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40549         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40550         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40551         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40552         * locale/localeinfo.h: Likewise.
40553         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40554         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40556 2012-07-09  Roland McGrath  <roland@hack.frob.com>
40558         [BZ #14336]
40559         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40560         system".
40561         * manual/message.texi (The Uniforum approach): Likewise.
40562         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40563         (glibc iconv Implementation): Likewise.
40565 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
40567         [BZ #14337]
40568         * math/s_clog.c (__clog): Avoid scaling a value down where that
40569         could result in underflow.
40570         * math/s_clog10.c (__clog10): Likewise.
40571         * math/s_clog10f.c (__clog10f): Likewise.
40572         * math/s_clog10l.c (__clog10l): Likewise.
40573         * math/s_clogf.c (__clogf): Likewise.
40574         * math/s_clogl.c (__clogl): Likewise.
40575         * math/libm-test.inc (clog_test): Add more tests.
40576         (clog10_test): Likewise.
40577         * sysdeps/i386/fpu/libm-test-ulps: Update.
40578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40580 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
40582         [BZ #14283]
40583         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40584         by 7 not 8 to examine high bit of fractional part.
40586         [BZ #14042]
40587         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40588         for call to __mcount_internal.
40589         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40590         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40591         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40593 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
40595         [BZ #14154]
40596         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40597         approximation for values within 0x1p-13f of an odd multiple of
40598         pi/4.
40599         * math/libm-test.inc (tan_test): Do not allow spurious underflow
40600         exception.  Add more tests.
40601         * sysdeps/i386/fpu/libm-test-ulps: Update.
40603         [BZ #6778]
40604         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40605         inputs and return -1 for them.  Do not check for +Inf in case not
40606         reachable for +Inf.
40607         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40608         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40609         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40610         and return -1 for them.  Do not check for +Inf in case not
40611         reachable for +Inf.
40612         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40613         define.
40614         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40615         and return -1 for them.  Do not check for +Inf in case not
40616         reachable for +Inf.
40617         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
40618         spurious underflow.
40619         * sysdeps/i386/fpu/libm-test-ulps: Update.
40620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40622 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
40624         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40626 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
40628         [BZ #14157]
40629         [BZ #14331]
40630         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40631         could result in spurious underflow.  Scale down values above
40632         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40633         * math/s_csqrtf.c (__csqrtf): Likewise.
40634         * math/s_csqrtl.c (__csqrtl): Likewise.
40635         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
40636         spurious underflow.
40637         * sysdeps/i386/fpu/libm-test-ulps: Update.
40638         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40640 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
40642         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40643         xopen-msg.sed.
40644         * catgets/xopen-msg.awk: New file.
40645         * catgets/xopen-msg.sed: Removed.
40647         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40648         po2text.sed.
40649         * intl/po2test.awk: New file.
40650         * intl/po2test.sed: Removed.
40652 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
40654         [BZ #14328]
40655         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40656         or multiply small sinh result by itself.
40657         * math/s_ctanf.c (__ctanf): Likewise.
40658         * math/s_ctanh.c (__ctanh): Likewise.
40659         * math/s_ctanhf.c (__ctanhf): Likewise.
40660         * math/s_ctanhl.c (__ctanhl): Likewise.
40661         * math/s_ctanl.c (__ctanl): Likewise.
40662         * math/libm-test.inc (ctan_test_tonearest): New function.
40663         (ctan_test_towardzero): Likewise.
40664         (ctan_test_downward): Likewise.
40665         (ctan_test_upward): Likewise.
40666         (ctanh_test_tonearest): Likewise.
40667         (ctanh_test_towardzero): Likewise.
40668         (ctanh_test_downward): Likewise.
40669         (ctanh_test_upward): Likewise.
40670         (main): Call these new functions.
40671         * sysdeps/i386/fpu/libm-test-ulps: Update.
40672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40674 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
40676         * .gitignore: Delete /ports entry.
40678 2012-07-03  Andreas Jaeger  <aj@suse.de>
40680         * po/bg.po: Update from translation team.
40681         * po/cs.po: Likewise.
40682         * po/de.po: Likewise.
40683         * po/hr.po: Likewise.
40684         * po/nl.pl: Likewise.
40685         * po/pl.po: Likewise.
40686         * po/vi.po: Likewise.
40688 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
40690         * Makeconfig [!+link] (+link-before-libc): New variable.
40691         [!+link] (+link-after-libc): Likewise.
40692         [!+link] (+link-tests): Likewise.
40693         [!+link] (+link): Define in terms of $(+link-before-libc) and
40694         $(+link-after-libc).
40695         [!+link-static] (+link-static-before-libc): New variable.
40696         [!+link-static] (+link-static-after-libc): Likewise.
40697         [!+link-static] (+link-static-tests): Likewise.
40698         [!+link-static] (+link-static): Define in terms of
40699         $(+link-static-before-libc) and $(+link-static-after-libc).
40700         [build-shared] (link-libc-before-gnulib): New variable.
40701         [build-shared] (link-libc-tests): Likewise.
40702         [build-shared] (link-libc): Define in terms of
40703         $(link-libc-before-gnulib).
40704         [!build-shared] (link-libc-tests): New variable.
40705         (link-libc-static-tests): New variable.
40706         [!gnulib] (gnulib-arch): New variable.
40707         [!gnulib] (gnulib-tests): Likewise.
40708         [!gnulib] (static-gnulib-arch): Likewise.
40709         [!gnulib] (static-gnulib-tests): Likewise.
40710         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
40711         Define with "=" instead of ":=".
40712         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
40713         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
40714         * Rules (binaries-all-notests): New variable.
40715         (binaries-all-tests): Likewise.
40716         (binaries-static-notests): Likewise.
40717         (binaries-static-tests): Likewise.
40718         (binaries-all): Define using $(binaries-all-notests) and
40719         $(binaries-all-tests).
40720         (binaries-static): Define using $(binaries-static-notests) and
40721         $(binaries-static-tests).
40722         (binaries-shared-tests): New variable.
40723         (binaries-shared-notests): Likewise.
40724         (binaries-shared): Remove variable.
40725         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40726         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40727         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40728         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40729         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40730         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40731         * elf/Makefile (sln-modules): New variable.
40732         (extra-objs): Add $(sln-modules:=.o).
40733         (ldconfig-modules): Add static-stubs.
40734         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40735         * elf/static-stubs.c: New file.
40737         [BZ #14283]
40738         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40739         by 7 not 8 to examine high bit of fractional part.  Use volatile
40740         variables when splitting into final array of floats if
40741         __FLT_EVAL_METHOD__ != 0.
40742         * math/libm-test.inc (cos_test): Add another test.
40743         (sin_test): Likewise.
40744         * sysdeps/i386/fpu/libm-test-ulps: Update.
40746         [BZ #14273]
40747         * math/libm-test.inc (cosh_test): Add more tests.
40749         * version.h (RELEASE): Set to "development".
40750         (VERSION): Set to "2.16.90".
40752 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
40754         * NEWS: Update copyright. Remove last-updated date.
40755         Mention math library bug fixes and timezone data changes.
40756         * README: Mention GNU/Hurd, x32, and HPPA support status.
40758 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
40760         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40762 2012-06-27  Andreas Jaeger  <aj@suse.de>
40764         * manual/contrib.texi (Contributors): Add Samuel Thibault.
40766 2012-06-25  Andreas Jaeger  <aj@suse.de>
40768         * sysdeps/s390/fpu/libm-test-ulps: Update.
40770 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
40771             Thomas Schwinge  <thomas@codesourcery.com>
40773         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40774         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40775         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40776         fanotify_mark.
40778 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
40780         * sysdeps/mach/start.c: Remove file.
40781         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40782         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40783         * sysdeps/sh/init-first.c: Likewise.
40785         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40786         registers for frame unwinding purposes, add CFI directives.
40787         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40788         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40789         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40790         Likewise.
40792         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40793         __fortify_fail returning.
40794         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40796         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40797         sysdeps/sh/____longjmp_chk.S.
40798         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40799         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40800         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40801         (gen-as-const-headers): Append sigaltstack-offsets.sym.
40803         * sysdeps/sh/abort-instr.h: New file.
40804         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40805         process in case exit returns.
40807         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40808         initialize the GOT register before use.
40810         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40811         calculation of ARGC > 4.
40813         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40814         meaningful names to some local labels.
40816 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
40817             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
40819         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40820         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40821         (__arch_compare_and_exchange_val_16_acq): Likewise.
40822         (__arch_compare_and_exchange_val_32_acq): Likewise.
40823         (atomic_exchange_and_add): Fix gUSA sequence.
40824         (atomic_add): Likewise.
40825         (atomic_add_negative): Likewise.
40826         (atomic_add_zero): Likewise.
40827         (atomic_bit_test_set): Likewise.
40829 2012-06-22  Andreas Schwab  <schwab@redhat.com>
40831         [BZ #13579]
40832         * include/link.h (struct link_map): Add l_free_initfini.
40833         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40834         l_initfini.
40835         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40836         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40837         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40838         set.
40840 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
40842         * configure.in: Use AC_LANG_SOURCE.
40843         * configure: Regenerate.
40845 2012-06-22  Roland McGrath  <roland@hack.frob.com>
40847         * configure.in (libc_cv_localstatedir): New substituted variable.
40848         * configure: Regenerated.
40849         * config.make.in (localstatedir): New variable, substituted from
40850         libc_cv_localstatedir.
40851         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40852         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40853         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40854         * sysdeps/gnu/configure: Regenerated.
40856 2012-06-21  Jeff Law  <law@redhat.com>
40858         [BZ #14277]
40859         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40860         free.  Simplify list management for _LIBC case.
40862 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
40864         [BZ #14273]
40865         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40866         Clear sign bit of 64-bit integer value before comparing against
40867         overflow value.
40869         * sysdeps/mach/configure: Regenerated.
40871 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
40873         [BZ #14278]
40874         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40876 2012-06-21  Jeff Law  <law@redhat.com>
40878         [BZ #13882]
40879         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
40880         uint16_t for elements in the "seen" array to avoid char overflows.
40881         * elf/dl-fini.c (_dl_sort_fini): Likewise.
40882         * elf/dl-open.c (dl_open_worker): Likewise.
40884 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
40886         * scripts/list-sources.sh: Scan PORTS for translations.
40887         * po/libc.pot: Regenerated.
40889 2012-06-21  Andreas Jaeger  <aj@suse.de>
40891         [BZ #12194]
40892         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40893         warning.
40894         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40895         * bits/byteswap-16.h (__bswap_16): Likewise.
40896         * bits/byteswap.h (__bswap_constant_16): Likewise.
40898 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
40900         [BZ #14117]
40901         * sysdeps/i386/fpu_control.h: Removed.
40902         * sysdeps/x86_64/fpu_control.h: Moved to ...
40903         * sysdeps/x86/fpu_control.h: Here.
40905         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40906         (_FPU_SETCW): Likewise.
40908 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
40910         [BZ #14117]
40911         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40912         * sysdeps/x86/fpu/bits/mathinline.h: This.
40913         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40915         [BZ #14050]
40916         [BZ #14117]
40917         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40918         functions if __x86_64__ is defined.
40920 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
40922         * string/endian.h: Add !__ASSEMBLER__ condition for including
40923         conversion interfaces.
40925 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
40927         [BZ #14241]
40928         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40929         of ABS(x) in calculating zero to negative powers other than odd
40930         integers.
40931         * math/libm-test.inc (pow_test): Add more tests.
40933 2012-06-15  Andreas Jaeger  <aj@suse.de>
40935         * manual/contrib.texi (Contributors): Update entry of Liubov
40936         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40937         Machado Filho.
40939 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
40941         * string/string.h: Add __wur to GNU version of strerror_r.
40943 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
40945         [BZ #14229]
40946         * string/Makefile (tests): Add tst-strtok_r.
40947         * string/tst-strtok_r.c: New file.
40948         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40949         RAX_LP/RDX_LP on SAVE_PTR.
40951 2012-06-14  Roland McGrath  <roland@hack.frob.com>
40953         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
40955 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
40957         * libm_test.inc (csqrt_test): Allow more spurious underflow
40958         exceptions.
40959         (j0_test): Likewise.
40960         (j1_test): Likewise.
40961         (y0_test): Likewise.
40962         (y1_test): Likewise.
40964 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
40966         * po/Makefile (libc.pot): Use UTF-8 charset.
40968 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
40970         [BZ #14210]
40971         Suppress sign-conversion warning from FD_SET.
40972         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
40973         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
40974         not unsigned long int.
40975         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
40977 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
40979         [BZ #14050]
40980         [BZ #14117]
40981         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
40982         __extern_always_inline instead of __extern_inline.
40983         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
40984         (__signbit): Likewise.
40985         (__signbitl): Support C++ namespace.
40986         (lrintf): New inline function.
40987         (lrint): Likewise.
40988         (llrintf): Likewise.
40989         (llrint): Likewise.
40990         (fmaxf): Likewise.
40991         (fmax): Likewise.
40992         (fminf): Likewise.
40993         (fmin): Likewise.
40994         (rint): Likewise.
40995         (rintf): Likewise.
40996         (ceil): Likewise.
40997         (ceilf): Likewise.
40998         (floor): Likewise.
40999         (floorf): Likewise.
41000         (nearbyint): Likewise.
41001         (nearbyintf): Likewise.
41003 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41005         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41006         non-default versions.
41008 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41010         [BZ #14218]
41011         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41013 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41015         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41016         (FE_UPWARD, FE_DOWNWARD): Don't define.
41017         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41018         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41020         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41021         reading it.
41022         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41023         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41025 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41027         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41028         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41029         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41030         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41032 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41034         [BZ #14117]
41035         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41036         * sysdeps/i386/fpu/Implies: New file.
41037         * sysdeps/x86_64/fpu/Implies: Likewise.
41038         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41039         * sysdeps/x86/fpu/bits/fenv.h: This.
41041         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41042         __SSE_MATH__.
41044 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41046         [BZ #14134]
41047         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41048         character 0xffff that matches the last element of the
41049         conversion table.
41051 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41053         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41054         fmodl commit.
41056 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41058         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41059         values higher than 25.6283.
41061 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41063         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41064         subnormal exponent extraction and add some __builtin_expect.
41065         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41066         Fix for subnormal mantissa calculation.
41068 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41070         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41071         cpu2 is -1 and errno is not ENOSYS.
41073 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41075         [BZ #14117]
41076         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41077         * sysdeps/x86/bits/string.h: This.
41078         * sysdeps/x86_64/bits/string.h: Removed.
41080         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41081         if not compiling for x86-64, but compiling for >= i486.
41083         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41084         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41086         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41087         New macro from Linux kernel 3.4.0.
41088         (FP_XSTATE_MAGIC2): Likewise.
41089         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41090         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41091         (struct _fpx_sw_bytes): New struct.
41092         (struct _xsave_hdr): Likewise.
41093         (struct _ymmh_state): Likewise.
41094         (struct _xstate): Likewise.
41096         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41097         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41098         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41099         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41100         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41101         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41103         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41104         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41105         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41106         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41107         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41108         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41110 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41112         [BZ #13743]
41113         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41114         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41115         (sysdep_headers): Include sys/platform/ppc.h.
41116         * sysdeps/powerpc/test-gettimebase.c: Test for
41117         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41118         * manual/Makefile (appendices): Include platform.texi.
41119         * manual/contrib.texi (Contributors): Update @node pointers.
41120         * manual/maint.texi (Maintenance): Likewise.
41121         (Platform): New node.
41122         * manual/platform.texi: New file.  Document the new features.
41124 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41125             Jakub Jelinek  <jakub@redhat.com>
41127         [BZ #14188]
41128         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41129         where __builtin_expect is unavailable.
41131 2012-06-03  David S. Miller  <davem@davemloft.net>
41133         * stdlib/longlong.h: Updated from GCC.
41135 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41137         [BZ #14042]
41138         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41139         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41140         __mcount_internal.
41141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41142         (GLIBC_2.16): Likewise.
41144 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41146         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41148 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41151         (default-abi): New variable.
41152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41153         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41154         variable.
41155         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41156         Likewise.
41157         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41158         Likewise.
41159         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41160         Likewise.
41162         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41163         definition.  Document in comment.
41165 2012-06-01  David S. Miller  <davem@davemloft.net>
41167         * stdlib/longlong.h: Updated from GCC.
41169 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41171         [BZ #14117]
41172         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41173         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41174         sys/debugreg.h sys/io.h here.
41175         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41176         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41177         sys/io.h.
41178         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41179         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41180         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41181         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41182         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41183         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41185         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41186         Define only if __x86_64__ is defined.
41188 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41190         [BZ #14048]
41191         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41192         Use int64_t for variable i.
41193         * math/libm-test.inc (fmod_test): Add more tests.
41195         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41196         z computation is not scheduled after fetestexcept.
41197         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41198         Use math_force_eval instead of asm to ensure calculation scheduled
41199         before exception test.
41200         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41201         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41203 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41205         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41206         computation is not scheduled after fetestexcept.
41208 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41210         [BZ #14117]
41211         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41212         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41214 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41216         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41217         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41219 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41221         [BZ #14117]
41222         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41223         <bits/wordsize.h>.
41224         (__WCHAR_MIN): Support __WORDSIZE == 64.
41225         (__WCHAR_MAX): Likewise.
41227         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41228         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41230         [BZ #14183]
41231         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41232         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41234         [BZ #14117]
41235         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41236         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41238         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41239         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41241         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41242         Defined to 1 if __x86_64__ isn't defined.
41243         (_STAT_VER_LINUX_OLD): New.
41244         (st_atime): Remove duplicate.
41245         (st_mtime): Likewise.
41246         (st_ctime): Likewise.
41248 2012-05-31  David S. Miller  <davem@davemloft.net>
41250         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41251         entries.
41253 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41255         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41256         gen-libm-test.pl.
41258         [BZ #14132]
41259         * elf/dl-reloc.c: Include <_itoa.h>.
41260         (_dl_reloc_bad_type): Remove use of INTUSE.
41261         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41262         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41263         * stdio-common/psiginfo.c (psiginfo): Likewise.
41264         * stdio-common/psignal.c (psignal): Likewise.
41265         * string/strsignal.c (strsignal): Likewise.
41266         * include/signal.h (_sys_siglist): Declare hidden proto.
41267         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41268         INTVARDEF with libc_hidden_data_def.
41269         * stdio-common/itoa-udigits.c: Likewise.
41270         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41271         (_itoa_lower_digits_internal): Remove declaration.
41272         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41273         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41274         (_sys_sigabbrev_internal): Remove aliases.
41275         (_sys_siglist): Define hidden alias.
41277 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41279         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41280         bits/sysctl.h.
41282 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41284         [BZ #14117]
41285         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41286         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41288         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41289         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41290         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41291         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41292         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41293         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41295         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41296         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41297         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41299         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41300         with __addr.
41301         (insw): Likewise.
41302         (insl): Likewise.
41303         (outsb): Likewise.
41304         (outsw): Likewise.
41305         (outsl): Likewise.
41307         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41308         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41309         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41311         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41312         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41313         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41314         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41315         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41316         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41318         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41319         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41321         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41322         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41324         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41325         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41326         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41328         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41329         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41330         to ...
41331         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41333         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41334         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41335         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41337         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41338         for x86-64.
41339         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41341 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41343         * math/math.h (M_El): Use two more decimal places.
41344         (M_LOG2El): Likewise.
41345         (M_LOG10El): Likewise.
41346         (M_LN2l): Likewise.
41347         (M_LN10l): Likewise.
41348         (M_PIl): Likewise.
41349         (M_PI_2l): Likewise.
41350         (M_PI_4l): Likewise.
41351         (M_1_PIl): Likewise.
41352         (M_2_PIl): Likewise.
41353         (M_2_SQRTPIl): Likewise.
41354         (M_SQRT2l): Likewise.
41355         (M_SQRT1_2l): Likewise.
41357 2012-05-31  David S. Miller  <davem@davemloft.net>
41359         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41360         values between float registers.
41361         * sysdeps/sparc/sparc64/memset.S: Likewise.
41362         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41364 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41366         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41367         -D_FORTIFY_SOURCE=1.
41368         (CPPFLAGS-tst-longjmp_chk.c): Define.
41369         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41370         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41371         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41372         CFLAGS-tst-wchar-h.c.
41374 2012-05-31  Marek Polacek  <polacek@redhat.com>
41376         [BZ #14132]
41377         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41378         __endmntent_internal): Remove declaration.
41379         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41380         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41381         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41383 2012-05-30  David S. Miller  <davem@davemloft.net>
41385         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41386         (___Q_simulate_exceptions): Use real FP ops rather than writing
41387         into the %fsr.
41388         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41389         Likewise.
41391 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41393         [BZ #14117]
41394         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41395         * sysdeps/x86/bits/xtitypes.h: This.
41397         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41398         * sysdeps/x86/bits/wordsize.h: This.
41400         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41401         * sysdeps/x86/bits/huge_vall.h: This.
41403         * sysdeps/i386/bits/select.h: Removed.
41404         * sysdeps/x86_64/bits/select.h: Renamed to ...
41405         * sysdeps/x86/bits/select.h: This.
41407         * sysdeps/i386/bits/setjmp.h: Removed.
41408         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41409         * sysdeps/x86/bits/setjmp.h: This.
41411         * sysdeps/i386/bits/mathdef.h: Removed.
41412         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41413         * sysdeps/x86/bits/mathdef.h: This.
41415 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41417         [BZ #14132]
41418         * include/sys/socket.h (__connect_internal)
41419         (__libc_sa_len_internal): Remove declaration.
41420         (__connect, __libc_sa_len): Declare hidden_proto.
41421         (SA_LEN): Remove use of INTUSE.
41422         * socket/connect.c: Add libc_hidden_def.
41423         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41424         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41425         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41426         alias.
41427         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41428         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41429         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41430         of adding _internal alias.
41432 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41434         [BZ #14117]
41435         * sysdeps/i386/bits/link.h: Removed.
41436         * sysdeps/i386/bits/linkmap.h: Likewise.
41437         * sysdeps/x86_64/bits/link.h: Renamed to ...
41438         * sysdeps/x86/bits/link.h: This.
41439         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41440         * sysdeps/x86/bits/linkmap.h: This.
41442         * sysdeps/i386/bits/endian.h: Removed.
41443         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41444         * sysdeps/x86/bits/endian.h: This.
41446         * sysdeps/i386/bits/byteswap.h: Removed.
41447         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41448         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41449         * sysdeps/x86/bits/byteswap.h: This.
41450         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41451         * sysdeps/x86/bits/byteswap-16.h: This.
41452         * sysdeps/i386/Implies: Add x86.
41453         * sysdeps/x86_64/Implies: Likewise.
41455 2012-05-30  David S. Miller  <davem@davemloft.net>
41457         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41458         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41459         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41460         (FP_TRAPPING_EXCEPTIONS): Define.
41461         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41462         (FP_TRAPPING_EXCEPTIONS): Define.
41463         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41464         subnormals only when inexact has been signalled or underflow
41465         exceptions are enabled.
41466         (_FP_PACK_CANONICAL): Likewise.
41468 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41470         [BZ #14183]
41471         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41472         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41474 2012-05-30  Richard Henderson  <rth@twiddle.net>
41476         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41477         with #ifndef NOT_IN_libc.
41479         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
41480         marked to avoid plt entry.
41482 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41484         [BZ #14112]
41485         * Makeconfig (default-abi): New macro.
41486         (abi-includes): Likewise.
41487         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
41488         $(abi-$(default-abi)-lib-soname) for soname if defined.
41489         ($(common-objpfx)gnu/lib-names.stmp): Generate from
41490         abi-variants.
41491         * Makefile (installed-stubs): Likewise.
41492         * include/stubs-biarch.h: Removed.
41493         * scripts/lib-names.awk: Only handle one library at a time.
41494         * scripts/soversions.awk: Remove WORDSIZE support.
41495         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41496         entries.
41497         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41498         Removed.
41499         (syscall-list-default-condition): Likewise.
41500         (syscall-list-default-condition): Likewise.
41501         (syscall-list-includes): Likewise.
41502         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41503         syscall-list-* with abi-*.  Handle undefined abi-variants.
41504         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41505         * sysdeps/unix/sysv/linux/i386/Implies: New file.
41506         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41507         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41508         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41509         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41510         Removed.
41511         (syscall-list-32-options): Likewise.
41512         (syscall-list-32-condition): Likewise.
41513         (syscall-list-64-options): Likewise.
41514         (syscall-list-64-condition): Likewise.
41515         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41516         macro.
41517         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41518         Renamed to ...
41519         (abi-*): This.
41520         (abi-64-ld-soname): New macro.
41521         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41522         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41523         Renamed to ...
41524         (abi-*): This.
41525         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41526         * sysdeps/x86_64/x32/shlib-versions: Likewise.
41528 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
41530         * sysdeps/unix/sysv/linux/kernel-features.h
41531         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41532         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41533         include <kernel-features.h>.
41534         [!__NR_ftruncate64]: Remove conditional code.
41535         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41536         [__NR_ftruncate64]: Make code unconditional.
41537         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41538         * sysdeps/unix/sysv/linux/truncate64.c: Do not
41539         include <kernel-features.h>.
41540         [!__NR_ftruncate64]: Remove conditional code.
41541         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41542         [__NR_ftruncate64]: Make code unconditional.
41543         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41545         include <kernel-features.h>.
41546         [!__NR_ftruncate64]: Remove conditional code.
41547         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41548         [__NR_ftruncate64]: Make code unconditional.
41549         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41551         include <kernel-features.h>.
41552         [!__NR_ftruncate64]: Remove conditional code.
41553         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41554         [__NR_ftruncate64]: Make code unconditional.
41555         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41557         * configure.in (libc_cv_fpie): Weaken to a compile test using
41558         LIBC_TRY_CC_OPTION.
41559         * configure: Regenerated.
41561 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41563         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41564         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41565         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41566         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41567         Refreshed.
41568         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41570         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41571         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41573         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41574         Refreshed.
41576 2012-05-27  David S. Miller  <davem@davemloft.net>
41578         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41579         (___Q_zero): New.
41580         (__Q_simulate_exceptions): Return void.  Change to simulate
41581         exceptions by writing into the %fsr.
41582         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41583         (__Qp_handle_exceptions): Likewise.
41584         (numbers): Delete.
41585         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41586         __Qp_handle_exceptions.
41587         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41588         __Qp_handle_exceptions.
41589         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41590         as unused and give dummy FP_RND_NEAREST initializer.
41591         (FP_INHIBIT_RESULTS): Define.
41592         (___Q_simulate_exceptions): Update declaration.
41593         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41594         formatting.
41595         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41596         as unused and give dummy FP_RND_NEAREST initializer.
41597         (__Qp_handle_exceptions): Update declaration.
41598         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41599         formatting.
41601 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
41603         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41604         the temporary FPU control word.
41605         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41606         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41607         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41608         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41609         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41610         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41611         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41612         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41613         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41614         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41615         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41617 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41619         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41620         fields.
41622 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
41624         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41625         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41626         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41627         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41628         Likewise.
41629         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41630         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41631         Likewise.
41633 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
41635         * po/h.po: Update from translation team.
41637 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
41639         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41641         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41642         handling of denormals.
41643         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41644         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41645         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41646         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41647         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41648         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41649         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41650         Likewise.
41652 2012-05-26  Marek Polacek  <polacek@redhat.com>
41654         [BZ #14152]
41655         * math/libm-test.inc (fma_test): Don't always expect underflow
41656         exception.
41658 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41660         [BZ #12416]
41661         * elf/tst-execstack.c: Include stackinfo.h.
41662         (do_test): Adjust test case to ensure that pthread_getattr_np
41663         behaviour remains the same after marking stack executable.
41665 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41667         * sysdeps/unix/sysv/linux/kernel-features.h
41668         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41669         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41670         kernel-features.h.
41671         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41672         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41673         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41674         kernel-features.h.
41675         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41676         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41678 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
41680         * configure.in: Define the default includes to being none.
41681         * configure: Regenerated.
41683 2012-05-25  Roland McGrath  <roland@hack.frob.com>
41685         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41686         * sysdeps/x86_64/setjmp.S: Likewise.
41687         * sysdeps/i386/bsd-setjmp.S: Likewise.
41688         * sysdeps/i386/bsd-_setjmp.S: Likewise.
41689         * sysdeps/i386/setjmp.S: Likewise.
41690         * sysdeps/i386/__longjmp.S: Likewise.
41691         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41692         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41694         * include/stap-probe.h: New file.
41695         * configure.in: Handle --enable-systemtap.
41696         * configure: Regenerated.
41697         * config.h.in (USE_STAP_PROBE): New #undef.
41698         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41699         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41700         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41702 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
41704         [BZ #13717]
41705         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41706         to 2.4.0 where earlier.
41707         * sysdeps/unix/sysv/linux/configure: Regenerated.
41708         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41709         <kernel-features.h>.
41710         [__ASSUME_32BITUIDS]: Make code unconditional.
41711         [!__ASSUME_32BITUIDS]: Remove conditional code.
41712         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41713         <kernel-features.h>.
41714         [__ASSUME_32BITUIDS]: Make code unconditional.
41715         [!__ASSUME_32BITUIDS]: Remove conditional code.
41716         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41717         [__ASSUME_32BITUIDS]: Make code unconditional.
41718         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41719         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41720         <kernel-features.h>.
41721         [__ASSUME_32BITUIDS]: Make code unconditional.
41722         [!__ASSUME_32BITUIDS]: Remove conditional code.
41723         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41724         <kernel-features.h>.
41725         [__ASSUME_32BITUIDS]: Make code unconditional.
41726         [!__ASSUME_32BITUIDS]: Remove conditional code.
41727         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41728         <kernel-features.h>.
41729         [__ASSUME_32BITUIDS]: Make code unconditional.
41730         [!__ASSUME_32BITUIDS]: Remove conditional code.
41731         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41732         <kernel-features.h>.
41733         [__ASSUME_32BITUIDS]: Make code unconditional.
41734         [!__ASSUME_32BITUIDS]: Remove conditional code.
41735         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41736         <kernel-features.h>.
41737         [__ASSUME_32BITUIDS]: Make code unconditional.
41738         [!__ASSUME_32BITUIDS]: Remove conditional code.
41739         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41740         <kernel-features.h>.
41741         [__ASSUME_32BITUIDS]: Make code unconditional.
41742         [!__ASSUME_32BITUIDS]: Remove conditional code.
41743         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41744         <kernel-features.h>.
41745         [__ASSUME_32BITUIDS]: Make code unconditional.
41746         [!__ASSUME_32BITUIDS]: Remove conditional code.
41747         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41748         <kernel-features.h>.
41749         [__ASSUME_32BITUIDS]: Make code unconditional.
41750         [!__ASSUME_32BITUIDS]: Remove conditional code.
41751         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41752         <kernel-features.h>.
41753         [__ASSUME_32BITUIDS]: Make code unconditional.
41754         [!__ASSUME_32BITUIDS]: Remove conditional code.
41755         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41756         <kernel-features.h>.
41757         [__ASSUME_32BITUIDS]: Make code unconditional.
41758         [!__ASSUME_32BITUIDS]: Remove conditional code.
41759         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41760         <kernel-features.h>.
41761         [__NR_setresgid] (__setresgid): Do not declare.
41762         [__ASSUME_32BITUIDS]: Make code unconditional.
41763         [!__ASSUME_32BITUIDS]: Remove conditional code.
41764         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41765         <kernel-features.h>.
41766         [__NR_setresuid] (__setresuid): Do not declare.
41767         [__ASSUME_32BITUIDS]: Make code unconditional.
41768         [!__ASSUME_32BITUIDS]: Remove conditional code.
41769         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41770         <kernel-features.h>.
41771         [__ASSUME_32BITUIDS]: Make code unconditional.
41772         [!__ASSUME_32BITUIDS]: Remove conditional code.
41773         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41774         <kernel-features.h>.
41775         [__ASSUME_32BITUIDS]: Make code unconditional.
41776         [!__ASSUME_32BITUIDS]: Remove conditional code.
41777         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41778         <kernel-features.h>.
41779         [__ASSUME_32BITUIDS]: Make code unconditional.
41780         [!__ASSUME_32BITUIDS]: Remove conditional code.
41781         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41782         <kernel-features.h>.
41783         [__ASSUME_32BITUIDS]: Make code unconditional.
41784         [!__ASSUME_32BITUIDS]: Remove conditional code.
41785         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41786         <kernel-features.h>.
41787         [__ASSUME_32BITUIDS]: Make code unconditional.
41788         [!__ASSUME_32BITUIDS]: Remove conditional code.
41789         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41790         <kernel-features.h>.
41791         [__ASSUME_32BITUIDS]: Make code unconditional.
41792         [!__ASSUME_32BITUIDS]: Remove conditional code.
41793         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41794         <kernel-features.h>.
41795         [__ASSUME_32BITUIDS]: Make code unconditional.
41796         [!__ASSUME_32BITUIDS]: Remove conditional code.
41797         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41798         <kernel-features.h>.
41799         [__ASSUME_32BITUIDS]: Make code unconditional.
41800         [!__ASSUME_32BITUIDS]: Remove conditional code.
41801         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41802         <kernel-features.h>.
41803         [__ASSUME_32BITUIDS]: Make code unconditional.
41804         [!__ASSUME_32BITUIDS]: Remove conditional code.
41805         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41806         <kernel-features.h>.
41807         [__ASSUME_32BITUIDS]: Make code unconditional.
41808         [!__ASSUME_32BITUIDS]: Remove conditional code.
41809         * sysdeps/unix/sysv/linux/kernel-features.h
41810         (__ASSUME_SETRESUID_SYSCALL): Remove.
41811         (__ASSUME_SETRESGID_SYSCALL): Likewise.
41812         (__ASSUME_32BITUIDS): Likewise.
41813         (__ASSUME_LDT_WORKS): Likewise.
41814         (__ASSUME_O_DIRECTORY): Likewise.
41815         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41816         architecture but not kernel version.
41817         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41818         (__ASSUME_MMAP2_SYSCALL): Likewise.
41819         (__ASSUME_STAT64_SYSCALL): Likewise.
41820         (__ASSUME_IPC64): Likewise.
41821         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41822         <kernel-features.h>.
41823         [__ASSUME_32BITUIDS]: Make code unconditional.
41824         [!__ASSUME_32BITUIDS]: Remove conditional code.
41825         * sysdeps/unix/sysv/linux/opendir.c: Do not include
41826         <kernel-features.h>.
41827         [__ASSUME_O_DIRECTORY]: Make code unconditional.
41828         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41829         132096]: Remove conditional code.
41830         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41831         * sysdeps/unix/sysv/linux/s390/s390-32/chown.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/s390/s390-32/lchown.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/setegid.c: Do not include
41840         <kernel-features.h>.
41841         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41842         unconditional.
41843         (__setresgid): Do not declare.
41844         [__ASSUME_32BITUIDS]: Make code unconditional.
41845         [!__ASSUME_32BITUIDS]: Remove conditional code.
41846         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41847         <kernel-features.h>.
41848         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41849         unconditional.
41850         (__setresuid): Do not declare.
41851         [__ASSUME_32BITUIDS]: Make code unconditional.
41852         [!__ASSUME_32BITUIDS]: Remove conditional code.
41853         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41854         <kernel-features.h>.
41855         [__ASSUME_32BITUIDS]: Make code unconditional.
41856         [!__ASSUME_32BITUIDS]: Remove conditional code.
41857         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41858         <kernel-features.h>.
41859         [__ASSUME_32BITUIDS]: Make code unconditional.
41860         [!__ASSUME_32BITUIDS]: Remove conditional code.
41862 2012-05-25  Richard Henderson  <rth@twiddle.net>
41864         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41865         dl_hwcap to ifunc resolver.
41866         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41867         elf_ifunc_invoke.
41868         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41869         dl_hwcap to ifunc resolver.
41870         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41872 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41874         [BZ #14153]
41875         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41876         for |x| <= 2**-26, not 2**-57.
41877         * math/libm-test.inc (acos_test): Do not allow spurious underflow
41878         exception.
41880 2012-05-24  Jeff Law  <law@redhat.com>
41882         * stdio-common/Makefile (tests): Add bug25.
41883         * stdio-common/bug25.c: New test.
41885 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
41887         [BZ #13576]
41888         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41889         multiple of MALLOC_ALIGNMENT in size.
41890         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41892 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
41894         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41895         Require >= 256.
41896         (FILENAME_MAX): Use macro-int-constant.
41897         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
41898         (_IOFBF): Use macro-int-constant.
41899         (_IOLBF): Likewise.
41900         (_IONBF): Likewise.
41901         (SEEK_CUR): Likewise.
41902         (SEEK_END): Likewise.
41903         (SEEK_SET): Likewise.
41904         (TMP_MAX): Likewise.
41905         (EOF): Use macro-int-constant.  Require < 0.
41906         (NULL): Use macro-constant.  Require == 0.
41907         (stdin): Require type to be FILE *.
41908         (stdout): Likewise.
41909         (stderr): Likewise.
41910         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41911         macro-int-constant.
41912         (EXIT_SUCCESS): Likewise.
41913         (NULL): Use macro-constant.  Require == 0.
41914         (RAND_MAX): Use macro-int-constant.
41915         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41916         [C99-based standards] (strtof): Require function.
41917         [C99-based standards] (strtold): Likewise.
41918         [C99-based standards] (strtoll): Likewise.
41919         [C99-based standards] (strtoull): Likewise.
41920         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41921         [ISO || ISO99 || ISO11] (limits.h): Likewise.
41922         [ISO || ISO99 || ISO11] (math.h): Likewise.
41923         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41924         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41925         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41927 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
41929         [BZ #14132]
41930         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41931         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41932         * intl/dgettext.c (DCGETTEXT): Likewise.
41933         * intl/gettext.c (DCGETTEXT): Likewise.
41934         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41935         * posix/regex_internal.h (gettext): Likewise.
41936         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41937         Remove declaration.
41938         * include/argz.h (__argz_count_internal)
41939         (__argz_stringify_internal): Remove declaration.
41940         (__argz_count, __argz_stringify): Declare hidden proto.
41941         * intl/dcgettext.c: Remove use of INTDEF.
41942         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41943         * string/argz-stringify.c: Likewise.
41944         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41945         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41946         Declare hidden proto.
41947         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41948         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41949         Declare hidden proto.
41950         * include/stdio.h (__asprintf_internal): Don't declare.
41951         (__asprintf): Don't define as macro.  Declare hidden proto.
41952         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
41953         (__fsetlocking): Declare hidden proto.
41954         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
41955         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
41956         hidden proto.
41957         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
41958         (_IO_setlinebuf): Remove use of INTUSE.
41959         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
41960         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
41961         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
41962         Remove declaration.
41963         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
41964         (_IO_do_flush): Remove use of INTUSE.
41965         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
41966         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
41967         (_IO_adjust_column, _IO_least_wmarker)
41968         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
41969         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
41970         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
41971         (_IO_default_doallocate, _IO_wdefault_doallocate)
41972         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
41973         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
41974         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
41975         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
41976         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
41977         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
41978         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
41979         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
41980         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
41981         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
41982         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
41983         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
41984         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
41985         proto.
41986         (_IO_flush_all_internal, _IO_adjust_column_internal)
41987         (_IO_default_uflow_internal, _IO_default_finish_internal)
41988         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
41989         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
41990         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
41991         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
41992         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
41993         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
41994         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
41995         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
41996         (_IO_file_close_internal, _IO_file_close_it_internal)
41997         (_IO_file_underflow_internal, _IO_file_overflow_internal)
41998         (_IO_file_init_internal, _IO_file_attach_internal)
41999         (_IO_file_fopen_internal, _IO_file_read_internal)
42000         (_IO_file_sync_internal, _IO_file_seek_internal)
42001         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42002         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42003         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42004         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42005         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42006         (_IO_list_all_internal, _IO_link_in_internal)
42007         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42008         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42009         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42010         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42011         (_IO_do_write_internal, _IO_padn_internal)
42012         (_IO_getline_info_internal, _IO_getline_internal)
42013         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42014         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42015         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42016         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42017         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42018         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42019         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42020         with libc_hidden_ver, remove use of INTUSE.
42021         * libio/genops.c: Likewise.
42022         * libio/freopen.c: Likewise.
42023         * libio/freopen64.c: Likewise.
42024         * libio/iofclose.c: Likewise.
42025         * libio/iofdopen.c: Likewise.
42026         * libio/iofflush.c: Likewise.
42027         * libio/iofflush_u.c: Likewise.
42028         * libio/iofgets.c: Likewise.
42029         * libio/iofgets_u.c: Likewise.
42030         * libio/iofopen.c: Likewise.
42031         * libio/iofopncook.c: Likewise.
42032         * libio/iofread.c: Likewise.
42033         * libio/iofread_u.c: Likewise.
42034         * libio/ioftell.c: Likewise.
42035         * libio/iofwrite.c: Likewise.
42036         * libio/iogetline.c: Likewise.
42037         * libio/iogets.c: Likewise.
42038         * libio/iogetwline.c: Likewise.
42039         * libio/iopadn.c: Likewise.
42040         * libio/iopopen.c: Likewise.
42041         * libio/ioseekoff.c: Likewise.
42042         * libio/ioseekpos.c: Likewise.
42043         * libio/iosetbuffer.c: Likewise.
42044         * libio/iosetvbuf.c: Likewise.
42045         * libio/ioungetc.c: Likewise.
42046         * libio/ioungetwc.c: Likewise.
42047         * libio/iovdprintf.c: Likewise.
42048         * libio/iovsprintf.c: Likewise.
42049         * libio/iovsscanf.c: Likewise.
42050         * libio/memstream.c: Likewise.
42051         * libio/obprintf.c: Likewise.
42052         * libio/oldfileops.c: Likewise.
42053         * libio/oldiofclose.c: Likewise.
42054         * libio/oldiofdopen.c: Likewise.
42055         * libio/oldiofopen.c: Likewise.
42056         * libio/oldiopopen.c: Likewise.
42057         * libio/oldstdfiles.c: Likewise.
42058         * libio/putc.c: Likewise.
42059         * libio/setbuf.c: Likewise.
42060         * libio/setlinebuf.c: Likewise.
42061         * libio/stdfiles.c: Likewise.
42062         * libio/strops.c: Likewise.
42063         * libio/vasprintf.c: Likewise.
42064         * libio/vscanf.c: Likewise.
42065         * libio/vsnprintf.c: Likewise.
42066         * libio/vswprintf.c: Likewise.
42067         * libio/wfiledoalloc.c: Likewise.
42068         * libio/wfileops.c: Likewise.
42069         * libio/wgenops.c: Likewise.
42070         * libio/wmemstream.c: Likewise.
42071         * libio/wstrops.c: Likewise.
42072         * libio/__fpurge.c: Likewise.
42073         * libio/__fsetlocking.c: Likewise.
42074         * assert/assert.c: Likewise.
42075         * debug/fgets_chk.c: Likewise.
42076         * debug/fgets_u_chk.c: Likewise.
42077         * debug/fread_chk.c: Likewise.
42078         * debug/fread_u_chk.c: Likewise.
42079         * debug/gets_chk.c: Likewise.
42080         * debug/obprintf_chk.c: Likewise.
42081         * debug/vasprintf_chk.c: Likewise.
42082         * debug/vdprintf_chk.c: Likewise.
42083         * debug/vsnprintf_chk.c: Likewise.
42084         * debug/vsprintf_chk.c: Likewise.
42085         * malloc/mtrace.c: Likewise.
42086         * misc/error.c: Likewise.
42087         * misc/syslog.c: Likewise.
42088         * stdio-common/asprintf.c: Likewise.
42089         * stdio-common/fxprintf.c: Likewise.
42090         * stdio-common/getw.c: Likewise.
42091         * stdio-common/isoc99_fscanf.c: Likewise.
42092         * stdio-common/isoc99_scanf.c: Likewise.
42093         * stdio-common/isoc99_vfscanf.c: Likewise.
42094         * stdio-common/isoc99_vscanf.c: Likewise.
42095         * stdio-common/isoc99_vsscanf.c: Likewise.
42096         * stdio-common/printf-prs.c: Likewise.
42097         * stdio-common/printf_fp.c: Likewise.
42098         * stdio-common/printf_fphex.c: Likewise.
42099         * stdio-common/printf_size.c: Likewise.
42100         * stdio-common/putw.c: Likewise.
42101         * stdio-common/scanf.c: Likewise.
42102         * stdio-common/sprintf.c: Likewise.
42103         * stdio-common/tmpfile.c: Likewise.
42104         * stdio-common/vfprintf.c: Likewise.
42105         * stdio-common/vfscanf.c: Likewise.
42106         * stdlib/strfmon_l.c: Likewise.
42107         * sunrpc/openchild.c: Likewise.
42108         * sunrpc/xdr_stdio.c: Likewise.
42109         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42110         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42112 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42114         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42116         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42117         in the third column, to generate for the shared library an IFUNC
42118         that uses _dl_vdso_vsym.
42119         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42120         * Makeconfig (object-suffixes-noshared): New variable.
42122         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42123         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42124         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42125         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42127         [BZ #14132]
42128         * include/sys/time.h (__gettimeofday): Remove macro.
42129         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42130         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42131         Remove INTDEF.
42132         (__gettimeofday): Add libc_hidden_def.
42133         (gettimeofday): Add libc_hidden_weak.
42134         * sysdeps/mach/gettimeofday.c: Likewise.
42135         * sysdeps/posix/gettimeofday.c: Likewise.
42136         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42137         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42138         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42139         (__gettimeofday_internal): Remove strong_alias.
42140         (__gettimeofday): Add libc_hidden_def.
42141         (gettimeofday): Add libc_hidden_weak.
42142         * sysdeps/unix/syscalls.list (gettimeofday):
42143         Remove __gettimeofday_internal alias.
42145 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42146             H.J. Lu  <hongjiu.lu@intel.com>
42148         [BZ #12495]
42149         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42150         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42151         (largebin_index_32_big): New.
42152         (largebin_index): Use it for 16-byte alignment.
42153         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42154         correction with front_misalign.
42156 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42158         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42160         Likewise.
42161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42162         Likewise.
42163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42164         Likewise.
42165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42166         Likewise.
42167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42168         Likewise.
42169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42170         Likewise.
42171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42172         Likewise.
42173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42174         Likewise.
42175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42176         Likewise.
42177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42178         Likewise.
42179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42180         Likewise.
42181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42182         Likewise.
42184         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42185         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42187 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42189         [BZ #10846]
42190         [BZ #14036]
42191         * math/libm-test.inc (exp_test): Add test from bug 14036.
42192         (pow_test): Add test from bug 10846.
42194         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42195         and other flags.
42196         (special_function): Do not include flags in test name.
42197         (parse_args): Likewise.
42198         * sysdeps/i386/fpu/libm-test-ulps: Update.
42199         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42200         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42201         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42204         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42205         exceptions.
42206         * math/libm-test.inc ("Philosophy"): Update comment about
42207         exception testing.
42208         (UNDERFLOW_EXCEPTION): New macro.
42209         (UNDERFLOW_EXCEPTION_OK): Likewise.
42210         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42211         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42212         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42213         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42214         (INVALID_EXCEPTION_OK): Update value.
42215         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42216         (OVERFLOW_EXCEPTION_OK): Likewise.
42217         (IGNORE_ZERO_INF_SIGN): Likewise.
42218         (test_exceptions): Handle underflow exceptions.
42219         (acos_test): Update for underflow exception expectations.
42220         (cexp_test): Likewise.
42221         (clog_test): Likewise.
42222         (clog10_test): Likewise.
42223         (csqrt_test): Likewise.
42224         (ctan_test): Likewise.
42225         (ctanh_test): Likewise.
42226         (exp_test): Likewise.
42227         (exp10_test): Likewise.
42228         (exp2_test): Likewise.
42229         (expm1_test): Likewise.
42230         (fma_test): Likewise.
42231         (j0_test): Likewise.
42232         (jn_test): Likewise.
42233         (nexttoward_test): Likewise.
42234         (pow_test): Likewise.
42235         (scalbn_test): Likewise.
42236         (scalbln_test): Likewise.
42237         (tan_test): Likewise.
42238         (y1_test): Likewise.
42239         * sysdeps/i386/fpu/libm-test-ulps: Update.
42240         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42242 2012-05-23  David S. Miller  <davem@davemloft.net>
42244         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42245         (__libc_sigaction): Remove unused local variables.
42247 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42249         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42251 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42253         mktime: avoid signed integer overflow
42254         * time/mktime.c (__mktime_internal): Do not mishandle the case
42255         where diff == INT_MIN.
42257         mktime: simplify computation of average
42258         * time/mktime.c (ranged_convert): Use new time_t_avg function
42259         instead of rolling our own (probably-slower) code.
42261         mktime: do not assume signed right shift propagates sign bit
42262         * time/mktime.c (isdst_differ): New static function.
42263         (__mktime_internal): No need to normalize tm_isdst now.
42264         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42265         tm_isdst values.
42267         mktime: merge another wrapv change from gnulib
42268         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42269         from some compilers.
42271         mktime: remove incorrect attempt at unusual arithmetics
42272         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42273         The code didn't really work on such machines anyway.
42274         (TYPE_MINIMUM): Assume two's complement.
42275         (twos_complement_arithmetic): Verify that long_int and time_t
42276         are two's complement (or unsigned, in the latter case).
42278         mktime: check signed shifts on long_int and time_t, too
42279         * time/mktime.c (SHR): Check that shifts work as desired
42280         on the types long_int and time_t too, as SHR is used on
42281         such types.
42283         mktime: do not assume 'long' is wide enough
42284         * time/mktime.c (verify): Move decl up.
42285         (long_int): New type.
42286         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42287         to remove assumption in the code that 'long' is wide enough to
42288         store year values.  This assumption is not true on x32 and on
42289         some non-glibc platforms.
42291         mktime: merge wrapv change from gnulib
42292         * time/mktime.c (WRAPV): New macro.
42293         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42294         (guess_time_tm, __mktime_internal): Do not assume that signed
42295         integer overflow wraps around; modern compilers generate code
42296         where this assumption is no longer valid.
42298 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42300         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42301         Replace "jmp L(pseudo_end)" with "ret".
42302         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42303         Likewise.
42305 2012-05-23  Andreas Jaeger  <aj@suse.de>
42307         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42308         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42310 2012-05-23  Andreas Jaeger  <aj@suse.de>
42311             Maximilian Attems  <max@stro.at>
42313         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42314         New macros.
42316 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42318         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42319         code so that pseudo_end is just ret and the stack pointer is
42320         correct also for static library in error case.
42322 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42324         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42325         move to syscalls.list.
42326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42331         * manual/install.texi (Running make install): Do not mention Linux
42332         kernel version for which pt_chown is not needed.
42333         (Linux): Do not mention problems with nscd with 2.0 kernels.
42334         * INSTALL: Regenerated.
42336 2012-05-23  Andreas Jaeger  <aj@suse.de>
42338         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42339         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42340         macro.
42341         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42342         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42343         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42344         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42345         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42346         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42347         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42348         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42349         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42350         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42351         * sysdeps/unix/sysv/linux/bits/in.h
42352         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42354 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42356         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42357         (PREPARE_VERSION): Just use assert instead, it will be elided
42358         under [NDEBUG] anyway.
42360 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42362         * sysdeps/unix/sysv/linux/Makefile: Include
42363         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42364         (sysdep_routines): Remove sysctl.
42365         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42366         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42367         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42368         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42369         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42371 2012-05-22  Andreas Jaeger  <aj@suse.de>
42373         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42374         that pseudo_end is just ret and the stack pointer is correct also
42375         for static library in error case.
42377 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42379         [BZ #14122]
42380         * nss/nsswitch.c (defconfig_entries): New variable.
42381         (__nss_database_lookup): Don't leak defconfig entries.
42382         (nss_parse_service_list): Don't leak on error paths.
42383         (free_database_entries): New function.
42384         (free_defconfig): New function.
42385         (free_mem): Move common code to free_database_entries.
42387 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42389         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42390         Add arch_prctl.
42391         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42393         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42394         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42395         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42396         New macro.
42397         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42398         (INTERNAL_SYSCALL_TYPES): Likewise.
42399         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42400         (LOAD_REGS_TYPES_[1-6]): Likewise.
42401         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42402         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42404 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42406         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42407         copysignl for GLIBC_2_0.
42408         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42409         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42410         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42411         logbl for GLIBC_2_0.
42412         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42413         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42415 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42417         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42418         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42420         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42421         Use "neg %eax".
42423         * time/mktime.c: Update copyright years.
42425 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42427         mktime: merge comment-quoting-style change from gnulib
42428         * time/mktime.c: Quote 'like this' in comments.
42429         The GNU coding standards suggest that we no longer quote `like this',
42430         as "`" and "'" are typically rendered asymmetrically nowadays.
42431         The typical gnulib style is to quote 'like this' when quoting
42432         code, and "like this" when quoting English.
42434         * time/mktime.c (compile-command): Add "-I.".
42436         mktime: merge mktime-internal.h change from gnulib
42437         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42439         mktime: merge time_r change from gnulib
42440         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42442         mktime: merge DEBUG change from gnulib
42443         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42444         case system <time.h> has a #define.
42446         mktime: merge <sys/types.h> change from gnulib
42447         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42448         since <time.t> is now guaranteed to define time_t.
42450         mktime: merge HAVE_CONFIG_H change from gnulib
42451         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42453 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42456         Use "neg %eax".
42458         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42459         __rlim_t cast.
42460         (struct rusage): Use anonymous union to pad each field to
42461         __syscall_slong_t.
42463 2012-05-21  David S. Miller  <davem@davemloft.net>
42465         * Makefules (o-iterator): Remove .s cases.
42466         (compile-command.s): Delete.
42467         (COMPILE.s): Delete.
42468         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42470 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
42472         * configure.in (libc_cv_predef_stack_protector): Only consider
42473         "foobar" and "__stack_chk_fail" lines in libc_undefs.
42474         * configure: Regenerated.
42476 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42478         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42479         New macro.  Use R*LP on int and pointer.
42480         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42481         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42482         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42483         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42485         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42486         [__WORDSIZE_TIME64_COMPAT32] instead of
42487         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42488         (struct utmp): Likewise.
42489         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42490         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42491         Renamed to ...
42492         (__WORDSIZE_TIME64_COMPAT32): This.
42493         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42494         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42495         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42496         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42497         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42498         (__WORDSIZE_TIME64_COMPAT32): New macro.
42500 2012-05-21  Andreas Jaeger  <aj@suse.de>
42502         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42503         only if [SHARED]. Add prototype for __wcschr_ia32.
42505 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42507         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42508         of %rbp unmolested in the jmp_buf while mangling the low bits.
42509         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42510         unmolested high bits of %rbp while demangling the low bits.
42511         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42513 2012-05-21  Andreas Jaeger  <aj@suse.de>
42515         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42516         * sunrpc/svc_simple.c: Use it for registerrpc.
42517         * sunrpc/xcrypt.c: Use it for passwd2des.
42519         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42521 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42523         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42524         Don't define if [__SYSCALL_WORDSIZE != 32].
42525         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42526         New macro.
42528 2012-05-21  Bruno Haible  <bruno@clisp.org>
42529             Andreas Jaeger  <aj@suse.de>
42531         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42532         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42533         inptr and inend for must_buffer_ch.
42534         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42535         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42536         * stdio-common/Makefile (tests): Remove bug15.
42537         (bug15-ENV): Remove macro.
42538         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42539         anymore.
42541 2012-05-19  Andreas Jaeger  <aj@suse.de>
42542             Roland McGrath  <roland@hack.frob.com>
42544         * manual/contrib.texi: Completely rewritten. It contains now an
42545         alphabetical list of contributors and their contributions.
42547 2012-05-21  Richard Henderson  <rth@twiddle.net>
42549         * misc/getauxval.c (__getauxval): Use unsigned long int.
42550         * misc/sys/auxv.h: Include <sys/cdefs.h>.
42551         (getauxval): Use unsigned long int.
42553 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
42555         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42557 2012-05-21  Roland McGrath  <roland@hack.frob.com>
42559         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42560         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42561         __alignof__ (long double).
42563 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42565         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42567 2012-05-20  Richard Henderson  <rth@twiddle.net>
42569         * misc/getauxval.c: New file.
42570         * misc/sys/auxv.h: New file.
42571         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42572         (routines): Add getauxval.
42573         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42574         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42575         * elf/dl-sysdep.c (_dl_auxv): Remove.
42576         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42577         * elf/dl-support.c (_dl_auxv): New variable.
42578         (_dl_aux_init): Initialize it.
42579         * manual/startup.texi (Auxiliary Vector): New node.
42580         * sysdeps/generic/bits/hwcap.h: New file.
42581         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42582         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
42583         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42584         * sysdeps/sparc/sysdep.h: ... here.  Include it.
42585         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42586         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42588         Update.
42589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42590         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42591         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42592         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42593         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42594         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42595         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42598 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42602 2012-05-19  David S. Miller  <davem@davemloft.net>
42604         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42606 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42608         [BZ #14123]
42609         * math/s_ccosh.c: Include <float.h>
42610         (__ccosh): Avoid internal overflow calculating sinh and cosh
42611         values before multiplying by sin and cos values.
42612         * math/s_ccoshf.c: Likewise.
42613         * math/s_ccoshl.c: Likewise.
42614         * math/s_csin.c: Likewise.
42615         * math/s_csinf.c: Likewise.
42616         * math/s_csinl.c: Likewise.
42617         * math/s_csinh.c: Likewise.
42618         * math/s_csinhf.c: Likewise.
42619         * math/s_csinhl.c: Likewise.
42620         * math/libm-test.inc (ccos_test): Add more tests.
42621         (ccosh_test): Likewise.
42622         (csin_test): Likewise.
42623         (csinh_test): Likewise.
42624         * sysdeps/i386/fpu/libm-test-ulps: Update.
42625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42627 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
42629         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42630         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42632         * sysdeps/x86_64/x32/_itoa.h: Add comment.
42634 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
42636         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42637         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42638         * sysdeps/powerpc/soft-fp/Versions: Likewise.
42639         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42640         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42641         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42642         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42643         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42644         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42645         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42646         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42647         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42648         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42649         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42650         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42651         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42652         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42653         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42654         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42655         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42656         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42657         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42658         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42659         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42660         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42661         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42662         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42663         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42664         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42665         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42666         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42668 2012-05-18  Andreas Jaeger  <aj@suse.de>
42670         * csu/.gitignore: Delete.
42672 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42674         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42675         (timex): Use __syscall_slong_t.
42677 2012-05-18  Andreas Jaeger  <aj@suse.de>
42678             Carlos O'Donell  <carlos_odonell@mentor.com>
42680         * manual/install.texi (Configuring and compiling): Update
42681         description about files modified in the source directory.
42682         * INSTALL: Regenerated.
42684 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42686         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42687         value.  Use "or" to set return value to -1.
42688         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42689         negate return value.
42691 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42693         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42694         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42695         failure if the compiler has Graphite support disabled.
42696         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42697         Likewise.
42698         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42699         (CFLAGS-memmove.c): Likewise.
42700         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42701         Likewise.
42703 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
42705         * sysdeps/x86_64/x32/_itoa.h: New file.
42707         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42708         getdents system call only if kernel and user dirents have the
42709         same d_ino and d_off.
42711         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42712         LLONG_MAX != LONG_MAX.
42713         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42714         (_fitoa_word): Likewise.
42716         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42717         years.
42718         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42719         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42720         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42722         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42723         include <bits/wordsize.h>.  Check __x86_64__ instead of
42724         __WORDSIZE.
42725         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42726         if __x86_64__ is defined.  Use anonymous union on fpstate.
42728         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42729         anonymous union.
42731 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
42733         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42734         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42735         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42736         Refer to _rtld_local_ro instead of _rtld_global_ro.
42737         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42738         Likewise.
42739         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42740         Likewise.
42741         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42742         Likewise.
42743         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42744         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42745         of _rtld_global, and rtld_progname instead of _dl_argv[0].
42747         * sysdeps/powerpc/powerpc32/dl-machine.c
42748         (__elf_machine_runtime_setup) [PROF]: Don't reference
42749         _dl_prof_resolve.
42751 2012-05-18  Andreas Jaeger  <aj@suse.de>
42753         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42754         function only available for GCCs before 3.4 since GCC 3.4
42755         introduced a builtin.
42756         (lrint): Likewise.
42757         (llrintf): Likewise.
42758         (llrint): Likewise.
42759         (fmaxf): Likewise.
42760         (fmax): Likewise.
42761         (fminf): Likewise.
42762         (fmin): Likewise.
42763         (rint): Likewise.
42764         (rintf): Likewise.
42765         (nearbyint): Likewise.
42766         (nearbyintf): Likewise.
42767         (ceil): Likewise.
42768         (ceilf): Likewise.
42769         (floor): Likewise.
42770         (floorf): Likewise.
42772 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42774         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42775         on both fields and cast pointer to __syscall_ulong_t.
42777         * bits/types.h (__fsword_t): New type.
42778         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42779         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42780         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42781         (__FSWORD_T_TYPE): Likewise.
42782         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42783         (__FSWORD_T_TYPE): Likewise.
42784         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42785         (__FSWORD_T_TYPE): Likewise.
42786         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42787         (__FSWORD_T_TYPE): Likewise.
42788         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42789         __SWORD_TYPE with __fsword_t.
42790         (statfs64): Likewise.
42792 2012-05-17  David S. Miller  <davem@davemloft.net>
42794         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42796 2012-05-17  Andreas Jaeger  <aj@suse.de>
42798         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42799         warning.
42801 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42803         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42805 2012-05-17  Andreas Jaeger  <aj@suse.de>
42807         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42808         when it is used.
42810 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42812         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42814 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
42816         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42817         * sysdeps/x86_64/tst-mallocalign1.c: New file.
42819 2012-05-17  Andreas Jaeger  <aj@suse.de>
42820             Carlos O'Donell  <carlos_odonell@mentor.com>
42822         [BZ #14059]
42823         * sysdeps/x86_64/multiarch/init-arch.h
42824         (bit_YMM_Usable): Rename to...
42825         (bit_AVX_Usable): ... this.
42826         (bit_FMA4_Usable): New macro.
42827         (bit_XMM_state): New macro.
42828         (bit_YMM_state): New macro.
42829         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42830         [__ASSEMBLER__] (index_AVX_Usable): ... this.
42831         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42832         (CPUID_OSXSAVE): New macro.
42833         (CPUID_AVX): New macro.
42834         (CPUID_FMA4): New macro.
42835         (index_YMM_Usable): Rename to...
42836         (index_AVX_Usable): ... this.
42837         (HAS_AVX): Use HAS_ARCH_FEATURE.
42838         (HAS_FMA4): Likewise.
42839         (HAS_YMM_USABLE): Remove.
42840         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42841         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42842         are present.
42843         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42844         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42845         * sysdeps/x86_64/multiarch/Makefile: Likewise.
42846         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42847         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42849 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
42851         * math/libm-test.c: Support platforms without multiple rounding modes.
42852         * math/bug-nextafter.c: Support platforms without FP exceptions.
42853         * math/bug-nexttoward.c: Likewise.
42854         * math/test-fenv.c: Likewise.
42855         * math/test-misc.c: Likewise.
42856         * stdlib/bug-getcontext.c: Likewise.
42858 2012-05-17  Andreas Jaeger  <aj@suse.de>
42860         * manual/examples/search.c (critter_cmp): Change signature to
42861         avoid warnings.
42862         * manual/string.texi (Collation Functions): Likewise.
42864 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42866         * bits/types.h: Fold copyright years.
42867         * bits/typesizes.h: Likewise.
42868         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42869         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42870         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42871         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42872         * time/time.h: Likewise.
42874 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
42876         [BZ #208]
42877         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42878         in instead of returning them.  Return void.
42879         (__libc_mallinfo): Accumulate over all arenas.
42880         (__malloc_stats): Adjust for change in int_mallinfo interface.
42882 2012-05-16  Roland McGrath  <roland@hack.frob.com>
42884         [BZ #10375]
42885         * configure.in (NM): Add AC_CHECK_TOOL for it.
42886         (libc_extra_cflags): New substituted variable.
42887         Check for -fstack-protector being used implicitly.
42888         * configure: Regenerated.
42889         * config.make.in (config-extra-cflags): New variable,
42890         gets @libc_extra_cflags@.
42891         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42893         [BZ #10375]
42894         * configure.in: Check for _FORTIFY_SOURCE being predefined.
42895         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42896         * configure: Regenerated.
42897         * config.make.in (CPPUNDEFS): New substituted variable.
42898         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42899         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42900         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42902 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42904         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42905         (mq_attr): Use __syscall_slong_t.
42907 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42909         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42910         Check __x86_64__ instead of __WORDSIZE.
42911         (_STAT_VER_LINUX): Likewise.
42912         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
42913         __syscall_ulong_t and __syscall_slong_t.
42914         (stat64): Likewise.
42916 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42918         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42920 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42922         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42924 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42926         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42927         __syscall_ulong_t.
42929         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42930         include <bits/wordsize.h>.  Check __x86_64__ instead of
42931         __WORDSIZE.
42932         (greg_t): Use "__extension__ long long int" if __x86_64__ is
42933         defined.
42934         (mcontext_t): Replace "unsigned long" with "unsigned long long".
42936         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42937         include <bits/wordsize.h>.  Check __x86_64__ instead of
42938         __WORDSIZE.
42939         (user_regs_struct): Use "__extension__ unsigned long long"
42940         instead of "unsigned long" if __x86_64__ is defined.
42941         (user): Likewise.  Pad after pointer field if __ILP32__ is
42942         defined.
42944 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
42946         * configure.in (makeinfo): Require version 4.5 or later.  Allow
42947         versions 5 to 9.
42948         * configure: Regenerated.
42949         * manual/install.texi (texinfo): Increase version requirement to
42950         4.5 or later.
42951         * INSTALL: Regenerated.
42953         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
42955 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
42957         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
42959         * sysdeps/x86_64/x32/ffs.c: New file.
42961         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
42962         __syscall_ulong_t.
42963         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
42964         defined.  Use __syscall_ulong_t.
42965         (shminfo): Use __syscall_ulong_t.
42966         (shm_info): Likewise.
42968         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
42969         __syscall_ulong_t.
42971         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
42972         <bits/wordsize.h>.
42973         (msgqnum_t): Use __syscall_ulong_t.
42974         (msglen_t): Likewise.
42975         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
42976         __syscall_ulong_t.
42978         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
42979         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42981         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
42983         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
42984         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
42986         * sysvipc/sys/msg.h (msgbuf): Replace long int with
42987         __syscall_slong_t.
42989         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
42990         include <bits/wordsize.h>.  Check __x86_64__ instead of
42991         __WORDSIZE.
42993         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
42994         "unsigned long long int" if __x86_64__ is defined.
42995         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
42997         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
42998         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42999         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43001         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43002         <stdint.h>.
43003         (GET_PC): Cast to uintptr_t first.
43004         (GET_FRAME): Likewise.
43005         (GET_STACK): Likewise.
43007         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43008         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43009         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43010         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43011         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43012         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43013         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43014         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43015         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43016         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43017         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43018         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43019         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43020         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43021         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43022         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43023         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43024         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43025         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43026         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43027         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43028         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43029         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43030         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43031         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43032         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43033         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43034         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43035         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43037 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43039         * Makerules (+depfiles): Also collect depfiles from .oS in
43040         $(extra-objs).
43041         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43042         .oS, $(libnldbl-routines)).
43044         * Makerules (native-compile-mkdep-flags): Define.
43045         * sunrpc/Makefile (extra-objs): Add $(addprefix
43046         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43047         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43048         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43049         calling $(make-target-directory).
43051 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43053         * bits/types.h (__snseconds_t): Removed.
43054         * time/time.h (struct timespec): Replace __snseconds_t with
43055         __syscall_slong_t.
43056         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43057         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43058         Likewise.
43059         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43060         (__SNSECONDS_T_TYPE): Likewise.
43061         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43062         (__SNSECONDS_T_TYPE): Likewise.
43063         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43064         (__SNSECONDS_T_TYPE): Likewise.
43066 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43068         * sysdeps/mach/hurd/bits/typesizes.h
43069         (__SYSCALL_SLONG_TYPE): New macro.
43070         (__SYSCALL_ULONG_TYPE): Likewise.
43072 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43074         * bits/types.h (__syscall_slong_t): New type.
43075         (__syscall_ulong_t): Likewise.
43077         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43078         (__SYSCALL_ULONG_TYPE): Likewise.
43079         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43080         (__SYSCALL_SLONG_TYPE): Likewise.
43081         (__SYSCALL_ULONG_TYPE): Likewise.
43082         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43083         (__SYSCALL_SLONG_TYPE): Likewise.
43084         (__SYSCALL_ULONG_TYPE): Likewise.
43085         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43086         (__SYSCALL_SLONG_TYPE): Likewise.
43087         (__SYSCALL_ULONG_TYPE): Likewise.
43089 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43091         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43092         Add sigaltstack-offsets.sym.
43093         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43094         <sigaltstack-offsets.h>.
43095         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43096         longjmp_msg pointer.
43097         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43098         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43099         signal stack.
43100         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43102 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43104         * elf/stackguard-macros.h: Remove file.
43105         * sysdeps/generic/stackguard-macros.h: New file.
43106         * sysdeps/i386/stackguard-macros.h: Likewise.
43107         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43108         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43109         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43110         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43111         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43112         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43113         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43114         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43115         <elf/stackguard-macros.h>.
43117         [BZ #14109]
43118         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43119         __aligned__ in attribute.
43120         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43121         (gregset_t): Likewise.
43123 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43125         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43126         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43127         * sysdeps/x86_64/x32/Implies-after: New file.
43129 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43131         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43132         and access return value for _dl_profile_fixup.  Use R10_LP to
43133         load frame size.
43135 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43137         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43139 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43141         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43142         * sysdeps/x86_64/x32/sysdep.h: New file.
43144 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43146         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43147         * sysdeps/x86_64/setjmp.S: Likewise.
43149 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43151         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43152         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43153         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43154         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43155         remove unused global constant.
43157 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43159         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43160         include of <not-cancel.h>.
43162 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43164         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43166 2012-05-15  Jeff Law  <law@redhat.com>
43167             Andreas Jaeger  <aj@suse.de>
43169         [BZ #13594]
43170         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43171         out from...
43172         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43173         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43174         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43175         code changing __hst_map_handle.map.
43177 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43179         * configure.in (sysnames): Look for Implies-before and Implies-after
43180         files.
43181         * configure: Regenerated.
43183 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43185         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43186         8-byte data alignment with LP_SIZE alignment.
43188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43190         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43191         into R10_LP.
43193 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43195         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43197 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43199         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43200         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43201         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43202         Likewise.
43203         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43207         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43208         (stackinfo_sub_sp): Likewise.
43210 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43212         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43213         RAX_LP.
43215 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43217         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43218         into R*_LP.
43220 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43222         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43223         sizes into R*_LP.
43225 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43227         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43229 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43231         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43232         into R11_LP and load __x86_64_shared_cache_size_half into
43233         R8_LP.
43235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43237         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43238         R8_LP.
43240 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43242         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43243         logb for POWER7.
43244         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43245         logbf for POWER7.
43246         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43247         logbl for POWER7.
43248         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43249         powerpc32/power7/fpu/s_logb.c via #include.
43250         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43251         powerpc32/power7/fpu/s_logbf.c via #include.
43252         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43253         powerpc32/power7/fpu/s_logbl.c via #include.
43255 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43257         * README.libm: Remove file.
43259 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43261         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43262         count for x32.  Use R*_LP and omit operand-size suffix.
43264 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43266         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43267         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43268         * sysdeps/x86_64/x32/shlib-versions: New file.
43270 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43272         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43273         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43274         Use _dl_fatal_printf instead.
43276 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43278         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43279         set if not set by the user.  Do not allow for being unset.
43280         * sysdeps/unix/sysv/linux/configure: Regenerated.
43282 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43284         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43285         the `q' suffix from lea and replace .quad with ASM_ADDR.
43287 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43289         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43290         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43291         instead of $17.
43292         (PTR_DEMANGLE): Likewise.
43294 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43296         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43297         (LP_OP): Likewise.
43298         (ASM_ADDR): Likewise.
43299         (RAX_LP): Likewise.
43300         (RBP_LP): Likewise.
43301         (RBX_LP): Likewise.
43302         (RCX_LP): Likewise.
43303         (RDI_LP): Likewise.
43304         (RSI_LP): Likewise.
43305         (RSP_LP): Likewise.
43306         (R8_LP): Likewise.
43307         (R9_LP): Likewise.
43308         (R10_LP): Likewise.
43309         (R10_LP): Likewise.
43310         (R11_LP): Likewise.
43311         (R12_LP): Likewise.
43312         (R13_LP): Likewise.
43313         (R14_LP): Likewise.
43314         (R15_LP): Likewise.
43316 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43318         * sysdeps/x86_64/x32/dl-machine.h: New file.
43320 2012-05-14  Andreas Jaeger  <aj@suse.de>
43322         * manual/Makefile (subdir): Remove export of subdir.
43323         (all): Remove target.
43324         (.PHONY): Remove all from list.
43325         (mkinstalldirs): Remove.
43326         (.PHONY): Remove installdirs from list.
43327         ($(inst_infodir)/libc.info): Use make-target-directory.
43328         (installdirs): Remove.
43329         (subdir_%): Remove.
43330         (glibc-targets): Remove.
43331         (lib): Remove.
43332         (stubs): Remove.
43333         ($(objpfx)stubs ../po/manual.pot): Remove.
43334         ($(objpfx)stamp%): Remove.
43335         (make-target-directory): Remove.
43336         (subdir_install): Remove.
43337         (routines): Remove.
43338         (aux): Remove.
43339         (sources): Remove.
43340         (objects): Remove.
43341         (headers): Remove.
43343         [BZ #13750]
43344         * manual/.gitignore: Remove, it's not needed anymore.
43345         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43346         all files in it.
43347         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43348         directory.
43349         (texis): Renamed to $(objpfx)texis.
43350         (texis-path): New, contains path to generated files.
43351         (chapters.%): Use texis-path for complete path, add extra argument
43352         libc-texinfo.sh.
43353         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43354         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43355         (summary,texi, stamp-summary): Use complete path of
43356         files. Generate files in build dir.
43357         (dir-add.texi): Build in build dir.
43358         (libm-err.texi,stamp-libm-err): Likewise.
43359         (version.texi, stamp-version): Likewise.
43360         (.%c.texi): Likewise.
43361         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43362         (mostlyclean): Remove target.
43363         (realclean): Remove target.
43364         (generated): Add new variable with contents from mostlyclean and
43365         realclean, remove entries duplicated in common-mostlyclean, add
43366         stamp-libm-err and stamp-version.
43367         (generated-dirs): Add libc directory.
43368         ($(inst_infodir)/libc.info): Install files from build dir.
43370         * manual/install.texi (Configuring and compiling): Adjust since
43371         the info files are not part of the tar ball anymore.
43373 2012-05-14  Andreas Jaeger  <aj@suse.de>
43375         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43376         variable.
43378 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43380         [BZ #13717]
43381         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43382         to 2.2.0 where earlier.
43383         * sysdeps/unix/sysv/linux/configure: Regenerated.
43384         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43385         Remove conditional code.
43386         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43387         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43388         Remove conditional code.
43389         [!__NR_lchown]: Likewise.
43390         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43391         [__NR_lchown]: Likewise.
43392         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43393         comment referencing __ASSUME_LCHOWN_SYSCALL.
43394         * sysdeps/unix/sysv/linux/i386/sigaction.c
43395         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43396         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43397         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43398         Remove conditional code.
43399         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43400         (__protocol_available): Remove #if 0 code.
43401         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43402         conditional code.
43403         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43404         * sysdeps/unix/sysv/linux/kernel-features.h
43405         (__ASSUME_GETCWD_SYSCALL): Don't define.
43406         (__ASSUME_REALTIME_SIGNALS): Likewise.
43407         (__ASSUME_PREAD_SYSCALL): Likewise.
43408         (__ASSUME_PWRITE_SYSCALL): Likewise.
43409         (__ASSUME_POLL_SYSCALL): Likewise.
43410         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43411         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43412         non-SPARC.
43413         (__ASSUME_SIOCGIFNAME): Don't define.
43414         (__ASSUME_MSG_NOSIGNAL): Likewise.
43415         (__ASSUME_SENDFILE): Define unconditionally.
43416         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43417         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43418         conditional code.
43419         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43420         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43421         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43422         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43423         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43424         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43425         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43427         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43428         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43430         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43431         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43433         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43434         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43436         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43437         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43439         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43440         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43442         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43443         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43445         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43446         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43448         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43449         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43450         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43451         Remove conditional code.
43452         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43453         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43454         Remove conditional code.
43455         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43456         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43457         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43458         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43459         Remove conditional code.
43460         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43461         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43462         Remove conditional code.
43463         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43464         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43465         Remove conditional code.
43466         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43467         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43468         Remove conditional code.
43469         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43470         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43471         Remove conditional code.
43472         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43473         * sysdeps/unix/sysv/linux/sh/pwrite64.c
43474         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43475         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43476         * sysdeps/unix/sysv/linux/sigaction.c
43477         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43478         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43479         * sysdeps/unix/sysv/linux/sigpending.c
43480         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43481         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43482         * sysdeps/unix/sysv/linux/sigprocmask.c
43483         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43484         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43485         * sysdeps/unix/sysv/linux/sigsuspend.c
43486         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43487         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43488         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43489         (__libc_missing_rt_sigs): Remove.
43490         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43491         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43492         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43493         Remove conditional code.
43494         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43495         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43496         return 1.
43497         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43498         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43499         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43500         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43502 2012-05-14  Andreas Jaeger  <aj@suse.de>
43504         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43505         it's not used in glibc.
43506         (__coshm1): Likewise.
43507         (__acosh1p): Likewise.
43508         (__sgn): Likewise.
43510         * manual/string.texi (Copying and Concatenation): Add missing
43511         variable in concat example.
43512         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43514 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43516         [BZ #14103]
43517         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43518         __builtin_clzl with __builtin_clzll.
43520 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43522         [BZ #14104]
43523         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43524         libc_freeres_ptr.
43526 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43528         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43529         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43530         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43531         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43533 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
43535         * NEWS: Update ia64 info.
43537 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
43539         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43540         used as bcopy.
43542 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
43544         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43545         * sysdeps/unix/syscalls.list (dup3): Likewise.
43546         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43547         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43549 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43551         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43552         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43554 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
43556         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43557         thread pointer.
43558         (TLS_IE): Use mov/add instead of movq/addq to load thread
43559         pointer.
43560         (TLS_GD_PREFIX): New.
43561         (TLS_GD): Use it.
43563 2012-05-11  David S. Miller  <davem@davemloft.net>
43565         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43566         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43567         (_FPU_SETCW): Likewise.
43569 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43571         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43572         is 32-byte aligned.
43574 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
43576         [BZ #11837]
43577         * iconvdata/gb18030.c: Update tables.
43578         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
43579         characters specially.
43580         (BODY for TO_LOOP): Add encoding of missing ranges.
43582 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
43584         [BZ #13673]
43585         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43586         * sysdeps/mach/hurd/dup3.c: Likewise.
43587         * sysdeps/mach/hurd/readlinkat.c: Likewise.
43588         * sysdeps/powerpc/memmove.c:: Likewise.
43590 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43592         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43593         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43595 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43597         * elf/elf.h (R_X86_64_RELATIVE64): New.
43598         (R_X86_64_NUM): Updated.
43599         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43600         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
43601         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43602         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43603         tst-quad1pie tst-quad2pie
43604         (modules-names): Add tst-quadmod1 tst-quadmod2.
43605         ($(objpfx)tst-quad1): New dependency.
43606         ($(objpfx)tst-quad2): Likewise.
43607         ($(objpfx)tst-quad1pie): Likewise.
43608         ($(objpfx)tst-quad2pie): Likewise.
43609         * sysdeps/x86_64/tst-quad1.c: New file.
43610         * sysdeps/x86_64/tst-quad1pie.c: New file.
43611         * sysdeps/x86_64/tst-quad2.c: Likewise.
43612         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43613         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43614         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43615         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43616         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43618 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43620         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43621         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43622         * streams/stropts.h (t_scalar_t): Define type.
43624         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43625         (_PATH_PRESERVE): Set to "/var/lib".
43626         (_PATH_RWHODIR): Set to "/var/spool/rwho".
43628         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43629         instead of int.
43631         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43632         if __dir_mkfile succeeded.
43634         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43635         checking for _hurd_dtablesize.  Unlock it right after having
43636         finished _hurd_dtable allocation.
43638 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43640         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43641         * sysdeps/mach/hurd/configure: Regenerated.
43642         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43643         special-casing to...
43644         * sysdeps/gnu/configure.in: ... this new file.
43645         * sysdeps/unix/sysv/linux/configure: Regenerated.
43646         * sysdeps/gnu/configure: New generated file.
43648         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43649         for Linux: use nsec instead of usec, as well as:
43650         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43651         members of type struct timespec.
43652         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43653         New macros.
43654         (struct stat64): Likewise.
43655         (_STATBUF_ST_NSEC): New macro.
43656         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43658         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43659         __strtoul_internal rather than strtoul.
43661 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43663         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43664         and reject them.
43666 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43668         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43669         which preserves existing values.
43670         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43672 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43674         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43675         TIMEOUT values.  Return EINVAL for NFDS values either negative or
43676         greater than FD_SETSIZE.
43678 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43680         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43681         allocated, call __vm_protect to finish enabling the existing space, and
43682         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43683         allocate the remainder.
43685 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43687         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43688         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
43690 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43692         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43693         sysdeps/mach/hurd/readlink.c.
43695         * posix/tst-sysconf.c (posix_options): Only use
43696         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43697         _POSIX_SYNCHRONIZED_IO when they are defined
43698         * sysdeps/mach/hurd/bits/posix_opt.h:
43699         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43700         (_XOPEN_REALTIME): Undefine macro.
43701         (_XOPEN_REALTIME_THREADS): Undefine macro.
43702         (_XOPEN_SHM): Undefine macro.
43703         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43704         macro to -1.
43705         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43706         macro to -1.
43707         (_POSIX_ASYNC_IO): Undefine macro.
43708         (_POSIX_PRIORITIZED_IO): Undefine macro.
43709         (_POSIX_SPIN_LOCKS): Define macro to -1.
43711         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43712         SA_NODEFER, SA_RESETHAND.
43713         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43714         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43715         F_DUPFD_CLOEXEC.
43717 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43719         * elf/Makefile (pldd-modules): Define unconditionally.
43721 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43723         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43725 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43727         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43728         Return ENOENT when name is empty.
43729         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43731 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43733         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43735         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43737 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43739         Fix mlock in all cases except non-readable pages.
43740         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43741         instead of VM_PROT_ALL as parameter to __vm_wire function.
43743         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43744         (__mkdir): When path is `/', just fail with EEXIST.
43745         * sysdeps/mach/hurd/mkdirat.c: Likewise.
43747 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43749         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43750         <sys/uio.h> (for writev).
43751         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43752         and <sys/param.h> (for MIN).
43754 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
43756         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43757         REQUESTED_TIME.  Properly set the remaining time and return EINTR
43758         if interrupted.
43760 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43762         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43763         Depend on against $(link-rpcuserlibs).
43765 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43767         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43768         (__libc_stack_end): Do not use attribute_relro.
43769         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43770         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43771         to libthread-provided value.
43772         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43773         attribute_relro.
43775 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43777         [BZ #3748]
43778         * bits/libc-lock.h (__libc_once_get): New macro.
43779         * sysdeps/mach/bits/libc-lock.h: Likewise.
43780         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43781         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43782         instead of using implementation details.
43784         * libio/fileops.c: Unconditionally include <kernel-features.h>.
43785         * libio/freopen.c: Likewise.
43786         * libio/freopen64.c: Likewise.
43787         * misc/syslog.c: Likewise.
43788         * nscd/connections.c: Likewise.
43789         * nscd/netgroupcache.c: Likewise.
43790         * sysdeps/posix/getcwd.c: Likewise.
43792 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43794         * math/w_ilogbf.c: Add #include <limits.h>.
43796 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43798         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43799         path instead of returning without unlocking.
43801         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43802         immediate-write ioctls.
43803         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43805 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43807         * sysdeps/mach/hurd/i386/init-first.c (init): Use
43808         __builtin_frame_address instead of making assumptions about the
43809         location of the return address relative to DATA.  Force early load of
43810         the return address.
43811         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43812         __builtin_frame_address.
43814         dup3 for GNU Hurd.
43815         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43816         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
43817         implement dup3 and do some further code clean-ups.
43818         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43819         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43821 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43823         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43825         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43826         HURD_CRITICAL_END around holding _hurd_dtable_lock.
43827         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43828         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43829         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43830         d->port.lock.
43832         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43833         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
43834         when handler == SIG_ERR, not when handler != SIG_ERR.
43836 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43838         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43839         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43840         definitions.
43842         accept4 for GNU Hurd.
43843         * include/sys/socket.h (__libc_accept4): New prototype.
43844         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
43845         to implement __libc_accept4.
43846         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43847         __libc_accept4.
43848         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43850         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43851         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43852         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43853         signal-defines.sym.
43855 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43857         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
43861         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43862         assertion on O_CLOEXEC flag.
43863         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43864         * hurd/intern-fd.c: Likewise.
43865         * hurd/port2fd.c: Likewise.
43867 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43869         [BZ #3906]
43870         * bits/in.h (IPV6_PKTINFO): Define new macro.
43871         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43873 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43875         [BZ #13954]
43876         [BZ #13955]
43877         [BZ #13956]
43878         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43879         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43880         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43881         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43882         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43883         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43884         * math/libm-test.inc (logb_test) : Additional logb tests.
43886 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
43887             Andreas Jaeger  <aj@suse.de>
43889         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43890         * configure: Regenerated.
43891         * config.h.in (LINK_OBSOLETE_RPC): New macro.
43892         * config.make.in (link-obsolete-rpc): New substituted variable.
43893         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43894         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43895         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43896         (shared-only-routines): Don't set it under [link-obsolete-rpc],
43897         so that libc.a contains the symbols.
43898         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43899         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43900         * sunrpc/auth_none.c: Likewise.
43901         * sunrpc/auth_unix.c: Likewise.
43902         * sunrpc/authdes_prot.c: Likewise.
43903         * sunrpc/authuxprot.c: Likewise.
43904         * sunrpc/clnt_gen.c: Likewise.
43905         * sunrpc/clnt_perr.c: Likewise.
43906         * sunrpc/clnt_raw.c: Likewise.
43907         * sunrpc/clnt_simp.c: Likewise.
43908         * sunrpc/clnt_tcp.c: Likewise.
43909         * sunrpc/clnt_udp.c: Likewise.
43910         * sunrpc/clnt_unix.c: Likewise.
43911         * sunrpc/des_crypt.c: Likewise.
43912         * sunrpc/des_soft.c: Likewise.
43913         * sunrpc/get_myaddr.c: Likewise.
43914         * sunrpc/key_call.c: Likewise.
43915         * sunrpc/key_prot.c: Likewise.
43916         * sunrpc/netname.c: Likewise.
43917         * sunrpc/pm_getmaps.c: Likewise.
43918         * sunrpc/pm_getport.c: Likewise.
43919         * sunrpc/pmap_clnt.c: Likewise.
43920         * sunrpc/pmap_prot.c: Likewise.
43921         * sunrpc/pmap_prot2.c: Likewise.
43922         * sunrpc/pmap_rmt.c: Likewise.
43923         * sunrpc/publickey.c: Likewise.
43924         * sunrpc/rpc_cmsg.c: Likewise.
43925         * sunrpc/rpc_common.c: Likewise.
43926         * sunrpc/rpc_dtable.c: Likewise.
43927         * sunrpc/rpc_prot.c: Likewise.
43928         * sunrpc/rpc_thread.c: Likewise.
43929         * sunrpc/rtime.c: Likewise.
43930         * sunrpc/svc.c: Likewise.
43931         * sunrpc/svc_auth.c: Likewise.
43932         * sunrpc/svc_raw.c: Likewise.
43933         * sunrpc/svc_run.c: Likewise.
43934         * sunrpc/svc_tcp.c: Likewise.
43935         * sunrpc/svc_udp.c: Likewise.
43936         * sunrpc/svc_unix.c: Likewise.
43937         * sunrpc/svcauth_des.c: Likewise.
43938         * sunrpc/xcrypt.c: Likewise.
43939         * sunrpc/xdr.c: Likewise.
43940         * sunrpc/xdr_array.c: Likewise.
43941         * sunrpc/xdr_float.c: Likewise.
43942         * sunrpc/xdr_intXX_t.c: Likewise.
43943         * sunrpc/xdr_mem.c: Likewise.
43944         * sunrpc/xdr_rec.c: Likewise.
43945         * sunrpc/xdr_ref.c: Likewise.
43946         * sunrpc/xdr_sizeof.c: Likewise.
43947         * sunrpc/xdr_stdio.c: Likewise.
43949 2012-05-10  Roland McGrath  <roland@hack.frob.com>
43951         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43952         change.  Update copyright years.
43954 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43956         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
43958 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
43959             Joseph Myers  <joseph@codesourcery.com>
43960             Paul Pluzhnikov  <ppluzhnikov@google.com>
43962         [BZ #14012]
43963         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
43964         requiring rpcgen.
43965         [cross-compiling] (extra-libs): Likewise.
43966         [cross-compiling] (extra-libs-others): Likewise.
43967         [cross-compiling] (librpcsvc-routines): Likewise.
43968         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
43969         [cross-compiling] (omit-deps): Likewise.
43970         (sunrpc-CPPFLAGS): New variable.
43971         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
43972         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
43973         (cross-rpcgen-objs): New variable.
43974         (extra-objs): Append $(cross-rpcgen-objs).
43975         ($(cross-rpcgen-objs)): New rule.
43976         ($(objpfx)cross-rpcgen): Likewise.
43977         (rpcgen-cmd): Define to use $(built-program-file).  Expand
43978         comment.
43979         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
43980         ($(objpfx)x%.stmp): Likewise.
43981         * sunrpc/proto.h [IS_IN_build] (_): Define.
43982         [IS_IN_build] (_libc_intl_domainname): Likewise.
43984 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
43986         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
43987         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
43988         and R_X86_64_TPOFF64.
43990 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
43992         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
43993         sysdeps/unix/sysv/syscalls.list.
43994         (stime): Likewise.
43995         (utime): Likewise.
43996         * sysdeps/unix/sysv/syscalls.list: Remove file.
43998 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44000         [BZ #3440]
44001         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44002         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44003         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44004         (__LC_IDENTIFICATION): Make these macros useful in #if
44005         expressions, as required by C99.
44007 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44009         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44010         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44011         after this.
44013 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44015         * stdlib/longlong.h: Updated from GCC.
44017 2012-05-09  Andreas Jaeger  <aj@suse.de>
44019         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44020         default is first entry.
44021         (run_mode): Set type.
44022         (main): Remove informal message about syslog.
44023         (options): Fix typo.
44025         [BZ #14053]
44026         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44027         to asm.
44028         (lrint): Likewise.
44029         (llrintf): Likewise.
44030         (llrint): Likewise.
44031         (rint): Likewise.
44032         (rintf): Likewise.
44033         (nearbyint): Likewise.
44034         (nearbyintf): Likewise.
44036 2012-05-09  Andreas Jaeger  <aj@suse.de>
44037             Pedro Alves  <palves@redhat.com>
44039         * nscd/nscd.c (run_mode): Use enum.
44040         (main): Cleanup coding style issue.
44042 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44043             Andreas Jaeger  <aj@suse.de>
44045         * nscd/nscd.c (go_background): Replaced with...
44046         (run_mode): ... this.
44047         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44048         (options): Add -F --foreground.
44049         (main): Implement it.
44050         (parse_opt): Parse it.
44052 2012-05-09  Andreas Jaeger  <aj@suse.de>
44054         [BZ #14083]
44055         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44056         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44057         -Wconversion warning.
44058         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44059         Likewise.
44061 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44063         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44064         == 0.
44065         (LC_ALL): Use macro-int-constant.
44066         (LC_COLLATE): Likewise.
44067         (LC_CTYPE): Likewise.
44068         (LC_MESSAGES): Likewise.
44069         (LC_MONETARY): Likewise.
44070         (LC_NUMERIC): Likewise.
44071         (LC_TIME): Likewise.
44072         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44073         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44074         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44075         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44076         Specify type.
44077         [C99-based standards] (float_t): Expect type.
44078         [C99-based standards] (double_t): Expect type.
44079         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44080         type.
44081         [C99-based standards] (HUGE_VALL): Likewise.
44082         [C99-based standards] (INFINITY): Likewise.
44083         [C99-based standards] (NAN): Likewise.
44084         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44085         [C99-based standards] (FP_NAN): Likewise.
44086         [C99-based standards] (FP_NORMAL): Likewise.
44087         [C99-based standards] (FP_SUBNORMAL): Likewise.
44088         [C99-based standards] (FP_ZERO): Likewise.
44089         [C99-based standards] (FP_FAST_FMA): Use
44090         optional-macro-int-constant.  Specify type.  Require == 1.
44091         [C99-based standards] (FP_FAST_FMAF): Likewise.
44092         [C99-based standards] (FP_FAST_FMAL): Likewise.
44093         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44094         [C99-based standards] (FP_ILOGBNAN): Likewise.
44095         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44096         Specify type.
44097         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44098         [C99-based standards] (math_errhandling): Specify type.
44099         [ISO99 || ISO11] (signgam): Do not allow.
44100         [non-C99-based standards] (copysignf): Do not allow.
44101         [non-C99-based standards] (exp2f): Likewise.
44102         [non-C99-based standards] (log2f): Likewise.
44103         [non-C99-based standards] (modff): Allow.
44104         [non-C99-based standards] (erff): Do not allow.
44105         [non-C99-based standards] (erfcf): Likewise.
44106         [non-C99-based standards] (gammaf): Likewise.
44107         [non-C99-based standards] (hypotf): Likewise.
44108         [non-C99-based standards] (j0f): Likewise.
44109         [non-C99-based standards] (j1f): Likewise.
44110         [non-C99-based standards] (jnf): Likewise.
44111         [non-C99-based standards] (lgammaf): Likewise.
44112         [non-C99-based standards] (tgammaf): Likewise.
44113         [non-C99-based standards] (y0f): Likewise.
44114         [non-C99-based standards] (y1f): Likewise.
44115         [non-C99-based standards] (ynf): Likewise.
44116         [non-C99-based standards] (isnanf): Likewise.
44117         [non-C99-based standards] (acoshf): Likewise.
44118         [non-C99-based standards] (asinhf): Likewise.
44119         [non-C99-based standards] (atanhf): Likewise.
44120         [non-C99-based standards] (cbrtf): Likewise.
44121         [non-C99-based standards] (expm1f): Likewise.
44122         [non-C99-based standards] (ilogbf): Likewise.
44123         [non-C99-based standards] (log1pf): Likewise.
44124         [non-C99-based standards] (logbf): Likewise.
44125         [non-C99-based standards] (nextafterf): Likewise.
44126         [non-C99-based standards] (remainderf): Likewise.
44127         [non-C99-based standards] (rintf): Likewise.
44128         [non-C99-based standards] (scalbf): Likewise.
44129         [non-C99-based standards] (copysignl): Likewise.
44130         [non-C99-based standards] (exp2l): Likewise.
44131         [non-C99-based standards] (log2l): Likewise.
44132         [non-C99-based standards] (modfl): Allow.
44133         [non-C99-based standards] (erfl): Do not allow.
44134         [non-C99-based standards] (erfcl): Likewise.
44135         [non-C99-based standards] (gammal): Likewise.
44136         [non-C99-based standards] (hypotl): Likewise.
44137         [non-C99-based standards] (j0l): Likewise.
44138         [non-C99-based standards] (j1l): Likewise.
44139         [non-C99-based standards] (jnl): Likewise.
44140         [non-C99-based standards] (lgammal): Likewise.
44141         [non-C99-based standards] (tgammal): Likewise.
44142         [non-C99-based standards] (y0l): Likewise.
44143         [non-C99-based standards] (y1l): Likewise.
44144         [non-C99-based standards] (ynl): Likewise.
44145         [non-C99-based standards] (isnanl): Likewise.
44146         [non-C99-based standards] (acoshl): Likewise.
44147         [non-C99-based standards] (asinhl): Likewise.
44148         [non-C99-based standards] (atanhl): Likewise.
44149         [non-C99-based standards] (cbrtl): Likewise.
44150         [non-C99-based standards] (expm1l): Likewise.
44151         [non-C99-based standards] (ilogbl): Likewise.
44152         [non-C99-based standards] (log1pl): Likewise.
44153         [non-C99-based standards] (logbl): Likewise.
44154         [non-C99-based standards] (nextafterl): Likewise.
44155         [non-C99-based standards] (remainderl): Likewise.
44156         [non-C99-based standards] (rintl): Likewise.
44157         [non-C99-based standards] (scalbl): Likewise.
44158         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44159         [non-C99-based standards] (FP_*): Do not allow.
44160         [C99-based standards] (FP_*): Change to
44161         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44162         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44163         allow.
44164         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44165         (SIG_ERR): Likewise.
44166         [X/Open-based standards] (SIG_HOLD): Likewise.
44167         (SIG_IGN): Likewise.
44168         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44169         positive value.
44170         (SIGFPE): Likewise.
44171         (SIGILL): Likewise.
44172         (SIGINT): Likewise.
44173         (SIGSEGV): Likewise.
44174         (SIGTER): Likewise.
44175         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44176         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44177         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44178         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44179         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44180         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44181         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44182         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44183         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44184         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44185         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44186         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44187         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44188         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44189         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44190         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44191         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44192         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44193         [X/Open-based standards] (SIGTRAP): Likewise.
44194         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44195         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44196         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44197         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44198         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44199         allow.
44201 2012-05-08  Ian Wienand  <ianw@vmware.com>
44203         [BZ #14080]
44204         * time/tzset.c (__tzset_parse_tz): Update default rules for
44205         daylight time changes in the Energy Policy Act of 2005.
44207 2012-05-09  Andreas Jaeger  <aj@suse.de>
44209         [BZ #13983]
44210         * elf/ldconfig.c (parse_conf): Change string to make clear that
44211         ldconfig only issued a warning if ld.so.conf does not exist.
44213 2012-05-08  David S. Miller  <davem@davemloft.net>
44215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44216         movxtod instead of popping the value on the stack.
44218         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44220 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44222         * config.h.in: Add HAVE_ARM_PCS_VFP.
44224 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44226         [BZ #13979]
44227         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44228         checking but the checks are disabled for any reason.
44230 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44232         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44233         and ELF64_R_TYPE with ELFW(R_TYPE).
44235 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44237         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44238         (ulimit): Likewise.
44240         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44241         (settimeofday): Likewise.
44243 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44245         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44246         a struct th_u2 inside the union, and move tu_block/tu_code into
44247         a new th_u3 union of tu_block/tu_code inside of that.  Move
44248         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44249         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44250         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44251         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44252         (th_stuff): Change to th_u1.tu_stuff.
44253         (th_data): Define.
44254         (th_msg): Change to th_u1.th_u2.tu_data.
44256 2012-05-07  David S. Miller  <davem@davemloft.net>
44258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44260         [BZ #14074]
44261         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44262         (SETUP_PIC_REG): Use it.
44263         (SETUP_PIC_REG_LEAF): Use it.
44265 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44267         [BZ #13885]
44268         [BZ #13923]
44269         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44270         USE_AS_EXPM1L.
44271         (EXPL_FINITE): Likewise.
44272         (FLDLOG): Likewise.
44273         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44274         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44275         e_expl.S.
44276         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44277         USE_AS_EXPM1L.
44278         (EXPL_FINITE): Likewise.
44279         (FLDLOG): Likewise.
44280         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44281         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44282         e_expl.S.
44283         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44284         test of -max_value argument for long double.
44285         * sysdeps/i386/fpu/libm-test-ulps: Update.
44286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44288 2012-05-06  David S. Miller  <davem@davemloft.net>
44290         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44291         quad soft-float symbols whose references which are compiler
44292         generated.
44293         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44295 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44297         [BZ #13884]
44298         [BZ #13914]
44299         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44300         USE_AS_EXP10L.
44301         (EXPL_FINITE): Likewise.
44302         (FLDLOG): Likewise.
44303         (c0): Likewise.
44304         (c1): Likewise.
44305         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44306         Adjust comments for base varying.
44307         (__expl_finite): Change alias to EXPL_FINITE.
44308         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44309         e_expl.S.
44310         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44311         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44312         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44313         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44314         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44315         USE_AS_EXP10L.
44316         (EXPL_FINITE): Likewise.
44317         (FLDLOG): Likewise.
44318         (c0): Likewise.
44319         (c1): Likewise.
44320         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44321         Adjust comments for base varying.
44322         (__expl_finite): Change alias to EXPL_FINITE.
44323         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44324         tests for bugs.
44325         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44327         [BZ #14064]
44328         * math/libm-test.inc (check_float_internal): Correct ulp
44329         calculation for subnormal expected results.
44331 2012-05-06  Andreas Jaeger  <aj@suse.de>
44333         * Makeconfig (+math-flags): New, set to -frounding-math.
44334         (+cflags): Add +math-flags so that all of glibc gets compiled with
44335         it.
44337         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44339 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44341         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44342         Disable one test.
44344         [BZ #13787]
44345         [BZ #13922]
44346         [BZ #14036]
44347         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44348         (__ieee754_expl): Allow for and saturate large arguments.
44349         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44350         (u_threshold): Likewise.
44351         (__exp): Call __ieee754_exp before checking for overflow and
44352         underflow.
44353         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44354         (u_threshold): Likewise.
44355         (__expf): Call __ieee754_expf before checking for overflow and
44356         underflow.
44357         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44358         (u_threshold): Likewise.
44359         (__expl): Call __ieee754_expl before checking for overflow and
44360         underflow.
44361         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44362         (__ieee754_expl): Allow for and saturate large arguments.
44363         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44364         missing overflow exception on overflow.
44365         (expm1_test): Do not allow missing overflow exception on overflow.
44367         * sysdeps/i386/fpu/e_expl.c: Move to ...
44368         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44369         rather than using inline asm.
44370         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44371         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44372         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44374         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44375         (nice): Likewise.
44376         (poll): Likewise.
44377         (signal): Likewise.
44378         (time): Likewise.
44379         (times): Likewise.
44381 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44383         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44384         sysdeps/unix/common/syscalls.list.
44385         (fchmod): Likewise.
44386         (fchown): Likewise.
44387         (ftruncate): Likewise.
44388         (getrusage): Likewise.
44389         (gettimeofday): Likewise.
44390         (setpgid): Likewise.
44391         (setregid): Likewise.
44392         (setreuid): Likewise.
44393         (sigaction): Likewise.
44394         (truncate): Likewise.
44395         (vhangup): Likewise.
44396         * sysdeps/unix/common/syscalls.list: Remove file.
44397         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44398         * sysdeps/unix/sysv/linux/Implies: Likewise.
44400 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44402         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44403         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44404         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44405         Moved to ...
44406         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44407         Here.
44408         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44409         to ...
44410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44411         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44412         to ...
44413         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44414         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44415         to ...
44416         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44417         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44418         to ...
44419         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44420         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44421         to ...
44422         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44423         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44424         to ...
44425         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44426         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44427         to ...
44428         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44429         Here.
44430         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44431         to ...
44432         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44433         Here.
44434         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44435         to ...
44436         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44437         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44438         Moved to ...
44439         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44440         Here.
44441         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44442         to ...
44443         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44445 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44447         * sysdeps/unix/common/bits/dirent.h: Remove file.
44448         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44450         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44451         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44452         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44453         * sysdeps/unix/bsd/isatty.c: Likewise.
44454         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44455         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44456         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44458 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44460         [BZ #13563]
44461         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44462         long double comparison inaccuracies.
44463         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44464         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44466 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
44468         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44469         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44471 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44473         [BZ #14049]
44474         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44475         nonzero digits before rounding a hex value.
44476         * stdlib/tst-strtod.c (tests): Add another test.
44478 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44480         * sysdeps/s390/fpu/libm-test-ulps: Update.
44482 2012-05-03  Andreas Jaeger  <aj@suse.de>
44484         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44485         does not get optimized out.
44486         (malloc_opt_barrier): New.
44488 2012-05-03  Andreas Jaeger  <aj@suse.de>
44489             Roland McGrath  <roland@hack.frob.com>
44491         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44492         intermediate file deletion.
44493         (generated): Add .symlist files.
44495 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
44497         [BZ #13775]
44498         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44499         Redirect under this condition.
44500         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44501         [__USE_GNU] (__dprintf_chk): Not under this condition.
44502         [__USE_GNU] (__vdprintf_chk): Likewise.
44503         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44504         under this condition.
44505         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44506         [__USE_XOPEN2K8] (dprintf): Define under this condition.
44507         [__USE_XOPEN2K8] (vdprintf): Likewise.
44508         [__USE_GNU] (__dprintf_chk): Not under this condition.
44509         [__USE_GNU] (__vdprintf_chk): Likewise.
44510         [__USE_GNU] (dprintf): Likewise.
44511         [__USE_GNU] (vdprintf): Likewise.
44513 2012-05-03  Roland McGrath  <roland@hack.frob.com>
44515         * elf/Makefile (common-generated): Set this instead of generated for
44516         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
44517         $(all-built-dso)-derived lists.
44519 2012-05-03  Andreas Jaeger  <aj@suse.de>
44521         * sysdeps/i386/fpu/libm-test-ulps: Update.
44523         * FAQ: Removed.
44524         * FAQ.in: Likewise.
44525         * scripts/gen-FAQ.pl: Likewise.
44526         * manual/install.texi (Installation): Point to online location of
44527         FAQ.
44528         * Makefile (files-for-dist): Remove FAQ.
44529         (FAQ): Remove.
44531 2012-05-02  Allan McRae  <allan@archlinux.org>
44533         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44534         (LDFLAGS-reldepmod5.so): Likewise.
44535         (LDFLAGS-reldep6mod1.so): Likewise.
44536         (LDFLAGS-reldep6mod4.so): Likewise.
44537         (LDFLAGS-reldep8mod3.so): Likewise.
44538         (LDFLAGS-unload4mod1.so): Likewise.
44539         (LDFLAGS-unload4mod2.so): Likewise.
44540         (LDFLAGS-tst-initorder): Likewise.
44541         (LDFLAGS-tst-initordera2.so): Likewise.
44542         (LDFLAGS-tst-initordera3.so): Likewise.
44543         (LDFLAGS-tst-initordera4.so): Likewise.
44544         (LDFLAGS-tst-initorderb2.so): Likewise.
44545         (LDFLAGS-noload): Likewise.
44546         (LDFLAGS-next): Likewise.
44547         (LDFLAGS-order2mod1.so): Likewise.
44548         (LDFLAGS-order2mod2.so): Likewise.
44549         (LDFLAGS-tst-initorder2): Likewise.
44550         (LDFLAGS-tst-initorder2a.so): Likewise.
44551         (LDFLAGS-tst-initorder2b.so): Likewise.
44552         (LDFLAGS-tst-initorder2c.so): Likewise.
44553         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44555 2012-05-02  David S. Miller  <davem@davemloft.net>
44557         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44559 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
44561         [BZ #14055]
44562         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44564 2012-05-02  Andreas Jaeger  <aj@suse.de>
44566         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44567         since we manipulate rounding mode.
44568         (CPPFLAGS-test-idouble.c): Likewise.
44569         (CPPFLAGS-test-ifloat.c): Likewise.
44570         (CFLAGS-test-ldouble.c): Likewise.
44571         (CFLAGS-test-double.c): Likewise.
44572         (CFLAGS-test-float.c): Likewise.
44573         (CFLAGS-test-misc.c): Likewise.
44574         (CFLAGS-test-test-fenv.c): Likewise.
44576 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44578         [BZ #2550]
44579         [BZ #2570]
44580         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44581         comparisons to determine direction to adjust input.
44583 2012-05-01  Roland McGrath  <roland@hack.frob.com>
44585         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44586         output to the target.
44588         * scripts/localplt.awk: New file.
44589         * elf/Makefile ($(objpfx)check-localplt): Target removed.
44590         (check-localplt-CFLAGS): Variable removed.
44591         ($(all-built-dso:=.jmprel)): New static pattern rule.
44592         (generated): Add those targets.
44593         (localplt-built-dso): New variable.
44594         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44596         * elf/check-localplt.c: File removed.
44598         * scripts/check-execstack.awk: New file.
44599         * elf/Makefile ($(objpfx)check-execstack): Target removed.
44600         (check-execstack-CFLAGS): Variable removed.
44601         ($(objpfx)check-execstack.h): Target removed.
44602         ($(objpfx)execstack-default): New target.
44603         (generated): Add that instead of check-execstack.h.
44604         ($(all-built-dso:=.phdr)): New static pattern rule.
44605         (generated): Add those targets.
44606         * elf/check-execstack.c: File removed.
44608         * scripts/check-textrel.awk: New file.
44609         * elf/Makefile ($(objpfx)check-textrel): Target removed.
44610         (check-textrel-CFLAGS): Variable removed.
44611         (all-built-dso): Use := to define.o
44612         ($(all-built-dso:=.dyn)): New static pattern rule.
44613         (generated): Add those targets.
44614         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44615         * config.make.in (READELF): New substituted variable.
44616         * elf/check-textrel.c: File removed.
44618 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
44620         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44621         allow.
44622         * conform/data/ctype.h-data [C99-based standards] (isblank):
44623         Expect function.
44624         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44625         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44626         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44627         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44628         Specify type.  Require positive value.
44629         (EILSEQ): Likewise.
44630         (ERANGE): Likewise.
44631         [ISO || POSIX] (EILSEQ): Do not expect.
44632         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44633         Specify type.  Require positive value.
44634         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44635         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44636         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44637         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44638         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44639         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44640         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44641         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44642         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44643         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44644         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44645         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44646         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44647         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44648         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44649         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44650         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44651         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44652         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44653         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44654         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44655         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44656         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44657         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44658         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44659         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44660         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44661         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44662         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44663         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44664         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44665         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44666         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44667         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44668         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44669         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44670         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44671         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44672         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44673         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44674         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44675         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44676         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44677         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44678         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44679         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44680         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44681         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44682         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44683         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44684         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44685         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44686         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44687         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44688         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44689         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44690         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44691         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44692         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44693         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44694         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44695         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44696         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44697         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44698         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44699         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44700         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44701         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44702         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44703         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44704         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44705         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44706         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44707         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44708         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44709         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44710         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44711         Require >= 2.
44712         (FLT_ROUNDS): Expect as macro, not constant.
44713         (FLT_MANT_DIG): Use macro-int-constant.
44714         (DBL_MANT_DIG): Likewise.
44715         (LDBL_MANT_DIG): Likewise.
44716         (FLT_DIG): Likewise.
44717         (DBL_DIG): Likewise.
44718         (LDBL_DIG): Likewise.
44719         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
44720         (DBL_MIN_EXP): Likewise.
44721         (LDBL_MIN_EXP): Likewise.
44722         (FLT_MAX_EXP): Use macro-int-constant.
44723         (DBL_MAX_EXP): Likewise.
44724         (LDBL_MAX_EXP): Likewise.
44725         (FLT_MAX_10_EXP): Likewise.
44726         (DBL_MAX_10_EXP): Likewise.
44727         (LDBL_MAX_10_EXP): Likewise.
44728         (FLT_MAX): Use macro-constant.
44729         (DBL_MAX): Likewise.
44730         (LDBL_MAX): Likewise.
44731         (FLT_EPSILON): Use macro-constant.  Give upper bound.
44732         (DBL_EPSILON): Likewise.
44733         (LDBL_EPSILON): Likewise.
44734         (FLT_MIN): Likewise.
44735         (DBL_MIN): Likewise.
44736         (LDBL_MIN): Likewise.
44737         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44738         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44739         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44740         [ISO11] (FLT_HAS_SUBNORM): Likewise.
44741         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44742         [ISO11] (DBL_DECIMAL_DIG): Likewise.
44743         [ISO11] (FLT_DECIMAL_DIG): Likewise.
44744         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44745         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44746         [ISO11] (FLT_TRUE_MIN): Likewise.
44747         [ISO11] (LDBL_TRUE_MIN): Likewise.
44748         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44749         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44750         (SCHAR_MIN): Use macro-int-constant.  Specify type.
44751         (SCHAR_MAX): Likewise.
44752         (UCHAR_MAX): Likewise.
44753         (CHAR_MIN): Likewise.
44754         (CHAR_MAX): Likewise.
44755         (MB_LEN_MAX): Use macro-int-constant.
44756         (SHRT_MIN): Use macro-int-constant.  Specify type.
44757         (SHRT_MAX): Likewise.
44758         (USHRT_MAX): Likewise.
44759         (INT_MAX): Likewise.
44760         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
44761         bound negative.
44762         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44763         bound with "U".
44764         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44765         bound with "L".
44766         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
44767         bound negative.  Suffix upper bound with "L".
44768         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
44769         bound with "UL".
44770         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44771         Specify type.
44772         [C99-based standards] (LLONG_MAX): Likewise.
44773         [C99-based standards] (ULLONG_MAX): Likewise.
44774         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
44775         == 0.
44776         [ISO11] (max_align_t): Require type.
44777         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44779         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44780         from $CFLAGS, without defining away __attribute__ calls.
44781         (checknamespace): Use $CFLAGS_namespace.
44783         * conform/conformtest.pl (@keywords): Only include C99 keywords
44784         for standards based on C99 or C11.
44786         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44787         Disable tests.
44788         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44789         UNIX98]: Likewise.
44791         * conform/conformtest.pl: Handle "macro-int-constant" and test for
44792         usability of symbols in #if.
44794         * conform/conformtest.pl: If macro or constant types start
44795         "promoted:", expect the symbol to be of the following type
44796         promoted by the integer promotions.
44798         * conform/conformtest.pl: Parse all "constant" and "macro" lines
44799         in one place.  Also handle "macro-constant".
44801         * conform/conformtest.pl: Only accept expected macro values with
44802         "==".  Parse all "macro" lines in one place.
44803         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44805         * conform/conformtest.pl: Handle braced types on "constant" lines
44806         instead of handling "typed-constant".
44807         * conform/data/signal.h-data: Use "constant" instead of
44808         "typed-constant".
44810         * conform/conformtest.pl: Handle "optional-" at start of lines in
44811         one place rather than duplicating several cases.  Handle each
44812         format of "macro" line with initial "optional-".
44814         * conform/conformtest.pl: Only accept expected constant or
44815         optional-constant values with "==".  Parse all "constant" lines in
44816         one place.  Parse all "optional-constant" lines in one place.
44817         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44818         * conform/data/fmtmsg.h-data: Likewise.
44819         * conform/data/netinet/in.h-data: Likewise.
44820         * conform/data/tar.h-data: Likewise.
44821         * conform/data/limits.h-data: Use "==" form on "constant" and
44822         "optional-constant" lines.
44824         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44825         Use -std=c99 for XOPEN2K.
44826         (@knownproblems): Remove.
44827         (newtoken): Don't check %isknown.
44829         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44830         Do not expect macro.
44831         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44832         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44833         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44834         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44835         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44836         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44837         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44838         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44839         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44840         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44841         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44842         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44843         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44844         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44845         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44846         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44847         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44848         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44849         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44850         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44851         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44852         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44853         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44854         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44855         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44856         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44857         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44858         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44859         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44860         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44861         [XPG3] (acosh): Likewise.
44862         [XPG3] (asinh): Likewise.
44863         [XPG3] (atanh): Likewise.
44864         [XPG3] (cbrt): Likewise.
44865         [XPG3] (expm1): Likewise.
44866         [XPG3] (ilogb): Likewise.
44867         [XPG3] (log1p): Likewise.
44868         [XPG3] (logb): Likewise.
44869         [XPG3] (nextafter): Likewise.
44870         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44871         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44872         [XPG3] (remainder): Likewise.
44873         [XPG3] (rint): Likewise.
44874         [XPG3 || XPG4 || UNIX98] (round): Likewise.
44875         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44876         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44877         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44878         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44879         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44880         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44881         [UNIX98 || XOPEN2K] (scalb): Expect.
44882         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44883         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44884         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44885         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44886         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44887         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44888         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44889         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44890         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44891         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44892         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44893         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44894         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44895         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44896         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44897         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44898         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44899         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44900         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44901         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44902         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44903         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44904         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44905         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44906         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44907         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44908         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44909         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44910         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44911         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44912         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44913         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44914         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44915         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44916         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44917         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44918         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44919         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44920         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44921         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44922         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44923         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44924         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44925         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44926         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44927         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44928         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44929         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44930         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44931         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44932         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44933         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44934         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44935         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44936         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44937         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44938         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44939         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44940         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44941         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44942         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44943         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44944         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44945         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44946         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44947         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44948         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44949         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44950         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44951         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44952         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
44953         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
44954         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
44955         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
44956         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
44957         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
44958         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
44959         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
44960         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
44961         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
44962         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
44963         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
44964         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
44965         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
44966         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
44967         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
44968         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
44969         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
44970         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
44971         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
44972         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
44973         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
44974         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
44975         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
44976         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
44977         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
44978         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
44979         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
44980         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
44981         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
44982         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
44983         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
44984         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
44985         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
44986         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
44987         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
44988         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
44989         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
44990         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
44991         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
44992         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
44993         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
44994         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
44995         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
44996         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
44997         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
44998         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
44999         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45000         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45001         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45002         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45003         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45004         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45005         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45006         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45007         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45008         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45009         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45010         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45011         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45012         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45013         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45014         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45015         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45016         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45017         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45018         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45020         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45021         _XOPEN_SOURCE_EXTENDED for XPG4.
45023         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45025         * Makeconfig (localtime): Remove variable.
45026         (inst_localtime-file): Likewise.
45028 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45030         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45031         Update.
45032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45033         Update.
45034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45035         Update.
45036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45037         Update.
45038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45039         Update.
45040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45041         Update.
45042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45043         Update.
45044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45045         Update.
45046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45047         Update.
45049 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45051         [BZ #2550]
45052         [BZ #2570]
45053         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45054         comparisons to determine direction to adjust input.
45055         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45056         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45058         Likewise.
45059         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45060         Likewise.
45061         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45062         Likewise.
45063         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45064         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45065         Likewise.
45066         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45067         Likewise.
45068         * math/libm-test.inc (nexttoward_test): Add more tests.
45070 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45072         [BZ #14040]
45073         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45074         in version GLIBC_2.1, not GLIBC_2.0.
45075         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45076         Likewise.
45078 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45080         [BZ #13942]
45081         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45082         (1 - x) * (1 + x).
45083         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45084         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45085         * math/libm-test.inc (acos_test): Add more tests.
45086         (asin_test): Likewise.
45087         * sysdeps/i386/fpu/libm-test-ulps: Update.
45088         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45090         [BZ #14034]
45091         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45092         of square root.
45093         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45094         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45095         * math/libm-test.inc (acos_test_tonearest): New function.
45096         (acos_test_towardzero): Likewise.
45097         (acos_test_downward): Likewise.
45098         (acos_test_upward): Likewise.
45099         (asin_test_tonearest): Likewise.
45100         (asin_test_towardzero): Likewise.
45101         (asin_test_downward): Likewise.
45102         (asin_test_upward): Likewise.
45103         (main): Call the new functions.
45104         * sysdeps/i386/fpu/libm-test-ulps: Update.
45105         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45107         [BZ #13884]
45108         [BZ #13924]
45109         * math/e_exp10.c: Include <float.h>.
45110         (__ieee754_exp10): Handle underflow here rather than multiplying
45111         large negative argument by M_LN10.
45112         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45113         of __ieee754_expf.
45114         * math/e_exp10l.c: Include <float.h>.
45115         (__ieee754_exp10l): Handle underflow here rather than multiplying
45116         large negative argument by M_LN10l.
45117         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45118         spurious overflow exception on underflow.
45120 2012-04-29  Marek Polacek  <polacek@redhat.com>
45122         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45123         (__fortify_function): New macro.
45124         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45125         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45126         __extern_always_inline.
45127         * libio/bits/stdio2.h: Likewise.
45128         * libio/bits/stdio.h: Likewise.
45129         * string/string.h: Likewise.
45130         * string/bits/string3.h: Likewise.
45131         * include/stdio.h: Likewise.
45132         * stdlib/bits/stdlib.h: Likewise.
45133         * stdlib/stdlib.h: Likewise.
45134         * rt/bits/mqueue2.h: Likewise.
45135         * rt/mqueue.h: Likewise.
45136         * posix/bits/unistd.h: Likewise.
45137         * posix/unistd.h: Likewise.
45138         * io/bits/poll2.h: Likewise.
45139         * io/bits/fcntl2.h: Likewise.
45140         * io/fcntl.h: Likewise.
45141         * io/sys/poll.h: Likewise.
45142         * misc/bits/syslog.h: Likewise.
45143         * misc/bits/syslog-ldbl.h: Likewise.
45144         * misc/sys/syslog.h: Likewise.
45145         * socket/bits/socket2.h: Likewise.
45146         * socket/sys/socket.h: Likewise.
45147         * debug/tst-chk1.c: Likewise.
45148         * wcsmbs/bits/wchar2.h: Likewise.
45149         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45150         * wcsmbs/wchar.h: Likewise.
45152 2012-04-29  Andreas Jaeger  <aj@suse.de>
45154         * Makerules (tests): Remove enable-check-abi protection.
45155         (check-abi-warn): Remove.
45156         (check-abi-%): Remove check-abi-warn usage.
45158         * configure.in: Remove check-abi configure option.
45159         * configure: Regenerated.
45160         * config.make.in (enable-check-abi): Remove.
45162 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45164         [BZ #14033]
45165         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45166         double functions to double *_finite functions.
45168         [BZ #13941]
45169         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45170         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45171         LDBL_MIN_EXP.
45172         * stdio-common/Makefile (tests): Add tst-sprintf3.
45173         * stdio-common/tst-sprintf3.c: New file.
45175         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45176         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45178 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45180         * conform/conformtest.pl: Remove duplicate typed-constant
45181         handling.
45183 2012-04-28  David S. Miller  <davem@davemloft.net>
45185         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45186         (check-abi-%): Remove AWK script prerequisite and explicit
45187         abilist directory.
45188         (check-abi): Rewrite to just diff the symlist with the abilist.
45189         (config-tls, config-abi-config): Delete, no longer used.
45190         (update-abi-%): Remove AWK script and explicit abilist directory.
45191         (update-abi): Rewrite to simply compare and conditionally copy the
45192         symlist and the sysdep abilist file.  Remove update-abi-config
45193         checks.
45194         * abilist/ld.abilist: Remove.
45195         * abilist/libBrokenLocale.abilist: Remove.
45196         * abilist/libanl.abilist: Remove.
45197         * abilist/libcrypt.abilist: Remove.
45198         * abilist/libdl.abilist: Remove.
45199         * abilist/librt.abilist: Remove.
45200         * abilist/libthread_db.abilist: Remove.
45201         * abilist/libutil.abilist: Remove.
45202         * scripts/extract-abilist.awk: Remove.
45203         * scripts/merge-abilist.awk: Remove.
45204         * sysdeps/generic/libcidn.abilist: New file.
45205         * sysdeps/generic/libnss_compat.abilist: New file.
45206         * sysdeps/generic/libnss_db.abilist: New file.
45207         * sysdeps/generic/libnss_dns.abilist: New file.
45208         * sysdeps/generic/libnss_files.abilist: New file.
45209         * sysdeps/generic/libnss_hesiod.abilist: New file.
45210         * sysdeps/generic/libnss_nis.abilist: New file.
45211         * sysdeps/generic/libnss_nisplus.abilist: New file.
45212         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45213         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45214         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45215         file.
45216         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45217         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45218         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45219         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45220         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45221         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45222         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45223         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45224         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45225         file.
45226         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45227         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45228         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45229         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45230         file.
45231         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45232         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45233         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45234         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45235         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45236         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45237         file.
45238         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45239         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45240         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45241         file.
45242         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45243         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45244         New file.
45245         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45246         New file.
45247         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45248         New file.
45249         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45250         New file.
45251         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45252         New file.
45253         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45254         New file.
45255         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45256         New file.
45257         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45258         New file.
45259         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45260         New file.
45261         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45262         New file.
45263         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45264         New file.
45265         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45266         New file.
45267         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45268         New file.
45269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45270         file.
45271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45272         New file.
45273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45274         New file.
45275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45276         file.
45277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45278         New file.
45279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45280         New file.
45281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45282         file.
45283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45284         New file.
45285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45286         New file.
45287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45288         New file.
45289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45290         New file.
45291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45292         New file.
45293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45294         New file.
45295         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45296         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45297         file.
45298         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45299         New file.
45300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45301         file.
45302         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45303         file.
45304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45305         file.
45306         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45307         file.
45308         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45309         file.
45310         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45311         New file.
45312         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45313         file.
45314         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45315         file.
45316         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45317         New file.
45318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45319         file.
45320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45321         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45322         file.
45323         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45324         New file.
45325         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45326         file.
45327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45328         file.
45329         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45330         file.
45331         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45332         file.
45333         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45334         file.
45335         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45336         New file.
45337         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45338         file.
45339         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45340         file.
45341         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45342         New file.
45343         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45344         file.
45345         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45346         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45347         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45348         file.
45349         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45350         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45351         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45352         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45353         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45354         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45355         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45356         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45357         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45358         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45359         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45360         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45361         file.
45362         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45363         New file.
45364         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45365         file.
45366         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45367         file.
45368         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45369         file.
45370         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45371         file.
45372         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45373         file.
45374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45375         New file.
45376         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45377         New file.
45378         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45379         file.
45380         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45381         New file.
45382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45383         file.
45384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45385         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45386         file.
45387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45388         New file.
45389         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45390         file.
45391         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45392         file.
45393         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45394         file.
45395         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45396         file.
45397         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45398         file.
45399         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45400         New file.
45401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45402         New file.
45403         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45404         file.
45405         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45406         New file.
45407         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45408         file.
45410 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45412         * conform/conformtest.pl: Fix typo in handling typed-constant from
45413         allow-header.
45415 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45417         * README: Cut down references to pre-2.6 Linux kernels and
45418         Linuxthreads.  Update lists of configurations in libc and ports
45419         and sort alphabetically.  Say "or newer" with Linux kernel version
45420         requirements.
45422         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45424 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45426         [BZ #887]
45427         * math/libm-test.inc (logb_test_downward): New test to expose
45428         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45429         rounding mode.
45431 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45433         [BZ #14027]
45434         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45435         to be done.
45436         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45437         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45439 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45441         * sysdeps/unix/i386/brk.S: Remove file.
45442         * sysdeps/unix/i386/dl-brk.S: Likewise.
45443         * sysdeps/unix/i386/pipe.S: Likewise.
45444         * sysdeps/unix/i386/sigreturn.S: Likewise.
45445         * sysdeps/unix/i386/syscall.S: Likewise.
45446         * sysdeps/unix/i386/vfork.S: Likewise.
45447         * sysdeps/unix/i386/wait.S: Likewise.
45449         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45450         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45452         * configure.in (arm*-none*): Do not allow without
45453         --enable-hacker-mode.
45454         (netbsd*): Remove case setting base_os.
45455         (386bsd*): Likewise.
45456         (freebsd*): Likewise.
45457         (bsdi*): Likewise.
45458         (osf*): Likewise.
45459         (sunos*): Likewise.
45460         (ultrix*): Likewise.
45461         (newsos*): Likewise.
45462         (dynix*): Likewise.
45463         (*bsd*): Likewise.
45464         (sysv*): Likewise.
45465         (isc*): Likewise.
45466         (esix*): Likewise.
45467         (sco*): Likewise.
45468         (minix*): Likewise.
45469         (irix4*): Likewise.
45470         (irix6*): Likewise.
45471         (solaris[2-9]*): Likewise.
45472         (none): Likewise.
45473         * configure: Regenerated.
45475 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45477         [BZ #11521]
45478         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45479         overflow or cancellation in calculating denominator.
45480         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45481         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45482         down expression to avoid unexpected rounding in newer GCCs.
45483         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45485 2012-04-26  David S. Miller  <davem@davemloft.net>
45487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45488         long-double compat symbols.
45489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45494         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45496         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45497         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45498         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45499         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45500         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45501         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45503 2012-04-25  David S. Miller  <davem@davemloft.net>
45505         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45506         HWCAP_* values only after the memory barriers have been defined.
45507         (atomic_full_barrier): Define.
45508         (atomic_read_barrier): Define.
45509         (atomic_write_barrier): Define.
45511 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
45513         * shlib-versions: Add libgcc_s version information.
45514         * sysdeps/generic/libgcc_s.h: Remove.
45515         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45516         libgcc_s.h.
45517         * sysdeps/gnu/unwind-resume.c: Likewise.
45518         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45520 2012-04-25  David S. Miller  <davem@davemloft.net>
45522         * sysdeps/unix/sparc/brk.S: Delete.
45523         * sysdeps/unix/sparc/dl-brk.S: Delete.
45524         * sysdeps/unix/sparc/pipe.S: Delete.
45525         * sysdeps/unix/sparc/sysdep.S: Delete.
45526         * sysdeps/unix/sparc/sysdep.h: Delete.
45527         * sysdeps/unix/sparc/vfork.S: Delete.
45528         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45529         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45530         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45531         (ret_ERRVAL, r0, r1, MOVE): Define.
45532         (JUMPTARGET): Remove.
45533         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45534         sysdeps/unix/sparc/sysdep.h
45535         (ENTRY, END): Remove.
45536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45538 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
45540         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45541         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45542         -DIS_IN_build.
45544         * timezone/README: Update upstream location and email address for
45545         tzcode and tzdata.
45546         * timezone/zdump.c: Update from tzcode 2012b.
45547         * timezone/zic.c: Likewise.
45549         * configure.in (libc_cv_as_needed): Remove test.
45550         * configure: Regenerated.
45551         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45552         conditional definition.
45553         [$(have-as-needed) != yes] (no-as-needed): Likewise.
45554         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45555         * config.make.in (have-as-needed): Remove variable.
45557 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
45558             Paul Pluzhnikov  <ppluzhnikov@google.com>
45560         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45561         strings correctly.
45563 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
45565         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45566         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45567         * sysdeps/sh/strlen.S: Likewise.
45569 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45571         * sysdeps/unix/fork.S: Remove file.
45572         * sysdeps/unix/i386/fork.S: Likewise.
45573         * sysdeps/unix/sparc/fork.S: Likewise.
45575         * sysdeps/unix/system.c: Remove file.
45576         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45578         * sysdeps/unix/getegid.S: Remove file.
45579         * sysdeps/unix/geteuid.S: Likewise.
45581 2012-04-24  Roland McGrath  <roland@hack.frob.com>
45583         * scripts/check-localplt.awk: New file.
45584         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45585         of diff.
45586         * scripts/data/localplt-generic.data: Add a comment.
45588         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45589         NODE when __dir_mkfile failed.
45590         * sysdeps/mach/hurd/symlinkat.c: Likewise.
45591         Reported by Ludovic Courtès <ludo@gnu.org>.
45593 2012-04-24  Andreas Jaeger  <aj@suse.de>
45595         * Makerules (common-clean): Also remove gen-as-const-headers
45596         files.
45598 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45600         * Makerules (native-compile): Do not change working directory for
45601         build.  Use $(OUTPUT_OPTION) in command.
45602         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45604 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45606         [BZ #13886]
45607         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45608         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45609         * math/libm-test.inc (floor_test): Add more tests.
45610         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45612 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
45614         * sysdeps/unix/getdents.c: Remove file.
45615         * sysdeps/unix/sysv/getdents.c: Likewise.
45616         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45618         * sysdeps/unix/syscalls.list (madvise): Add syscall from
45619         sysdeps/unix/mman/syscalls.list.
45620         (mmap): Likewise.
45621         (mprotect): Likewise.
45622         (msync): Likewise.
45623         (munmap): Likewise.
45624         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45625         * sysdeps/unix/mman/syscalls.list: Remove.
45626         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45628         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45629         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45630         * configure: Regenerated.
45631         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45632         $(libgcc_s_suffix).
45633         * config.make.in (libgcc_s_suffix): Remove variable.
45635 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
45637         * sysdeps/unix/sysv/gethostname.c: Move to ...
45638         * sysdeps/posix/gethostname.c: ... here.
45640         * sysdeps/unix/execve.S: Remove file.
45642         * sysdeps/unix/_exit.S: Remove file.
45644 2012-04-23  Andreas Jaeger  <aj@suse.de>
45646         [BZ #13739]
45647         * manual/Makefile: Remove make dist support, there's no
45648         need for a stand-alone documentation tar ball.
45649         (TEXI2DVI): Define always, it's not in Makeconfig.
45650         (dist): Removed.
45651         (tar-it): Removed.
45652         (edition): Removed.
45653         (glibc-doc-$(edition).tar): Removed
45654         (%.Z): Removed.
45655         (%.gz): Removed.
45656         (%.uu): Removed.
45657         (ETAGS): Remove, it's in Makeconfig.
45658         (move-if-change): Remove, it's in Makeconfig.
45660 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
45662         [BZ #13970]
45663         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45664         (strtod, strtof, strtold, strtol, strtoul, strtoq)
45665         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45666         (strtod_l, strtof_l, strtold_l): Remove __wur.
45667         It is not necessarily an error to ignore strtol's return value.
45668         One can reliably look at the stored endptr to decide whether
45669         the number had valid syntax.
45671 2012-04-21  Andreas Jaeger  <aj@suse.de>
45673         [BZ #13739]
45674         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45676 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
45678         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45679         * sysdeps/unix/sysv/Versions: Remove file.
45681 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
45683         [BZ #13927]
45684         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45686 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
45688         [BZ #7064]
45689         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45690         version from __vm86.
45692 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
45694         * sysdeps/unix/common/lxstat.c: Remove file.
45695         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45697         * sysdeps/unix/sysv/Makefile: Remove file.
45699         * sysdeps/unix/sysv/direct.h: Remove file.
45701         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45702         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45703         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45704         * sysdeps/unix/sysv/bits/signum.h: Likewise.
45705         * sysdeps/unix/sysv/bits/stat.h: Likewise.
45706         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45707         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45709         * sysdeps/unix/sysv/setrlimit.c: Remove file.
45711         * sysdeps/unix/xmknod.c: Remove file.
45712         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45714         * sysdeps/unix/sysv/settimeofday.c: Remove file.
45716         * sysdeps/unix/sysv/i386/time.S: Remove file.
45718         * sysdeps/unix/fxstat.c: Remove file.
45719         * sysdeps/unix/xstat.c: Likewise.
45720         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45722         * sysdeps/unix/sysv/sigaction.c: Remove file.
45724         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45725         (sysdep_headers): Remove variable.
45726         [termio.h not in sysdep_headers] (generated): Likewise.
45727         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45728         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45729         * sysdeps/unix/sysv/tcdrain.c: Likewise.
45730         * sysdeps/unix/sysv/tcflow.c: Likewise.
45731         * sysdeps/unix/sysv/tcflush.c: Likewise.
45732         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45733         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45734         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45735         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45736         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45738         * sysdeps/unix/siglist.c: Remove file.
45740         * sysdeps/unix/getppid.S: Remove file.
45742         * sysdeps/unix/mkdir.c: Remove file.
45743         * sysdeps/unix/rmdir.c: Likewise.
45745 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
45747         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45748         ERR_MAX value.
45749         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45750         errlist-compat value.
45752 2012-04-18  David S. Miller  <davem@davemloft.net>
45754         * sysdeps/generic/memcopy.h (reg_char): Delete.
45755         * debug/strcat_chk.c: Use char, not reg_char.
45756         * debug/strcpy_chk.c: Likewise.
45757         * debug/strncat_chk.c: Likewise.
45758         * debug/strncpy_chk.c: Likewise.
45759         * string/memchr.c: Likewise.
45760         * string/memrchr.c: Likewise.
45761         * string/rawmemchr.c: Likewise.
45762         * string/strcat.c: Likewise.
45763         * string/strchr.c: Likewise.
45764         * string/strchrnul.c: Likewise.
45765         * string/strcmp.c: Likewise.
45766         * string/strcpy.c: Likewise.
45767         * string/strncat.c: Likewise.
45768         * string/strncmp.c: Likewise.
45769         * string/strncpy.c: Likewise.
45771 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45773         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45774         __builtin_memcopy is called when src and dest ranges are known to not
45775         overlap.
45777 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45779         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45780         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45781         fwd_align_merge macro call.
45782         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45783         bwd_align_merge macro call.
45784         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45786 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
45788         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45789         bwd_align_merge macros.
45790         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45791         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45792         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45794 2012-04-18  David S. Miller  <davem@davemloft.net>
45796         * sysdeps/sparc/sparc64/memcopy.h: Delete.
45798 2012-04-18  Andreas Jaeger  <aj@suse.de>
45800         [BZ# 6794]
45801         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45802         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45803         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45805         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45806         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45807         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45809         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45810         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45811         Adjust for changed ldbl-128 files.
45813         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45814         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45815         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45817 2012-04-17  David S. Miller  <davem@davemloft.net>
45819         * sysdeps/sparc/sparc32/memcopy.h: Delete.
45821 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
45823         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45824         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45825         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45826         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45827         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45828         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45830 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45832         [BZ #6794]
45833         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45834         * math/libm-test.inc: Add ilogb errno and exception tests.
45835         * math/w_ilogb.c: New file: ilogb wrapper.
45836         * math/w_ilogbf.c: New file: ilogbf wrapper.
45837         * math/w_ilogbl.c: New file: ilogbl wrapper.
45838         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45839         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45840         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45841         exception being thrown with 0.0 as argument.
45842         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45843         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45844         exception being thrown with 0.0 as argument.
45845         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45846         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45847         exception being thrown with 0.0 as argument.
45848         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45849         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45850         exception being thrown with 0.0 as argument.
45851         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45852         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45853         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45854         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45855         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45856         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45857         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45858         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45859         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45861 2012-04-17  Petr Baudis  <pasky@ucw.cz>
45863         * include/sys/uio.h: Change __vector to __iovec to avoid clash
45864         with altivec.
45866 2012-04-16  Marek Polacek  <polacek@redhat.com>
45868         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45870 2012-04-16  Marek Polacek  <polacek@redhat.com>
45872         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45873         operands of fdivp instruction.
45875 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45877         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45878         * elf/tst-auditmod3b.c: Likewise.
45879         * elf/tst-auditmod4b.c: Likewise.
45880         * elf/tst-auditmod5b.c: Likewise.
45881         * elf/tst-auditmod6b.c: Likewise.
45882         * elf/tst-auditmod6c.c: Likewise.
45883         * elf/tst-auditmod7b.c: Likewise.
45884         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45885         * sysdeps/x86_64/preconfigure.in: Likewise.
45886         * sysdeps/x86_64/preconfigure: Regenerated.
45888 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
45890         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45891         __ILP32__.
45893 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
45895         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45896         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45898 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
45900         [BZ #13973]
45901         * locale/iso-639.def: Fix gl language name. Spotted by
45902         Yaron Shahrabani.
45904 2012-04-12  Roland McGrath  <roland@hack.frob.com>
45906         [BZ #2074]
45907         * libio/libio.h (__io_write_fn): Update comment.
45909 2012-04-12  Petr Baudis  <pasky@ucw.cz>
45911         [BZ #2074]
45912         * stdio.texi (Hook Functions): The user provided writer function
45913         is not allowed to return -1.
45915 2012-04-11  David S. Miller  <davem@davemloft.net>
45917         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45919 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
45921         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45922         Add a leading slash to rtkaio.
45924 2012-04-11  Jim Meyering  <meyering@redhat.com>
45926         [BZ #11959]
45927         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45928         It is not necessarily an error to ignore fwrite's return
45929         value.  One can reliably use ferror to test for errors after
45930         the fact.
45932 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45934         * bits/types.h (__snseconds_t): New type.
45935         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45937         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45938         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45939         (__SNSECONDS_T_TYPE): Likewise.
45940         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45941         (__SNSECONDS_T_TYPE): Likewise.
45942         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45943         (__SNSECONDS_T_TYPE): Likewise.
45945 2012-04-10  Andreas Jaeger  <aj@suse.de>
45947         [BZ #2636]
45948         * manual/time.texi (Processor Time): Return type of times is
45949         elapsed real time since an arbitrary point in the past.
45950         (CPU Time): Move CLK_TCK from here...
45951         (Processor Time): ...to here.  Correct description.
45952         * manual/conf.texi (Constants for Sysconf): Correct description of
45953         _SC_CLK_TCK.
45955 2012-04-10  David S. Miller  <davem@davemloft.net>
45957         [BZ #13967]
45958         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
45959         where the is a gap between DT_REL(A) and DT_JMPREL.
45961 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
45963         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
45964         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
45965         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
45967 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
45969         * elf/dl-support.c (_dl_inhibit_cache): New variable.
45970         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
45971         (dl_main): Handle --inhibit-cache.
45972         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
45973         _dl_inhibit_cache.
45974         * elf/dl-load.c (_dl_map_object): Use it.
45975         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
45977 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
45979         [BZ #13872]
45980         * sysdeps/i386/fpu/e_powl.S (p78): New object.
45981         (__ieee754_powl): Saturate large exponents rather than testing for
45982         overflow of y*log2(x).
45983         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45984         * math/libm-test.inc (pow_test): Do not permit spurious overflow
45985         exceptions.
45987         [BZ #11521]
45988         * math/s_ctan.c: Include <float.h>.
45989         (__ctan): Avoid internal overflow or cancellation in calculating
45990         denominator.
45991         * math/s_ctanf.c: Likewise.
45992         * math/s_ctanl.c: Likewise.
45993         * math/s_ctanh.c: Likewise.
45994         * math/s_ctanhf.c: Likewise.
45995         * math/s_ctanhl.c: Likewise.
45996         * math/libm-test.inc (ctan_test): Add more tests.
45997         (ctanh_test): Likewise.
45998         * sysdeps/i386/fpu/libm-test-ulps: Update.
45999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46001 2012-04-09  Andreas Jaeger  <aj@suse.de>
46003         [BZ #6894]
46004         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46005         is an optional BSD extension.
46007         [BZ #10254]
46008         * manual/stdio.texi (Opening Streams): Document additional fopen
46009         parameters.
46011 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46013         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46014         %eax without telling the compiler.
46016 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46018         [BZ # 13963]
46019         * manual/install.texi: Use sourceware.org.
46021 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46023         [BZ #13873]
46024         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46025         (__ieee754_pow): Generate overflow and underflow using huge*huge
46026         and tiny*tiny rather than just returning constant infinity or zero
46027         for large exponents.
46028         * math/libm-test.inc (pow_test): Require overflow exceptions for
46029         applicable cases of large exponents.
46031         [BZ #706]
46032         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46033         (__ieee754_pow): Use iterative multiplication algorithm only for
46034         integer exponents with absolute value below 1024.  Check for odd
46035         integer exponents when using algorithm for real exponents.
46036         * math/libm-test.inc (pow_test): Add more tests.
46037         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46039 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46041         [BZ #13705]
46042         * math/libm-test.inc (exp_test): Do not allow overflow exception
46043         on underflow test.
46045 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46047         [BZ #13705]
46048         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46049         instead of __kernel_standard_f.
46051 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46053         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46054         * sysdeps/x86_64/memset_chk.S: Likewise.
46056 2012-04-08  Andreas Jaeger  <aj@suse.de>
46058         [BZ #10153]
46059         * manual/startup.texi (Environment Access): Describe return value
46060         for putenv and setenv.
46062         [BZ #6895]
46063         * manual/filesys.texi (Directory Entries): Add description for
46064         DT_LNK.
46066         [BZ #6890]
46067         * manual/filesys.texi (Directory Entries): Clarify that it's file
46068         system not operating system in the description of DT_UNKNOWN.
46070         [BZ #6578]
46071         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46073 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46075         [BZ #6649]
46076         * manual/llio.texi (Opening and Closing Files): Add cross
46077         reference to explain mode argument.
46079 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46081         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46082         * sysdeps/x86_64/memset_chk.S: Likewise.
46084 2012-04-07  David S. Miller  <davem@davemloft.net>
46086         * elf/elf.h (R_SPARC_WDISP10): Define.
46087         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46088         R_SPARC_SIZE32.
46089         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46090         R_SPARC_SIZE64 and R_SPARC_H34.
46092 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46094         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46095         conditions and remove no longer applicable assertion.
46097 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46099         * bits/byteswap.h: Include <features.h>.
46100         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46101         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46103 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46105         * bits/byteswap.h (__bswap_16): Removed.
46106         Include <bits/byteswap-16.h> to get __bswap_16.
46107         * sysdeps/i386/bits/byteswap.h: Likewise.
46108         * sysdeps/s390/bits/byteswap.h: Likewise.
46109         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46110         * bits/byteswap-16.h: New file.
46111         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46112         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46113         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46114         * string/Makefile (headers): Add bits/byteswap-16.h.
46116 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46118         [BZ #13895]
46119         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46120         extra indirection.
46121         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46122         * nss/tst-nss-static.c: New.
46124 2012-04-06  Robert Millan  <rmh@gnu.org>
46126         [BZ #6486]
46127         * manual/llio.texi (File Position Primitive): lseek
46128         refers to WHENCE when it really means OFFSET.
46130 2012-04-06  Andreas Jaeger  <aj@suse.de>
46132         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46133         strncmp declarations.
46135         * abilist/libc.abilist: Add __poll and __ppoll.
46137 2012-04-05  David S. Miller  <davem@davemloft.net>
46139         * scripts/check-local-headers.sh: Accept a host triplet in the
46140         path matched by the exclude regexp.
46142         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46143         definition.
46144         * sysdeps/powerpc/powerpc32/dl-machine.h
46145         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46146         * sysdeps/s390/s390-32/dl-machine.h
46147         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46148         * sysdeps/sparc/sparc32/dl-machine.h
46149         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46150         * sysdeps/sparc/sparc64/dl-machine.h
46151         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46153         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46154         lazy binding.
46155         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46156         undefined symbol errors.
46158         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46159         DT_NEEDED entries.
46161 2012-04-05  Michael Matz  <matz@suse.de>
46163         [BZ #13592]
46164         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46166 2012-04-05  Andreas Jaeger  <aj@suse.de>
46168         [BZ #13908]
46169         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46170         comment.
46172 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46174         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46175         which ROUND is no valid rounding mode.
46177 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46179         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46180         read again.
46181         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46183 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46185         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46186         an exception using FPU order intentionally.
46188 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46190         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46191         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46192         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46193         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46195 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46197         [BZ #12340]
46198         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46199         EINVAL when BUFLEN is too smal.
46201 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46203         [BZ #13553]
46204         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46205         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46207 2012-04-03  Andreas Jaeger  <aj@suse.de>
46209         [BZ #13938]
46210         * manual/setjmp.texi (System V contexts): Fix sentence.
46212         [BZ #13926]
46213         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46214         New macro for this case.
46215         [!__GNUC__] (__bswap_64): New inline function for this case.
46216         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46217         * bits/byteswap.h: Likewise.
46218         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46219         ull, guard with __GLIBC_HAVE_LONG_LONG.
46221         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46222         __GLIBC_HAVE_LONG_LONG.
46224         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46225         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46227 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46229         [BZ #13691]
46230         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46231         inptr and inend, rather than using last_ch.
46233 2012-04-02  David S. Miller  <davem@davemloft.net>
46235         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46236         * stdio-common/printf-parse.h (read_int): Change return type to
46237         'int', return -1 on INT_MAX overflow.
46238         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46239         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46240         overflows INT_MAX.  Check for overflow of in-format-string precision
46241         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46242         SIZE_MAX not INT_MAX for integer overflow test.
46243         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46244         skip the construct in the format string but do not record anything.
46245         * stdio-common/bug22.c: Adjust to test both width/prevision
46246         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46247         explicitly for proper errno values.
46249 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46251         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46252         CHAR_MAX.
46253         * string/test-strcmp.c [! WIDE]: Likewise.
46254         * time/tst-mktime2.c: Likewise for INT_MAX.
46255         * string/test-string.h: #include <sys/param.h> for MIN.
46257         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46258         * sysdeps/i386/init-first.c (init): Likewise.
46259         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46260         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46261         * sysdeps/sh/init-first.c (init): Likewise.
46263 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46265         * po/ru.po: Update from translation team.
46266         * po/vi.po: Likewise.
46268 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46270         * resolv/nss_dns/dns-host.c: Merge copyright years.
46272 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46274         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46275         Optimize memcpy with prefetch if
46276         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46277         src, dst pointers have unequal 16 byte alignments.
46279 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46281         [BZ #13928]
46282         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46283         from a CNAME entry and return the minimum ttl for the query.
46284         (gaih_getanswer_slice): Likewise.
46286 2012-03-30  Jeff Law  <law@redhat.com>
46288         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46289         due to long keys.
46290         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46291         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46293         * resolv/nss_dns/dns-host.c: Update copyright year.
46295 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46297         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46298         requests to save a system call.  Fix check that all bytes are sent.
46300         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46301         comments for sendmmsg.
46303 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46305         [BZ #13691]
46306         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46307         with only 1 character between 0x0041 and 0x01b0.
46308         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46309         * wcsmbs/tst-mbsnrtowcs.c: New file.
46311 2012-03-29  David S. Miller  <davem@davemloft.net>
46313         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46314         small copies by hand.
46316 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46318         [BZ #13761]
46319         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46320         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46321         group memberships.
46323 2012-03-28  David S. Miller  <davem@davemloft.net>
46325         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46326         that branches into memcpy.
46327         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46328         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46329         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46330         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46331         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46332         bits.
46333         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46334         implementation too.
46335         * sysdeps/sparc/mempcpy.S: New file.
46337         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46338         the IFUNC routine in the libc case.
46339         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46341         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46342         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46343         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46344         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46345         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46346         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46347         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46348         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46350         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46351         loop to 256 bytes instead of 64 bytes and fix test signedness.
46353         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46354         * sysdeps/sparc/sparc32/Makefile: rather than here...
46355         * sysdeps/sparc/sparc64/Makefile: and here.
46357 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46359         * malloc/mallocbug.c: Avoid warnings about unused variables.
46361 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46363         [BZ #13760]
46364         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46365         in the right place. Discard and retry query if response is
46366         larger than input buffer size.
46368 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46370         [BZ #369]
46371         [BZ #2678]
46372         [BZ #3866]
46373         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46374         x for large integer exponent.
46375         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46376         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46377         sign of result as needed afterwards.
46378         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46379         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46380         result for underflowing pow the same as for overflow.
46381         (__kernel_standard_l): Handle powl overflow and underflow here
46382         rather than calling __kernel_standard.
46383         * math/libm-test.inc (pow_test): Add more tests.
46385         [BZ #3868]
46386         [BZ #13879]
46387         [BZ #13910]
46388         [BZ #13911]
46389         [BZ #13912]
46390         [BZ #13913]
46391         [BZ #13915]
46392         [BZ #13916]
46393         [BZ #13917]
46394         [BZ #13918]
46395         [BZ #13919]
46396         [BZ #13920]
46397         [BZ #13921]
46398         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46399         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46400         (__kernel_standard_l): New function.
46401         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46402         __kernel_standard.
46403         * math/w_acosl.c (__acosl): Likewise.
46404         * math/w_asinl.c (__asinl): Likewise.
46405         * math/w_atan2l.c (__atan2l): Likewise.
46406         * math/w_atanhl.c (__atanhl): Likewise.
46407         * math/w_coshl.c (__coshl): Likewise.
46408         * math/w_exp10l.c (__exp10l): Likewise.
46409         * math/w_exp2l.c (__exp2l): Likewise.
46410         * math/w_fmodl.c (__fmodl): Likewise.
46411         * math/w_hypotl.c (__hypotl): Likewise.
46412         * math/w_j0l.c (__j0l, __y0l): Likewise.
46413         * math/w_j1l.c (__j1l, __y1l): Likewise.
46414         * math/w_jnl.c (__jnl, __ynl): Likewise.
46415         * math/w_lgammal.c (__lgammal): Likewise.
46416         * math/w_log10l.c (__log10l): Likewise.
46417         * math/w_log2l.c (__log2l): Likewise.
46418         * math/w_logl.c (__logl): Likewise.
46419         * math/w_powl.c (__powl): Likewise.
46420         * math/w_remainderl.c (__remainderl): Likewise.
46421         * math/w_scalbl.c (sysv_scalbl): Likewise.
46422         * math/w_sinhl.c (__sinhl): Likewise.
46423         * math/w_sqrtl.c (__sqrtl): Likewise.
46424         * math/w_tgammal.c (__tgammal): Likewise.
46425         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46426         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46427         * math/libm-test.inc (acos_test): Add more tests.
46428         (acosh_test): Likewise.
46429         (asin_test): Likewise.
46430         (atanh_test): Likewise.
46431         (exp_test): Likewise.
46432         (exp10_test): Likewise.
46433         (exp2_test): Likewise.
46434         (expm1_test): Likewise.
46435         (lgamma_test): Likewise.
46436         (log_test): Likewise.
46437         (log10_test): Likewise.
46438         (log1p_test): Likewise.
46439         (log2_test): Likewise.
46440         (pow_test): Do not allow some spurious overflow exceptions.
46441         (sqrt_test): Add more tests.
46442         (tgamma_test): Likewise.
46443         (y0_test): Likewise.
46444         (y1_test): Likewise.
46445         (yn_test): Likewise.
46447 2012-03-27  Anton Blanchard  <anton@samba.org>
46449         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46450         MAP_HUGETLB.
46451         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46452         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46453         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46455 2012-03-27  David S. Miller  <davem@davemloft.net>
46457         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46459         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46460         have-as-vis3 check.
46462 2012-03-27  Andreas Jaeger  <aj@suse.de>
46464         * sysdeps/x86_64/elf/configure.in: Moved to ...
46465         * sysdeps/x86_64/configure.in: ... here.
46466         * sysdeps/x86_64/elf/start.S: Moved to ...
46467         * sysdeps/x86_64/start.S: ... here.
46468         * sysdeps/x86_64/elf/configure: Delete.
46470         * sysdeps/x86_64/configure.in: Merge contents from
46471         sysdeps/i386/configure.in (without i686 check).
46473         * sysdeps/i386/elf/Versions: Merge into ...
46474         * sysdeps/i386/Versions: ... this.
46475         * sysdeps/i386/elf/Versions: Delete file.
46476         * sysdeps/i386/elf/start.S: Moved to ...
46477         * sysdeps/i386/start.S: ...here.
46478         * sysdeps/i386/elf/configure.in: Merge into...
46479         * sysdeps/i386/configure.in: ...here.
46480         * sysdeps/i386/elf/configure.in: Delete file.
46481         * sysdeps/i386/elf/configure: Delete file.
46483         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46484         * debug/backtracesyms.c: ... here.
46485         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46486         * debug/backtracesymsfd.c: ... here.
46487         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46488         * sysdeps/generic/ifunc-sel.h: ... here.
46490         * sysdeps/unix/i386/start.c: Delete file.
46491         * sysdeps/unix/sparc/start.c: Delete file.
46492         * sysdeps/unix/start.c: Delete file.
46494         * sysdeps/sh/elf/configure.in: Moved to ...
46495         * sysdeps/sh/configure.in: ... here.
46496         * sysdeps/sh/elf/start.S: Moved to ...
46497         * sysdeps/sh/start.S: ... here.
46498         * sysdeps/sh/elf/configure: Delete file.
46500         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46501         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46502         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46503         * sysdeps/powerpc/powerpc64/entry.h: ... here.
46504         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46505         * sysdeps/powerpc/powerpc64/start.S: here.
46506         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46507         * sysdeps/powerpc/powerpc64/Makefile: ... this.
46508         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46509         * sysdeps/powerpc/powerpc64/configure.in: ... this.
46510         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46512         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46513         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46514         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46515         * sysdeps/powerpc/powerpc32/start.S: ... here.
46516         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46517         * sysdeps/powerpc/powerpc32/configure.in: ... this.
46518         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46520         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46521         * sysdeps/powerpc/ifunc-sel.h: ... here.
46522         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46523         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46525         * sysdeps/sparc/elf/configure.in: Moved to ...
46526         * sysdeps/sparc/configure.in: ... here.
46527         * sysdeps/sparc/elf/configure: Delete file.
46528         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46529         * sysdeps/sparc/sparc32/start.S: ... here.
46530         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46531         * sysdeps/sparc/sparc64/start.S: ... here.
46532         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46533         * sysdeps/sparc/sparc32/Makefile: ... this.
46534         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46535         * sysdeps/sparc/sparc64/Makefile: ... this.
46537         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46538         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46539         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46540         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46541         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46542         * sysdeps/s390/s390-32/setjmp.S: ... here.
46543         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46544         * sysdeps/s390/s390-32/configure.in: ... here.
46545         * sysdeps/s390/s390-32/elf/configure: Delete file.
46546         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46547         * sysdeps/s390/s390-32/start.S: ... here.
46549         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46550         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46551         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46552         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46553         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46554         * sysdeps/s390/s390-64/setjmp.S: ... here.
46555         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46556         * sysdeps/s390/s390-64/configure.in: ... here
46557         * sysdeps/s390/s390-64/elf/configure: Delete file.
46558         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46559         * sysdeps/s390/s390-64/start.S: ... here.
46560         * sysdeps/s390/s390-64/elf/configure: Delete.
46562         * configure.in: Remove support for elf directories in sysdeps.
46564         * configure: Regenerated.
46565         * sysdeps/i386/configure: Regenerated.
46566         * sysdeps/powerpc/powerpc32/configure: Regenerated.
46567         * sysdeps/powerpc/powerpc64/configure: Regenerated.
46568         * sysdeps/s390/s390-32/configure: Regenerated.
46569         * sysdeps/s390/s390-64/configure: Regenerated.
46570         * sysdeps/sh/configure: Regenerated.
46571         * sysdeps/sparc/configure: Regenerated.
46572         * sysdeps/x86_64/configure: Regenerated.
46574 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
46576         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46578         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46579         denormal result into account.
46581 2012-03-25  Roland McGrath  <roland@hack.frob.com>
46583         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46584         Reported by Allan McRae <allan@archlinux.org>.
46586 2012-03-23  Jeff Law  <law@redhat.com>
46588         * nss/getnssent.c (__nss_getent): Fix typo.
46590 2012-03-23  David S. Miller  <davem@davemloft.net>
46592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46594 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
46596         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46597         to pad to uint64_t for each field.
46598         (dl_tls_index): Replace unsigned long with uint64_t.
46600 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
46601         Paul Pluzhnikov  <ppluzhnikov@google.com>
46603         [BZ #6528]
46604         * grp/Makefile (otherlibs): Don't set it.
46605         * inet/Makefile (otherlibs): Likewise.
46606         * login/Makefile (otherlibs): Likewise.
46607         * nscd/Makefile (otherlibs): Likewise.
46608         * posix/Makefile (otherlibs): Likewise.
46609         * pwd/Makefile (otherlibs): Likewise.
46610         * rt/Makefile (otherlibs): Likewise.
46611         * sunrpc/Makefile (otherlibs): Likewise.
46612         * nss/Makefile (otherlibs): Likewise.
46613         Add libnss_files to routines and static-only-routines.
46614         ($(objpfx)getent): Remove rule.
46615         * resolv/Makefile: Add libnss_dns and libresolv to routines and
46616         static-only-routines.
46618 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46620         [BZ #13892]
46621         * math/s_cexp.c: Include <float.h>.
46622         (__cexp): Handle exp result overflowing not necessarily
46623         overflowing both real and imaginary parts of result.
46624         * math/s_cexpf.c: Likewise.
46625         * math/s_cexpl.c: Likewise.
46626         * math/libm-test.inc (cexp_test): Add more tests.
46627         * sysdeps/i386/fpu/libm-test-ulps: Update.
46628         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46630 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46632         * include/link.h (ELFW): New macro.
46633         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46634         Replace ELF64_R_TYPE with ELFW(R_TYPE).
46636 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46638         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46639         with uint64_t.
46641 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46643         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46644         declaration.
46645         (struct La_x32_retval): Likewise.
46647 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
46649         * sysdeps/x86_64/preconfigure.in: New file.
46650         * sysdeps/x86_64/preconfigure: New generated file.
46652 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
46654         [BZ #13824]
46655         * math/e_exp2l.c: Include <float.h>.
46656         (__ieee754_exp2l): Handle overflow and underflow cases
46657         separately.  Only pass fractional part of argument to
46658         __ieee754_expl.
46659         * math/libm-test.inc (exp2_test): Add more tests.
46661         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46662         negating x to take absolute value.
46663         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46664         Likewise.
46665         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46666         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46667         Likewise.
46668         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46669         computing low part if x was negated.
46670         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46672 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46674         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46675         la_x32_gnu_pltexit.
46676         (pltexit): Cast int_retval to ptrdiff_t.
46677         * elf/tst-auditmod3b.c: Likewise.
46678         * elf/tst-auditmod4b.c: Likewise.
46679         * elf/tst-auditmod5b.c: Likewise.
46680         * elf/tst-auditmod6b.c: Likewise.
46681         * elf/tst-auditmod6c.c: Likewise.
46682         * elf/tst-auditmod7b.c: Likewise.
46684         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46685         and x32_gnu_pltexit.
46687         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46688         __ELF_NATIVE_CLASS.
46689         (La_x32_regs): New macro.
46690         (La_x32_retval): Likewise.
46691         (la_x32_gnu_pltenter): New function prototype.
46692         (la_x32_gnu_pltexit): Likewise.
46694 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
46696         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46697         exponent.
46699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46701         * configure.in (libc_cv_cc_nofma): Check for option to disable
46702         generation of FMA instructions.
46703         * configure: Regenerate.
46704         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46705         * sysdeps/ieee754/dbl-64/Makefile: New file.
46706         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46707         Remove brandred-fma4.
46708         (CFLAGS-brandred-fma4.c): Remove.
46709         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46710         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46711         define.
46712         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46713         define.
46715 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46717         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46718         LLONG_MAX != LONG_MAX.
46719         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46720         (_fitoa_word): Likewise.
46721         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46722         LLONG_MAX != LONG_MAX.
46723         * stdio-common/_itowa.h: Include <_itoa.h>.
46724         (_itowa_word): Use _ITOA_WORD_TYPE on value.
46725         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
46726         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
46727         only if not defined.
46728         (_ITOA_WORD_TYPE): Likewise.
46729         (_itoa_word): Use _ITOA_WORD_TYPE on value.
46730         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46732 2012-03-21  David S. Miller  <davem@davemloft.net>
46734         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46736 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
46738         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46739         of x86_64 when setting libc_cv_slibdir, libdir and
46740         libc_cv_localedir.
46741         * sysdeps/unix/sysv/linux/configure: Regenerated.
46743 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46745         * manual/lang.texi (Old Varargs): Remove section.
46746         (How Variadic): Update menu.
46747         (va_start): Do not mention varargs.h.
46749 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46750             Joseph Myers  <joseph@codesourcery.com>
46752         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46753         link test.
46754         * configure: Regenerated.
46756 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
46758         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46759         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46760         conformtest.pl
46762 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46764         * NOTES: Remove.
46765         * Makefile (files-for-dist): Remove NOTES.
46766         (NOTES): Remove rule.
46767         * README: Don't refer to NOTES.
46768         * manual/creature.texi: Don't include macros.texi.
46769         * manual/intro.texi (creature.texi): Remove comment referring to
46770         NOTES.
46772         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46773         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46774         * configure: Regenerated.
46775         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46776         LIBC_TRY_CC_OPTION.
46777         (libc_cv_as_i686): Likewise.
46778         (libc_cv_cc_avx): Likewise.
46779         (libc_cv_cc_sse2avx): Likewise.
46780         (libc_cv_cc_fma4): Likewise.
46781         (libc_cv_cc_novzeroupper): Likewise.
46782         * sysdeps/i386/configure: Regenerated.
46784         [BZ #13883]
46785         * sysdeps/i386/fpu/s_cexp.S: Remove.
46786         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46787         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46788         * math/libm-test.inc (cexp_test): Add more tests.
46789         * sysdeps/i386/fpu/libm-test-ulps: Update.
46790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46792 2012-03-21  Allan McRae  <allan@archlinux.org>
46794         * timezone/Makefile: Do not install iso3166.tab and zone.tab
46796 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
46798         [BZ #13871]
46799         * math/w_exp2.c: Do not include <float.h>.
46800         (o_threshold, u_threshold): Remove.
46801         (__exp2): Calculate result before checking finiteness and calling
46802         __kernel_standard.
46803         * math/w_exp2f.c: Likewise.
46804         * math/w_exp2l.c: Likewise.
46805         * math/libm-test.inc (exp2_test): Require overflow exception for
46806         1e6 input.
46808         [BZ #3866]
46809         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46810         range of signed 64-bit integers before using fistpll.  Remove
46811         checks for whether integers fit in mantissa bits.
46812         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46813         the range of signed 32-bit integers before using fistpl.  Remove
46814         checks for whether integers fit in mantissa bits.
46815         * sysdeps/i386/fpu/e_powl.S (p64): New object.
46816         (__ieee754_powl): Test for y outside the range of signed 64-bit
46817         integers before using fistpll.  Reduce 64-bit values to 63-bit
46818         ones as needed.
46819         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46820         divide-by-zero is raised for zero to large negative powers.
46821         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46822         (__ieee754_powl): Test for y outside the range of signed 64-bit
46823         integers before using fistpll.  Reduce 64-bit values to 63-bit
46824         ones as needed.
46825         * math/libm-test.inc (pow_test): Add more tests.
46827 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46829         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46830         <stdio-common/_itoa.h>.
46831         * debug/segfault.c: Likewise.
46832         * elf/dl-cache.c: Likewise.
46833         * elf/dl-minimal.c: Likewise.
46834         * elf/dl-misc.c: Likewise.
46835         * elf/dl-sysdep.c: Likewise.
46836         * elf/dl-version.c: Likewise.
46837         * elf/rtld.c: Likewise.
46838         * hurd/hurdsock.c: Likewise.
46839         * hurd/lookup-retry.c: Likewise.
46840         * malloc/malloc.c: Likewise.
46841         * malloc/mtrace.c: Likewise.
46842         * nscd/nscd_getgr_r.c: Likewise.
46843         * nscd/nscd_getpw_r.c: Likewise.
46844         * nscd/nscd_getserv_r.c: Likewise.
46845         * posix/getopt_init.c: Likewise.
46846         * posix/wordexp.c: Likewise.
46847         * stdio-common/_itoa.c: Likewise.
46848         * stdio-common/printf_fphex.c: Likewise.
46849         * stdio-common/vfprintf.c: Likewise.
46850         * string/_strerror.c: Likewise.
46851         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46852         * sysdeps/i386/i686/hp-timing.h: Likewise.
46853         * sysdeps/mach/_strerror.c: Likewise.
46854         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46855         * sysdeps/mach/hurd/sethostid.c: Likewise.
46856         * sysdeps/mach/hurd/xmknodat.c: Likewise.
46857         * sysdeps/mach/xpg-strerror.c: Likewise.
46858         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46859         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46860         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46861         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46862         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46863         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46864         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46865         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46866         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46867         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46868         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46869         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46870         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46871         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46872         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46873         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46874         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46875         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46876         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46877         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46878         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46880         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46882         * stdio-common/_itoa.h: Moved to ...
46883         * sysdeps/generic/_itoa.h: Here.
46885         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46887         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46888         instead of "_itoa.h" and "_itowa.h".
46889         * stdio-common/vfprintf.: Likewise.
46891 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46893         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46894         <bits/wordsize.h>.
46895         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46896         (__signbit): Likwise.
46897         (llrintf): Likwise.
46898         (llrint): Likwise.
46900 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
46902         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46903         __WORDSIZE != 64.
46905 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
46907         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46908         OVERFLOW_EXCEPTION_OK.
46909         * math/libm-test.inc ("Philosophy"): Update comment about
46910         exception testing.
46911         (OVERFLOW_EXCEPTION): Define.
46912         (OVERFLOW_EXCEPTION_OK): Likewise.
46913         (INVALID_EXCEPTION_OK): Renumber.
46914         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46915         (IGNORE_ZERO_INF_SIGN): Likewise.
46916         (test_exceptions): Handle FE_OVERFLOW.
46917         (exp10_test): Expect overflow exceptions.
46918         (exp2_test): Likewise.
46919         (expm1_test): Likewise.
46920         (nextafter_test): Likewise.
46921         (pow_test): Likewise.
46922         (scalbn_test): Likewise.
46923         (scalbln_test): Likewise.
46925 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46927         * sysdeps/x86_64/bits/atomic.h
46928         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46929         64bit integer.
46930         (atomic_exchange_acq): Likewise.
46931         (__arch_exchange_and_add_body): Likewise.
46932         (__arch_add_body): Likewise.
46933         (atomic_add_negative): Likewise.
46934         (atomic_add_zero): Likewise.
46936 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46938         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46939         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46941 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46943         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46944         Check __x86_64__ instead of __WORDSIZE.
46946 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46948         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46950 2012-03-19  David S. Miller  <davem@davemloft.net>
46952         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46954         * sysdeps/sparc/fpu/fenv_private.h: New file.
46955         * sysdeps/sparc/fpu/math_private.h: Use it.
46956         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
46957         Remove.
46958         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
46959         (libc_feholdexcept_setroundl): Remove.
46960         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
46961         Remove.
46962         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
46963         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
46965 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46967         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
46968         int64_t instead of long int.
46969         (INSERT_WORDS64): Likwise.
46971 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
46973         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
46974         _Unwind_GetCFA return to _Unwind_Ptr first.
46976 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
46978         [BZ #13629]
46979         * math/s_clog.c: Include <float.h>.
46980         (__clog): Scale large or subnormal inputs.
46981         * math/s_clogf.c: Likewise.
46982         * math/s_clogl.c: Likewise.
46983         * math/s_clog10.c: Include <float.h>.
46984         (M_LOG10_2): Define.
46985         (__clog10): Scale large or subnormal inputs.
46986         * math/s_clog10f.c: Likewise.
46987         * math/s_clog10l.c: Likewise.
46988         * math/libm-test.inc (clog_test): Add more tests.
46989         (clog10_test): Likewise.
46990         * sysdeps/i386/fpu/libm-test-ulps: Update.
46991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46993         [BZ #11451]
46994         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
46995         x and y.
46996         * math/libm-test.inc (atan2_test): Add another test.
46998         * Makerules (common-objdir-compile): Remove.
46999         * sysdeps/unix/Makefile (config-generated): Do not add
47000         $(unix-generated) to variable.
47001         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47002         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47003         Remove rule.
47004         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47005         Likewise.
47006         [generic bits/local_lim.h] (before-compile): Do not append to
47007         variable.
47008         [generic bits/local_lim.h] (common-generated): Likewise.
47009         [generic sys/param.h] (before-compile): Do not append to variable.
47010         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47011         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47012         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47013         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47014         include.
47015         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47016         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47017         [generic sys/param.h] ($(addprefix
47018         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47019         [generic sys/param.h] (common-generated): Do not append to
47020         variable.
47021         [generic sys/param.h] (sysdep_headers): Likewise.
47022         [generic bits/errno.h] (before-compile): Do not append to
47023         variable.
47024         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47025         rule.
47026         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47027         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47028         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47029         [generic bits/errno.h] (common-generated): Do not append to
47030         variable.
47031         [generic bits/ioctls.h] (before-compile): Do not append to
47032         variable.
47033         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47034         rule.
47035         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47036         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47037         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47038         rule.
47039         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47040         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47041         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47042         [generic bits/ioctls.h] (common-generated): Do not append to
47043         variable.
47044         [generic sys/syscall.h] (syscall.h): Remove variable.
47045         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47046         rule.
47047         [generic sys/syscall.h] (before-compile): Do not append to
47048         variable.
47049         [generic sys/syscall.h] (common-generated): Likewise.
47050         * sysdeps/unix/errnos-tmpl.c: Remove file.
47051         * sysdeps/unix/errnos.awk: Likewise.
47052         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47053         * sysdeps/unix/ioctls.awk: Likewise.
47054         * sysdeps/unix/mk-local_lim.c: Likewise.
47055         * sysdeps/unix/snarf-ioctls: Likewise.
47057 2012-03-19  Richard Henderson  <rth@twiddle.net>
47059         * sysdeps/i386/fpu/fenv_private.h: New file.
47060         * sysdeps/i386/fpu/math_private.h: Use it.
47061         (math_opt_barrier, math_force_eval): Remove.
47062         (libc_feholdexcept_setround_53bit): Remove.
47063         (libc_feupdateenv_53bit): Remove.
47064         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47065         (math_opt_barrier, math_force_eval): Remove.
47066         (libc_feholdexcept): Remove.
47067         (libc_feholdexcept_setround): Remove.
47068         (libc_fetestexcept, libc_fesetenv): Remove.
47069         (libc_feupdateenv_test): Remove.
47070         (libc_feupdateenv, libc_feholdsetround): Remove.
47071         (libc_feresetround): Remove.
47073         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47074         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47076         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47077         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47078         (libc_feupdateenv_testl): New.
47079         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47080         (libc_feupdateenv_testf): New.
47081         (libc_feupdateenv): Use libc_feupdateenv_test.
47082         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47083         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47085         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47086         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47087         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47088         (libc_feresetround_noex): New.
47089         (libc_feresetround_noexf): New.
47090         (libc_feresetround_noexl): New.
47091         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47092         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47093         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47094         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47095         SET_RESTORE_ROUND.
47096         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47097         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47098         (__cos): Likewise.
47099         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47100         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47101         SET_RESTORE_ROUND_NOEX.
47102         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47103         SET_RESTORE_ROUND_NOEXF.
47104         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47105         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47106         (libc_feholdsetroundf): New.
47107         (libc_feresetround, libc_feresetroundf): New.
47109         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47110         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47111         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47113         * sysdeps/generic/math_private.h: Include <fenv.h>.
47114         (default_libc_feholdexcept): New.
47115         (default_libc_feholdexcept_setround): New.
47116         (default_libc_fesetenv, default_libc_feupdateenv): New.
47117         (libc_feholdexcept): Only define if undefined.
47118         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47119         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47120         (libc_feholdexcept_setroundl): Likewise.
47121         (libc_feholdexcept_setround_53bit): Likewise.
47122         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47123         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47124         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47125         (libc_feupdateenv_53bit): Likewise.
47126         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47127         (libc_feholdexcept): Convert from macro to inline function.
47128         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47129         (libc_fesetenv, libc_feupdateenv): Likewise.
47131         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47132         not previously defined.
47133         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47134         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47135         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47136         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47137         * sysdeps/ieee754/flt-32/math_private.h: New file.
47138         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47139         math_private.h below SET_FLOAT_WORD.
47140         (__isnan, __isinf_ns, __finite): Remove.
47141         (__isnanf, __isinf_nsf, __finitef): Remove.
47143 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47147 2012-03-17  David S. Miller  <davem@davemloft.net>
47149         [BZ #6471]
47150         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47151         for 2.16.
47153 2012-03-16  David S. Miller  <davem@davemloft.net>
47155         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47156         warnings.
47158         [BZ #6471]
47159         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47160         properly.
47161         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47162         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47163         sysdep_routines when subdir is sysvipc.
47164         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47165         __getshmlba helper.
47167         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47169 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47171         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47172         [__LP64__].
47174 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47176         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47177         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47178         (__lround): Renamed to ...
47179         (__llround): This.  Replace long int with long long int.
47180         Define lround functions as aliases of llround functions.
47181         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47183 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47185         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47186         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47187         adresses to uintptr_t.  Replace "long int" and "unsigned long
47188         int" with "greg_t" on va_arg.
47190 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47192         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47193         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47195         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47196         Move e_machine check before EI_CLASS check.  Handle x32
47197         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47198         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47199         SKIP_EM_IA_64 and include
47200         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47202         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47203         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47204         (add_system_dir): New macro.
47206         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47207         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47209 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47211         [BZ #2551]
47212         [BZ #2552]
47213         [BZ #2553]
47214         [BZ #2554]
47215         [BZ #2562]
47216         [BZ #2563]
47217         [BZ #2565]
47218         [BZ #2566]
47219         [BZ #2576]
47220         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47221         (y0): Likewise.
47222         * math/w_j0f.c (j0f): Likewise.
47223         (y0f): Likewise.
47224         * math/w_j0l.c (__j0l): Likewise.
47225         (__y0l): Likewise.
47226         * math/w_j1.c (j1): Likewise.
47227         (y1): Likewise.
47228         * math/w_j1f.c (j1f): Likewise.
47229         (y1f): Likewise.
47230         * math/w_j1l.c (__j1l): Likewise.
47231         (__y1l): Likewise.
47232         * math/w_jn.c (jn): Likewise.
47233         (yn): Likewise.
47234         * math/w_jnf.c (jnf): Likewise.
47235         (ynf): Likewise.
47236         * math/w_jnl.c (__jnl): Likewise.
47237         (__ynl): Likewise.
47238         * math/libm-test.inc (j0_test): Add more tests.
47239         (j1_test): Likewise.
47240         (jn_test): Likewise.  Add trailing semicolon to existing test.
47241         (y0_test): Likewise.
47242         (y1_test): Likewise.
47243         * sysdeps/i386/fpu/libm-test-ulps: Update.
47244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47246         [BZ #13851]
47247         [BZ #13854]
47248         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47249         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47250         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47251         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47252         (__tanl): Set errno for infinite argument.
47253         * sysdeps/i386/fpu/mptan.c: Remove.
47254         * sysdeps/i386/fpu/s_tan.S: Likewise.
47255         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47256         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47257         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47258         * math/libm-test.inc (tan_test): Add more tests and enable more
47259         tests for double and long double.
47260         * sysdeps/i386/fpu/libm-test-ulps: Update.
47261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47263 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47265         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47266         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47268 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47270         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47271         * configure.in: Use it for both main tree and add-ons.
47272         * configure: Regenerated.
47274 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47276         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47278 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47280         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47281         in comment.
47283         [BZ #13851]
47284         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47285         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47286         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47287         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47288         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47289         infinite argument.
47290         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47291         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47292         != 0 for prec == 2.
47293         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47294         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47295         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47296         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47297         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47298         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47299         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47300         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47301         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47302         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47303         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47304         * math/libm-test.inc (cos_test): Add more tests and enable more
47305         tests for long double.
47306         (sin_test): Likewise.
47307         (sincos_test): Likewise.
47308         * sysdeps/i386/fpu/libm-test-ulps: Update.
47309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47311 2012-03-16  David S. Miller  <davem@davemloft.net>
47313         * sysdeps/sparc/fpu/math_private.h: New file.
47315 2012-03-15  David S. Miller  <davem@davemloft.net>
47317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47318         file.
47319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47321         file.
47322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47323         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47324         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47325         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47326         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47327         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47328         sysdep routines.
47329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47331         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47332         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47334         * sysdeps/sparc/sparc-ifunc.h: New file.
47335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47336         sparc-ifunc.h
47337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47339         Likewise.
47340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47341         Likewise.
47342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47346         Likewise.
47347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47352         Likewise.
47353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47354         Likewise.
47355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47357         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47359         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47360         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47361         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47362         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47363         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47364         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47365         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47366         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47367         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47368         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47369         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47370         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47371         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47372         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47373         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47374         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47375         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47376         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47377         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47378         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47380 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47382         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47383         scaling.
47384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47386 2012-03-15  Andreas Jaeger  <aj@suse.de>
47388         [BZ #13852]
47389         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47390         ieee754/flt-32 implementation for sin, cos and sincos.
47391         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47392         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47393         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47394         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47395         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47396         ieee754/flt-32 implementation for tan.
47398         * math/libm-test.inc (cos_test): Enable some large input tests for
47399         float as well
47400         (sin_test): Likewise.
47401         (sincos_test): Likewise.
47402         (tan_test): Add tests for large input.
47404         * sysdeps/i386/fpu/libm-test-ulps: Update.
47406 2012-03-15  Andreas Jaeger  <aj@suse.de>
47408         [BZ #13658]
47409         * math/libm-test.inc (cos_test): Add more test cases.
47410         (sin_test): Likewise.
47411         (sincos_test): Likewise.
47413 2012-03-15  Andreas Jaeger  <aj@suse.de>
47415         [BZ #13837]
47416         * math/libm-test.inc (cos_test): Add a test case for large input
47417         value.
47418         (sin_test): Likewise.
47419         (sincos_test): Likewise.
47421 2012-03-15  Andreas Jaeger  <aj@suse.de>
47422             Joseph Myers  <joseph@codesourcery.com>
47424         [BZ #13658]
47425         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47426         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47427         * sysdeps/i386/fpu/branred.c: Likewise.
47428         * sysdeps/i386/fpu/dosincos.c: Likewise.
47429         * sysdeps/i386/fpu/mpa.c: Likewise.
47430         * sysdeps/i386/fpu/s_cos.S: Likewise.
47431         * sysdeps/i386/fpu/s_sin.S: Likewise.
47432         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47433         * sysdeps/i386/fpu/sincos32.c: Likewise.
47435         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47436         Define.
47437         (libc_feupdateenv_53bit): Define.
47438         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47439         Define.
47440         (libc_feupdateenv_53bit): Define.
47442         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47443         53 bit (without extend i386 double precision).
47445         * math/libm-test.inc (sincos_test): Add tests for large input.
47446         (sin): Likewise.
47447         (cos): Likewise.
47449         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47451 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47455 2012-03-15  David S. Miller  <davem@davemloft.net>
47457         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47458         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47459         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47460         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47461         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47462         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47463         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47464         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47468         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47469         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47470         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47471         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47473         file.
47474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47476         file.
47477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47479         file.
47480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47482         file.
47483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47484         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47485         fmin/fmax sysdep routines.
47486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47488 2012-03-14  David S. Miller  <davem@davemloft.net>
47490         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47491         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47492         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47493         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47494         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47495         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47496         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47497         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47498         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47499         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47500         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47501         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47502         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47503         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47504         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47505         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47506         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47507         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47508         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47509         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47510         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47511         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47512         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47513         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47514         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47515         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47516         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47517         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47518         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47519         routines.
47520         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47521         file.
47522         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47524         file.
47525         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47526         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47527         file.
47528         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47530         file.
47531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47532         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47533         file.
47534         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47536         file.
47537         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47538         file.
47539         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47540         file.
47541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47542         file.
47543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47544         New file.
47545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47546         file.
47547         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47548         file.
47549         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47550         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47551         file.
47552         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47553         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47554         file.
47555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47556         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47557         file.
47558         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47560         VIS3 routines.
47562         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47563         New file.
47565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47567         * sysdeps/sparc/configure.in: New file.
47568         * sysdeps/sparc/configure: Generate.
47569         * configure.in (libc_cv_sparc_as_vis3): Substitute.
47570         * configure: Regenerate.
47571         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47572         * config.make.in (have-as-vis3): New.
47573         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47574         available use -Av9d instead of -Av9a.
47575         * sysdeps/sparc/sparc64/Makefile: Likewise.
47576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47578         New file.
47579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47580         file.
47581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47582         New file.
47583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47584         file.
47585         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47586         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47587         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47588         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47589         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47591         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47592         fzeros/fnegs to load 0x80000000 into a float register instead of
47593         using the stack.
47594         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47596 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47598         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47599         bits/syscall.h.
47600         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47601         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47602         ($(inst_includedir)/bits/syscall.h): Remove rule.
47603         ($(objpfx)bits/syscall.d): Include instead of
47604         $(objpfx)syscall-list.d.
47605         (generated): Change syscall-list.h and syscall-list.d to
47606         bits/syscall.h and bits/syscall.d.
47608 2012-03-14  Roland McGrath  <roland@hack.frob.com>
47610         [BZ #13846]
47611         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47613 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
47615         [BZ #13841]
47616         * math/s_csqrt.c: Include <float.h>.
47617         (__csqrt): Scale large or subnormal inputs.
47618         * math/s_csqrtf.c: Likewise.
47619         * math/s_csqrtl.c: Likewise.
47620         * math/libm-test.inc (csqrt_test): Add more tests.
47621         * sysdeps/i386/fpu/libm-test-ulps: Update.
47622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47624         [BZ #13840]
47625         * math/libm-test.inc (hypot_test): Add more tests.
47627 2012-03-13  David S. Miller  <davem@davemloft.net>
47629         [BZ #13840]
47630         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47631         double-precision for the calculation instead of scaling.
47633 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
47635         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47636         manipulate bits before adding and subtracting TWO52[sx].
47637         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47638         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47639         Likewise.
47640         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47642 2012-03-13  David S. Miller  <davem@davemloft.net>
47644         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47645         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47646         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47647         rtld-global-offsets.h
47648         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47650         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47651         large parameters.
47653         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47655         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47656         'err' in the ifdef scope in which it is actually used.
47658         * nss/nss_db/db-init.c: Include string.h
47660 2012-03-12  David S. Miller  <davem@davemloft.net>
47662         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47663         masking out of the most significant byte of random value used.
47664         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47665         Fix coding style in previous change.
47667         * sysdeps/unix/sysv/linux/kernel-features.h
47668         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47669         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47670         expression.
47671         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47672         later.
47674 2012-03-11  David S. Miller  <davem@davemloft.net>
47676         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47677         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47678         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47679         for 'resultvar' otherwise things get truncated on 64-bit.
47681         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47682         Fix masking out of the most significant byte of random value used.
47684         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47686 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
47688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47690 2012-03-09  David S. Miller  <davem@davemloft.net>
47692         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47693         variables with appropriate CPP guards.
47694         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47695         from the frame pointer, not the stack pointer.  Correct layout
47696         comments.  Fix test on resulting framesize and the management of
47697         the outregs buffer for pltexit.  Preserve floating point return
47698         values across _dl_call_pltexit call.
47699         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47700         framesize and the management of the outregs buffer for pltexit.
47701         Preserve floating point return values across _dl_call_pltexit
47702         call.
47703         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47704         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47705         (la_sparc64_gnu_pltexit): New functions.
47706         (print_exit): Fix format string for return register value.
47708 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
47710         * sunrpc/Makefile (others): Add rpcgen.
47711         ($(objpfx)rpcgen): Remove special build rule and dependency on
47712         libc.
47713         * sunrpc/rpcgen.c: New file.
47715 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
47717         [BZ #13673]
47718         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47719         * stdio-common/bug-vfprintf-nargs.c: Likewise.
47720         * sysdeps/i386/crti.S: Likewise.
47721         * sysdeps/i386/crtn.S: Likewise.
47722         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47723         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47724         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47725         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47726         * sysdeps/sh/crti.S: Likewise.
47727         * sysdeps/sh/crtn.S: Likewise.
47728         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47730         [BZ #13673]
47731         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47732         with URL.
47733         * locale/programs/locfile-kw.gperf: Likewise.
47734         * locale/programs/charmap-kw.h: Regenerated.
47735         * locale/programs/locfile-kw.h: Likewise.
47737         [BZ #13673]
47738         * intl/plural.y: Replace FSF snail mail address with URL.
47739         * intl/plural.c: Regenerated.
47741 2012-03-09  Richard Henderson  <rth@twiddle.net>
47743         * include/math_private.h: Remove file.
47744         * math/math_private.h: Move file ...
47745         * sysdeps/generic/math_private.h: ... here.
47747         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47748         * sysdeps/powerpc/fpu/math_private.h: Likewise.
47749         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47751         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47752         and <math_private.h>.
47753         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47754         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47755         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47756         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47757         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47760         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47761         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47762         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47763         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47764         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47765         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47766         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47767         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47768         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47769         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47770         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47771         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47772         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47773         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47774         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47775         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47776         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47777         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47778         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47779         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47780         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47781         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47782         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47783         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47784         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47785         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47786         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47787         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47788         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47789         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47790         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47791         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47792         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47793         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47794         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47795         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47796         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47797         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47798         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47799         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47800         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47801         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47802         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47803         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47804         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47805         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47806         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47807         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47808         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47809         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47810         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47811         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47812         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47813         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47814         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47815         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47816         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47817         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47818         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47819         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47820         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47821         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47822         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47823         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47824         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47825         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47826         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47827         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47828         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47829         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47830         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47831         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47832         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47833         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47834         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47835         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47836         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47837         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47838         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47839         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47840         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47841         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47842         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47843         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47844         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47845         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47846         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47847         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47848         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47849         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47850         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47851         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47852         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47853         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47854         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47855         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47856         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47857         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47858         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47859         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47860         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47861         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47862         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47863         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47864         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47865         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47866         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47867         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47868         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47869         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47870         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47871         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47872         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47873         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47874         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47875         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47876         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47877         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47878         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47879         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47880         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47881         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47882         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47883         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47884         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47885         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47886         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47887         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47888         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47889         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47890         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47891         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47892         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47893         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47894         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47895         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47896         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47897         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47898         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47899         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47900         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47901         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47902         * sysdeps/ieee754/k_standard.c: Likewise.
47903         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47904         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47905         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47906         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47907         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47909         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47910         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47911         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47912         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47913         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47914         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47915         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47916         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47917         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47918         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47919         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47920         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47921         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47922         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47923         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47924         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47925         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47926         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47927         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47928         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47929         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47930         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47931         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47932         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47933         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47934         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47935         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47936         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47937         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47938         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47939         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47940         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47941         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47942         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47943         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47944         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47945         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47946         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47947         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47948         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47949         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47950         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47951         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47952         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47953         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47954         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
47955         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47956         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
47957         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47958         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47959         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
47960         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
47961         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47962         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47963         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47964         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
47965         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47966         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
47967         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47968         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47969         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
47970         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
47971         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
47972         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
47973         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
47974         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47975         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
47976         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
47977         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
47978         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
47979         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
47980         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
47981         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
47982         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
47983         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
47984         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
47985         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47986         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47987         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
47988         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47989         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47990         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
47991         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
47992         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47993         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
47994         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47995         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
47996         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
47997         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47998         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47999         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48000         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48001         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48002         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48003         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48004         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48005         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48006         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48007         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48008         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48009         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48010         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48011         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48012         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48013         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48014         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48015         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48016         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48017         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48018         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48019         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48020         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48021         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48022         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48023         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48024         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48025         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48026         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48027         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48028         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48029         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48030         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48031         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48032         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48033         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48034         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48035         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48036         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48037         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48038         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48039         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48040         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48041         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48042         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48043         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48044         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48045         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48046         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48047         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48048         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48049         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48050         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48051         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48052         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48053         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48054         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48055         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48056         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48057         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48058         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48059         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48060         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48061         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48062         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48063         * sysdeps/ieee754/s_lib_version.c: Likewise.
48064         * sysdeps/ieee754/s_matherr.c: Likewise.
48065         * sysdeps/ieee754/s_signgam.c: Likewise.
48066         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48067         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48068         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48069         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48070         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48071         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48072         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48073         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48074         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48075         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48076         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48077         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48078         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48079         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48080         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48081         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48082         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48083         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48084         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48085         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48086         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48088 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48090         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48091         * sunrpc/rpc_main.c: Likewise.
48092         * sunrpc/rpc_svcout.c: Likewise.
48094 2012-03-09  David S. Miller  <davem@davemloft.net>
48096         * include/math_private.h: New file.
48098 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48100         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48101         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48102         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48103         from <bits/socket_type.h>.
48104         (enum __socket_type): Don't define here.
48105         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48106         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48107         bits/socket_type.h.
48109         [BZ #13566]
48110         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48111         checking __USE_GNU.
48113         * Makerules ($(inst_includedir)/%.h): New rule.
48114         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48115         (install-others): Remove variable setting.
48116         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48118 2012-03-08  Richard Henderson  <rth@twiddle.net>
48120         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48121         from macro to inline function; merge with the
48122         !__LIBC_INTERNAL_MATH_INLINES version.
48123         (__ieee754_sqrtf): Likewise.
48125         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48126         to inline function.
48127         (__rintf, __floor, __floorf): Likewise.
48129         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48130         macro to inline function.
48131         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48133         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48134         not <math/math_private.h>.
48136 2012-03-08  David S. Miller  <davem@davemloft.net>
48138         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48139         copyright year.
48140         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48142 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48144         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48145         normalization.
48146         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48147         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48149 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48151         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48152         be defined individually, they must be defined as a block.  Define
48153         S for printing a string instead of hidint the different by using a
48154         macro for adding the 'l'.
48155         * stdio-common/tst-fphex-wide.c: Adjust.
48157 2012-03-07  Marek Polacek  <polacek@redhat.com>
48159         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48161 2012-03-08  Marek Polacek  <polacek@redhat.com>
48163         [BZ #13806]
48164         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48165         * stdio-common/tst-fphex.c: Define a few macros to make the
48166         test reusable.  Use them.
48167         * stdio-common/tst-fphex-wide.c: New file.
48169 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48171         [BZ #6911]
48172         * manual/macros.texi (gnusystems): New macro.
48173         (nongnusystems): Likewise.
48174         (gnulinuxhurdsystems): Likewise.
48175         (gnuhurdsystems): Likewise..
48176         (gnulinuxsystems): Likewise.
48177         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48178         variants of the GNU system, not "GNU system".
48179         * manual/conf.texi: Likewise.
48180         * manual/errno.texi: Likewise.  Update example of errno macro
48181         expansion.
48182         * manual/filesys.texi: Likewise.
48183         (getumask): Document as specific to GNU/Hurd.
48184         * manual/install.texi: Likewise.  Reword some references to
48185         GNU/Linux.
48186         * manual/intro.texi: Likewise.
48187         * manual/io.texi: Likewise.
48188         (File Name Portability): Detail which constraints are inapplicable
48189         to all GNU systems and which are only inapplicable to GNU/Hurd.
48190         * manual/job.texi: Likewise.
48191         * manual/llio.texi: Likewise.
48192         (O_NOCTTY): Document as present on GNU/Linux.
48193         * manual/maint.texi: Likewise.
48194         * manual/memory.texi: Likewise.
48195         * manual/pattern.texi: Likewise.
48196         * manual/pipe.texi: Likewise.
48197         * manual/process.texi: Likewise.
48198         * manual/resource.texi: Likewise.
48199         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48200         child on GNU/Hurd.
48201         * manual/setjmp.texi: Likewise.
48202         * manual/signal.texi: Likewise.
48203         * manual/startup.texi: Likewise.
48204         * manual/stdio.texi: Likewise.
48205         * manual/terminal.texi: Likewise.
48206         (ONLCR): Document as POSIX.
48207         (OXTABS): Document availability on GNU/Linux as XTABS.
48208         (ONOEOT): Document availability separately from other bits.
48209         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48210         * manual/time.texi: Likewise.
48211         * manual/users.texi: Likewise.
48212         * INSTALL: Regenerated.
48213         * sysdeps/gnu/errlist.c: Regenerated.
48215         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48216         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48217         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48218         puts.
48219         * configure: Regenerated.
48221 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48223         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48224         default includes instead of AC_HEADER_CHECK.
48225         * sysdeps/i386/configure: Regenerated.
48227         [BZ #10716]
48228         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48229         * math/s_cacoshf.c (__cacoshf): Likewise.
48230         * math/s_cacoshl.c (__cacoshl): Likewise.
48231         * math/s_casinh.c (__casinh): Set signs of result from argument.
48232         * math/s_casinhf.c (__casinhf): Likewise.
48233         * math/s_casinhl.c (__casinhl): Likewise.
48234         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48235         (casinh_test): Add more tests.
48236         * sysdeps/i386/fpu/libm-test-ulps: Update.
48237         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48239 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48241         * po/zh_TW.po: Update from translation team.
48243         * login/Makefile (distribute): Remove variable.
48244         * catgets/Makefile: Likewise.
48245         * mach/Makefile: Likewise.
48246         * malloc/Makefile: Likewise.
48247         * misc/Makefile: Likewise.
48248         * iconv/Makefile: Likewise.
48249         * nscd/Makefile: Likewise.
48250         * hurd/Makefile: Likewise.
48251         * manual/Makefile: Likewise.
48252         * locale/Makefile: Likewise.
48253         * intl/Makefile: Likewise.
48254         * conform/Makefile: Likewise.
48255         * nss/Makefile: Likewise.
48256         * time/Makefile: Likewise.
48257         * soft-fp/Makefile: Likewise.
48258         * dirent/Makefile: Likewise.
48259         * gmon/Makefile: Likewise.
48260         * po/Makefile: Likewise.
48261         * rt/Makefile: Likewise.
48262         * socket/Makefile: Likewise.
48263         * math/Makefile: Likewise.
48264         * signal/Makefile: Likewise.
48265         * debug/Makefile: Likewise.
48266         * elf/Makefile: Likewise.
48267         * timezone/Makefile: Likewise.
48268         * stdlib/Makefile: Likewise.
48269         * iconvdata/Makefile: Likewise.
48270         * sunrpc/Makefile: Likewise.
48271         * io/Makefile: Likewise.
48272         * argp/Makefile: Likewise.
48273         * inet/Makefile: Likewise.
48274         * hesiod/Makefile: Likewise.
48275         * grp/Makefile: Likewise.
48276         * csu/Makefile: Likewise.
48277         * wctype/Makefile: Likewise.
48278         * crypt/Makefile: Likewise.
48279         * libio/Makefile: Likewise.
48280         * string/Makefile: Likewise.
48281         * nis/Makefile: Likewise.
48282         * resolv/Makefile: Likewise.
48283         * stdio-common/Makefile: Likewise.
48284         * wcsmbs/Makefile: Likewise.
48285         * dlfcn/Makefile: Likewise.
48286         * posix/Makefile: Likewise.
48288         [BZ #6959]
48289         * timezone/Makefile: Don't install timezone files, just the programs
48290         and scripts.
48292 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48294         * nss/databases.def: Add missing gshadow entry.
48296         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48298 2012-03-06  Marek Polacek  <polacek@redhat.com>
48300         [BZ #13726]
48301         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48302         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48303         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48304         * stdio-common/tst-long-dbl-fphex.c: New file.
48306 2012-03-06  David S. Miller  <davem@davemloft.net>
48308         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48309         (set_obp_int): New function.
48310         (get_obp_int): New function.
48311         (__get_clockfreq_via_dev_openprom): Likewise.
48312         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48313         Avoid unused variable warnings on 'val' and use builtin_expect.
48314         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48315         __builtin_expect.
48316         (INLINE_CLONE_SYSCALL): Likewise.
48318 2012-03-05  David S. Miller  <davem@davemloft.net>
48320         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48322 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48324         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48326         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48327         only for |x| >= 40.
48328         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48330 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48332         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48333         Replace gettimeofday with __vdso_gettimeofday.
48335         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48336         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48337         __vdso_clock_gettime and __vdso_getcpu.
48339         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48340         time with __vdso_time.
48342 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48344         * manual/lang.texi (size_t): Note types to which size_t may be
48345         equivalent with the GNU C Library, but do not describe when
48346         differences between them are significant.
48348 2012-03-05  Andreas Jaeger  <aj@suse.de>
48350         * sysdeps/i386/fpu/libm-test-ulps: Update.
48352 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48354         [BZ #3976]
48355         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48356         (__ieee754_pow): Save and restore rounding mode and use
48357         round-to-nearest for main computations.
48358         * math/libm-test.inc (pow_test_tonearest): New function.
48359         (pow_test_towardzero): Likewise.
48360         (pow_test_downward): Likewise.
48361         (pow_test_upward): Likewise.
48362         (main): Call the new functions.
48363         * sysdeps/i386/fpu/libm-test-ulps: Update.
48364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48366         [BZ #3976]
48367         * math/libm-test.inc (cosh_test_tonearest): New function.
48368         (cosh_test_towardzero): Likewise.
48369         (cosh_test_downward): Likewise.
48370         (cosh_test_upward): Likewise.
48371         (sinh_test_tonearest): Likewise.
48372         (sinh_test_towardzero): Likewise.
48373         (sinh_test_downward): Likewise.
48374         (sinh_test_upward): Likewise.
48375         (main): Call the new functions.
48376         * sysdeps/i386/fpu/libm-test-ulps: Update.
48377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48379 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48381         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48382         default stack guard is set in last bytes.
48383         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48385 2012-03-05  Kees Cook  <keescook@chromium.org>
48387         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48389         [BZ #13656]
48390         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48391         possibly allocate from heap instead of stack.
48392         * stdio-common/bug-vfprintf-nargs.c: New file.
48393         * stdio-common/Makefile (tests): Add nargs overflow test.
48395 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48397         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48399 2012-03-03  Marek Polacek  <polacek@redhat.com>
48401         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48402         * math/math_private.h: Likewise.
48403         * stdlib/tst-strtod.c: Likewise.
48404         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48405         * sysdeps/x86_64/bits/atomic.h: Likewise.
48407 2012-03-02  David S. Miller  <davem@davemloft.net>
48409         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48410         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48411         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48412         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48413         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48414         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48415         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48416         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48418 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48420         [BZ #13792]
48421         * manual/examples/README: New file, says the example source files
48422         can be used under GPL>=2.
48423         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48424         line containing just "*/".
48425         * manual/examples/add.c: Add copyright header (GPL>=2).
48426         * manual/examples/argp-ex1.c: Likewise.
48427         * manual/examples/argp-ex2.c: Likewise.
48428         * manual/examples/argp-ex3.c: Likewise.
48429         * manual/examples/argp-ex4.c: Likewise.
48430         * manual/examples/atexit.c: Likewise.
48431         * manual/examples/db.c: Likewise.
48432         * manual/examples/dir.c: Likewise.
48433         * manual/examples/dir2.c: Likewise.
48434         * manual/examples/execinfo.c: Likewise.
48435         * manual/examples/filecli.c: Likewise.
48436         * manual/examples/filesrv.c: Likewise.
48437         * manual/examples/fmtmsgexpl.c: Likewise.
48438         * manual/examples/genpass.c: Likewise.
48439         * manual/examples/inetcli.c: Likewise.
48440         * manual/examples/inetsrv.c: Likewise.
48441         * manual/examples/isockad.c: Likewise.
48442         * manual/examples/longopt.c: Likewise.
48443         * manual/examples/memopen.c: Likewise.
48444         * manual/examples/memstrm.c: Likewise.
48445         * manual/examples/mkfsock.c: Likewise.
48446         * manual/examples/mkisock.c: Likewise.
48447         * manual/examples/mygetpass.c: Likewise.
48448         * manual/examples/pipe.c: Likewise.
48449         * manual/examples/popen.c: Likewise.
48450         * manual/examples/rprintf.c: Likewise.
48451         * manual/examples/search.c: Likewise.
48452         * manual/examples/select.c: Likewise.
48453         * manual/examples/setjmp.c: Likewise.
48454         * manual/examples/sigh1.c: Likewise.
48455         * manual/examples/sigusr.c: Likewise.
48456         * manual/examples/stpcpy.c: Likewise.
48457         * manual/examples/strdupa.c: Likewise.
48458         * manual/examples/strftim.c: Likewise.
48459         * manual/examples/strncat.c: Likewise.
48460         * manual/examples/subopt.c: Likewise.
48461         * manual/examples/swapcontext.c: Likewise.
48462         * manual/examples/termios.c: Likewise.
48463         * manual/examples/testopt.c: Likewise.
48464         * manual/examples/testpass.c: Likewise.
48465         * manual/examples/timeval_subtract.c: Likewise.
48467         [BZ #13792]
48468         * manual/time.texi (Elapsed Time): Move timeval_subtract example
48469         function to ...
48470         * manual/timeval_subtract.c.texi: ... here, new file.
48472 2012-03-02  David S. Miller  <davem@davemloft.net>
48474         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48476 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
48478         [BZ #3976]
48479         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48480         (__sin): Save and restore rounding mode and use round-to-nearest
48481         for all computations.
48482         (__cos): Save and restore rounding mode and use round-to-nearest
48483         for all computations.
48484         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48485         <fenv.h>.
48486         (tan): Save and restore rounding mode and use round-to-nearest for
48487         all computations.
48488         * math/libm-test.inc (cos_test_tonearest): New function.
48489         (cos_test_towardzero): Likewise.
48490         (cos_test_downward): Likewise.
48491         (cos_test_upward): Likewise.
48492         (sin_test_tonearest): Likewise.
48493         (sin_test_towardzero): Likewise.
48494         (sin_test_downward): Likewise.
48495         (sin_test_upward): Likewise.
48496         (tan_test_tonearest): Likewise.
48497         (tan_test_towardzero): Likewise.
48498         (tan_test_downward): Likewise.
48499         (tan_test_upward): Likewise.
48500         (main): Call the new functions.
48501         * sysdeps/i386/fpu/libm-test-ulps: Update.
48502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48504         [BZ #10135]
48505         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48506         small n, then large n, before computing and testing k+n.
48507         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48508         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48509         Likewise.
48510         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48511         Likewise.
48512         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48513         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48514         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48515         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48516         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48517         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48518         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48519         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48520         * math/libm-test.inc (scalbn_test): Add more tests.
48521         (scalbln_test): Likewise.
48523         * manual/filesys.texi (mode_t): Describe constraints on size and
48524         signedness, not exact equivalence to a particular type.
48525         (ino_t): Likewise.
48526         (ino64_t): Likewise.
48527         (dev_t): Likewise.
48528         (nlink_t): Likewise.
48529         (blkcnt_t): Likewise.
48530         (blkcnt64_t): Likewise.
48531         * manual/llio.texi (off_t): Likewise.
48533         [BZ #3976]
48534         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48535         (__ieee754_exp): Save and restore rounding mode and use
48536         round-to-nearest for all computations.
48537         * math/libm-test.inc (exp_test_tonearest): New function.
48538         (exp_test_towardzero): Likewise.
48539         (exp_test_downward): Likewise.
48540         (exp_test_upward): Likewise.
48541         (main): Call the new functions.
48542         * sysdeps/i386/fpu/libm-test-ulps: Update.
48543         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48545 2012-03-01  Chris Demetriou  <cgd@google.com>
48547         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48548         have predictable order.
48550 2012-03-01  David S. Miller  <davem@davemloft.net>
48552         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48554         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48555         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48556         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48557         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48559         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48560         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48561         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48563         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48564         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48565         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48566         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48567         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48569         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48571         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48572         * sysdeps/sparc/fpu/libm-test-ulps: to here.
48573         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48575         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48576         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48577         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48578         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48579         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48580         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48581         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48582         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48583         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48584         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48585         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48586         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48588         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48589         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48590         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48591         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48592         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48593         * sysdeps/sparc/elf/configure: Regenerated.
48595 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
48597         * configure.in (AS, LD): Require binutils 2.20 or later.
48598         * configure: Regenerated.
48599         * manual/install.texi (Tools for Compilation): Give binutils 2.20
48600         as required minimum version.
48601         * INSTALL: Regenerated.
48603         [BZ #2541]
48604         [BZ #4108]
48605         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48606         before squaring exponent.
48607         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48608         bottom long double and 27 bits of top long double before squaring
48609         exponent.
48610         * math/libm-test.inc (erfc_test): Add more tests.
48611         * sysdeps/i386/fpu/libm-test-ulps: Update.
48612         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48613         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48615 2012-03-01  Kai Tietz  <ktietz@redhat.com>
48617         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48618         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48619         containing bit-fields.
48620         * soft-fp/extended.h (_FP_UNION_E): Likewise.
48621         * soft-fp/single.h (_FP_UNION_S): Likewise.
48622         * soft-fp/double.h (_FP_UNION_D): Likewise.
48624 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48626         [BZ #13786]
48627         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48628         not include ../strcmp.S.
48629         [USE_AS_STRNCASECMP_L]: Likewise.
48630         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48631         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48632         * sysdeps/i386/i686/multiarch/strncase_l-c.c
48633         (__strncasecmp_l_ia32): Define as alias to
48634         __strncasecmp_l_nonascii.
48636         [BZ #5794]
48637         * math/libm-test.inc (expm1_test): Add test for bug 5794.
48638         * sysdeps/i386/fpu/libm-test-ulps: Update.
48639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48641         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48644 2012-02-29  Jeff Law  <law@redhat.com>
48646         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48647         out of bounds read.
48649 2012-02-29  Marek Polacek  <polacek@redhat.com>
48651         [BZ #13706]
48652         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48653         * elf/Makefile: Add rules to run tst-unused-dep.out.
48655 2012-02-28  David S. Miller  <davem@davemloft.net>
48657         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48658         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48659         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48660         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48661         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48662         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48664 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
48666         * math/libm-test.inc (llround_test): Move one test from
48667         lround_test.  Use TEST_f_L in moved test.
48668         (lround_test): Move misplaced test to llround_test.  Add testcase
48669         from bug 2561.
48671 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
48673         * sysdeps/x86_64/fpu/e_expf.S: New file.
48674         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48676 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
48678         [BZ #13637]
48679         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48680         of remain_len that may cause incomplete multi-byte character and
48681         false match.
48682         * posix/bug-regex33.c: New file.
48683         * posix/Makefile (tests): Add bug-regex33.
48685 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
48687         * manual/macros.texi: New file.
48688         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48689         * manual/libc.texinfo: Include macros.texi.
48690         * manual/creatute.texi: Likewise.
48691         * manual/install.texi: Likewise.
48692         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48693         @glibcadj{} in references to the GNU C Library.
48694         * manual/charset.texi: Likewise.
48695         * manual/conf.texi: Likewise.
48696         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
48697         when not using those macros.
48698         * manual/creature.texi: Likewise.
48699         * manual/crypt.texi: Likewise.
48700         * manual/errno.texi: Likewise.
48701         * manual/filesys.texi: Likewise.
48702         * manual/header.texi: Likewise.
48703         * manual/install.texi: Likewise.
48704         * manual/intro.texi: Likewise.
48705         * manual/io.texi: Likewise.
48706         * manual/job.texi: Likewise.
48707         * manual/lang.texi: Likewise.
48708         * manual/libc.texiinfo: Likewise.
48709         * manual/llio.texi: Likewise.
48710         * manual/locale.texi: Likewise.
48711         * manual/maint.texi: Likewise.
48712         * manual/math.texi: Likewise.
48713         * manual/memory.texi: Likewise.
48714         * manual/message.texi: Likewise.
48715         * manual/nss.texi: Likewise.
48716         * manual/pattern.texi: Likewise.
48717         * manual/process.texi: Likewise.
48718         * manual/resource.texi: Likewise.
48719         * manual/search.texi: Likewise.
48720         * manual/setjmp.texi: Likewise.
48721         * manual/signal.texi: Likewise.
48722         * manual/socket.texi: Likewise.
48723         * manual/startup.texi: Likewise.
48724         * manual/stdio.texi: Likewise.
48725         * manual/string.texi: Likewise.
48726         * manual/sysinfo.texi: Likewise.
48727         * manual/syslog.texi: Likewise.
48728         * manual/terminal.texi: Likewise.
48729         * manual/time.texi: Likewise.
48730         * manual/users.texi: Likewise.
48731         * INSTALL: Regenerated.
48732         * NOTES: Regenerated.
48733         * sysdeps/gnu/errlist.c: Regenerated.
48735 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
48737         * include/dirent.h: Include <dirstream.h> before
48738         <dirent/dirent.h>.
48740 2012-02-28  David S. Miller  <davem@davemloft.net>
48742         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48743         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48744         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48745         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48747 2012-02-27  David S. Miller  <davem@davemloft.net>
48749         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48750         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48751         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48752         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48754         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48755         frame pointer instead of stack pointer relative arg slot.
48756         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48757         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48758         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48760 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
48762         [BZ #3992]
48763         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48765 2012-02-27  David S. Miller  <davem@davemloft.net>
48767         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48768         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48769         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48771         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48772         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48773         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48774         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48776 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48778         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48779         later.  Allow versions 5-9.
48780         * configure: Regenerated.
48781         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48782         required minimum version and 4.6 as recommended version.  Do not
48783         mention bugs in GCC 2.7 and 2.8.
48784         * INSTALL: Regenerated.
48786 2012-02-27  David S. Miller  <davem@davemloft.net>
48788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48792         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48793         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48794         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48795         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48797         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48798         manipulate bits before adding and subtracting TWO112[sx].
48799         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48801 2012-02-27  Roland McGrath  <roland@hack.frob.com>
48803         [BZ #13775]
48804         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48805         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48806         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48807         being in POSIX, because they are in 1003.1-2008.
48809         * rt/tst-aio.c: Include <fcntl.h>.
48810         * rt/tst-aio7.c: Likewise.
48811         * rt/tst-aio64.c: Likewise.
48813         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48815 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
48817         * manual/install.texi (--with-headers): Describe headers as
48818         interface headers, not private headers.
48819         (Specific advice for GNU/Linux systems): Describe use of headers
48820         from "make headers_install", not private headers from older
48821         kernels.
48822         * INSTALL: Regenerated.
48823         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48824         Change to 2.6.19.
48825         * sysdeps/unix/sysv/linux/configure: Regenerated.
48827         * manual/llio.texi (fclean): Remove documentation.
48829         * manual/Makefile (libc-texi-generated): New variable.  Include
48830         version.texi.
48831         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48832         $(libc-texi-generated), not duplicated list of files.
48833         (version.texi, stamp-version): New rules.
48834         (realclean): Remove $(libc-texi-generated), not individual files
48835         from that list.  Do not remove dir-add.texinfo.
48836         * manual/libc.texinfo: Comment out uses of edition numbers and
48837         references to printed manual.  Remove last-updated dates.
48838         (EDITION): Comment out.
48839         (ISBN): Likewise.
48840         (VERSION, UPDATED): Remove.
48841         (version.texi): Include.
48843 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
48845         * sysdeps/posix/spawni.c: Include <signal.h>.
48846         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48847         * sysdeps/pthread/aio_fsync.c: Likewise.
48849 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
48851         * conform/Makefile (tests): Run only when not cross-compiling and
48852         when fast-check is not defined.
48854         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48855         * conform/data/limits.h-data: Fixes for POSIX2008.
48856         * conform/run-conformtest.sh: Run all tests.
48857         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48858         headers.
48859         * include/bits/dlfcn.h: Likewise.
48860         * include/langinfo.h: Likewise.
48861         * include/monetary.h: Likewise.
48862         * include/sys/poll.h: Likewise.
48864         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48865         for __USE_GNU.
48866         * posix/spawn.h: Define __need_sigset_t.
48867         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48868         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48869         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
48870         to get sigevent_t only.
48871         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48872         only for __USE_GNU.
48873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48874         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48875         process_vm_writev only for __USE_GNU.
48876         * termios/termios.h: Declare tcgetsid also for POSIX2008.
48878         * conform/Makefile: For now ignore errors from run-conformtest.
48879         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
48880         POSIX to avoid namespace pollution.  Don't prepend headers.
48881         * conform/data/aio.h-data: Fixes for POSIX testing.
48882         * conform/data/fcntl.h-data: Likewise.
48883         * conform/data/glob.h-data: Likewise.
48884         * conform/data/grp.h-data: Likewise.
48885         * conform/data/pthread.h-data: Likewise.
48886         * conform/data/pwd.h-data: Likewise.
48887         * conform/data/signal.h-data: Likewise.
48888         * conform/data/spawn.h-data: Likewise.
48889         * conform/data/stdio.h-data: Likewise.
48890         * conform/data/stdlib.h-data: Likewise.
48891         * conform/data/stropts.h-data: Likewise.
48892         * conform/data/sys/mman.h-data: Likewise.
48893         * conform/data/sys/stat.h-data: Likewise.
48894         * conform/data/sys/types.h-data: Likewise.
48895         * conform/data/sys/wait.h-data: Likewise.
48896         * conform/data/time.h-data: Likewise.
48897         * conform/data/unistd.h-data: Likewise.
48898         * conform/data/utime.h-data: Likewise.
48900         * io/sys/stat.h: fchmod was always in POSIX.
48901         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48902         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48903         * rt/aio.h: Define __need_timespec before including <time.h>.
48904         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48905         struct.  Add forward declaration of pthread_attr_t and use it in
48906         sigevent.
48907         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48908         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48909         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48910         always remove CLK_TCK definition.
48912 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
48914         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48916 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
48918         * conform/run-conformtest.sh: New file.
48919         * conform/Makefile: Run run-conformtest for tests.
48920         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
48921         support.
48923         * conform/data/uchar.h-data: New file.
48924         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48925         * conform/data/arpa/inet.h-data: Likewise.
48926         * conform/data/assert.h-data: Likewise.
48927         * conform/data/complex.h-data: Likewise.
48928         * conform/data/cpio.h-data: Likewise.
48929         * conform/data/ctype.h-data: Likewise.
48930         * conform/data/dirent.h-data: Likewise.
48931         * conform/data/dlfcn.h-data: Likewise.
48932         * conform/data/errno.h-data: Likewise.
48933         * conform/data/fcntl.h-data: Likewise.
48934         * conform/data/float.h-data: Likewise.
48935         * conform/data/fmtmsg.h-data: Likewise.
48936         * conform/data/fnmatch.h-data: Likewise.
48937         * conform/data/ftw.h-data: Likewise.
48938         * conform/data/glob.h-data: Likewise.
48939         * conform/data/grp.h-data: Likewise.
48940         * conform/data/iconv.h-data: Likewise.
48941         * conform/data/inttypes.h-data: Likewise.
48942         * conform/data/langinfo.h-data: Likewise.
48943         * conform/data/libgen.h-data: Likewise.
48944         * conform/data/limits.h-data: Likewise.
48945         * conform/data/locale.h-data: Likewise.
48946         * conform/data/math.h-data: Likewise.
48947         * conform/data/monetary.h-data: Likewise.
48948         * conform/data/mqueue.h-data: Likewise.
48949         * conform/data/ndbm.h-data: Likewise.
48950         * conform/data/net/if.h-data: Likewise.
48951         * conform/data/netdb.h-data: Likewise.
48952         * conform/data/netinet/in.h-data: Likewise.
48953         * conform/data/nl_types.h-data: Likewise.
48954         * conform/data/poll.h-data: Likewise.
48955         * conform/data/pthread.h-data: Likewise.
48956         * conform/data/pwd.h-data: Likewise.
48957         * conform/data/regex.h-data: Likewise.
48958         * conform/data/sched.h-data: Likewise.
48959         * conform/data/search.h-data: Likewise.
48960         * conform/data/semaphore.h-data: Likewise.
48961         * conform/data/setjmp.h-data: Likewise.
48962         * conform/data/signal.h-data: Likewise.
48963         * conform/data/spawn.h-data: Likewise.
48964         * conform/data/stdarg.h-data: Likewise.
48965         * conform/data/stdio.h-data: Likewise.
48966         * conform/data/stdlib.h-data: Likewise.
48967         * conform/data/string.h-data: Likewise.
48968         * conform/data/strings.h-data: Likewise.
48969         * conform/data/stropts.h-data: Likewise.
48970         * conform/data/sys/ipc.h-data: Likewise.
48971         * conform/data/sys/mman.h-data: Likewise.
48972         * conform/data/sys/msg.h-data: Likewise.
48973         * conform/data/sys/resource.h-data: Likewise.
48974         * conform/data/sys/select.h-data: Likewise.
48975         * conform/data/sys/sem.h-data: Likewise.
48976         * conform/data/sys/shm.h-data: Likewise.
48977         * conform/data/sys/socket.h-data: Likewise.
48978         * conform/data/sys/stat.h-data: Likewise.
48979         * conform/data/sys/statvfs.h-data: Likewise.
48980         * conform/data/sys/time.h-data: Likewise.
48981         * conform/data/sys/timeb.h-data: Likewise.
48982         * conform/data/sys/times.h-data: Likewise.
48983         * conform/data/sys/types.h-data: Likewise.
48984         * conform/data/sys/uio.h-data: Likewise.
48985         * conform/data/sys/un.h-data: Likewise.
48986         * conform/data/sys/utsname.h-data: Likewise.
48987         * conform/data/sys/wait.h-data: Likewise.
48988         * conform/data/syslog.h-data: Likewise.
48989         * conform/data/tar.h-data: Likewise.
48990         * conform/data/termios.h-data: Likewise.
48991         * conform/data/utime.h-data: Likewise.
48992         * conform/data/utmpx.h-data: Likewise.
48993         * conform/data/varargs.h-data: Likewise.
48994         * conform/data/wchar.h-data: Likewise.
48995         * conform/data/wctype.h-data: Likewise.
48996         * conform/data/wordexp.h-data: Likewise.
48998         * include/stropts.h: New file.
48999         * include/uchar.h: New file.
49000         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49001         * include/assert.h: Likewise.
49002         * include/ctype.h: Likewise.
49003         * include/dirent.h: Likewise.
49004         * include/dlfcn.h: Likewise.
49005         * include/fcntl.h: Likewise.
49006         * include/fnmatch.h: Likewise.
49007         * include/glob.h: Likewise.
49008         * include/grp.h: Likewise.
49009         * include/libio.h: Likewise.
49010         * include/locale.h: Likewise.
49011         * include/math.h: Likewise.
49012         * include/net/if.h: Likewise.
49013         * include/netdb.h: Likewise.
49014         * include/netinet/in.h: Likewise.
49015         * include/pthread.h: Likewise.
49016         * include/pwd.h: Likewise.
49017         * include/regex.h: Likewise.
49018         * include/sched.h: Likewise.
49019         * include/search.h: Likewise.
49020         * include/setjmp.h: Likewise.
49021         * include/signal.h: Likewise.
49022         * include/stdio.h: Likewise.
49023         * include/stdlib.h: Likewise.
49024         * include/string.h: Likewise.
49025         * include/sys/cdefs.h: Likewise.
49026         * include/sys/mman.h: Likewise.
49027         * include/sys/msg.h: Likewise.
49028         * include/sys/resource.h: Likewise.
49029         * include/sys/select.h: Likewise.
49030         * include/sys/socket.h: Likewise.
49031         * include/sys/stat.h: Likewise.
49032         * include/sys/statvfs.h: Likewise.
49033         * include/sys/time.h: Likewise.
49034         * include/sys/times.h: Likewise.
49035         * include/sys/uio.h: Likewise.
49036         * include/sys/utsname.h: Likewise.
49037         * include/sys/wait.h: Likewise.
49038         * include/termios.h: Likewise.
49039         * include/time.h: Likewise.
49040         * include/ulimit.h: Likewise.
49041         * include/unistd.h: Likewise.
49042         * include/utime.h: Likewise.
49043         * include/wchar.h: Likewise.
49044         * include/wctype.h: Likewise.
49045         * include/wordexp.h: Likewise.
49047         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49049         * time/time.h: TIME_UTC must be a macro.
49050         Make timespec_get available for ISO C11 only as well.
49052 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49054         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49055         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49057 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49059         * configure.in: Use -o not -a in test for unsupported multi-arch.
49061 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49063         * manual/texinfo.tex: Update to version 2012-01-19.16.
49065 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49067         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49069 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49071         [BZ #13738]
49072         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49073         * manual/fdl-1.3.texi: New file.
49074         * manual/fdl-1.1.texi: File removed.
49076         [BZ #13738]
49077         * manual/libc.texinfo (FDL_VERSION): New @set.
49078         Use it for mention of FDL in cover text.
49079         (Documentation License): Use it in @include file name.
49081 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49082             Roland McGrath  <roland@hack.frob.com>
49084         [BZ #5461]
49085         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49086         (not LONG_LONG_MAX and LONG_LONG_MIN.
49087         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49088         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49089         name.
49090         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49092 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49094         [BZ #2547]
49095         [BZ #11365]
49096         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49097         manipulate bits before adding and subtracting TWO23[sx].
49098         * math/libm-test.inc (nearbyint_test): Add more tests.
49100 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49102         [BZ #2548]
49103         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49104         bits before adding and subtracting TWO23[sx].
49105         * math/libm-test.inc (rint_test): Add more tests.
49106         (rint_test_tonearest): Likewise.
49107         (rint_test_towardzero): Likewise.
49108         (rint_test_downward): Likewise.
49109         (rint_test_upward: Likewise.
49111 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49113         [BZ #10110]
49114         * include/stdc-predef.h: New file.  Extracted from features.h.
49115         * include/features.h: Include stdc-predef.h.
49116         * Makefile (headers): Add stdc-predef.h.
49117         * CONFORMANCE (Compiler limitations): Update.
49119 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49121         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49123 2012-02-21  David S. Miller  <davem@davemloft.net>
49125         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49126         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49128 2012-02-20  David S. Miller  <davem@davemloft.net>
49130         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49131         using a normal save/restore sequence, rather than allocating a
49132         dummy stack frame just to store a frame pointer and restore.
49133         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49135 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49137         * manual/install.texi: Fix stray word in line-wrapped comment.
49139 2012-02-20  David S. Miller  <davem@davemloft.net>
49141         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49142         both binutils and gcc support GOTDATA.
49144         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49145         "rd %pc" in the PIC register setup sequences.
49147         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49148         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49149         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49150         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49151         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49152         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49153         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49154         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49155         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49156         (SYSCALL_ERROR_HANDLER): Likewise.
49157         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49158         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49159         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49160         (SYSCALL_ERROR_HANDLER): Likewise.
49162         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49163         (HAVE_GCC_GOTDATA): New.
49164         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49165         relocation support in both binutils and gcc.
49166         * sysdeps/sparc/elf/configure: Regenerate.
49168         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49169         * sysdeps/sparc/sparc32/elf/configure: Delete.
49170         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49171         * sysdeps/sparc/sparc64/elf/configure: Delete.
49172         * sysdeps/sparc/elf/configure.in: New file.
49173         * sysdeps/sparc/elf/configure: Generate.
49175         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49176         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49177         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49178         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49179         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49181 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49183         * manual/install.texi: Do not mention specific glibc version
49184         numbers.
49185         * manual/libc.texinfo (VERSION, UPDATED): Update.
49186         (@copying): Use @copyright{} and range of years.
49188 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49190         [BZ #13695]
49191         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49192         [crti.S not in sysdirs] (generated): Do not append.
49193         [crti.S not in sysdirs] (omit-deps): Likewise.
49194         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49195         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49196         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49197         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49198         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49199         Likewise.
49200         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49201         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49202         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49203         * csu/defs.awk: Remove file.
49204         * sysdeps/generic/initfini.c: Likewise.
49205         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49206         variable.
49207         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49208         Likewise.
49210 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49212         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49213         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49214         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49215         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49216         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49217         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49218         <bits/epoll.h>.
49219         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49220         (__EPOLL_PACKED): Define to empty if not defined by
49221         <bits/epoll.h>.
49222         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49223         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49224         bits/epoll.h.
49226 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49228         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49229         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49230         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49231         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49232         <bits/timerfd.h>.
49233         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49234         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49235         bits/timerfd.h.
49237 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49239         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49240         in C locale.
49241         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49242         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49243         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49246 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49248         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49249         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49251 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49253         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49254         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49255         defined.
49256         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49257         Likewise.
49258         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49259         entry for 2.16.
49261 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49263         * math/w_acos.c: Use non-signaling floating-point comparisons.
49264         * math/w_acosf.c: Likewise.
49265         * math/w_acosh.c: Likewise.
49266         * math/w_acoshf.c: Likewise.
49267         * math/w_acoshl.c: Likewise.
49268         * math/w_acosl.c: Likewise.
49269         * math/w_asin.c: Likewise.
49270         * math/w_asinf.c: Likewise.
49271         * math/w_asinl.c: Likewise.
49272         * math/w_atanh.c: Likewise.
49273         * math/w_atanhf.c: Likewise.
49274         * math/w_atanhl.c: Likewise.
49275         * math/w_exp2.c: Likewise.
49276         * math/w_exp2f.c: Likewise.
49277         * math/w_exp2l.c: Likewise.
49278         * math/w_j0.c: Likewise.
49279         * math/w_j0f.c: Likewise.
49280         * math/w_j0l.c: Likewise.
49281         * math/w_j1.c: Likewise.
49282         * math/w_j1f.c: Likewise.
49283         * math/w_j1l.c: Likewise.
49284         * math/w_jn.c: Likewise.
49285         * math/w_jnf.c: Likewise.
49286         * math/w_log.c: Likewise.
49287         * math/w_log10.c: Likewise.
49288         * math/w_log10f.c: Likewise.
49289         * math/w_log10l.c: Likewise.
49290         * math/w_log2.c: Likewise.
49291         * math/w_log2f.c: Likewise.
49292         * math/w_log2l.c: Likewise.
49293         * math/w_logf.c: Likewise.
49294         * math/w_logl.c: Likewise.
49295         * math/w_sqrt.c: Likewise.
49296         * math/w_sqrtf.c: Likewise.
49297         * math/w_sqrtl.c: Likewise.
49298         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49299         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49300         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49301         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49302         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49304 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49306         [BZ #9739]
49307         * manual/string.texi (strnlen): Use correct parameter name in
49308         equivalent expression.
49310 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49312         [BZ #11174]
49313         * manual/users.texi (seteuid): Consistently use neweuid for
49314         argument name.
49316 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49318         [BZ #13704]
49319         * manual/nss.texi (Services in the NSS configuration): Correct
49320         list of services in example configuration file.
49322 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49324         [BZ #11322]
49325         * manual/arith.texi: Remove statements about negative zero
49326         behaving identically to zero.
49328 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49330         [BZ #5993]
49331         * manual/install.texi: Do not document upgrading from libc5.
49333 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49335         [BZ #4596]
49336         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49338 2012-02-18  David S. Miller  <davem@davemloft.net>
49340         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49341         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49342         %o7 across the call.
49343         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49344         instead.
49345         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49346         SETUP_PIC_REG_LEAF.
49347         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49348         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49349         * sysdeps/sparc/crtn.S: Likewise.
49351 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49353         * aout/Makefile: Remove.
49355 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49357         [BZ #13058]
49358         * manual/examples/argp-ex1.c (main): Format definition in GNU
49359         style.
49360         * manual/examples/argp-ex2.c (main): Likewise.
49361         * manual/examples/argp-ex3.c (main): Likewise.
49362         * manual/examples/argp-ex4.c (main): Likewise.
49363         * manual/examples/longopt.c (main): Use new-style prototype
49364         definition.
49365         * manual/examples/strncat.c (main): Specify return type and use
49366         (void) for arguments.
49367         * manual/examples/subopt.c (main): Use char **argv argument.
49369 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49371         [BZ #5077]
49372         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49373         rounding modes.
49375 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49377         [BZ #6907]
49378         * manual/string.texi (strchr): Change when strchrnul is
49379         recommended.
49381 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49383         [BZ #174]
49384         * manual/locale.texi (setlocale): Document LOCPATH.
49386 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49388         [BZ #10210]
49389         * manual/process.texi (execle): Move @dots{} before last argument.
49391 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49393         [BZ #12047]
49394         * manual/charset.texi (Generic Charset Conversion): Fix typo
49395         (LC_TYPE -> LC_CTYPE).
49397 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49399         [BZ #5805]
49400         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49401         (scalbnf): Likewise.
49402         (scalbnl): Likewise.
49403         (scalbln): Likewise.
49404         (scalblnf): Likewise.
49405         (scalblnl): Likewise.
49406         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49407         (vwarnx): Likewise.
49408         (verr): Likewise.
49409         (verrx): Likewise.
49410         * manual/filesys.texi (telldir): Use braces around return type.
49411         * manual/llio.texi (mmap): Add space after comma.
49412         (mmap64): Likewise.
49413         * manual/math.texi (jn): Use @var{} on parameter names.
49414         (jnf): Likewise.
49415         (jnl): Likewise.
49416         (yn): Likewise.
49417         (ynf): Likewise.
49418         (ynl): Likewise.
49419         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49420         line.
49421         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49422         "...".
49423         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49424         (sched_get_priority_max): Likewise.
49425         * manual/signal.texi (sigvec): Add space after comma.
49426         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49427         names.
49428         (if_indextoname): Likewise.
49429         (if_freenameindex): Likewise.
49430         (sendto): Use ',' instead of '.' in prototype.
49431         * manual/startup.texi (syscall): Use @dots{} instead of literal
49432         "...".
49433         * manual/stdio.texi (__fpending): Separate initial words of
49434         paragraph from @deftypefun line.
49435         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49436         "...".
49437         (vsyslog): Use @var{} on parameter names.
49438         * manual/terminal.texi (stty): Use @var{} on parameter names.
49439         * manual/users.texi (getutmp): Use @var{} on parameter names.
49440         (getutmpx): Likewise.
49442 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49444         [BZ #6884]
49445         * manual/stdio.texi (fopen): Fix typos in description of
49446         ",ccs=STRING".
49448 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49450         [BZ #4026]
49451         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49452         get clock_id definition.
49454 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49456         [BZ #4822]
49457         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49458         (madvise): Cast every argument to void on its own.
49460 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49462         [BZ #9902]
49463         * manual/startup.texi (Exit Status): Fix typo.
49465 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49467         [BZ #10140]
49468         * manual/examples/argp-ex1.c: Include <stdlib.h>.
49469         * manual/examples/argp-ex2.c: Likewise.
49470         * manual/examples/argp-ex3.c: Likewise.
49472 2012-02-16  Richard Henderson  <rth@redhat.com>
49474         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49475         * sysdeps/s390/s390-32/initfini.c: Remove.
49476         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49477         * sysdeps/s390/s390-64/initfini.c: Remove.
49479 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
49481         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49482         compiler output for sysdeps/generic/initfini.c.
49483         * sysdeps/sh/elf/initfini.c: Remove file.
49485 2012-02-16  David S. Miller  <davem@davemloft.net>
49487         [BZ #11494]
49488         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49490         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49491         * sysdeps/sparc/crti.S: New file.
49492         * sysdeps/sparc/crtn.S: New file.
49493         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49494         * sysdeps/sparc/sparc64/Makefile: Likewise.
49496 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
49498         [BZ #3335]
49499         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49501 2012-02-15  Roland McGrath  <roland@hack.frob.com>
49503         [BZ #4822]
49504         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49506         * mach/devstream.c (cookie_io_functions_t): Macro removed.
49507         (write, read, close): Likewise.
49508         Patch by Aurelien Jarno <aurelien@aurel32.net>.
49510 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
49512         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49513         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49514         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49515         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49516         <bits/signalfd.h>.
49517         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49518         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49519         bits/signalfd.h.
49521 2012-02-14  Marek Polacek  <polacek@redhat.com>
49523         * sysdeps/x86_64/crti.S: New file.
49524         * sysdeps/x86_64/crtn.S: New file.
49525         * sysdeps/x86_64/elf/initfini.c: Remove file.
49527 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49529         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49530         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49531         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49532         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49533         <bits/inotify.h>.
49534         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49535         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49536         bits/inotify.h.
49538 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
49540         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49541         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49542         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49543         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49544         <bits/eventfd.h>.
49545         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49546         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49547         bits/eventfd.h.
49549 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
49551         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49552         __feraiseexcept instead of feraiseexcept.
49554         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49555         nanosleep invocations.
49556         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49557         strings, and add error checking for a nanosleep invocations.
49559 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
49561         Replace FSF snail mail address with URLs, as per GNU coding standards.
49562         Most of the snail mail addresses were wrong anyway, and omitting
49563         them makes the source code easier to maintain.  Almost all of the
49564         changes are to license notices and to locale LC_IDENTIFICATION
49565         addresses, except for this one:
49566         * manual/libc.texinfo: In "Published by", give the FSF's URL,
49567         not its snail mail address.
49569 2012-02-09  Richard Henderson  <rth@twiddle.net>
49571         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49572         of kernel-features.h.
49574         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49576 2012-02-08  Marek Polacek  <polacek@redhat.com>
49578         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49579         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49580         * sysdeps/gnu/_G_config.h: Likewise.
49581         * sysdeps/generic/_G_config.h: Likewise.
49583 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
49585         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49586         tests.
49587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49589         * sysdeps/powerpc/powerpc32/crti.S: New file.
49590         * sysdeps/powerpc/powerpc32/crtn.S: New file.
49591         * sysdeps/powerpc/powerpc64/crti.S: New file.
49592         * sysdeps/powerpc/powerpc64/crtn.S: New file.
49594         * Makeconfig (have-initfini): Don't set.
49595         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49596         * configure.in (nopic_initfini): Don't substitute.
49597         * config.h.in (HAVE_INITFINI): Don't #undef.
49598         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49599         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49601 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
49603         Support crti.S and crtn.S provided directly by architectures.
49604         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49605         [crti.S in sysdirs] (omit-deps): Likewise.
49606         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49607         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49608         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49609         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49610         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49611         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49612         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49613         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49614         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49615         compiler output for sysdeps/generic/initfini.c.
49616         * sysdeps/i386/elf/Makefile: Remove file.
49617         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49619 2012-02-07  Marek Polacek  <polacek@redhat.com>
49621         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49622         * sysdeps/gnu/_G_config.h: Likewise.
49623         * sysdeps/mach/hurd/_G_config.h: Likewise.
49625 2012-02-07  Marek Polacek  <polacek@redhat.com>
49627         * math/Makefile (tests): Add tst-CMPLX2.
49628         * math/tst-CMPLX2.c: New file.
49630 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
49632         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49634         * math/libm-test.inc (jn_test): Add missing L suffix.
49636 2012-02-06  Marek Polacek  <polacek@redhat.com>
49638         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49639         * sysdeps/i386/fpu/e_powf.S: Likewise.
49640         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49641         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49642         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49643         * sysdeps/i386/fpu/e_pow.S: Likewise.
49644         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49645         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49646         * sysdeps/i386/fpu/s_expm1.S: Likewise.
49647         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49648         * sysdeps/i386/fpu/e_log2.S: Likewise.
49649         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49650         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49651         * sysdeps/i386/fpu/e_powl.S: Likewise.
49652         * sysdeps/i386/fpu/s_log1p.S: Likewise.
49653         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49654         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49655         * sysdeps/i386/fpu/e_logl.S: Likewise.
49656         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49657         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49658         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49659         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49660         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49661         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49662         * sysdeps/i386/fpu/e_log.S: Likewise.
49663         * sysdeps/i386/fpu/s_cexp.S: Likewise.
49664         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49665         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49666         * sysdeps/i386/fpu/e_logf.S: Likewise.
49667         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49668         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49669         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49670         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49671         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49672         * sysdeps/i386/fpu/e_log10.S: Likewise.
49673         * sysdeps/i386/fpu/s_frexp.S: Likewise.
49674         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49675         * sysdeps/i386/fpu/s_asinh.S: Likewise.
49676         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49677         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49678         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49679         * sysdeps/i386/asm-syntax.h: Likewise.
49680         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49681         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49682         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49683         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49684         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49685         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49686         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49687         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49688         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49689         * sysdeps/powerpc/sysdep.h: Likewise.
49690         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49691         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49693 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49695         [BZ #411]
49696         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49698 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
49700         * sysdeps/i386/sysdep.h: Include <features.h>.
49701         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49702         version.
49704 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
49706         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49707         Define.
49708         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49709         LOAD_PIC_REG_STR.
49711 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49713         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49714         (SETUP_PIC_REG): Use GET_PC_THUNK.
49715         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49716         macro.
49718 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49720         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49721         for non-PIC compilation.
49722         (SETUP_PIC_REG): Add .p2align directive.
49723         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49724         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49725         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49726         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49727         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49728         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49729         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49730         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49731         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49732         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49733         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49734         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49735         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49736         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49737         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49738         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49739         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49740         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49741         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49742         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49743         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49744         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49745         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49746         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49747         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49748         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49749         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49750         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49751         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49752         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49753         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49754         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49755         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49756         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49757         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49758         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49759         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49760         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49761         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49762         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49763         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49765 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
49767         * math/tst-CMPLX.c: Include <stdio.h>.
49769 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
49771         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49772         float.
49773         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49774         * sysdeps/sparc/bits/mathdef.h: Likewise.
49776 2012-01-31  Marek Polacek  <polacek@redhat.com>
49778         * libio/libio.h: Don't define _PARAMS.
49779         * locale/programs/config.h: Don't define PARAMS.
49780         * stdlib/strtol_l.c: Likewise.
49781         (__strtol_l): Remove PARAMS from the prototype.
49783 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
49785         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
49786         names.  Just use the correct names.  Remove unnecessary wrapper
49787         functions.
49788         * malloc/arena.c: Likewise.
49789         * malloc/hooks.c: Likewise.
49791         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49792         ARENA_TEST says not to.  Simplify test for creation of a new arena.
49793         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49795 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
49797         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49798         into tail calls.
49799         (update_get_addr): New function.
49800         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49801         GET_ADDR_MODULE parameter.
49803 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49805         * crypt/cert.c: Remove __STDC__ conditionals.
49806         * crypt/crypt-entry.c: Likewise.
49807         * crypt/crypt_util.c: Likewise.
49808         * libio/filedoalloc.c: Likewise.
49809         * libio/fileops.c: Likewise.
49810         * libio/genops.c: Likewise.
49811         * libio/iofclose.c: Likewise.
49812         * libio/iofdopen.c: Likewise.
49813         * libio/iofopen.c: Likewise.
49814         * libio/iofopen64.c: Likewise.
49815         * libio/iogetdelim.c: Likewise.
49816         * libio/iopopen.c: Likewise.
49817         * libio/obprintf.c: Likewise.
49818         * libio/oldfileops.c: Likewise.
49819         * libio/oldiofclose.c: Likewise.
49820         * libio/oldiofdopen.c: Likewise.
49821         * libio/oldiofopen.c: Likewise.
49822         * libio/oldiopopen.c: Likewise.
49823         * libio/wfiledoalloc.c: Likewise.
49824         * libio/wgenops.c: Likewise.
49825         * locale/programs/xmalloc.c: Likewise.
49826         * misc/syslog.c: Likewise.
49827         * stdio-common/xbug.c: Likewise.
49828         * string/memchr.c: Likewise.
49829         * string/memcmp.c: Likewise.
49830         * string/memrchr.c: Likewise.
49831         * string/rawmemchr.c: Likewise.
49832         * sysdeps/posix/getcwd.c: Likewise.
49833         * time/strftime_l.c: Likewise.
49835 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
49837         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49838         * config.make.in (config-cflags-sse2avx): Define.
49839         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49840         Fix typo.
49842 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
49844         * scripts/config.guess: Update from upstream config git repository.
49845         * scripts/config.sub: Likewise.
49847 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
49849         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49850         (EM_NUM): Update.
49851         (R_TILEPRO_*, R_TILEGX_*): New macros.
49853         * scripts/firstversions.awk: Fix bug in version range handling.
49855         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49857         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49859         * include/sys/epoll.h: New file.
49860         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49861         libc_hidden_def.
49863 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
49865         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49866         Avoid unnecessary __WORDSIZE == 64 test.
49867         (fmaxf): Use VEX format if possible.
49868         (fmax): Likewise.
49869         (fminf): Likewise.
49870         (fmin): Likewise.
49872         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49873         * math/math_private.h: Remove libc_fegetround* and
49874         libc_fesetround*.
49875         * sysdeps/i386/configure.in: Check for -msse2avx.
49876         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49877         also if SSE2AVX is defined.
49878         Remove libc_fegetround* and libc_fesetround*.
49879         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49880         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
49881         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49882         of HAS_YMM_USABLE.
49883         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49884         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49885         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49886         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49887         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49889         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49891 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49893         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49894         size is not set.
49895         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49897 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
49899         [BZ #13618]
49900         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49901         relocation.
49902         * Makeconfig (libm): Define.
49903         * elf/Makefile: Add rules to build and run tst-relsort1.
49904         * elf/tst-relsort1.c: New file.
49905         * elf/tst-relsort1mod1.c: New file.
49906         * elf/tst-relsort1mod2.c: New file.
49908 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
49910         * math/s_ldexp.c: Remove __STDC__ conditionals.
49911         * math/s_ldexpf.c: Likewise.
49912         * math/s_ldexpl.c: Likewise.
49913         * math/s_nextafter.c: Likewise.
49914         * math/s_nexttowardf.c: Likewise.
49915         * math/s_significand.c: Likewise.
49916         * math/s_significandf.c: Likewise.
49917         * math/s_significandl.c: Likewise.
49918         * math/w_jnl.c: Likewise.
49919         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49920         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49921         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49922         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49923         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49924         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49925         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49926         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49927         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49928         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49929         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49930         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49931         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49932         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49933         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49934         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49935         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49936         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49937         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49938         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49939         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49940         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49941         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49942         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49943         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49944         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49945         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49946         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49947         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49948         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49949         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49950         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49951         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49952         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49953         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49954         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49955         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49956         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49957         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49958         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49959         * sysdeps/ieee754/k_standard.c: Likewise.
49960         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49961         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49962         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49963         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49964         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49965         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49966         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49967         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49968         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49969         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49970         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49971         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49972         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49973         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49974         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49975         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49976         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49977         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49978         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49979         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49980         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49981         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49982         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49983         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49984         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49985         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49986         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49987         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49988         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49989         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49990         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49991         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
49992         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49993         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49994         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49995         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49996         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
49997         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49998         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49999         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50000         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50001         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50002         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50003         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50004         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50005         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50006         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50007         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50008         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50009         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50010         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50011         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50012         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50013         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50014         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50015         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50016         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50017         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50018         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50019         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50020         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50021         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50022         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50023         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50024         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50025         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50026         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50027         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50028         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50029         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50030         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50031         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50032         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50033         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50034         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50035         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50036         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50037         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50038         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50039         * sysdeps/ieee754/s_matherr.c: Likewise.
50040         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50041         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50042         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50043         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50045 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50047         * crypt/md5.h: Remove __STDC__ conditionals.
50048         * libio/libioP.h: Likewise.
50049         * locale/programs/config.h: Likewise.
50050         * sysdeps/generic/sysdep.h: Likewise.
50051         * sysdeps/i386/asm-syntax.h: Likewise.
50052         * sysdeps/s390/asm-syntax.h: Likewise.
50053         * sysdeps/unix/sysdep.h: Likewise.
50054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50057 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50059         * libio/libio.h: Remove __STDC__ conditionals.
50060         * malloc/obstack.h: Likewise.
50061         * math/complex.h: Likewise.
50062         * math/math.h: Likewise.
50063         * sysdeps/generic/_G_config.h: Likewise.
50064         * sysdeps/gnu/_G_config.h: Likewise.
50065         * sysdeps/mach/hurd/_G_config.h: Likewise.
50066         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50067         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50068         * sysdeps/sparc/bits/mathdef.h: Likewise.
50070 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50072         [BZ #13583]
50073         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50074         Clean up HAS_* macros.
50075         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50076         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50077         possible.
50078         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50079         HAS_AVX.
50080         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50081         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50082         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50083         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50084         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50086 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50088         * elf/tst-unique3.cc (gets): Remove declaration.
50089         * elf/tst-unique3lib.cc (gets): Likewise.
50090         * elf/tst-unique3lib2.cc (gets): Likewise.
50091         * elf/tst-unique4.cc (gets): Likewise.
50093 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50095         * include/stdio.h: Add C++ protection.  Add gets declarations and
50096         definitions.
50097         * debug/tst-chk1.c: Don't declare gets here.
50098         * stdio-common/tst-gets.c: Likewise.
50100 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50102         * posix/glob: Remove directory.
50104 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50106         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50108 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50110         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50111         of the non-standard EPFNOSUPPORT.
50113 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50115         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50116         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50117         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50119 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50121         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50123 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50125         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50126         transient errors.
50127         * nscd/grpcache.c (cache_addgr): Likewise.
50128         * nscd/hstcache.c (cache_addhst): Likewise.
50129         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50130         * nscd/pwdcache.c (cache_addpw): Likewise.
50131         * nscd/servicescache.c (cache_addserv): Likewise.
50133 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50135         * malloc/malloc.c: Various cleanups.
50136         * malloc/hooks.c: Likewise.
50138         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50139         * stdlib/bug-fmtmsg1.c: New file.
50141         * stdlib/fmtmsg.c (init): Add missing unlock.
50142         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50144 2012-01-12  Marek Polacek  <polacek@redhat.com>
50146         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50147         and _GNU_SOURCE.
50149 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50151         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50152         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50153         macro to ensure uniqueness of label name.
50154         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50155         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50157 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50159         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50161         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50162         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50163         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50164         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50166 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50168         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50170         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50171         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50172         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50174         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50176         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50177         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50178         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50179         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50181         * math/bits/math-finite.h: Add ldexp support.
50183 2012-01-10  Marek Polacek  <polacek@redhat.com>
50185         * locale/programs/localedef.h (show_archive_content): Add noreturn
50186         attribute.
50188 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50190         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50192 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50194         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50196         * io/Makefile (headers): Add bits/poll2.h.
50198 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50201         typo #include statement.
50203 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50205         * include/sys/cdefs.h: Define __attribute_alloc_size.
50206         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50207         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50208         * elf/pldd.c: Likewise.
50209         * iconv/iconv_charmap.c: Likewise.
50210         * iconv/iconvconfig.c: Likewise.
50211         * iconv/strtab.c: Likewise.
50212         * locale/programs/locale.c: Likewise.
50213         * locale/programs/localedef.h: Likewise.
50214         * locale/programs/simple-hash.c: Likewise.
50215         * nscd/nscd.h: Likewise.
50216         * nss/makedb.c: Likewise.
50217         * sysdeps/generic/ldconfig.h: Likewise.
50218         * locale/programs/localedef.c: Remove xmalloc prototype.
50219         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50221 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50223         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50224         appropriate.
50226 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50228         * math/Makefile (tests): Add tst-CMPLX.
50229         * math/tst-CMPLX.c: New file.
50231         * math/complex.h (CMPLXL): Fix typo.
50233         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50234         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50235         GLIBC_2.16.
50236         * debug/tst-chk1.c: Add poll and ppoll tests.
50237         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50238         * include/sys/poll.h: Add hidden proto for ppoll.
50239         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50240         * sysdeps/mach/hurd/ppoll.c: Likewise.
50241         * io/ppoll.c: Likewise.
50242         * debug/poll_chk.c: New file.
50243         * debug/ppoll_chk.c: New file.
50244         * include/bits/poll2.h: New file.
50245         * io/bits/poll2.h: New file.
50247         [BZ #1350]
50248         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50250         * configure.in: static is always set to yes.  Remove.
50251         * config.make.in: Don't set build-static.
50252         * Makeconfig: Remove use of build-static.
50253         * dlfcn/Makefile: Likewise.
50254         * elf/Makefile: Likewise.
50255         * math/Makefile: Likewise.
50256         * misc/Makefile: Likewise.
50257         * nptl/Makefile: Likewise.
50258         * sysdeps/mach/hurd/Makefile: Likewise.
50260         * configure.in: PWD_P is not used anymore.
50261         * config.make.in: Remove PWD_P entry.
50263         * configure.in: Remove last remnants of RANLIB.
50264         No need to check for signed size_t anymore.
50265         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50266         and IA-64.
50267         Remove __builtin_expect test because we require at least gcc 3.4.
50268         * aclocal.m4: Likewise.
50270         * wcsmbs/mbrtoc16.c: Implement using towc function.
50271         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50272         * wcsmbs/wcsmbsload.c: Likewise.
50273         * iconv/gconv_simple.c: Likewise.
50274         * iconv/gconv_int.h: Likewise.
50275         * iconv/gconv_builtin.h: Likewise.
50276         * iconv/iconv_prog.c: Remove CHAR16 handling.
50278         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50280         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50282         * configure.in: Remove --with-elf and --enable-bounded options.
50283         Dont set base_machine for ia64.  More non-ELF conditions removed.
50284         Remove testing and setting of leading underscore information.
50285         * config.make.in (build-bounded): Set to no.
50286         * config.h.in: Remove NO_UNDERSCORES entry.
50287         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50288         them.
50289         * csu/start.c: Remove !NO_UNDERSCORE code.
50290         * locale/localeinfo.h: Likewise.
50291         * sysdeps/generic/machine-gmon.h: Likewise.
50292         * sysdeps/generic/sysdep.h: Likewise.
50293         * sysdeps/i386/sysdep.h: Likewise.
50294         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50295         * sysdeps/mach/sysdep.h: Likewise.
50296         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50297         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50298         * sysdeps/sh/sysdep.h: Likewise.
50299         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50300         * sysdeps/unix/i386/sysdep.S: Likewise.
50301         * sysdeps/unix/sparc/start.c: Likewise.
50302         * sysdeps/unix/sparc/sysdep.S: Likewise.
50303         * sysdeps/unix/sparc/sysdep.h: Likewise.
50304         * sysdeps/unix/start.c: Likewise.
50305         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50306         * sysdeps/x86_64/sysdep.h: Likewise.
50308 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50310         [BZ #13553]
50311         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50312         for non-gcc.
50313         * argp/argp-fmtstream.h: Use const instead __const.
50314         * argp/argp.h: Likewise.
50315         * assert/assert.h: Likewise.
50316         * bits/fenv.h: Likewise.
50317         * bits/sched.h: Likewise.
50318         * bits/sigset.h: Likewise.
50319         * bits/sigthread.h: Likewise.
50320         * catgets/nl_types.h: Likewise.
50321         * conform/data/pthread.h-data: Likewise.
50322         * crypt/crypt-private.h: Likewise.
50323         * crypt/crypt.h: Likewise.
50324         * crypt/crypt_util.c: Likewise.
50325         * ctype/ctype.h: Likewise.
50326         * debug/execinfo.h: Likewise.
50327         * debug/mbsnrtowcs_chk.c: Likewise.
50328         * debug/mbsrtowcs_chk.c: Likewise.
50329         * debug/wcsnrtombs_chk.c: Likewise.
50330         * debug/wcsrtombs_chk.c: Likewise.
50331         * debug/wcstombs_chk.c: Likewise.
50332         * dirent/dirent.h: Likewise.
50333         * dlfcn/dlfcn.h: Likewise.
50334         * elf/neededtest4.c: Likewise.
50335         * grp/grp.h: Likewise.
50336         * gshadow/gshadow.h: Likewise.
50337         * iconv/gconv.h: Likewise.
50338         * iconv/gconv_int.h: Likewise.
50339         * iconv/gconv_simple.c: Likewise.
50340         * iconv/iconv.h: Likewise.
50341         * iconv/loop.c: Likewise.
50342         * iconv/skeleton.c: Likewise.
50343         * include/aio.h: Likewise.
50344         * include/aliases.h: Likewise.
50345         * include/argz.h: Likewise.
50346         * include/arpa/inet.h: Likewise.
50347         * include/assert.h: Likewise.
50348         * include/dirent.h: Likewise.
50349         * include/dlfcn.h: Likewise.
50350         * include/execinfo.h: Likewise.
50351         * include/fcntl.h: Likewise.
50352         * include/fenv.h: Likewise.
50353         * include/glob.h: Likewise.
50354         * include/grp.h: Likewise.
50355         * include/libintl.h: Likewise.
50356         * include/mntent.h: Likewise.
50357         * include/netdb.h: Likewise.
50358         * include/pwd.h: Likewise.
50359         * include/rpc/netdb.h: Likewise.
50360         * include/sched.h: Likewise.
50361         * include/search.h: Likewise.
50362         * include/shadow.h: Likewise.
50363         * include/signal.h: Likewise.
50364         * include/stdio.h: Likewise.
50365         * include/stdlib.h: Likewise.
50366         * include/string.h: Likewise.
50367         * include/sys/socket.h: Likewise.
50368         * include/sys/stat.h: Likewise.
50369         * include/sys/statfs.h: Likewise.
50370         * include/sys/statvfs.h: Likewise.
50371         * include/sys/syslog.h: Likewise.
50372         * include/sys/time.h: Likewise.
50373         * include/sys/uio.h: Likewise.
50374         * include/time.h: Likewise.
50375         * include/unistd.h: Likewise.
50376         * include/utmp.h: Likewise.
50377         * include/wchar.h: Likewise.
50378         * include/wctype.h: Likewise.
50379         * inet/aliases.h: Likewise.
50380         * inet/arpa/inet.h: Likewise.
50381         * inet/netinet/ether.h: Likewise.
50382         * inet/netinet/in.h: Likewise.
50383         * intl/libintl.h: Likewise.
50384         * io/bits/fcntl2.h: Likewise.
50385         * io/fcntl.h: Likewise.
50386         * io/ftw.h: Likewise.
50387         * io/sys/poll.h: Likewise.
50388         * io/sys/stat.h: Likewise.
50389         * io/sys/statfs.h: Likewise.
50390         * io/sys/statvfs.h: Likewise.
50391         * io/utime.h: Likewise.
50392         * libio/bits/stdio.h: Likewise.
50393         * libio/bits/stdio2.h: Likewise.
50394         * libio/libio.h: Likewise.
50395         * libio/libioP.h: Likewise.
50396         * libio/stdio.h: Likewise.
50397         * locale/lc-ctype.c: Likewise.
50398         * locale/locale.h: Likewise.
50399         * login/utmp.h: Likewise.
50400         * malloc/arena.c: Likewise.
50401         * malloc/malloc.c: Likewise.
50402         * malloc/malloc.h: Likewise.
50403         * malloc/mcheck.c: Likewise.
50404         * malloc/mtrace.c: Likewise.
50405         * math/bits/mathcalls.h: Likewise.
50406         * math/fenv.h: Likewise.
50407         * math/math_private.h: Likewise.
50408         * misc/bits/error.h: Likewise.
50409         * misc/bits/syslog.h: Likewise.
50410         * misc/err.h: Likewise.
50411         * misc/error.h: Likewise.
50412         * misc/fstab.h: Likewise.
50413         * misc/mntent.h: Likewise.
50414         * misc/regexp.h: Likewise.
50415         * misc/search.h: Likewise.
50416         * misc/sgtty.h: Likewise.
50417         * misc/sys/mman.h: Likewise.
50418         * misc/sys/syslog.h: Likewise.
50419         * misc/sys/uio.h: Likewise.
50420         * misc/sys/xattr.h: Likewise.
50421         * misc/ttyent.h: Likewise.
50422         * nis/rpcsvc/ypclnt.h: Likewise.
50423         * nss/nss.h: Likewise.
50424         * posix/bits/unistd.h: Likewise.
50425         * posix/fnmatch.h: Likewise.
50426         * posix/glob.h: Likewise.
50427         * posix/sched.h: Likewise.
50428         * posix/spawn.h: Likewise.
50429         * posix/sys/wait.h: Likewise.
50430         * posix/unistd.h: Likewise.
50431         * posix/wordexp.h: Likewise.
50432         * pwd/pwd.h: Likewise.
50433         * resolv/netdb.h: Likewise.
50434         * resource/sys/resource.h: Likewise.
50435         * rt/aio.h: Likewise.
50436         * rt/bits/mqueue2.h: Likewise.
50437         * rt/mqueue.h: Likewise.
50438         * shadow/shadow.h: Likewise.
50439         * signal/signal.h: Likewise.
50440         * socket/send.c: Likewise.
50441         * socket/sendto.c: Likewise.
50442         * socket/sys/socket.h: Likewise.
50443         * stdio-common/printf.h: Likewise.
50444         * stdlib/bits/stdlib.h: Likewise.
50445         * stdlib/fmtmsg.h: Likewise.
50446         * stdlib/monetary.h: Likewise.
50447         * stdlib/stdlib.h: Likewise.
50448         * stdlib/ucontext.h: Likewise.
50449         * streams/stropts.h: Likewise.
50450         * string/argz.h: Likewise.
50451         * string/bits/string2.h: Likewise.
50452         * string/string.h: Likewise.
50453         * string/strings.h: Likewise.
50454         * sunrpc/rpc/auth.h: Likewise.
50455         * sunrpc/rpc/auth_des.h: Likewise.
50456         * sunrpc/rpc/clnt.h: Likewise.
50457         * sunrpc/rpc/netdb.h: Likewise.
50458         * sunrpc/rpc/pmap_clnt.h: Likewise.
50459         * sunrpc/rpc/xdr.h: Likewise.
50460         * sysdeps/generic/inttypes.h: Likewise.
50461         * sysdeps/generic/net/if.h: Likewise.
50462         * sysdeps/generic/sys/swap.h: Likewise.
50463         * sysdeps/gnu/net/if.h: Likewise.
50464         * sysdeps/gnu/utmpx.h: Likewise.
50465         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50466         * sysdeps/i386/i486/bits/string.h: Likewise.
50467         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50468         * sysdeps/s390/bits/string.h: Likewise.
50469         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50470         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50471         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50472         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50473         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50474         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50475         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50476         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50477         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50478         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50479         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50480         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50481         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50482         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50483         * sysdeps/unix/sysv/linux/readv.c: Likewise.
50484         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50485         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50486         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50487         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50488         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50489         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50490         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50491         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50492         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50493         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50494         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50495         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50496         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50497         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50498         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50499         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50500         * sysvipc/sys/ipc.h: Likewise.
50501         * sysvipc/sys/msg.h: Likewise.
50502         * sysvipc/sys/sem.h: Likewise.
50503         * sysvipc/sys/shm.h: Likewise.
50504         * termios/termios.h: Likewise.
50505         * time/sys/time.h: Likewise.
50506         * time/time.h: Likewise.
50507         * wcsmbs/bits/wchar2.h: Likewise.
50508         * wcsmbs/uchar.h: Likewise.
50509         * wcsmbs/wchar.h: Likewise.
50510         * wctype/wctype.h: Likewise.
50512         [BZ #13551]
50513         * Makeconfig: Remove all but ELF support including AIX support.
50514         * Makerules: Likewise.
50515         * config.h.in: Likewise.
50516         * config.make.in: Likewise.
50517         * configure: Likewise.
50518         * configure.in: Likewise.
50519         * csu/Makefile: Likewise.
50520         * csu/version.c: Likewise.
50521         * debug/Makefile: Likewise.
50522         * dlfcn/Makefile: Likewise.
50523         * elf/Makefile: Likewise.
50524         * extra-lib.mk: Likewise.
50525         * iconv/Makefile: Likewise.
50526         * include/libc-symbols.h: Likewise.
50527         * include/shlib-compat.h: Likewise.
50528         * resolv/Makefile: Likewise.
50529         * resolv/res_libc.c: Likewise.
50530         * rt/Makefile: Likewise.
50531         * sysdeps/i386/asm-syntax.h: Likewise.
50532         * sysdeps/i386/sysdep.h: Likewise.
50533         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50534         * sysdeps/mach/sysdep.h: Likewise.
50535         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50536         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50537         * sysdeps/s390/asm-syntax.h: Likewise.
50538         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50539         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50540         * sysdeps/sh/sysdep.h: Likewise.
50541         * sysdeps/unix/sparc/sysdep.h: Likewise.
50542         * sysdeps/wordsize-32/divdi3.c: Likewise.
50543         * sysdeps/x86_64/sysdep.h: Likewise.
50545         * argp/Versions: Remove _argp_unlock_xxx.
50547         [BZ #13559]
50548         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
50549         * abilist/libBrokenLocale.abilist: Likewise.
50550         * abilist/libanl.abilist: Likewise.
50551         * abilist/libc.abilist: Likewise.
50552         * abilist/libcrypt.abilist: Likewise.
50553         * abilist/libdl.abilist: Likewise.
50554         * abilist/libm.abilist: Likewise.
50555         * abilist/libnsl.abilist: Likewise.
50556         * abilist/libpthread.abilist: Likewise.
50557         * abilist/libresolv.abilist: Likewise.
50558         * abilist/librt.abilist: Likewise.
50559         * abilist/libthread_db.abilist: Likewise.
50560         * abilist/libutil.abilist: Likewise.
50561         * abilist/libnss_db.abilist: New file.
50563         * scripts/abilist.awk: Add support for indirect functions.
50565         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50567         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50569         * shlib-versions: Remove entries for ports architectures.
50571         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
50572         files in ports.
50573         * elf/stackguard-macros.h: Remove support for IA-64.
50574         * elf/tst-auditmod1.c: Likewise.
50575         * sysdeps/generic/ldsodefs.h: Likewise.
50577         * sysdeps/unix/sysv/linux/configure.in: Ports should define
50578         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50579         configure files.
50581         [BZ #13552]
50582         * configure.in: Remove --enable-omitfp support.
50583         * FAQ.in: Adjust.
50584         * config.make.in: Likewise.
50585         * Makeconfig: Likewise.
50586         * manual/install.texi: Likewise.
50588         In case anyone cares, the IA-64 architecture could move to ports.
50589         * sysdeps/ia64/*: Removed.
50590         * sysdeps/unix/sysv/linux/ia64/*: Removed.
50591         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50593         [BZ #13555]
50594         * configure.in: Remove entries for unsupported architectures.
50596         [BZ #13533]
50597         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50598         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
50599         routines.
50600         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50601         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50602         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
50603         fall back to using wcrtomb.
50604         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50605         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
50606         renaming.
50607         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50608         * wcsmbs/tst-c16c32-1.c: New file.
50610         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50611         local variable.
50613         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50615         * elf/tst-unique3.cc: Add explicit declaration of gets.
50616         * elf/tst-unique3lib.cc: Likewise.
50617         * elf/tst-unique3lib2.cc: Likewise.
50618         * elf/tst-unique4.cc: Likewise.
50620         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50622 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
50624         [BZ #13566]
50625         * assert/assert.h (static_assert): Don't define for C++.
50626         * libio/stdio.h (gets): Do declare for C++ <= C++11.
50627         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50629 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
50631         * iconv/loop.c (single loop): Fix assertion in storing of
50632         remaining bytes.
50634         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50636 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
50638         * posix/getconf.c: Update copyright year.
50639         * nss/getent.c: Likewise.
50640         * nss/makedb.c: Likewise.
50641         * iconv/iconvconfig.c: Likewise.
50642         * iconv/iconv_prog.c: Likewise.
50643         * elf/ldconfig.c: Likewise.
50644         * elf/pldd.c: Likewise.
50645         * elf/sotruss.ksh: Likewise.
50646         * catgets/gencat.c: Likewise.
50647         * csu/version.c: Likewise.
50648         * elf/ldd.bash.in: Likewise.
50649         * elf/sprof.c (print_version): Likewise.
50650         * locale/programs/locale.c: Likewise.
50651         * locale/programs/localedef.c: Likewise.
50652         * login/programs/pt_chown.c: Likewise.
50653         * nscd/nscd.c (print_version): Likewise.
50654         * debug/xtrace.sh: Likewise.
50655         * malloc/memusage.sh: Likewise.
50656         * malloc/mtrace.pl: Likewise.
50657         * debug/catchsegv.sh: Likewise.
50659 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
50661         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50662         pure attribute.
50664 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
50666         [BZ #13533]
50667         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50668         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50669         transformations.
50670         * iconv/gconv_int.h: Likewise.
50671         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50672         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50673         from libc for GLIBC_2.16.
50674         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50675         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50676         * wcsmbs/uchar.h: Really define mbstate_t.
50677         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50678         * wcsmbs/c16rtomb.c: New file.
50679         * wcsmbs/mbrtoc16.c: New file.
50680         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50681         for C/POSIX locale.
50682         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50683         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50685         * wcsmbs/wchar.h: Add missing __restrict.
50687 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50689         [BZ #13532]
50690         * time/Makefile (routines): Add timespec_get.
50691         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50692         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
50693         timespec for ISO C11.
50694         * time/timespec_get.c: New file.
50695         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50696         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50698         [BZ #13531]
50699         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50700         * stdlib/stdlib.h: Declare aligned_alloc.
50701         * Versions.def: Add GLIBC_2.16 for libc.
50702         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50704         [BZ 13527]
50705         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50706         ISO C11.
50708         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50709         code.
50711         [BZ #13528]
50712         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50714         [BZ #13529]
50715         * assert/assert.h (static_assert): Define.
50717         * version.h: Update for 2.16 development version.
50719         [BZ #13526]
50720         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50721         _ISOC11_SOURCE.
50723         * version.h (RELEASE): Bump for 2.15 release.
50724         * include/features.h (__GLIBC_MINOR__): Bump to 15.
50726         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50727         Patch by Marek Polacek <mpolacek@redhat.com>.
50729         * bits/byteswap.h: Protect long long constants with __extension__.
50730         * sysdeps/i386/bits/byteswap.h: Likewise.
50731         * sysdeps/ia64/bits/byteswap.h: Likewise.
50732         * sysdeps/s390/bits/byteswap.h: Likewise.
50733         * sysdeps/x86_64/bits/byteswap.h: Likewise.
50735 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50737         [BZ #13540]
50738         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50739         destination buffer.
50740         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50742 2011-12-23  Marek Polacek  <polacek@redhat.com>
50744         * elf/dl-addr.c (determine_info): Add inline keyword.
50745         * elf/tst-auditmod4b.c (check_avx): Likewise.
50746         * elf/tst-auditmod6b.c (check_avx): Likewise.
50747         * elf/tst-auditmod6c.c (check_avx): Likewise.
50748         * elf/tst-auditmod7b.c (check_avx): Likewise.
50750 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
50752         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50753         !__SSE_MATH__.
50755 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50757         [BZ #13540]
50758         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50759         processing for last bytes.
50761 2011-08-06  Bruno Haible  <bruno@clisp.org>
50763         [BZ #13061]
50764         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50765         U+0385, not to U+1FEE.
50767         [BZ #13062]
50768         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50769         entry for U+00A5 U+0301.
50771 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50773         [BZ #13166]
50774         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50775         buffer for the output is too small.
50777         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50778         optimization.
50780         [BZ #13185]
50781         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50782         SSE flags if possible.
50784 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50786         [BZ #13540]
50787         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50788         processing for last bytes.
50790 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
50792         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50793         (syscall-list-default-options, syscall-list-default-condition)
50794         (syscall-list-includes): Define.
50795         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50796         list of ABIs and options and #if conditions for each ABI.  Do not
50797         handle common syscalls between ABIs specially.
50798         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50799         Remove.
50800         (syscall-list-variants, syscall-list-32bit-options)
50801         (syscall-list-32bit-condition, syscall-list-64bit-options)
50802         (syscall-list-64bit-condition): Define.
50803         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50804         (syscall-list-variants, syscall-list-32bit-options)
50805         (syscall-list-32bit-condition, syscall-list-64bit-options)
50806         (syscall-list-64bit-condition): Define.
50807         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50808         Remove.
50809         (syscall-list-variants, syscall-list-32bit-options)
50810         (syscall-list-32bit-condition, syscall-list-64bit-options)
50811         (syscall-list-64bit-condition): Define.
50812         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50813         Remove.
50814         (syscall-list-variants, syscall-list-32bit-options)
50815         (syscall-list-32bit-condition, syscall-list-64bit-options)
50816         (syscall-list-64bit-condition): Define.
50818 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
50820         * locale/iso-639.def: Add brx entry.
50822         [BZ #13328]
50823         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50824         Proposed by Mariusz_Cukr <marcukr@op.pl>.
50826         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50827         __feraiseexcept_renamed.
50829 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50831         [BZ #13538]
50832         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50833         EPOLLET with unsigned values.
50834         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50835         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50837         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50838         to large cancellation.
50839         * math/s_cacoshf.c: Likewise.
50840         * math/s_cacoshl.c: Likewise.
50842 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
50844         [BZ #13305]
50845         [BZ #12786]
50846         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50847         * math/s_cacoshf.c: Likewise.
50848         * math/s_cacoshl.c: Likewise.
50850 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
50852         [BZ #13439]
50853         * iconv/gconv.h: Define __GCONV_SWAP.
50854         * iconvdata/unicode.c: The swap bit must be stored in __flags.
50855         * iconvdata/utf-16.c: Likewise.
50856         * iconvdata/utf-32.c: Likewise.
50858 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
50860         [BZ #13524]
50861         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50862         numerator after shifting it by one limb.
50864 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
50866         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50867         under [__USE_EXTERN_INLINES].
50869 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50871         [BZ #13446]
50872         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50874 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50876         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50877         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50878         optimized code.
50879         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50880         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50881         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50882         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50883         for strncasecmp/strncasecmp_l compilation.
50884         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50885         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50887 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
50889         [BZ #13484]
50890         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50891         of __asm__.
50893 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
50895         [BZ #13506]
50896         * time/tzfile.c (__tzfile_read): Check values from file header.
50898 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
50900         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50901         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50902         * powerpc/powerpc32/dl-start.S: Likewise.
50903         * powerpc/powerpc32/elf/start.S: Likewise.
50904         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50905         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50906         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50907         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50908         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50909         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50910         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50911         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50912         * powerpc/powerpc32/fpu/s_round.S: Likewise.
50913         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50914         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50915         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50916         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50917         * powerpc/powerpc32/memset.S: Likewise.
50918         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50919         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50920         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50921         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50922         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50923         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50924         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50925         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50926         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50927         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50928         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50929         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50930         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50932 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50934         * math/libm-test.inc: Added more nearbyint tests.
50935         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50936         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50937         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50938         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50940 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
50942         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50943         FD_CLOEXEC.
50945 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50947         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50948         Add wcscpy-ssse3 wcscpy-c.
50949         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50950         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50951         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50952         * sysdeps/x86_64/wcschr.S: New file.
50953         * sysdeps/x86_64/wcsrchr.S: New file.
50954         * string/test-strcmp.c: Remove checking of wcscmp function for
50955         wrong alignments.
50956         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
50957         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
50958         wcsrchr-sse2 wcsrchr-c.
50959         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
50960         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
50961         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
50962         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
50963         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
50964         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
50965         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
50966         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
50967         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
50968         * wcsmbc/wcschr.c (WCSCHR): New macro.
50970 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50972         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
50973         * wcsmbs/test-wcsrchr.c: New file.
50974         * string/test-strrchr.c: Add wcsrchr support.
50975         (WIDE): New macro.
50976         * wcsmbs/test-wcscpy.c: New file.
50977         * string/test-strcpy.c: Add wcscpy support.
50978         (WIDE): New macro.
50980 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
50982         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
50983         the inner loop.
50985 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
50987         [BZ #13472]
50988         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
50990 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
50992         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
50993         Minor optimizations.
50995         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
50996         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
50997         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
50999 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51001         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51002         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51003         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51004         for gcc to avoid warnings.
51005         * inet/Makefile (tests): Add tst-checks.
51006         * inet/tst-checks.c: New file.
51008         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51009         warning.
51011         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51012         __wmemcmp_sse2.
51014         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51015         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51017         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51019 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51021         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51022         problem.
51024         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51026 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51028         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51029         conditional on GCC version.
51030         (__arch_compare_and_exchange_val_8_acq)
51031         (__arch_compare_and_exchange_val_16_acq)
51032         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51033         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51034         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51036 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51038         * sysdeps/sh/backtrace.c: New file.
51040 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51042         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51043         parenthesis.
51045 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51047         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51048         falling back to utime.
51050 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51052         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51053         expectations for float.
51055 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51057         * locale/weight.h (findidx): Add parameter len.
51058         * locale/weightwc.h (findidx): Likewise.
51059         * posix/fnmatch_loop.c (FCT): Adjust caller.
51060         * posix/regcomp.c (build_equiv_class): Likewise.
51061         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51062         * posix/regexec.c (check_node_accept_bytes): Likewise.
51063         * string/strcoll_l.c (STRCOLL): Likewise.
51064         * string/strxfrm_l.c (STRXFRM): Likewise.
51066 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51068         * Makefile.in: Remove CVSOPT handling.
51069         * configure.in: Remove use of AC_REVISION.
51070         * iconvdata/Makefile (distribute): No need to filter out CVS.
51071         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51072         handling.
51074 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51076         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51077         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51078         [USE_AS_STRNCASECMP_L]: Likewise.
51079         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51080         NO_TLS_DIRECT_SEG_REFS.
51081         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51082         Fix argument offsets for non-PIC.
51083         [USE_AS_STRNCASECMP_L]: Likewise.
51084         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51085         NO_TLS_DIRECT_SEG_REFS.
51087 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51089         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51090         O_CLOEXEC.
51091         * locale/loadlocale.c (_nl_load_locale): Likewise.
51093 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51095         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51096         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51097         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51098         (SYSCALL_GETTIME): Set errno on error.
51100         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51101         count references to noai6ai_cached.
51103 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51105         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51107         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51108         FD_CLOEXEC for /proc/self/maps.
51110         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51111         FD_CLOEXEC for /proc/meminfo.
51113         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51114         gai.conf.
51116         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51117         FD_CLOEXEC for given file.
51119         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51121         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51122         FD_CLOEXEC for /etc/hosts.
51123         (_gethtent): Likewise.
51125         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51127         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51128         cancellation and set FD_CLOEXEC for /etc/netgroup.
51130         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51131         reading /etc/publickey.
51133         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51134         allow cancellation when reading /etc/group.
51136         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51137         cancellation.
51138         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51140         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51141         when using data file.
51143         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51145         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51146         (write_nis_obj): Use "c" and "e" in fopen.
51148         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51150         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51152         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51154         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51156         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51157         locale.alias.
51159         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51161         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51163         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51165         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51166         file parsing and set FD_CLOEXEC.
51168 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51170         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51172 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51174         * malloc/arena.c (arena_get2): Don't call reused_arena when
51175         _int_new_arena failed.
51177 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51179         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51180         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51181         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51182         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51183         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51184         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51185         to compile strcasecmp and strncasecmp.
51186         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51187         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51189         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51191 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51193         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51194         locale-defines.sym to gen-as-const-headers.
51195         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51196         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51197         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51198         to compile strcasecmp and strncasecmp.
51199         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51200         strcasecmp_l and strncasecmp_l.
51201         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51202         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51203         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51204         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51205         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51206         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51207         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51208         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51209         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51210         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51211         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51213 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51215         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51216         result of SYSDEP_GETTIME_CPU to retval.
51217         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51218         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51220         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51221         variable.
51223         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51224         mantissa words.
51225         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51227         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51228         from unused variable.
51230         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51231         DWARF definitions.
51232         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51233         for assembling.
51235         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51236         over namespaces.
51238         * sunrpc/rpc_prot.c (rejected): Fix case value.
51240         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51241         unsigned long long int to avoid warnings in shift.
51243         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51244         of use of trans.
51245         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51246         variable tmp.
51248         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51249         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51250         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51252         * nis/nis_table.c (nis_list): Use variable of correct type for
51253         result of __follow_path call.
51255 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51257         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51258         of math functions ceil, trunc, floor, round, and sqrt, when
51259         avaliable on the platform.
51260         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51261         name clash.
51262         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51263         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51264         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51266 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51268         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51269         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51271 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51273         * include/unistd.h: Fix __readlink return type.
51274         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51276 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51278         * stdlib/ucontext.h: Undo last change for makecontext.
51280 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51282         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51284         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51285         * setjmp/setjmp.h: Mark functions as non-leaf.
51286         * setjmp/bits/setjmp2.h: Likewise.
51287         * stdlib/ucontext.h: Likewise.
51289 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51291         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51292         (reused_arena): Don't check arena limit.
51293         (arena_get2): Atomically check arena limit.
51295 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51297         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51298         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51300         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51301         instructions.
51303 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51305         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51306         handler when locking.
51308         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51309         Fix size of allocated buffer.
51311 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51313         [BZ #10103]
51314         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51315         declarations for long double functions.
51316         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51318         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51320 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51322         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51323         installed.
51325         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51326         is disabled.
51328 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51330         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51332 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51334         * include/alloca.h (stackinfo_alloca_round): Define.
51335         (extend_alloca): Use it.
51336         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51337         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51338         here.
51340         * scripts/check-local-headers.sh: Ignore libaudit.h.
51342         * nscd/Makefile (extra-objs): Make recursively expanded.
51344 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51346         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51347         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51349         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51350         * posix/tst-rfc3484-2.c: Likewise.
51351         * posix/tst-rfc3484-3.c: Likewise.
51353         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51354         process_vm_writev.
51355         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51356         process_vm_writev.
51357         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51358         process_vm_writev from libc using GLIBC_2.15 version.
51360         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51362 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51364         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51365         stack usage.
51367 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51369         [BZ #13367]
51370         * nss/getent.c (initgroups_keys): Show error message in case no group
51371         names are given.
51373         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51374         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51375         __bump_nl_timestamp.
51376         * nscd/connections (nscd_init): When host database is served open
51377         netlink socket and request notification about configuration changes.
51378         (main_loop_poll): Track netlink file descriptor and bump timestamp
51379         in case data becomes available.
51380         (main_loop_epoll): Likewise.
51381         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51382         (database_pers_head): Add extra_data fileds.
51383         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51384         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51385         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51386         Adjust caller.
51387         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51388         in6ai data, call __free_in6ai.
51389         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51390         Add -DHAVE_NETLINK.
51391         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51392         interface information.  Reuse previous data if netlink timestamp
51393         is not changed.
51394         (__bump_nl_timestamp): New function.
51395         (__free_in6ai): New function.
51397 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51399         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51400         close_not_cancel_no_status here.
51401         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51403 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51405         [BZ #13276]
51406         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51407         return value.
51409         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51410         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51411         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51413 2011-07-03  Andreas Jaeger  <aj@suse.de>
51415         [BZ #10709]
51416         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51417         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51418         * math/libm-test.inc (sin_test): Add test case.
51420 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51422         [BZ #13337]
51423         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51424         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51426         * elf/chroot_canon.c (chroot_canon): Cleanups.
51428         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51430         [BZ #13335]
51431         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51432         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51434         * string/test-strchr.c: Make usable for strchrnul testing.
51435         * string/test-strchrnul.c: New file.
51436         * string/Makefile (strop-tests): Add strchrnul.
51438         * po/it.po: Update from translation team.
51439         * po/es.po: Likewise.
51441 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51443         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51444         the three constants needed as parameters.  Drop the others.
51445         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51446         __m128i_strloadu_tolower.
51447         Create and initialize variable zero and use it in all the places
51448         where _mm_setzero_si128 was used.
51450         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51451         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51452         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51453         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51454         anymore.
51455         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51456         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51457         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51458         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51459         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51460         __mpranred, __mptan.
51461         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51462         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51463         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51464         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51465         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51466         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51467         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51468         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51469         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51471 2011-10-28  Andreas Schwab  <schwab@redhat.com>
51473         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51474         redefine if SHARED.
51475         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51477         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51478         wide char related routines to wcsmbs subdir.
51480 2011-10-27  Andreas Schwab  <schwab@redhat.com>
51482         [BZ #13344]
51483         * misc/sys/cdefs.h (__THROWNL): Define.
51484         * posix/unistd.h: Use __THREADNL instead of __THREAD
51485         for memory synchronization functions.
51487 2011-10-26  Roland McGrath  <roland@hack.frob.com>
51489         [BZ #13349]
51490         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51491         doesn't exist.
51492         * manual/stdio.texi (Obstack Streams): Node removed.
51494 2011-10-26  Andreas Schwab  <schwab@redhat.com>
51496         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51497         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51498         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51500         * math/math_private.h (math_force_eval): Allow non-addressable
51501         arguments.
51502         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51504 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51506         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51507         file is not needed.
51509         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51510         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51511         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51512         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51513         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51514         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51515         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51516         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51517         Add AVX variants.
51518         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51519         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51520         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51521         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51522         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51523         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51524         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51525         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51526         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51527         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51528         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51529         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51530         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51531         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51532         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51533         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51534         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51535         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51536         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51538         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51539         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
51541         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51542         place.  Use VEX encoding when compiling for AVX.
51544 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51546         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51547         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51549         * string/test-strchr.c (do_test): Don't generate NUL bytes.
51551 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51553         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51554         useless if() expression.
51555         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51556         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51557         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51558         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51559         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51560         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51561         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51562         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51563         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51564         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51565         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51566         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51567         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51568         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51569         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51570         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51571         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51572         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51573         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51575         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51577 2011-10-25  Andreas Schwab  <schwab@redhat.com>
51579         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51580         condition.
51581         * elf/dl-fini.c (_dl_sort_fini): Likewise.
51583 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
51585         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51586         .text section.  Avoid duplicate constants.
51587         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51588         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51589         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51590         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51591         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51592         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51593         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51594         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51595         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51596         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51597         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51598         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51599         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51600         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51601         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51602         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51603         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51604         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51605         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51606         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51607         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51608         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51609         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51610         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51611         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51612         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51613         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51614         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51615         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51616         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51617         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51618         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51619         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51620         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51621         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51622         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51623         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51624         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51625         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51626         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51627         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51628         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51629         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51630         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51631         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51633 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
51635         * sysdeps/x86_64/dla.h: Move to ...
51636         * sysdeps/x86_64/fpu/dla.h: ...here.
51637         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51638         situations.  Use __builtin_fma only for gcc 4.6 and up.
51640         * config.make.in: Add have-mfma4 entry.
51641         * configure.in: Substitute libc_cv_cc_fma4.
51642         * math/Makefile (dbl-only-routines): Add sincostab.
51643         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51644         Use __sincostab not sincos.
51645         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51646         name is a macro.
51647         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51649         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51650         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
51651         using __copysign.
51652         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
51653         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
51654         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51655         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51656         and __inv.
51657         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51658         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51659         __copysign.
51660         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
51661         define aliases when function name is a macro.
51662         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51663         sysdeps/ieee754/dbl-64/sincos.tbl.
51664         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51665         fma4-enabled routines.
51666         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51667         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51668         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51669         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51670         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51671         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51672         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51673         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51674         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51675         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51676         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51677         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51678         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51679         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51680         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51681         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51682         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51683         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51684         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51685         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51686         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51687         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51688         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51689         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51690         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51691         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51692         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51693         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51694         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51695         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51697         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51698         rename.
51699         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51700         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51701         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51702         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51703         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51704         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51705         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51706         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51708 2011-10-24  Andreas Schwab  <schwab@redhat.com>
51710         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51712 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51714         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51716         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51717         prediction.
51718         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51720         * string/strnlen.c: Don't define STRNLEN, reverse logic.
51721         Remove unused variable magic_bits.
51722         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51724         * string/strnlen.c: Define and use STRNLEN macro.
51725         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51726         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51727         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51728         * wcsmbs/wcslen.c: Define and use WCSLEN.
51729         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51730         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51731         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51732         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51733         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51734         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51735         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51737 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51739         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51740         strnlen-sse2-no-bsf.
51741         Rename strlen-no-bsf to strlen-sse2-no-bsf.
51742         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51743         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51744         Add strnlen support.
51745         (USE_AS_STRNLEN): New macro.
51746         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51747         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51748         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51749         * sysdeps/x86_64/wcslen.S: New file.
51751 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
51753         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51754         XMM-moves are used for copying on small sizes.
51756 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51758         * wcsmbs/Makefile (strop-tests): Add wcschr.
51759         * wcsmbs/test-wcschr.c: New file.
51760         * string/test-strchr.c: Update.
51761         Add wcschr support.
51762         (WIDE): New macro.
51764 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51766         * wcsmbs/Makefile (strop-tests): Add wcslen.
51767         * wcsmbs/test-wcslen.c: New file.
51768         * string/test-strlen.c: Update.
51769         Add wcslen support.
51770         (WIDE): New macro.
51772 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51774         * po/it.po: Update from translation team.
51776 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51778         * sysdeps/x86_64/wcscmp.S: Update.
51779         Fix wrong comparison semantics.
51780         wcscmp shall use signed comparison not unsigned.
51781         Don't use substraction to avoid overflow bug.
51782         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51783         * wcsmbc/wcscmp.c: Likewise.
51784         * string/test-strcmp.c: Likewise.
51785         Add new tests to check cases with negative values.
51787 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
51789         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51790         * sysdeps/x86_64/dla.h: ...here.  New file.
51791         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51792         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51793         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51794         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51795         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51796         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51797         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51798         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51799         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51801 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
51803         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51804         __ynl_finite aliases.
51806 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51808         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51810         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51811         define DLA_FMA.
51812         [DLA_FMA] (EMULV): Use DLA_FMA.
51813         [DLA_FMA] (MUL12): Use EMULV.
51814         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51815         that are not needed.
51816         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51817         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51818         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51819         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51820         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51821         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51822         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51824 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
51826         * math/s_nan.c: Undef __nan.
51827         * math/s_nanf.c: Undef __nanf.
51828         * math/s_nanl.c: Undef __nanl.
51829         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51830         "math_private.h".
51832 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
51834         * math/s_catan.c: Add branch predictions.
51835         * math/s_catanf.c: Likewise.
51836         * math/s_catanh.c: Likewise.
51837         * math/s_catanhf.c: Likewise.
51838         * math/s_catanhl.c: Likewise.
51839         * math/s_catanl.c: Likewise.
51840         * math/s_cexp.c: Likewise.
51841         * math/s_cexpf.c: Likewise.
51842         * math/s_cexpl.c: Likewise.
51843         * math/s_clog.c: Likewise.
51844         * math/s_clog10.c: Likewise.
51845         * math/s_clog10f.c: Likewise.
51846         * math/s_clog10l.c: Likewise.
51847         * math/s_clogf.c: Likewise.
51848         * math/s_clogl.c: Likewise.
51849         * math/s_csqrt.c: Likewise.
51850         * math/s_csqrtf.c: Likewise.
51851         * math/s_csqrtl.c: Likewise.
51852         * math/s_ctanf.c: Likewise.
51853         * math/s_ctanh.c: Likewise.
51854         * math/s_ctanhf.c: Likewise.
51855         * math/s_ctanhl.c: Likewise.
51856         * math/s_ctanl.c: Likewise.
51858         * math/math_private.h: Define __nan, __nanf, __nanl.
51859         * math/s_cacosh.c: Include <math_private.h>.
51860         * math/s_cacoshl.c: Likewise.
51861         * math/s_casinh.c: Likewise.
51862         * math/s_casinhf.c: Likewise.
51863         * math/s_casinhl.c: Likewise.
51864         * math/s_ccos.c: Rely entire on ccosh.
51865         * math/s_ccosf.c: Rely entire on ccoshf.
51866         * math/s_ccosl.c: Rely entirely on ccoshl.
51867         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
51868         Remove tests for FE_INVALID.
51869         * math/s_ccoshf.c: Likewise.
51870         * math/s_ccoshl.c: Likewise.
51871         * math/s_csin.c: Likewise.
51872         * math/s_csinf.c: Likewise.
51873         * math/s_csinh.c Likewise.
51874         * math/s_csinhf.c: Likewise.
51875         * math/s_csinhl.c: Likewise.
51876         * math/s_csinl.c: Likewise.
51877         * math/s_ctan.c: Likewise.
51878         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51879         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51880         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51882 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
51884         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51885         compilation problems.
51887         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51888         __builtin_expect.
51890 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
51892         * sysdeps/i386/configure.in: Test for -mfma4 option.
51893         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51894         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51895         COMMON_CPUID_INDEX_80000001.
51896         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51897         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51898         use it if FMA3 is not supported.
51899         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51901         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51902         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51904 2011-10-20  Andreas Schwab  <schwab@redhat.com>
51906         [BZ #12892]
51907         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51908         it would create a cycle with a link time dependency.
51910 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
51912         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51913         instruction.
51914         * string/Makefile (strop-tests): Add rawmemchr.
51915         * string/test-rawmemchr.c: New file.
51917         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51918         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
51919         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
51920         when compiling str{,n}casecmp and when AVX is available.  Hook up
51921         new optimized code in initializers.
51923 2011-10-19  Andreas Schwab  <schwab@redhat.com>
51925         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51926         __feraiseexcept instead of feraiseexcept.
51928 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
51930         * math/math_private.h: Define defaults for libc_fetestexcept and
51931         libc_feupdateenv.
51932         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51933         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51934         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51935         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51936         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51937         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51938         libc_fetestexcept and libc_feupdateenv.
51940         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51941         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51942         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51943         * sysdeps/x86_64/fpu/math_private.h: Define special version of
51944         libc_feholdexcept_setround.
51946         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51947         Add s_nearbyint-c and s_nearbyintf-c.
51948         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51949         nearbyintf inlines.
51950         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51951         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51952         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
51953         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
51955         * math/math_private.h: Define defaults for libc_fegetround,
51956         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
51957         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
51958         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
51959         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
51960         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
51961         standard functions.
51962         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
51963         Remove comments and hacks for old compiler versions.
51964         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51965         libc_fegetround, libc_fesetround, libc_feholdexcept, and
51966         libc_feholdexceptl.
51968 2011-10-18  Andreas Schwab  <schwab@redhat.com>
51970         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
51971         (__feraiseexcept_renamed): Add __NTH.
51972         (feraiseexcept): Add __NTH.  Rename local variables to fix
51973         namespace violations.
51975 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
51977         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
51979         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
51981         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
51982         recently added interfaces.
51983         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
51985         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
51986         about macro parameter expansion.
51988         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
51989         __NO_MATH_INLINES is defined.  Cleanups.
51991         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
51992         and __floorf is target has SSE4.1.
51993         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
51994         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
51995         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
51996         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
51998         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
51999         name.
52000         (floorf): Likewise.
52002         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52004 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52006         * misc/sys/cdefs.h: Fix last change.
52008         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52009         database lookup.
52011 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52013         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52015         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52016         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52017         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52018         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52019         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52020         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52021         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52022         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52023         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52024         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52025         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52026         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52027         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52028         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52029         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52030         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52031         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52032         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52033         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52034         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52035         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52036         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52038         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52039         ceil, ceilf, floor, floorf.
52041         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52042         Perform IRELATIVE relocations last.
52044         * elf/do-rel.h: Add another parameter nrelative, replacing the
52045         local variable with the same name.  Change name of the function
52046         to end in Rel or Rela (uppercase).
52047         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52048         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52049         elf_dynamic_do_##reloc function.
52051 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52053         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52054         is sufficient, at least on modern CPUs.
52056         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52058         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52059         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52061         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52062         __expl_finite.
52063         * math/bits/math-finite.h: Add entries for exp.
52064         * math/e_expl.c: Add __*_finite alias.
52065         * sysdeps/i386/fpu/e_exp.S: Likewise.
52066         * sysdeps/i386/fpu/e_expf.S: Likewise.
52067         * sysdeps/i386/fpu/e_expl.c: Likewise.
52068         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52069         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52070         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52071         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52072         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52073         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52074         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52076         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52077         is sufficient, at least on modern CPUs.
52079         * ctype/ctype-info.c (__ctype_init): Define.
52080         * include/ctype.h (__ctype_init): Declare.
52081         (__ctype_b_loc): The variable is always initialized.
52082         (__ctype_toupper_loc): Likewise.
52083         (__ctype_tolower_loc): Likewise.
52084         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52085         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52087 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52089         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52091         * configure.in: Also look in $cxxmachine/include for C++ system
52092         headers.
52094 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52096         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52097         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52098         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52099         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52100         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52101         (USE_AS_WMEMCMP): New macro.
52102         Fixing indents.
52103         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52104         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52105         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52106         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52107         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52108         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52109         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52110         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52111         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52112         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52113         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52114         (USE_AS_WMEMCMP): New macro.
52115         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52116         * sysdeps/string/test-memcmp.c: Update.
52117         Fix simple_wmemcmp.
52118         Add new tests.
52119         * wcsmbs/wmemcmp.c: Update.
52120         (WMEMCMP): New macro.
52121         Fix overflow bug.
52123 2011-10-12  Andreas Jaeger  <aj@suse.de>
52125         [BZ #13268]
52126         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52128 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52130         * libio/iofwide.c (do_length): Avoid warning.
52132         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52134 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52136         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52138         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52139         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52140         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52141         * sysdeps/i386/i686/fpu/e_log.S: New file.
52142         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52143         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52145         * ctype/ctype.h: Add support for inlined isXXX functions when
52146         compiling C++ code.
52148 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52150         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52152         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52154 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52156         [BZ #13291]
52157         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52159 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52161         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52162         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52163         feraiseexcept.
52165         * sysdeps/x86_64/memrchr.S: Check for zero size.
52167         * string/stratcliff.c: Add memrchr tests.
52169 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52171         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52172         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52173         rawmemchr-sse2 rawmemchr-sse2-bsf.
52174         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52175         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52176         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52177         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52178         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52179         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52180         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52181         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52182         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52183         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52184         * string/memrchr.c (MEMRCHR): New macro.
52186 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52188         Add integration with gcc's -ffinite-math-only and optimize wrapper
52189         functions in libm.
52190         * Versions.def: Define GLIBC_2.15 version for libm.
52191         * math/Makefile (headers): Add bits/math-finite.h.
52192         * math/bits/math-finite.h: New file.
52193         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52194         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52195         * math/e_acoshl.c: Add __*_finite alias.
52196         * math/e_acosl.c: Likewise.
52197         * math/e_asinl.c: Likewise.
52198         * math/e_atan2l.c: Likewise.
52199         * math/e_atanhl.c: Likewise.
52200         * math/e_coshl.c: Likewise.
52201         * math/e_exp10.c: Likewise.
52202         * math/e_exp10f.c: Likewise.
52203         * math/e_exp10l.c: Likewise.
52204         * math/e_exp2l.c: Likewise.
52205         * math/e_fmodl.c: Likewise.
52206         * math/e_gammal_r.c: Likewise.
52207         * math/e_hypotl.c: Likewise.
52208         * math/e_j0l.c: Likewise.
52209         * math/e_j1l.c: Likewise.
52210         * math/e_jnl.c: Likewise.
52211         * math/e_lgammal_r.c: Likewise.
52212         * math/e_log10l.c: Likewise.
52213         * math/e_log2l.c: Likewise.
52214         * math/e_logl.c: Likewise.
52215         * math/e_powl.c: Likewise.
52216         * math/e_sinhl.c: Likewise.
52217         * math/e_sqrtl.c: Likewise.
52218         * math/e_scalb.c: Completely rewritten and optimized.
52219         * math/e_scalbf.c: Likewise.
52220         * math/e_scalbl.c: Likewise.
52221         * math/w_acos.c: Likewise.
52222         * math/w_acosf.c: Likewise.
52223         * math/w_acosl.c: Likewise.
52224         * math/w_acosh.c: Likewise.
52225         * math/w_acoshf.c: Likewise.
52226         * math/w_acoshl.c: Likewise.
52227         * math/w_asin.c: Likewise.
52228         * math/w_asinf.c: Likewise.
52229         * math/w_asinl.c: Likewise.
52230         * math/w_atan2.c: Likewise.
52231         * math/w_atan2f.c: Likewise.
52232         * math/w_atan2l.c: Likewise.
52233         * math/w_atanh.c: Likewise.
52234         * math/w_atanhf.c: Likewise.
52235         * math/w_atanhl.c: Likewise.
52236         * math/w_exp10.c: Likewise.
52237         * math/w_exp10f.c: Likewise.
52238         * math/w_exp10l.c: Likewise.
52239         * math/w_fmod.c: Likewise.
52240         * math/w_fmodf.c: Likewise.
52241         * math/w_fmodl.c: Likewise.
52242         * math/w_j0.c: Likewise.
52243         * math/w_j0f.c: Likewise.
52244         * math/w_j0l.c: Likewise.
52245         * math/w_j1.c: Likewise.
52246         * math/w_j1f.c: Likewise.
52247         * math/w_j1l.c: Likewise.
52248         * math/w_jn.c: Likewise.
52249         * math/w_jnf.c: Likewise.
52250         * math/w_log.c: Likewise.
52251         * math/w_logf.c: Likewise.
52252         * math/w_logl.c: Likewise.
52253         * math/w_log10.c: Likewise.
52254         * math/w_log10f.c: Likewise.
52255         * math/w_log10l.c: Likewise.
52256         * math/w_log2.c: Likewise.
52257         * math/w_log2f.c: Likewise.
52258         * math/w_log2l.c: Likewise.
52259         * math/w_pow.c: Likewise.
52260         * math/w_powf.c: Likewise.
52261         * math/w_powl.c: Likewise.
52262         * math/w_remainder.c: Likewise.
52263         * math/w_remainderf.c: Likewise.
52264         * math/w_remainderl.c: Likewise.
52265         * math/w_scalb.c: Likewise.
52266         * math/w_scalbf.c: Likewise.
52267         * math/w_scalbl.c: Likewise.
52268         * math/w_sqrt.c: Likewise.
52269         * math/w_sqrtf.c: Likewise.
52270         * math/w_sqrtl.c: Likewise.
52271         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52272         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52273         used.
52274         * math/math_private.h: Declare __kernel_standard_f.
52275         * math/w_cosh.c: Remove cruft and optimize a bit.
52276         * math/w_coshf.c: Likewise.
52277         * math/w_coshl.c: Likewise.
52278         * math/w_exp2.c: Likewise.
52279         * math/w_exp2f.c: Likewise.
52280         * math/w_exp2l.c: Likewise.
52281         * math/w_hypot.c: Likewise.
52282         * math/w_hypotf.c: Likewise.
52283         * math/w_hypotl.c: Likewise.
52284         * math/w_lgamma.c: Likewise.
52285         * math/w_lgamma_r.c: Likewise.
52286         * math/w_lgammaf.c: Likewise.
52287         * math/w_lgammaf_r.c: Likewise.
52288         * math/w_lgammal.c: Likewise.
52289         * math/w_lgammal_r.c: Likewise.
52290         * math/w_sinh.c: Likewise.
52291         * math/w_sinhf.c: Likewise.
52292         * math/w_sinhl.c: Likewise.
52293         * math/w_tgamma.c: Likewise.
52294         * math/w_tgammaf.c: Likewise.
52295         * math/w_tgammal.c: Likewise.
52296         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52297         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52298         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52299         Minor optimizations.  Pretty printing.  Remove cruft.
52300         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52301         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52302         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52303         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52304         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52305         * sysdeps/i386/fpu/e_asin.S: Likewise.
52306         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52307         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52308         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52309         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52310         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52311         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52312         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52313         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52314         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52315         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52316         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52317         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52318         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52319         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52320         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52321         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52322         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52323         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52324         * sysdeps/i386/fpu/e_log.S: Likewise.
52325         * sysdeps/i386/fpu/e_log10.S: Likewise.
52326         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52327         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52328         * sysdeps/i386/fpu/e_log2.S: Likewise.
52329         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52330         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52331         * sysdeps/i386/fpu/e_logf.S: Likewise.
52332         * sysdeps/i386/fpu/e_logl.S: Likewise.
52333         * sysdeps/i386/fpu/e_pow.S: Likewise.
52334         * sysdeps/i386/fpu/e_powf.S: Likewise.
52335         * sysdeps/i386/fpu/e_powl.S: Likewise.
52336         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52337         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52338         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52339         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52340         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52341         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52342         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52343         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52344         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52345         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52346         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52347         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52348         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52349         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52350         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52351         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52352         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52353         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52354         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52355         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52356         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52357         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52358         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52359         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52360         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52361         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52362         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52363         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52364         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52365         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52366         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52367         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52368         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52369         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52370         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52371         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52372         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52373         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52374         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52375         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52376         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52377         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52378         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52379         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52380         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52381         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52382         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52383         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52384         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52385         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52386         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52387         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52388         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52389         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52390         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52391         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52392         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52393         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52394         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52395         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52396         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52397         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52398         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52399         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52400         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52401         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52402         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52403         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52404         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52405         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52406         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52407         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52408         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52409         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52410         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52411         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52412         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52413         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52414         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52415         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52416         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52417         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52418         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52419         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52420         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52421         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52422         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52423         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52424         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52425         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52426         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52427         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52428         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52429         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52430         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52431         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52432         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52433         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52434         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52435         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52436         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52437         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52438         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52439         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52440         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52441         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52442         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52443         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52444         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52445         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52446         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52447         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52448         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52449         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52450         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52451         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52452         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52453         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52454         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52455         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52456         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52457         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52458         (__isnanf): Likewise.
52459         (__isinf_ns): Likewise.
52460         (__isinf_nsf): Likewise.
52461         (__finite): Likewise.
52462         (__finitef): Likewise.
52463         (__ieee754_sqrt): Define as macro.
52464         (__ieee754_sqrtf): Define as macro.
52465         (__ieee754_sqrtl): Define as macro.
52466         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52467         inlined copy.
52468         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52469         __FINITE_MATH_ONLY__ consistent.
52470         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52472 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
52474         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52475         of rawmemchr.
52477         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52479 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
52481         * po/ja.po: Update from translation team.
52483 2011-10-08  Roland McGrath  <roland@hack.frob.com>
52485         * locale/programs/locarchive.c (prepare_address_space): New function.
52486         (create_archive, enlarge_archive, open_archive): Use it.
52488         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52489         inside [SHARED], where it is used.
52491         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52493         * nss/getent.c (netgroup_keys): Remove unused variable.
52494         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52496 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
52498         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52499         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52500         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52501         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52502         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52503         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52504         * math/Makefile (libm-calls): Add s_isinf_ns.
52505         * math/divtc3.c: Use __isinf_nsl instead of isinf.
52506         * math/multc3.c: Likewise.
52507         * math/s_casin.c: Likewise.
52508         * math/s_casinf.c: Likewise.
52509         * math/s_casinl.c: Likewise.
52510         * math/s_ccos.c: Likewise.
52511         * math/s_ccosf.c: Likewise.
52512         * math/s_ccosl.c: Likewise.
52513         * math/s_ctan.c: Likewise.
52514         * math/s_ctanf.c: Likewise.
52515         * math/s_ctanh.c: Likewise.
52516         * math/s_ctanhf.c: Likewise.
52517         * math/s_ctanhl.c: Likewise.
52518         * math/s_ctanl.c: Likewise.
52519         * math/w_fmod.c: Likewise.
52520         * math/w_fmodf.c: Likewise.
52521         * math/w_fmodl.c: Likewise.
52522         * math/w_remainder.c: Likewise.
52523         * math/w_remainderf.c: Likewise.
52524         * math/w_remainderl.c: Likewise.
52525         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52526         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52527         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52528         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52529         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52530         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52531         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52532         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52534         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52535         of the number.
52536         * stdio-common/printf_fphex.c: Likewise.
52537         * stdio-common/printf_size.c: Likewise.
52539         * math/e_exp10.c: Include math_private.h using <...> not "...".
52540         * math/e_exp10f.c: Likewise.
52541         * math/e_exp10l.c: Likewise.
52542         * math/e_exp2l.c: Likewise.
52543         * math/e_j0l.c: Likewise.
52544         * math/e_j1l.c: Likewise.
52545         * math/e_jnl.c: Likewise.
52546         * math/e_lgammal_r.c: Likewise.
52547         * math/e_rem_pio2l.c: Likewise.
52548         * math/e_scalb.c: Likewise.
52549         * math/e_scalbf.c: Likewise.
52550         * math/e_scalbl.c: Likewise.
52551         * math/k_cosl.c: Likewise.
52552         * math/k_sinl.c: Likewise.
52553         * math/k_tanl.c: Likewise.
52554         * math/s_cacoshf.c: Likewise.
52555         * math/s_catan.c: Likewise.
52556         * math/s_catanf.c: Likewise.
52557         * math/s_catanh.c: Likewise.
52558         * math/s_catanhf.c: Likewise.
52559         * math/s_catanhl.c: Likewise.
52560         * math/s_catanl.c: Likewise.
52561         * math/s_ccosh.c: Likewise.
52562         * math/s_ccoshf.c: Likewise.
52563         * math/s_ccoshl.c: Likewise.
52564         * math/s_cexp.c: Likewise.
52565         * math/s_cexpf.c: Likewise.
52566         * math/s_cexpl.c: Likewise.
52567         * math/s_clog.c: Likewise.
52568         * math/s_clog10.c: Likewise.
52569         * math/s_clog10f.c: Likewise.
52570         * math/s_clog10l.c: Likewise.
52571         * math/s_clogf.c: Likewise.
52572         * math/s_clogl.c: Likewise.
52573         * math/s_csin.c: Likewise.
52574         * math/s_csinf.c: Likewise.
52575         * math/s_csinh.c: Likewise.
52576         * math/s_csinhf.c: Likewise.
52577         * math/s_csinhl.c: Likewise.
52578         * math/s_csinl.c: Likewise.
52579         * math/s_csqrt.c: Likewise.
52580         * math/s_csqrtf.c: Likewise.
52581         * math/s_csqrtl.c: Likewise.
52582         * math/s_ctan.c: Likewise.
52583         * math/s_ctanf.c: Likewise.
52584         * math/s_ctanh.c: Likewise.
52585         * math/s_ctanhf.c: Likewise.
52586         * math/s_ctanhl.c: Likewise.
52587         * math/s_ctanl.c: Likewise.
52588         * math/s_ldexp.c: Likewise.
52589         * math/s_ldexpf.c: Likewise.
52590         * math/s_ldexpl.c: Likewise.
52591         * math/s_significand.c: Likewise.
52592         * math/s_significandf.c: Likewise.
52593         * math/s_significandl.c: Likewise.
52594         * math/w_acos.c: Likewise.
52595         * math/w_acosf.c: Likewise.
52596         * math/w_acosh.c: Likewise.
52597         * math/w_acoshf.c: Likewise.
52598         * math/w_acoshl.c: Likewise.
52599         * math/w_acosl.c: Likewise.
52600         * math/w_asin.c: Likewise.
52601         * math/w_asinf.c: Likewise.
52602         * math/w_asinl.c: Likewise.
52603         * math/w_atan2.c: Likewise.
52604         * math/w_atan2f.c: Likewise.
52605         * math/w_atan2l.c: Likewise.
52606         * math/w_atanh.c: Likewise.
52607         * math/w_atanhf.c: Likewise.
52608         * math/w_atanhl.c: Likewise.
52609         * math/w_cosh.c: Likewise.
52610         * math/w_coshf.c: Likewise.
52611         * math/w_coshl.c: Likewise.
52612         * math/w_dremf.c: Likewise.
52613         * math/w_exp10.c: Likewise.
52614         * math/w_exp10f.c: Likewise.
52615         * math/w_exp10l.c: Likewise.
52616         * math/w_exp2.c: Likewise.
52617         * math/w_exp2f.c: Likewise.
52618         * math/w_fmod.c: Likewise.
52619         * math/w_fmodf.c: Likewise.
52620         * math/w_fmodl.c: Likewise.
52621         * math/w_hypot.c: Likewise.
52622         * math/w_hypotf.c: Likewise.
52623         * math/w_hypotl.c: Likewise.
52624         * math/w_j0.c: Likewise.
52625         * math/w_j0f.c: Likewise.
52626         * math/w_j0l.c: Likewise.
52627         * math/w_j1.c: Likewise.
52628         * math/w_j1f.c: Likewise.
52629         * math/w_j1l.c: Likewise.
52630         * math/w_jn.c: Likewise.
52631         * math/w_jnf.c: Likewise.
52632         * math/w_jnl.c: Likewise.
52633         * math/w_lgamma.c: Likewise.
52634         * math/w_lgamma_r.c: Likewise.
52635         * math/w_lgammaf.c: Likewise.
52636         * math/w_lgammaf_r.c: Likewise.
52637         * math/w_lgammal.c: Likewise.
52638         * math/w_lgammal_r.c: Likewise.
52639         * math/w_log.c: Likewise.
52640         * math/w_log10.c: Likewise.
52641         * math/w_log10f.c: Likewise.
52642         * math/w_log10l.c: Likewise.
52643         * math/w_log2.c: Likewise.
52644         * math/w_log2f.c: Likewise.
52645         * math/w_log2l.c: Likewise.
52646         * math/w_logf.c: Likewise.
52647         * math/w_logl.c: Likewise.
52648         * math/w_pow.c: Likewise.
52649         * math/w_powf.c: Likewise.
52650         * math/w_powl.c: Likewise.
52651         * math/w_remainder.c: Likewise.
52652         * math/w_remainderf.c: Likewise.
52653         * math/w_remainderl.c: Likewise.
52654         * math/w_scalb.c: Likewise.
52655         * math/w_scalbf.c: Likewise.
52656         * math/w_scalbl.c: Likewise.
52657         * math/w_sinh.c: Likewise.
52658         * math/w_sinhf.c: Likewise.
52659         * math/w_sinhl.c: Likewise.
52660         * math/w_sqrt.c: Likewise.
52661         * math/w_sqrtf.c: Likewise.
52662         * math/w_sqrtl.c: Likewise.
52663         * math/w_tgamma.c: Likewise.
52664         * math/w_tgammaf.c: Likewise.
52665         * math/w_tgammal.c: Likewise.
52667         * po/ja.po: Update from translation team.
52669 2011-09-29  Andreas Jaeger  <aj@suse.de>
52671         [BZ #13179]
52672         * sunrpc/netname.c (netname2host): Fix logic.
52674         [BZ #6779]
52675         [BZ #6783]
52676         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52677         correctly.
52678         * math/w_remainder.c (__remainder): Likewise.
52679         * math/w_remainderf.c (__remainderf): Likewise.
52680         * math/libm-test.inc (remainder_test): Add test cases.
52682 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52684         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
52685         sdiv_qrnnd.
52687 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52689         * string/test-memcmp.c: Avoid unncessary #defines.
52690         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52692 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52694         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52695         Use new sse2 version for core i3 - i7 as it's faster
52696         than sse42 version.
52697         (bit_Prefer_PMINUB_for_stringop): New.
52698         * sysdeps/x86_64/rawmemchr.S: Update.
52699         Replace with faster SSE2 version.
52700         * sysdeps/x86_64/memrchr.S: New file.
52701         * sysdeps/x86_64/memchr.S: Update.
52702         Replace with faster SSE2 version.
52704 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
52706         * elf/dl-load.c (lose): Add cast to avoid warning.
52708 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
52710         * po/ca.po: Update from translation team.
52712         * inet/getnetgrent_r.c: Hook up nscd.
52713         * nscd/Makefile (routines): Add nscd_netgroup.
52714         (nscd-modules): Add netgroupcache.
52715         (CFLAGS-netgroupcache.c): Define.
52716         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52717         (cache_search): Add const to second parameter.
52718         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52719         INNETGR.
52720         (dbs): Add netgrdb entry.
52721         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52722         (verify_persistent_db): Handle netgrdb.
52723         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52724         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52725         GETFDNETGR.
52726         (netgroup_response_header): Define.
52727         (innetgroup_response_header): Define.
52728         (datahead): Add netgroup_response_header and innetgroup_response_header
52729         elements.
52730         * nscd/nscd.conf: Add entries for netgroup cache.
52731         * nscd/nscd.h (dbtype): Add netgrdb.
52732         (_PATH_NSCD_NETGROUP_DB): Define.
52733         (netgroup_iov_disabled): Declare.
52734         (xmalloc, xcalloc, xrealloc): Move declarations here.
52735         (cache_search): Adjust prototype.
52736         Add netgroup-related prototypes.
52737         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52738         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52739         (__nscd_innetgr): Declare.
52740         * nscd/selinux.c (perms): Use access_vector_t as element type and
52741         add netgroup-related initializers.
52742         * nscd/netgroupcache.c: New file.
52743         * nscd/nscd_netgroup.c: New file.
52744         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52745         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52746         For four parameters use innetgr.
52747         * nss/nss_files/files-init.c: Add definition and callback for netgr.
52748         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52749         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52750         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52752         * nscd/connections.c (register_traced_file): Don't register file
52753         for disabled databases.
52755 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
52757         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52759         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52760         from tree and freeing node.
52762 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
52764         * nss/nsswitch.c (__nss_database_lookup): Handle
52765         nss_parse_service_list out of memory case.
52767 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
52769         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52770         out of memory case.
52772 2011-10-04  Andreas Schwab  <schwab@redhat.com>
52774         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52775         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52776         pass it down.
52777         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52778         elf_machine_rela, elf_machine_lazy_rel.
52779         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52780         (ELF_DYNAMIC_DO_REL): Likewise.
52781         (ELF_DYNAMIC_DO_RELA): Likewise.
52782         (ELF_DYNAMIC_RELOCATE): Likewise.
52783         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52784         to ELF_DYNAMIC_DO_REL.
52785         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52786         (dl_main): In trace mode always set __RTLD_NOIFUNC.
52787         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52788         elf_machine_rela.
52789         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52790         skip_ifunc, don't call ifunc function if non-zero.
52791         (elf_machine_rela): Likewise.
52792         (elf_machine_lazy_rel): Likewise.
52793         (elf_machine_lazy_rela): Likewise.
52794         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52795         (elf_machine_lazy_rel): Likewise.
52796         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52797         Likewise.
52798         (elf_machine_lazy_rel): Likewise.
52799         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52800         Likewise.
52801         (elf_machine_lazy_rel): Likewise.
52802         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52803         (elf_machine_lazy_rel): Likewise.
52804         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52805         (elf_machine_lazy_rel): Likewise.
52806         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52807         (elf_machine_lazy_rel): Likewise.
52808         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52809         (elf_machine_lazy_rel): Likewise.
52810         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52811         (elf_machine_lazy_rel): Likewise.
52812         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52813         (elf_machine_lazy_rel): Likewise.
52815 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
52817         * nss/nss_files/files-init.c (_nss_files_init): Use static
52818         initialization for all the *_traced_file variables.
52820 2011-09-28  Andreas Schwab  <schwab@redhat.com>
52822         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52824 2011-09-27  Roland McGrath  <roland@hack.frob.com>
52826         [BZ #13226]
52827         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52829 2011-09-27  Andreas Schwab  <schwab@redhat.com>
52831         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52832         Reread the line before reparsing it.
52834 2011-09-26  Andreas Schwab  <schwab@redhat.com>
52836         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52838 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
52839             Maxim Kuvyrkov  <maxim@codesourcery.com>
52840             Joseph Myers  <joseph@codesourcery.com>
52842         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52843         if needed for __stack_chk_guard.
52845 2011-09-19  Roland McGrath  <roland@hack.frob.com>
52847         * sysdeps/posix/spawni.c (script_execute): Always define it.
52848         It will be optimized away if unused.
52849         (maybe_script_execute): New function.
52850         (__spawni): Call it.
52852         * Makerules: Don't include tls.make.
52853         (config-tls): Always set to thread.
52854         * tls.make.c: File removed.
52856 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
52858         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52859         * config.make.in (CPPFLAGS-config): New substituted variable.
52861 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52863         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52865         [BZ #13192]
52866         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52867         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52869 2011-09-15  Roland McGrath  <roland@hack.frob.com>
52871         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52872         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52873         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52874         (CALL_FAIL): Likewise.
52875         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52876         (CALL_FAIL): Macro removed.
52877         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52879 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
52881         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52882         for __FINITE_MATH_ONLY__ == 1.
52884 2011-09-15  Andreas Schwab  <schwab@redhat.com>
52886         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52887         __ieee754_sqrt instead of sqrt.
52888         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52889         __ieee754_sqrtf instead of sqrtf.
52890         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52891         __floorf instead of floorf.
52892         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52893         __floorf, __truncf instead of floorf, truncf.
52895 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
52897         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52899         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52900         __extern_always_inline.
52901         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52902         32-bit.
52904 2011-09-14  Andreas Schwab  <schwab@redhat.com>
52906         * elf/rtld.c (dl_main): Also relocate in dependency order when
52907         doing symbol dependency testing.
52909 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
52911         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52912         Always define `refsym'.
52914 2011-09-13  Andreas Schwab  <schwab@redhat.com>
52916         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52917         (__FD_ELT): Renamed from __FDELT.
52918         * misc/bits/select2.h (__FD_ELT): Likewise.
52919         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52920         __FD_MASK instead of __FDELT, __FDMASK.
52921         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52922         Likewise.
52923         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52924         Likewise.
52926         * elf/Makefile (gen-ldd): Fix pattern.
52928         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52929         (init_tls): Likewise.
52931 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
52933         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52935 2011-09-12  Andreas Schwab  <schwab@redhat.com>
52937         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52938         `struct cmsghdr *' instead of `void *'.
52939         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52940         Likewise.
52942 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
52944         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52945         if non-absolute.
52946         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52947         ldd_rewrite_script.
52949 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
52951         * configure.in: Remove --with-tls option.
52952         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
52953         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
52954         out in case it is missing.
52955         * sysdeps/ia64/elf/configure.in: Likewise.
52956         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
52957         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
52958         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
52959         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
52960         * sysdeps/sh/elf/configure.in: Likewise.
52961         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
52962         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
52963         * sysdeps/x86_64/elf/configure.in: Likewise.
52964         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
52965         * sysdeps/mach/hurd/tls.h: Likewise.
52967         [BZ #13067]
52968         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
52970         [BZ #13090]
52971         * configure.in: Fix use of AC_INIT.
52973         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
52975 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
52977         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
52978         __set_errno.
52979         * malloc/hooks.c: Likewise.
52981         [BZ #11929]
52982         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
52983         variables statically.
52984         (narenas): Initialize.
52985         (list_lock): Initialize.
52986         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
52987         initializtion of main_arena and list_lock.  Small cleanups.
52988         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
52989         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
52990         Add initializers to main_arena and mp_.
52991         (malloc_state): Remove pagesize member.  Change all users to use
52992         GLRO(dl_pagesize).
52994         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
52995         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
52996         is always initialized.
52998         * malloc/malloc.c: Removed unused configurations and dead code.
52999         * malloc/arena.c: Likewise.
53000         * malloc/hooks.c: Likewise.
53001         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53003         * include/tls.h: Removed.  USE___THREAD must always be defined.
53004         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53005         * elf/dl-libc.c: Likewise.
53006         * elf/dl-tsd.c: Likewise.
53007         * include/errno.h: Likewise.
53008         * include/netdb.h: Likewise.
53009         * include/resolv.h: Likewise.
53010         * inet/herrno-loc.c: Likewise.
53011         * inet/herrno.c: Likewise.
53012         * malloc/arena.c: Likewise.
53013         * malloc/hooks.c: Likewise.
53014         * malloc/malloc.c: Likewise.
53015         * resolv/res-state.c: Likewise.
53016         * resolv/res_libc.c: Likewise.
53017         * sysdeps/i386/dl-machine.h: Likewise.
53018         * sysdeps/ia64/dl-machine.h: Likewise.
53019         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53020         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53021         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53022         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53023         * sysdeps/sh/dl-machine.h: Likewise.
53024         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53025         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53026         * sysdeps/unix/i386/sysdep.S: Likewise.
53027         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53028         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53029         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53030         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53031         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53032         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53033         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53034         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53035         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53037         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53038         * sysdeps/x86_64/dl-machine.h: Likewise.
53039         * tls.make.c: Likewise.
53041         * configure.in: Remove --with-__thread option.  Make tests for
53042         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53043         tls_model attribute fail if no support is available.  Remove
53044         USE_IN_LIBIO.
53045         * Makeconfig: Adjust for dropped configure option.  All features are
53046         now mandatory.
53047         * Makerules: Likewise.
53048         * Versions.def: Likewise.
53049         * argp/argp-fmtstream.c: Likewise.
53050         * argp/argp-fmtstream.h: Likewise.
53051         * argp/argp-help.c: Likewise.
53052         * assert/assert.c: Likewise.
53053         * config.h.in: Likewise.
53054         * config.make.in: Likewise.
53055         * configure: Likewise.
53056         * configure.in: Likewise.
53057         * csu/Versions: Likewise.
53058         * csu/init.c: Likewise.
53059         * elf/tst-audit2.c: Likewise.
53060         * elf/tst-tls10.c: Likewise.
53061         * elf/tst-tls10.h: Likewise.
53062         * elf/tst-tls11.c: Likewise.
53063         * elf/tst-tls12.c: Likewise.
53064         * elf/tst-tls14.c: Likewise.
53065         * elf/tst-tlsmod11.c: Likewise.
53066         * elf/tst-tlsmod12.c: Likewise.
53067         * elf/tst-tlsmod13.c: Likewise.
53068         * elf/tst-tlsmod13a.c: Likewise.
53069         * elf/tst-tlsmod14a.c: Likewise.
53070         * elf/tst-tlsmod15b.c: Likewise.
53071         * elf/tst-tlsmod16a.c: Likewise.
53072         * elf/tst-tlsmod16b.c: Likewise.
53073         * elf/tst-tlsmod7.c: Likewise.
53074         * elf/tst-tlsmod8.c: Likewise.
53075         * elf/tst-tlsmod9.c: Likewise.
53076         * gmon/gmon.c: Likewise.
53077         * grp/fgetgrent_r.c: Likewise.
53078         * grp/putgrent.c: Likewise.
53079         * hurd/fopenport.c: Likewise.
53080         * include/libc-symbols.h: Likewise.
53081         * include/tls.h: Likewise.
53082         * intl/gettextP.h: Likewise.
53083         * intl/loadinfo.h: Likewise.
53084         * locale/global-locale.c: Likewise.
53085         * locale/localeinfo.h: Likewise.
53086         * mach/devstream.c: Likewise.
53087         * malloc/arena.c: Likewise.
53088         * malloc/set-freeres.c: Likewise.
53089         * misc/err.c: Likewise.
53090         * misc/getttyent.c: Likewise.
53091         * misc/mntent_r.c: Likewise.
53092         * posix/getopt.c: Likewise.
53093         * posix/wordexp.c: Likewise.
53094         * pwd/fgetpwent_r.c: Likewise.
53095         * resolv/Versions: Likewise.
53096         * resolv/res_hconf.c: Likewise.
53097         * shadow/fgetspent_r.c: Likewise.
53098         * shadow/putspent.c: Likewise.
53099         * stdio-common/printf_fphex.c: Likewise.
53100         * stdio-common/tmpfile.c: Likewise.
53101         * stdlib/abort.c: Likewise.
53102         * stdlib/fmtmsg.c: Likewise.
53103         * sunrpc/auth_unix.c: Likewise.
53104         * sunrpc/clnt_perr.c: Likewise.
53105         * sunrpc/clnt_tcp.c: Likewise.
53106         * sunrpc/clnt_udp.c: Likewise.
53107         * sunrpc/clnt_unix.c: Likewise.
53108         * sunrpc/openchild.c: Likewise.
53109         * sunrpc/svc_simple.c: Likewise.
53110         * sunrpc/svc_tcp.c: Likewise.
53111         * sunrpc/svc_udp.c: Likewise.
53112         * sunrpc/svc_unix.c: Likewise.
53113         * sunrpc/xdr.c: Likewise.
53114         * sunrpc/xdr_array.c: Likewise.
53115         * sunrpc/xdr_rec.c: Likewise.
53116         * sunrpc/xdr_ref.c: Likewise.
53117         * sunrpc/xdr_stdio.c: Likewise.
53119 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53121         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53123 2011-07-03  Andreas Jaeger  <aj@suse.de>
53125         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53126         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53127         regenerate with gen-libm-tests.pl.
53129 2010-05-12  Petr Baudis  <pasky@suse.cz>
53131         [BZ #11589]
53132         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53133         around j0() zero points by switching to j1().
53134         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53135         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53136         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53137         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53139 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53141         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53142         instead of 0.
53143         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53144         instead of 0.
53145         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53146         Patch in part by Pavel Roskin <proski@gnu.org>.
53148         [BZ #13138]
53149         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53150         realloc.
53151         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53152         Free memory block if necessary.
53154         [BZ #12847]
53155         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53156         be NULL.  Don't lock in this case.
53158 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53160         * elf/elf.h (ELFOSABI_GNU): New macro.
53161         (ELFOSABI_LINUX): Define to that.
53163 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53165         * string/strncat.c (strncat): Undef the symbol in case it has been
53166         defined in bits/string.h.
53168 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53170         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53172         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53173         link map.
53175 2011-08-17  Andreas Jaeger  <aj@suse.de>
53177         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53179 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53180             Ian Lance Taylor  <iant@google.com>
53182         * math/libm-test.inc (lround_test): New testcase.
53183         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53185 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53187         * Makefile: Remove support for automatic cvs check-ins.
53188         * Makerules: Likewise.
53189         * config.make.in: Likewise.
53190         * configure.in: Likewise.
53191         * intl/Makefile: Likewise.
53192         * locale/Makefile: Likewise.
53193         * po/Makefile: Likewise.
53194         * posix/Makefile: Likewise.
53195         * sysdeps/gnu/Makefile: Likewise.
53196         * sysdeps/mach/hurd/Makefile: Likewise.
53197         * sysdeps/sparc/sparc32/Makefile: Likewise.
53199         [BZ #13118]
53200         * posix/Makefile (bug-regex32-ENV): Define.
53201         Patch by John Stanley <jpsinthemix@verizon.net>.
53203         * misc/Makefile (headers): Add bits/select2.h.
53204         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53205         * misc/bits/select2.h: New file.
53206         * include/bits/select2.h: New file.
53207         * debug/Makefile (routines): Add fdelt_chk.
53208         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53209         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53210         FD_ISSET.
53211         * debug/fdelt_chk.c: New file.
53213         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53214         * wcsmbs/test-wmemcmp.c: Likewise.
53215         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53216         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53218 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53220         * string/Makefile (strop-tests): Add memcmp.
53221         * string/test-wmemcmp.c: New file.
53222         * string/test-memcmp.c: Add wmemcmp support.
53224 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53226         [BZ #13153]
53227         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53228         2011-07-19 change.
53230         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53231         garbage value in a __mach_port_mod_refs call in the cases of the
53232         task-self and thread-self ports.
53234 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53236         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53238 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53240         * elf/dl-load.c (lose): Check for non-null L.
53242 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53244         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53246         * elf/dl-libc.c (dlerror_run): Pass back error code from
53247         dl_catch_error.
53249         [BZ #13123]
53250         * elf/dl-load.c (lose): Free l_origin if it is valid.
53252         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53253         names.
53254         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53255         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53256         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53257         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53258         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53259         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53261 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53263         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53264         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53265         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53266         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53267         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53268         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53269         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53270         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53271         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53272         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53274 2011-08-15  Alan Modra  <amodra@gmail.com>
53276         [BZ #13092]
53277         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53278         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53279         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53280         ppc_mcount to static-only-routines.
53281         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53282         __mcount_internal.
53283         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53284         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53286 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53288         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53289         for finite and infinity parameters.
53291 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53293         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53294         and add nop instructions for throughput optimization.
53295         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53297 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53299         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53300         aligned copy for power7 with vector-scalar instructions.
53301         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53303 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53305         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53306         AVX check.
53308 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53310         [BZ #13144]
53311         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53312         last change.
53314 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53316         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53317         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53318         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53319         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53320         clock_gettime.
53322 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53324         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53325         Forgot to demangle the pointer.
53327         * sysdeps/i386/sysdep.h: Define atom_text_section.
53328         * sysdeps/x86_64/sysdep.h: Likewise.
53329         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53330         section with atom_text_section.
53331         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53332         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53333         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53334         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53335         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53337         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53338         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53339         already be defined.  Change to take two parameters and don't assign
53340         result to variable.  Adjust all users.
53341         Define INTERNAL_GETTIME if not already defined.
53342         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53343         call.
53344         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53345         HAVE_CLOCK_GETTIME_VSYSCALL.
53346         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53348         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53349         gettimeofday vsyscall, just use time.
53351 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53353         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53354         <errno.h>.
53356 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53358         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53359         syscall on x86-64.
53360         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53361         syscall.
53362         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53363         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53364         syscall if possible.
53366 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53368         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53369         e_ident.  Don't pass to find_mapsXX.
53370         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53372 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53374         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53375         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53376         * sysdeps/x86_64/multiarch/strchr.S: Update.
53377         Check bit_slow_BSF bit.
53378         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53379         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53380         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53382 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53384         [BZ #13134]
53385         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53386         before glibc 2.15.
53387         (tryshell): Define.
53388         (__spawni): Change last parameter to be flag.  Test
53389         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53390         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53391         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53392         * posix/spawni.c: Likewise.
53393         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53394         * posix/spawnp.c: Likewise.  Change normal version to use
53395         SPAWN_XFLAGS_USE_PATH.
53396         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53397         SPAWN_XFLAGS_TRY_SHELL.
53399         [BZ #13150]
53400         * posix/glob.h: Remove gcc 1.x support.
53402         [BZ #13068]
53403         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53405 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53407         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53408         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53409         strrchr-sse2-bsf
53410         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53411         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53412         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53413         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53414         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53415         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53417 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53419         * sysdeps/x86_64/wcscmp.S: New file.
53421         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53422         wcscmp-c wcscmp-sse2
53423         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53424         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53425         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53426         * wcsmbs/wcscmp.c: Allow renaming.
53428 2011-09-05  David S. Miller  <davem@davemloft.net>
53430         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53431         stack slot, rather than the struct return pointer slot.
53432         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53433         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53435         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53437 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53439         * po/ja.po: Update from translation team.
53441         [BZ #13144]
53442         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53443         kernel in 64-bit binaries.
53445 2011-09-01  David S. Miller  <davem@davemloft.net>
53447         * elf/elf.h (HWCAP_SPARC_*): Move to..
53448         * sysdeps/sparc/sysdep.h: this new file and add new values.
53449         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53450         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53451         _DL_HWCAP_COUNT to 24.
53452         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53453         entries.
53454         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53455         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53456         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53457         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53458         instead of magic constants.
53459         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53461 2011-08-31  David S. Miller  <davem@davemloft.net>
53463         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53464         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53465         Reimplement to do errno handling inline.
53466         (SYSCALL_ERROR_HANDLER): New macro.
53467         (__SYSCALL_STRING): Do not do errno handling in asm.
53468         (__CLONE_SYSCALL_STRING): Delete.
53469         (__INTERNAL_SYSCALL_STRING): Delete.
53470         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53471         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53472         (PSEUDO): Reimplement to do errno handling inline.
53473         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53474         (SYSCALL_ERROR_HANDLER): New macro.
53475         (__SYSCALL_STRING): Do not do errno handling in asm.
53476         (__CLONE_SYSCALL_STRING): Delete.
53477         (__INTERNAL_SYSCALL_STRING): Delete.
53478         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53479         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53480         i386.
53481         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53482         (inline_syscall*): Add 'err' argument.
53483         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53484         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53485         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53486         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53488         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53489         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53491 2011-08-30  Andreas Schwab  <schwab@redhat.com>
53493         * elf/rtld.c (dl_main): Relocate objects in dependency order.
53495 2011-08-29  Jiri Olsa <jolsa@redhat.com>
53497         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53498         directive.
53500 2011-08-24  David S. Miller  <davem@davemloft.net>
53502         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53504 2011-08-24  Andreas Schwab  <schwab@redhat.com>
53506         * elf/Makefile: Add rules to build and run unload8 test.
53507         * elf/unload8.c: New file.
53508         * elf/unload8mod1.c: New file.
53509         * elf/unload8mod1x.c: New file.
53510         * elf/unload8mod2.c: New file.
53511         * elf/unload8mod3.c: New file.
53513         * elf/dl-close.c (_dl_close_worker): Reset private search list if
53514         it wasn't used.
53516 2011-08-23  David S. Miller  <davem@davemloft.net>
53518         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53519         subtract stack bias.
53520         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53521         %sp not %fp in calculations.
53522         (_JMPBUF_UNWINDS_ADJ): Likewise.
53524         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53525         (aio_suspend): Call it to force an exception region around the
53526         AIO_MISC_WAIT() invocation.
53528 2011-08-23  Andreas Schwab  <schwab@redhat.com>
53530         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53531         backslash.
53533 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
53535         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53536         protection macro.
53537         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53538         and <dl-machine.h>.
53539         (Elf64_FuncDesc): Remove.
53541 2011-08-22  David S. Miller  <davem@davemloft.net>
53543         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53544         sigaltstack check, add missing cfi directives.
53545         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53546         missing cfi directives, and sigaltstack handling.
53548 2011-08-16  Andreas Schwab  <schwab@redhat.com>
53550         [BZ #11724]
53551         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53552         object is seen twice.
53553         * elf/dl-fini.c (_dl_sort_fini): Likewise.
53555         * elf/Makefile (distribute): Add tst-initorder2.c.
53556         (tests): Add tst-initorder2.
53557         (modules-names): Add tst-initorder2a tst-initorder2b
53558         tst-initorder2c tst-initorder2d.  Add rules to build them.
53559         ($(objpfx)tst-initorder2.out): New rule.
53560         * elf/tst-initorder2.c: New file.
53561         * elf/tst-initorder2.exp: New file.
53563 2011-08-22  Andreas Schwab  <schwab@redhat.com>
53565         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53567         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53568         dependencies back to end of function.
53570         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53571         $(elfobjdir)/ld.so.
53573 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
53575         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53576         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53577         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53578         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53579         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53580         of __vdso_gettimeofday.
53581         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53582         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
53583         attribute_hidden.
53584         (_libc_vdso_platform_setup): Remove initialization of
53585         __vdso_gettimeofday and __vdso_time.
53587 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53589         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53590         and fgetc_unlocked.
53591         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53592         getc_unlocked.
53594         * elf/dl-open.c (add_to_global): Report additions to the global scope
53595         for LD_DEBUG=scopes.
53596         (dl_open_worker): Also print scope of newly loaded dependencies.
53597         (_dl_show_scope): Indicate if there is no scope.
53599         [BZ #13114]
53600         * stdio-common/Makefile (tests): Add bug24.
53601         * stdio-common/bug24.c: New file.
53603 2011-08-19  Andreas Jaeger  <aj@suse.de>
53605         [BZ #13114]
53606         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53607         non-existant file when using close-on-exec mode.
53609 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
53611         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53612         the very first instruction.
53614         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53615         the CFI state in the end.
53616         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53617         inclusion of dl-trampoline.h.
53618         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53620 2011-08-19  Andreas Schwab  <schwab@redhat.com>
53622         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53623         expectations for long double.
53625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53626         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53628 2011-08-14  David S. Miller  <davem@davemloft.net>
53630         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53631         artificual limit depends upon the system page size.
53633 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53635         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53636         * resolv/Makefile: Define CFLAGS-libresolv.
53638 2011-08-17  Andreas Schwab  <schwab@redhat.com>
53640         * nss/makedb.c (compute_tables): Make variables used in nested
53641         function static.
53643 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
53645         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53646         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53647         if buffer was too small.
53649         * elf/pldd.c (main): Attach to all threads in the process.
53650         Rewrite /proc handling to use *at functions.
53652 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
53654         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53655         specifies first scope to show.
53656         (dl_open_worker): Update callers.  Move printing scope of new
53657         object to before the relocation.
53658         * elf/rtld.c (dl_main): Update _dl_show_scope call.
53659         * sysdeps/generic/ldsodefs.h: Update declaration.
53661         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53662         string for the scope number.
53664 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
53666         * nscd/servicescache.c (cache_addserv): Make sure written is always
53667         initialized.
53669 2011-08-14  Roland McGrath  <roland@hack.frob.com>
53671         * sysdeps/i386/i486/bits/atomic.h
53672         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53673         statement expression, so as to suppress "set but not used" warning.
53674         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53676         * string/strncat.c (STRNCAT): Use prototype definition.
53678         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53679         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53680         -Iprograms here.
53681         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53682         (localedef-modules): Add localedef.
53683         (locale-modules): Add locale.
53685         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53686         * elf/rtld.c (dl_main): Invert order of assignment in last change,
53687         to avoid a warning.
53689 2011-08-14  David S. Miller  <davem@davemloft.net>
53691         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53692         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53694 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
53696         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53697         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53698         * elf/rtld.c (dl_main): Set l_name of vDSO.
53699         Call _dl_show_scope when DL_DEBUG_SCOPES.
53700         (process_dl_debug): Recognize scopes flag and also set it for all.
53701         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53702         Declare _dl_show_scope.
53704         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53705         (do_dlopen): Pass caller_dlopen to dl_open.
53706         (__libc_dlopen_mode): Initialize caller_dlopen.
53708         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53709         of libc.  Make tolower call locale-independent.  Optimize a bit by
53710         using isdigit instead of isalnum.
53711         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53713 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
53715         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53716         was a dependency or dynamically loaded.
53718 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
53720         * intl/l10nflist.c: Allow architecture-specific pop function.
53721         * sysdeps/x86_64/l10nflist.c: New file.
53723         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53724         classification.
53726 2011-08-10  Andreas Schwab  <schwab@redhat.com>
53728         * include/dirent.h: Add libc_hidden_proto for scandirat and
53729         scandirat64.  Don't declare __scandirat64.
53730         * dirent/scandirat.c: Add libc_hidden_def.
53731         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53732         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53734 2011-08-10  David S. Miller  <davem@davemloft.net>
53736         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53737         enum.
53738         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53739         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53740         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53742 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
53744         * Versions.def [libc]: Add GLIBC_2.15.
53745         * dirent/Makefile (routines): Add scandirat and scandirat64.
53746         * dirent/Versions [libc]: Export scandirat and scandirat64 for
53747         GLIBC_2.15.
53748         * dirent/dirent.h: Declare scandirat and scandirat64.
53749         * dirent/scandirat.c: New file.
53750         * dirent/scandirat64.c: New file.
53751         * sysdeps/wordsize-64/scandirat.c: New file.
53752         * sysdeps/wordsize-64/scandirat64.c: New file.
53753         * dirent/opendir.c: Define opendirat.
53754         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
53755         using scandirat.
53756         * dirent/scandir64.c: Adjust for scandir.c change.
53757         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
53758         __scandirat64, and __scandir_cancel_handler.
53759         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
53760         additional parameter and use openat instead of open (outside of ld.so).
53761         Add new __opendir as wrapper around __opendirat.
53762         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53763         here without requiring old scandirat implementation.
53765 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
53767         * dirent/scandir.c (cancel_handler): Renamed to
53768         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
53769         defined.  Adjust users.
53770         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53771         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53773 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
53775         * string/test-string.h (IMPL): Use __STRING to expand name and then
53776         stringify it.
53778         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
53779         of cleanups.
53781 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53783         * string/Makefile: Update.
53784         (strop-tests): Append strncat.
53785         * string/test-wcscmp.c: New file.
53786         New comprehensive test for wcscmp.
53787         * string/test-strcmp.c: Update.
53788         (WIDE): New define.
53790 2011-07-22  Andreas Schwab  <schwab@redhat.com>
53792         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53793         line.
53795 2011-07-26  Andreas Schwab  <schwab@redhat.com>
53797         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53798         encoding to ACE if AI_IDN.
53800 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
53802         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53803         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53805 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53807         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53808         Fix overflow bug in strncat.
53809         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53811         * string/test-strncat.c: Update.
53812         Add new tests for checking overflow bugs.
53814 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53816         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53817         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53818         * sysdeps/i386/i686/multiarch/strcat.S: New file.
53819         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53820         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53821         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53822         * sysdeps/i386/i686/multiarch/strncat.S: New file.
53823         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53824         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53826         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53827         (USE_AS_STRCAT): Define.
53828         Add strcat and strncat support.
53829         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53831 2011-07-25  Andreas Schwab  <schwab@redhat.com>
53833         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53834         __n bigger than INT_MAX+1.
53835         (__strncmp_g): Likewise.
53837 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
53839         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53840         * libio/stido.h: Likewise.
53842         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53843         (AF_NFC): Define.
53844         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53845         (AF_NFC): Define.
53847         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53848         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53849         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53850         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53851         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53853         [BZ #13021]
53854         * scripts/test-installation.pl: Don't expect libnss_test1 to be
53855         installed.
53857         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53858         typo.
53859         (_dl_x86_64_save_sse): Likewise.
53861 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
53863         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53864         OSXSAVE.
53865         (_dl_x86_64_save_sse): Likewise.
53867         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53869         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53871 2011-07-21  Andreas Schwab  <schwab@redhat.com>
53873         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53874         change.
53875         (_dl_x86_64_save_sse): Use correct AVX check.
53877 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53879         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53880         bug in strncpy/strncat.
53881         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53883 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
53885         * string/tester.c (test_strcat): Add tests for different alignments
53886         of source and destination.
53887         (test_strncat): Likewise.
53889 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53891         [BZ #12852]
53892         * posix/glob.c (glob): Check passed in values before using them in
53893         expressions to avoid some overflows.
53894         (glob_in_dir): Likewise.
53896         [BZ #13007]
53897         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53898         check for AVX enablement so that we don't crash with old kernels and
53899         new hardware.
53900         * elf/tst-audit4.c: Add same checks here.
53901         * elf/tst-audit6.c: Likewise.
53903         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53905 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
53907         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53909 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
53911         * po/cs.po: Update from translation team.
53912         * po/bg.po: Likewise.
53914 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
53916         * misc/sys/cdefs.h: Add support for const attribute.
53917         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53918         to gnu_dev_{major,minor,makedev} functions.
53920 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
53922         * intl/dcigettext.c (get_output_charset): Add missing bracket.
53924 2011-07-20  Andreas Schwab  <schwab@redhat.com>
53926         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53927         strlen results.
53929 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53931         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53932         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53933         register in order to avoid conflicts with the soft frame pointer
53934         being held in r11 when necessary.
53935         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53936         (INTERNAL_VSYSCALL_NCS): Likewise.
53938 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
53940         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53941         * elf/dl-fini.c (_dl_fini): Adjust caller.
53942         * elf/dl-close.c (_dl_close_worker): Likewise.
53943         * sysdeps/generic/ldsodefs.h: Adjust declaration.
53945 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
53947         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53948         "aux_cache->nlibs < 0".
53950         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53951         in the reload-count case.
53953 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53955         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53956         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
53957         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
53958         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
53959         * sysdeps/x86_64/multiarch/strcat.S: New file.
53960         * sysdeps/x86_64/multiarch/strncat.S: New file.
53961         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
53962         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
53963         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
53964         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
53965         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
53966         (USE_AS_STRCAT): Define.
53967         Add strcat and strncat support.
53968         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53969         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
53970         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
53971         * string/strncat.c: Update.
53972         (USE_AS_STRNCAT): Define.
53973         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53974         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
53975         and i7.
53976         * sysdeps/x86_64/multiarch/init-arch.h
53977         (bit_Prefer_PMINUB_for_stringop): New.
53978         (index_Prefer_PMINUB_for_stringop): Likewise.
53979         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
53980         bit_Prefer_PMINUB_for_stringop.
53982 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
53984         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
53985         buffer64.
53986         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
53987         of casting of buffer.
53988         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
53989         buffer32 and buffer64.
53990         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
53991         writes instead of casting of buffer.
53992         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
53993         buffer32.
53994         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
53995         casting of buffer.
53997 2011-07-19  Andreas Schwab  <schwab@redhat.com>
53999         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54001 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54003         * nscd/nscd.c (termination_handler): Don't do anything for a database
54004         if it has not yet been initialized.
54006 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54008         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54010 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54012         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54014 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54016         * po/nl.po: Update from translation team.
54017         * po/sv.po: Likewise.
54019 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54021         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54022         now disallowed by GCC.
54024         * configure.in (use-default-link): Default to yes if a test -shared
54025         link meets our qualifications.
54026         * configure: Regenerated.
54028         * config.make.in (output-format): New variable.
54029         * configure.in: Check for ld --print-output-format support.
54030         * configure: Regenerated.
54031         * Makerules ($(common-objpfx)format.lds)
54032         [$(output-format) != unknown]: Just use $(output-format),
54033         instead of the linker-script munging.
54035 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54037         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54038         of $(common-objpfx)shlib.lds.
54039         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54041         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54042         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54044         * configure.in (-z relro check): Adjust test code to add a large
54045         writable data section after it.
54046         * configure: Regenerated.
54048 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54050         * configure.in (-z relro check): Fix test code to make the variable
54051         truly const.
54052         * configure: Regenerated.
54054 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54056         * nscd/nscd.h (struct traced_file): Define.
54057         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54058         elements.  Add traced_files.
54059         (inotify_fd): Declare.
54060         (register_traced_file): Declare.
54061         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54062         (inotify_fd): Export.
54063         (resolv_conf_descr): Remove.
54064         (nscd_init): Move inotify descriptor creation to main.
54065         Don't register files for notification here.
54066         (register_traced_file): New function.
54067         (invalidate_cache): Don't use reset_res to determine whether to call
54068         res_init, go through the list of registered files.
54069         (main_loop_poll): The inotify descriptors are now stored in the
54070         structures for the traced files.
54071         (main_loop_epoll): Likewise
54072         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54073         to __nss_disable_nscd.
54074         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54075         for a database anymore.  Check the records for all the registered
54076         files instead.
54077         * nss/Makefile (libnss_files-routines): Add files-init.
54078         (libnss_db-routines): Add db-init.
54079         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54080         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54081         * nss/nss_db/db-init.c: New file.
54082         * nss/nss_files/files-init.c: New file.
54083         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54084         __nss_lookup_function.
54085         (__nss_lookup_function): Call nss_load_library.
54086         (nss_load_all_libraries): New function.
54087         (__nss_disable_nscd): Take parameter with callback function for files
54088         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54089         used for the cached services.
54090         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54091         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54092         options for features to all the files in nscd.
54094         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54096 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54098         * csu/elf-init.c (__libc_csu_init): Comment typo.
54100 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54102         * po/pl.po: Update from translation team.
54103         * po/ja.po: Likewise.
54104         * po/ru.po: Likewise.
54105         * po/ko.po: Likewise.
54106         * po/fr.po: Likewise.
54108 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54110         * configure.in (.ctors/.dtors header and trailer check):
54111         Use an empirical test on a built program.
54112         * configure: Regenerated.
54114         * configure.in (-z relro check): Use an empirical test on a built DSO.
54115         Detect, but do not require, on ia64.
54116         * configure: Regenerated.
54118         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54119         Update tests that use readelf to use $READELF instead.
54120         * configure: Regenerated.
54122 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54124         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54125         if the result is not used.
54127 2011-07-05  Andreas Jaeger  <aj@suse.de>
54129         [BZ#9696]
54130         * stdlib/tst-strtod.c: Add testcase.
54132 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54134         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54135         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54136         The latter has a higher limit.  Take additional parameter to pass to
54137         the new function.
54138         (__pathconf): Pass file to __statfs_link_max.
54139         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54140         __statfs_link_max.
54141         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54142         __statfs_link_max.
54144         [BZ #12868]
54145         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54146         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54147         Handle Lustre.
54148         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54149         (__statfs_filesize_max): Likewise.
54150         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54152 2011-07-05  Andreas Jaeger  <aj@suse.de>
54154         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54156 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54158         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54159         `status' variable.
54160         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54161         Likewise.
54163 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54165         * Makefile (strop-tests): Add strncat.
54166         * string/test-strncat.c: New file.
54168 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54170         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54172 2011-06-21  Andreas Jaeger  <aj@suse.de>
54174         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54175         Copy rule from iconvdata/Makefile.
54177 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54179         [BZ #12922]
54180         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54181         but no long options are defined, just return 'W'.
54183 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54185         [BZ #9696]
54186         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54188 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54190         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54191         netgroups to read.
54192         (innetgr): Likewise.
54194 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54196         * config.make.in (install_root): Default to $(DESTDIR).
54198 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54200         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54202 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54204         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54206         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54207         containing directory rather than embedding absolute directory names.
54209         * scripts/check-local-headers.sh: Rewritten using awk.
54210         Match by word, not by line.  Print error messages for matches.
54211         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54213         * Makerules [shlib-lds-flags empty]:
54214         ($(common-objpfx)libc_pic.opts): New target.
54215         ($(common-objpfx)libc_pic.os.clean): New target.
54216         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54218         * config.make.in (OBJCOPY): New variable.
54219         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54220         * configure: Regenerated.
54222         * config.make.in (use-default-link): New variable.
54223         * configure.in (use_default_link): Grok --with-default-link to set it.
54224         * configure: Regenerated.
54225         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54226         (shlib-lds, shlib-lds-flags): Define to empty.
54228         * Makerules (shlib-lds): New variable.
54229         (shlib-lds-flags): New variable.
54230         (build-shlib, build-moduile, build-module-asneeded): Use it.
54231         ($(common-objpfx)libc.so): Use $(shlib-lds).
54232         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54233         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54235         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54236         DT_FLAGS/DT_FLAGS_1 with zero flags.
54238         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54239         linker script munging.
54241 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54243         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54244         as 128-bit value.
54245         * crypt/sha512.c (sha512_process_block): Perform total addition using
54246         128-bit if possible.
54247         (__sha512_finish_ctx): Likewise.
54248         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54249         as 64-bit value.
54250         * crypt/sha256.c (SWAP64): Define.
54251         (sha256_process_block): Perform total addition using 64-bit if
54252         possible.
54253         (__sha256_finish_ctx): Likewise.
54255 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54257         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54258         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54259         * nscd/hstcache.c (cache_addhst): Likewise.
54260         * nscd/grpcache.c (cache_addgr): Likewise.
54261         * nscd/aicache.c (addhstaiX): Likewise
54262         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54264 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54266         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54267         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54268         * nscd/hstcache.c (cache_addhst): Likewise.
54269         * nscd/grpcache.c (cache_addgr): Likewise.
54270         * nscd/aicache.c (addhstaiX): Likewise
54272 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54274         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54275         domain only when needed.
54277 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54279         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54280         is always restored.
54282 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54284         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54285         are re-adding the entry.
54286         * nscd/servicescache.c (cache_addserv): Likewise.
54288 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54290         * sysdeps/generic/dl-irel.h: fix protection against multiple
54291         inclusions.
54292         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54294 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54296         [BZ #12935]
54297         * malloc/memusage.sh: Fix quoting in message.
54298         * debug/xtrace.sh: Likewise.
54300         * configure.in: Remove support for --experimental-malloc option, make
54301         it the default.
54302         * config.make.in: Likewise.
54303         * malloc/Makefile: Likewise.
54305 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54307         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54308         two-byte characters.
54310 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54312         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54313         AC_CACHE_CHECK invocation.
54314         * configure: Regenerated.
54316         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54318 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54320         [BZ #12350]
54321         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54322         bit from old_res_options.
54324         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54326         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54327         value type for setfct.
54329 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54331         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54332         __gettimeofday instead of gettimeofday.
54334 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54336         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54338 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54340         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54342         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54343         info.
54345 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54347         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54348         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54349         strcpy-sse2-unaligned strncpy-sse2-unaligned
54350         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54351         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54352         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54353         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54354         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54355         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54356         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54357         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54358         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54359         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54360         (STRCPY): Support SSE2 and SSSE3 versions.
54362 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54364         [BZ #12874]
54365         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54366         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54367         kernels which artificially limit size of requests.
54369 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54371         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54372         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54373         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54374         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54375         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54376         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54377         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54378         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54379         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54380         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54381         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54382         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54383         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54384         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54385         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54386         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54387         Enable unaligned load optimization for Intel Core i3, i5 and i7
54388         processors.
54389         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54390         Define.
54391         (index_Fast_Unaligned_Load): Define.
54392         (HAS_FAST_UNALIGNED_LOAD): Define.
54394 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54396         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54398 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54400         [BZ #12907]
54401         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54402         until it is clear that the information is realy needed.
54403         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54405 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54407         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54409 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54411         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54412         /sys/devices/system/cpu/online if it is usable.
54414         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54415         reading the information from the /proc filesystem to once a second.
54417 2011-06-21  Andreas Jaeger  <aj@suse.de>
54419         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54420         NULL after inclusion of kernel headers.
54422 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54424         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54425         calls to internal_setent.
54427         [BZ #12885]
54428         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54429         addresses using gethostbyname4_r ignore IPv4 addresses.
54431         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54432         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54434         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54436 2011-06-20  David S. Miller  <davem@davemloft.net>
54438         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54439         inclusions.
54440         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54442         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54443         (elf_irel): Use it.
54444         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54445         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54446         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54447         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54448         * sysdeps/x86_64/dl-irel.h: Likewise.
54450         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54451         * elf/dl-sym.c: Likewise.
54453 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54455         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54456         need to dereference resplen2.
54458 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54460         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54462 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54464         * Makeconfig: Define vardbdir and inst_vardbdir.
54465         * nss/Makefile: Add rules to install db-Makefile.
54467         * nss/nss_db/db-XXX.c: Cleanup.
54469         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54470         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54471         GLIBC_PRIVATE.
54472         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54473         * nss/makedb.c: Implement -g option to specify that value strings
54474         are generated and should not be added to table iterated over for
54475         get*ent calls.
54476         * nss/nss_db/db-initgroups.c: New file.
54478         * nss/getent.c: Add support for initgroups lookups through getgrouplist
54479         interface.
54481         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54482         (internal_getgrouplist): Adjust to name change.
54483         Update use_initgroups_entry if this is not the first call.
54484         * nss/databases.def: Add initgroups entry.
54486         * nss/makedb.c (compute_tables): Check result of multiple hash table
54487         sizes to minimize maximum chain length.
54489 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
54491         * Versions.def: Add entry for libnss_db.
54492         * shlib-versions: Likewise.
54493         * nss/Makefile: Add rules to build libnss_db.
54494         * nss/Versions: Add libnss_db information.  Organize libnss_files
54495         entries better.
54496         * nss/db-Makefile: Add gshadow support.  Change rules for the new
54497         makedb progra.  Some minor improvements to generate smaller files.
54498         * nss/nss_db/nss_db.h: Move NSS database header data structures to
54499         here from...
54500         * nss/makedb.c: ...here.
54501         Improve database format to be smaller and require less memory at
54502         runtime.
54503         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
54504         db anymore.
54505         * nss/nss_db/db-netgrp.c: Likewise.
54506         * nss/nss_db/db-open.c: Likewise.
54507         * nss/nss_files/flies-XXX.x: Adjust comments.
54508         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54509         * nss/nss_files/files-grp.c: Likewise.
54510         * nss/nss_files/files-hosts.c: Likewise.
54511         * nss/nss_files/files-network.c: Likewise.
54512         * nss/nss_files/files-proto.c: Likewise.
54513         * nss/nss_files/files-pwd.c: Likewise.
54514         * nss/nss_files/files-rpc.c: Likewise.
54515         * nss/nss_files/files-service.c: Likewise.
54516         * nss/nss_files/files-sgrp.c: Likewise.
54517         * nss/nss_files/files-spwd.c: Likewise.
54518         * nss/nss_db/db-alias.c: Removed.
54519         * nss/nss_db/dummy-db.h: Removed.
54521 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
54523         * nss/makedb.c: Rewritten to not use database library.
54524         * nss/Makefile: Update to build new makedb program.
54526 2011-06-14  Andreas Jaeger  <aj@suse.de>
54528         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54529         memset declaration.
54531 2011-06-10  Andreas Schwab  <schwab@redhat.com>
54533         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54534         tmpbuf.
54536 2011-06-10  Roland McGrath  <roland@hack.frob.com>
54538         * Makerules (shlib.lds): Fail if the linker script comes out empty.
54539         * elf/Makefile ($(objpfx)ld.so): Likewise.
54541         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54542         Don't list ld.so twice in dependencies.
54544         * posix/bug-regex31.c: Include <stdlib.h>.
54546         * nscd/hstcache.c (cache_addhst): Remove unused variable.
54548         * nis/nss_compat/compat-spwd.c
54549         (getspent_next_nss_netgr): Remove unused variable.
54550         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54552         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54553         nonmembers" output to use the right array.
54555         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54557         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54559         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54560         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54561         * catgets/gencat.c (read_input_file): Likewise.
54562         * locale/programs/locarchive.c (enlarge_archive): Likewise.
54564         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54565         variable definition inside #if's controlling its use.
54567         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54569         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54571         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54573         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54574         unreachable code.
54576         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54578         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54579         * configure: Regenerated.
54581         * Makerules: Revert last change.
54582         * elf/Makefile: Likewise.
54584 2011-06-09  Roland McGrath  <roland@hack.frob.com>
54586         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54587         * elf/Makefile ($(objpfx)librtld.os): Likewise.
54588         (reloc-link): Likewise.
54590 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
54592         * elf/Makefile: Add rules to build pldd.
54593         * elf/pldd.c: New file.
54594         * elf/pldd-xx.c: New file.
54596 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
54598         * version.h: Update for 2.15 development version.
54600 2011-06-07  David S. Miller  <davem@davemloft.net>
54602         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54603         ifuncs.
54604         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54605         elf_machine_lazy_rel): Likewise.
54606         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54607         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54608         elf_machine_lazy_rel): Likewise.
54609         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54610         dl_hwcap via passed in argument.
54611         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54612         Likewise.
54614 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54616         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
54618 2011-06-06  Roland McGrath  <roland@hack.frob.com>
54620         [BZ #12849]
54621         * manual/fdl-1.1.texi: New file, verbatim from:
54622         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54623         * manual/lgpl-2.1.texi: New file, verbatim from:
54624         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54625         * manual/Makefile (licenses): New variable, list those new file names.
54626         (texis): Use it.
54627         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54629         * manual/fdl.texi: File removed.
54630         * manual/lesser.texi: File removed.
54631         * manual/libc.texinfo (Copying, Documentation License):
54632         Use new @include file names, put @appendix directive before @include.
54634 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
54636         [BZ #12841]
54637         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54638         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54639         (mq_open): Add __NTH.
54641 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
54643         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54644         Assume Intel Core i3/i5/i7 processor if AVX is available.
54646 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54648         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54649         typo.
54651 2011-05-31  Andreas Schwab  <schwab@redhat.com>
54653         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54654         memory.  Use alloca_account.  Fix memory leak when retrying.
54656 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
54658         * version.h (RELEASE): Bump for 2.14 release.
54659         * include/features.h (__GLIBC_MINOR__): Bump to 14.
54661         * config.make.in (RANLIB): Remove entry.
54663 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
54665         * po/Makefile (po-sed-cmd): Add ksh to extensions.
54666         (libc.pot): Work around missing support for .ksh extension in xgettext.
54668         [BZ #12684]
54669         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54670         if both request failed.
54671         (send_dg): In case of server errors clear resplen or *resplen2.
54673         [BZ #12454]
54674         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54675         when there are multiple maps.
54676         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54677         (_dl_fini): Remove test here.
54679         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54681 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
54683         [BZ #12350]
54684         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54685         bit from old_res_options.
54686         (gaih_inet): Likewise.
54688         [BZ #11099]
54689         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54690         as signed.
54692         * resolv/res_init.c (res_setoptions): Make the code more compact.
54694         [BZ #11558]
54695         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54696         set RES_USEVC.
54698         [BZ #11634]
54699         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54701         * malloc/malloc.h: Mark malloc hook variables as deprecated.
54703         [BZ #11781]
54704         * malloc/malloc.h: Declare malloc hook variables as volatile.
54706         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54707         in last patch.
54709         [BZ #11799]
54710         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54711         raise in the comment.
54712         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54713         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54714         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54716 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
54718         [BZ #12811]
54719         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54720         grow the buffers more if it already has to be sufficient.
54721         (build_wcs_upper_buffer): Likewise.
54722         * posix/regexec.c (check_matching): Likewise.
54723         (clean_state_log_if_needed): Likewise.
54724         (extend_buffers): Don't enlarge buffers beyond size of the input
54725         buffer.
54726         Patches mostly by Emil Wojak <emil@wojak.eu>.
54727         * posix/bug-regex32.c: New file.
54728         * posix/Makefile (tests): Add bug-regex32.
54730         * locale/findlocale.c (_nl_find_locale): Return right away if
54731         _nl_explode_name failed.
54732         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54734         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54736         * debug/xtrace.sh: Unify messages.
54737         * malloc/memusage.sh: Likewise.
54739         [BZ #12813]
54740         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54741         time symbol from vDSO.  Substitute with vsyscall if not available.
54742         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54743         __vdso_time.
54745         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54746         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54747         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54748         Add sendmmsg and internal_sendmmsg.
54749         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54750         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54751         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54753         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54754         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54755         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54757 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
54759         [BZ #12813]
54760         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54761         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
54762         available.
54763         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54764         __vdso_getcpu.
54766         [BZ #12814]
54767         * iconvdata/Makefile (tests): Add bug-iconv9.
54768         * iconvdata/bug-iconv9.c: New file.
54770 2011-05-27  Andreas Schwab  <schwab@redhat.com>
54772         [BZ #12814]
54773         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54775 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
54777         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54778         (struct user_regs_struct): Change intcs field back to cs.
54780 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
54782         * po/ja.po: Update from translation team.
54784 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
54786         [BZ #12795]
54787         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54788         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54790 2011-05-20  Andreas Schwab  <schwab@redhat.com>
54792         * stdlib/longlong.h: Update from GCC.
54794 2011-05-23  Andreas Schwab  <schwab@redhat.com>
54796         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54797         parameter name.
54798         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54799         Add parameter name.
54800         (__sysconf): Pass it down.
54802 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
54804         [BZ #12671]
54805         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54806         some situations.
54807         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54808         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54809         add in in __libc_use_alloca calls.  Adjust callers.
54810         (glob): Use malloc in some situations.
54812         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54813         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54814         pltexit.
54816 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
54818         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54819         and CLOCK_BOOTTIME_ALARM.
54821         [BZ #12782]
54822         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54823         is returned.
54825         * string/_strerror.c (__strerror_r): Print negative errors as signed
54826         numbers.
54828         [BZ #12777]
54829         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54830         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54831         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54833         * configure.in: Fix typo in redirection and correct removal of test
54834         files in two cases.
54836         [BZ #12788]
54837         * locale/setlocale.c (new_composite_name): Fix test to check for
54838         identical name of all categories.
54840         [BZ #12792]
54841         * libio/filedoalloc.c (local_isatty): New function.
54842         (_IO_file_doallocate): Use local_isatty.
54843         * stdio-common/perror.c (perror): In case a new stream is used
54844         forward the stream error.
54845         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54846         error flag.
54848 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
54850         [BZ #11869]
54851         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54852         alloca.
54853         * include/alloca.h (extend_alloca_account): Define.
54855         [BZ #11857]
54856         * posix/regex.h: Fix comments with documentation of user-accessible
54857         fields after compilation and describe correct free'ing of pattern
54858         after re_compile_pattern.
54859         Patch by Reuben Thomas <rrt@sc3d.org>.
54861 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
54863         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54864         and -mno-altivec to prevent the compiler from using Altivec and/or
54865         VSX instructions when the corresponding registers are not available.
54867 2011-05-19  Andreas Schwab  <schwab@redhat.com>
54869         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54871 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
54873         * libio/freopen.c (freopen): Use __dup2, not dup2.
54874         * libio/freopen64.c (freopen64): Likewise.
54876 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
54878         [BZ #12775]
54879         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54880         * math/Makefile (tests): Add test-powl.
54881         (CFLAGS-test-powl.c): Define.
54882         * math/test-powl.c: New file.
54884 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
54886         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54888 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
54890         [BZ #11837]
54891         * iconvdata/gb18030.c: Update to GB18020-2005.
54893 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
54895         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54896         RE_SYNTAX_POSIX_AWK): Update to match recent development.
54897         Patch by Aharon Robbins <arnold@skeeve.com>.
54899         [BZ #11892]
54900         * stdlib/putenv.c (putenv): Don't always create copy of the variable
54901         on the stack.
54903         [BZ #11895]
54904         * misc/pselect.c (__pselect): Handle timeout value errors hidden
54905         through underflows.
54907         [BZ #12766]
54908         * misc/error.c (error_at_line): Ensure file_name and old_file_name
54909         point to strings before performing equality test for error_one_per_line
54910         mode.
54912         [BZ #11697]
54913         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54915         [BZ #11820]
54916         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54917         (struct user_fpregs_struct): Avoid __uint*_t types.
54919         [BZ #6420]
54920         * malloc/mtrace.c (tr_where): Add additional parameter to point to
54921         symbol info.  Use it instead of calling _dl_addr locally.
54922         (lock_and_info): New function.
54923         (tr_freehook): Call lock_and_info and pass symbol info as additional
54924         parameter to tr_where.
54925         (tr_mallochook): Likewise.
54926         (tr_reallochook): Likewise.
54927         (tr_memalignhook): Likewise.
54929         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
54930         used and couldn't be at all thread-safe.
54932 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
54934         * libio/freopen.c (freopen): Don't close old file descriptor
54935         before the new one is opened.  Instead dup the new file descriptor
54936         to the old one after the new stream is created.
54937         * libio/freopen64.c (freopen64): Likewise.
54938         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54939         * libio/fileops.c (_IO_new_file_close_it): Handle new
54940         _IO_FLAGS2_NOCLOSE flag.
54941         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54942         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54943         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54944         _IO_FLAGS2_NOCLOSE flag.
54945         * include/unistd.h: Add hidden_proto for dup3.
54946         Define __have_dup3.
54947         * io/dup3.c: Define hidden symbol.
54948         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54950         [BZ #7101]
54951         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54952         when an incomplete long option is used.
54953         * posix/tst-getopt_long1.c: New file.
54954         * posix/Makefile (tests): Add tst-getopt_long1.
54956         [BZ #10138]
54957         * scripts/config.guess: Update from autoconf-2.68.
54958         * scripts/config.sub: Likewise.
54960         [BZ #10157]
54961         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
54962         tests into ...
54963         (has_cpuclock): ...this.  New function.
54964         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
54965         macro here based on has_cpuclock code.
54967         [BZ #10149]
54968         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54969         First byte (not low byte) is now always NUL.
54970         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
54972         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
54973         Use non-cancelable interfaces.
54975         [BZ #9809]
54976         * locale/iso-639.def: Add entry for Sorani.
54978         [BZ #11901]
54979         * include/stdlib.h: Move include protection to the right place.
54980         Define abort_msg_s.  Declare __abort_msg with it.
54981         * stdlib/abort.c (__abort_msg): Adjust type.
54982         * assert/assert.c (__assert_fail_base): New function.  Majority
54983         of code from __assert_fail.  Allocate memory for __abort_msg with
54984         mmap.
54985         (__assert_fail): Now call __assert_fail_base.
54986         * assert/assert-perr.c: Remove bulk of implementation.  Use
54987         __assert_fail_base.
54988         * include/assert.hL Declare __assert_fail_base.
54989         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
54990         mmap.
54991         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
54993 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
54995         [BZ #11952]
54996         [BZ #12453]
54997         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
54998         until all modules are registered in the DTV.
54999         * elf/Makefile: Add rules to build and run tst-tls19.
55000         * elf/tst-tls19.c: New file.
55001         * elf/tst-tls19mod1.c: New file.
55002         * elf/tst-tls19mod2.c: New file.
55003         * elf/tst-tls19mod3.c: New file.
55004         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55006         [BZ #12083]
55007         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55008         correctly.
55010         [BZ #12601]
55011         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55012         two-byte sequence errors.
55013         * iconvdata/Makefile (tests): Add bug-iconv8.
55014         * iconvdata/bug-iconv8.c: New file.
55016         [BZ #12626]
55017         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55018         buf2 definition.
55020         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55022         [BZ #12432]
55023         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55024         (dummy_getcfa): New function.
55025         (init): Get _Unwind_GetCFA address, use dummy if not found.
55026         (backtrace_helper): In recursion check, also check whether CFA changes.
55027         (__backtrace): Completely initialize arg.
55029         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55030         storing incomplete byte sequence in state object.  Avoid testing for
55031         guaranteed too small input if we know there is enough data available.
55033 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55035         * Makeconfig (+link-pie): Indent.
55036         * Rules (binaries-pie): Define if $(have-fpie) and
55037         $(build-shared).
55038         (binaries-shared): Also filter out $(binaries-pie).
55039         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55040         * nscd/Makefile (others-pie): Add nscd.
55041         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55042         ($(objpfx)nscd): Remove command override.
55043         * login/Makefile (others-pie): Add pt_chown.
55044         ($(objpfx)pt_chown): Remove command override.
55045         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55046         remove command overrides.
55048 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55050         * libio/tst_putwc.c: Fix error messages.
55052         [BZ #12724]
55053         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55054         currently writing and seek to current position when not.
55055         * libio/Makefile (tests): Add bug-fclose1.
55056         * libio/bug-fclose1.c: New file.
55058 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55060         [BZ #12511]
55061         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55062         don't set DF_1_NODELETE here.
55063         (do_lookup_x): When entering new entry test for copy relocation
55064         and if necessary set DF_1_NODELETE flag.
55065         * elf/tst-unique4.cc: New file.
55066         * elf/tst-unique4.h: New file.
55067         * elf/tst-unique4lib.cc: New file.
55068         * elf/Makefile: Add rules to build and run tst-unique4.
55069         Patch by Piotr Bury <pbury@goahead.com>.
55071 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55073         [BZ #12052]
55074         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55076         [BZ #12625]
55077         * misc/mntent_r.c (addmntent): Flush the stream after the output
55079         [BZ #12393]
55080         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55081         (is_trusted_path_normalize): Skip initial colon.  Append slash
55082         to empty buffer.  Duplicate is_trusted_path code but allow
55083         constructed patch to be prefix.
55084         (is_dst): Allow $ORIGIN followed by /.
55085         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55086         Correct testing of result of is_trusted_path_normalize
55087         (decompose_rpath): Fix warning.
55089 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55091         [BZ #11257]
55092         * grp/initgroups.c (internal_getgrouplist): When we found the service
55093         list through the initgroups entry in nsswitch.conf do not always
55094         continue on a successful lookup.  Don't always use the
55095         __nss_group_database value if it is set.
55096         * nss/nsswitch.conf (initgroups): Change action for successful db
55097         lookup to continue for compatibility.
55099 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55101         [BZ #11532]
55102         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55103         and CP774 modules.
55104         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55105         and CP774 modules.
55106         * iconvdata/tst-tables.sh: Likewise.
55107         * iconvdata/cp770.c: New file.
55108         * iconvdata/cp771.c: New file.
55109         * iconvdata/cp772.c: New file.
55110         * iconvdata/cp773.c: New file.
55111         * iconvdata/cp774.c: New file.
55112         * iconvdata/testdata/CP770: New file.
55113         * iconvdata/testdata/CP770..UTF8: New file.
55114         * iconvdata/testdata/CP771: New file.
55115         * iconvdata/testdata/CP771..UTF8: New file.
55116         * iconvdata/testdata/CP772: New file.
55117         * iconvdata/testdata/CP772..UTF8: New file.
55118         * iconvdata/testdata/CP773: New file.
55119         * iconvdata/testdata/CP773..UTF8: New file.
55120         * iconvdata/testdata/CP774: New file.
55121         * iconvdata/testdata/CP774..UTF8: New file.
55123         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55124         END CHARMAP line.
55125         * iconvdata/gen-8bit-gap.sh: Likewise.
55126         * iconvdata/gen-8bit.sh: Likewise.
55128         * locale/iso-639.def: Add ary entry.
55130         [BZ #11258]
55131         * locale/C-translit.h.in: Add U20A1 transliteration.
55133         [BZ #12178]
55134         * locale/iso-639.def: Add wae entry.
55135         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55137         [BZ #12545]
55138         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55139         for n.
55141         [BZ #12711]
55142         * locale/C-translit.h.in: Add entry for U20B9.
55143         Patch by pravin.d.s@gmail.com.
55145 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55147         [BZ #12713]
55148         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55149         ENAMETOOLONG use generic getcwd.
55150         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55151         in rtld.  Use *stat64.
55152         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55153         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55154         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55155         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55156         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55157         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55158         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55159         __fstatat64 macros.
55160         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55161         * dirent/rewinddir.c: Add libc_hidden_def.
55162         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55163         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55165         * include/dirent.h (__alloc_dir): Add flags parameter.
55166         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55167         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55168         __alloc_dir.
55169         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55170         from fdopendir if O_CLOEXEC is already set.
55172 2011-03-15  Alan Modra  <amodra@gmail.com>
55174         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55175         l_tls_firstbyte_offset non-zero.  Save padding offset in
55176         l_tls_firstbyte_offset for later use.
55177         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55178         freeing static tls block.
55180 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55182         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55183         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55184         being defined by the kernel headers.
55186 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55188         [BZ #12734]
55189         * resolv/resolv.h: Define RES_NOTLDQUERY.
55190         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55191         no-tld-query and set RES_NOTLDQUERY.
55192         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55193         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55194         modern BIND to search name as TLD unless forbidden.
55196 2011-05-07  Petr Baudis  <pasky@suse.cz>
55197             Ulrich Drepper  <drepper@gmail.com>
55199         [BZ #12393]
55200         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55201         (is_trusted_path): ...to here.
55202         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55203         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55204         using is_trusted_path_normalize() in setuid scripts.
55206 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55208         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55209         __BEGIN/__END_DECLS.
55211 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55213         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55214         NSS_STATUS_NOTFOUND if no record was found.
55216 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55218         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55219         (headers-not-in-tirpc): Remove rpc/netdb.h
55220         * resolv/netdb.h: Revert last change.
55222 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55224         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55225         circular dependency between libgcc.a and libc.a.
55227 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55229         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55230         * nis/Makefile: Don't install rpcsvc/*.
55231         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55232         instead of <rpc/types.h>.
55233         (MAXHOSTNAMELEN): Define.
55235 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55237         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55239 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55241         [BZ #12714]
55242         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55243         gethostbyname4_r when IPv6 results are possible.
55245 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55247         [BZ #12723]
55248         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55249         _PC_PIPE_BUF handling.
55251 2011-04-30  Bruno Haible  <bruno@clisp.org>
55253         [BZ #12717]
55254         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55255         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55256         to 'int'.
55257         * inet/getnameinfo.c (getnameinfo): Likewise.
55259 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55261         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55262         to groups setting in database lookup.
55263         * nss/nsswitch.conf: Add initgroups entry.
55265 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55267         [BZ #12685]
55268         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55269         mode string.
55270         Patch by Eric Blake <eblake@redhat.com>.
55272 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55274         * sunrpc/Makefile (need-export-routines): Add svc_run.
55275         (routines): Remove svc_run.
55276         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55277         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55278         * sunrpc/svc_run.c (svc_run): Likewise.
55279         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55281 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55283         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55284         problem in reallocation in last patch.
55286 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55288         * sunrpc/Makefile: Move inclusion of Rules.
55290 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55292         * nss/nss_files/files-initgroups.c: New file.
55293         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55294         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55295         _nss_files_initgroups_dyn.
55297 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55299         * elf/elf.h (R_ARM_IRELATIVE): Define.
55301 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55303         * po/ru.po: Update from translation team.
55305 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55307         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55308         dependencies.
55310 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55312         [BZ #12653]
55313         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55314         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55315         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55316         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55317         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55319 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55321         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55322         differing bytes.
55323         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55324         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55325         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55327 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55329         [BZ #12420]
55330         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55331         storing it.
55332         * stdlib/bug-getcontext.c: New file.
55333         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55335 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55337         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55338         instructions into .machine "z9-109".
55339         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55340         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55342 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55344         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55345         between environment variables and auxiliary vector.
55347 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55349         * Makefile: Add rules to build linkobj/libc.so.
55350         * include/libc-symbols.h: Define libc_hidden_nolink.
55351         * include/rpc/auth.h: Mark functions which are to be hidden.
55352         * include/rpc/auth_des.h: Likewise.
55353         * include/rpc/auth_unix.h: Likewise.
55354         * include/rpc/clnt.h: Likewise.
55355         * include/rpc/des_crypt.h: Likewise.
55356         * include/rpc/key_prot.h: Likewise.
55357         * include/rpc/pmap_clnt.h: Likewise.
55358         * include/rpc/pmap_prot.h: Likewise.
55359         * include/rpc/pmap_rmt.h: Likewise.
55360         * include/rpc/rpc_msg.h: Likewise.
55361         * include/rpc/svc.h: Likewise.
55362         * include/rpc/svc_auth.h: Likewise.
55363         * include/rpc/xdr.h: Likewise.
55364         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55365         * nss/Makefile: Likewise.
55366         * sunrpc/Makefile: Don't install headers.  Build library with normal
55367         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55368         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55369         for the compat linking library.  Remove use of INTDEF/INTUSE.
55370         * sunrpc/auth_none.c: Likewise.
55371         * sunrpc/auth_unix.c: Likewise.
55372         * sunrpc/authdes_prot.c: Likewise.
55373         * sunrpc/authuxprot.c: Likewise.
55374         * sunrpc/clnt_gen.c: Likewise.
55375         * sunrpc/clnt_perr.c: Likewise.
55376         * sunrpc/clnt_raw.c: Likewise.
55377         * sunrpc/clnt_simp.c: Likewise.
55378         * sunrpc/clnt_tcp.c: Likewise.
55379         * sunrpc/clnt_udp.c: Likewise.
55380         * sunrpc/clnt_unix.c: Likewise.
55381         * sunrpc/des_crypt.c: Likewise.
55382         * sunrpc/des_soft.c: Likewise.
55383         * sunrpc/get_myaddr.c: Likewise.
55384         * sunrpc/key_call.c: Likewise.
55385         * sunrpc/key_prot.c: Likewise.
55386         * sunrpc/netname.c: Likewise.
55387         * sunrpc/pm_getmaps.c: Likewise.
55388         * sunrpc/pm_getport.c: Likewise.
55389         * sunrpc/pmap_clnt.c: Likewise.
55390         * sunrpc/pmap_prot.c: Likewise.
55391         * sunrpc/pmap_prot2.c: Likewise.
55392         * sunrpc/pmap_rmt.c: Likewise.
55393         * sunrpc/publickey.c: Likewise.
55394         * sunrpc/rpc_cmsg.c: Likewise.
55395         * sunrpc/rpc_common.c: Likewise.
55396         * sunrpc/rpc_dtable.c: Likewise.
55397         * sunrpc/rpc_prot.c: Likewise.
55398         * sunrpc/rpc_thread.c: Likewise.
55399         * sunrpc/rtime.c: Likewise.
55400         * sunrpc/svc.c: Likewise.
55401         * sunrpc/svc_auth.c: Likewise.
55402         * sunrpc/svc_authux.c: Likewise.
55403         * sunrpc/svc_raw.c: Likewise.
55404         * sunrpc/svc_run.c: Likewise.
55405         * sunrpc/svc_simple.c: Likewise.
55406         * sunrpc/svc_tcp.c: Likewise.
55407         * sunrpc/svc_udp.c: Likewise.
55408         * sunrpc/svc_unix.c: Likewise.
55409         * sunrpc/svcauth_des.c: Likewise.
55410         * sunrpc/xcrypt.c: Likewise.
55411         * sunrpc/xdr.c: Likewise.
55412         * sunrpc/xdr_array.c: Likewise.
55413         * sunrpc/xdr_float.c: Likewise.
55414         * sunrpc/xdr_intXX_t.c: Likewise.
55415         * sunrpc/xdr_mem.c: Likewise.
55416         * sunrpc/xdr_rec.c: Likewise.
55417         * sunrpc/xdr_ref.c: Likewise.
55418         * sunrpc/xdr_sizeof.c: Likewise.
55419         * sunrpc/xdr_stdio.c: Likewise.
55421 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55423         [BZ #12650]
55424         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55425         * sysdeps/ia64/dl-tls.h: Likewise.
55426         * sysdeps/powerpc/dl-tls.h: Likewise.
55427         * sysdeps/s390/dl-tls.h: Likewise.
55428         * sysdeps/sh/dl-tls.h: Likewise.
55429         * sysdeps/sparc/dl-tls.h: Likewise.
55430         * sysdeps/x86_64/dl-tls.h: Likewise.
55431         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55433 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55435         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55436         rpath element also skip the following colon.
55437         (expand_dynamic_string_token): Add is_path parameter and pass
55438         down to DL_DST_REQUIRED and _dl_dst_substitute.
55439         (decompose_rpath): Call expand_dynamic_string_token with
55440         non-zero is_path.  Ignore empty rpaths.
55441         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55442         with zero is_path.
55444 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55447         Make cancelable.
55449 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55451         [BZ #12655]
55452         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55453         Patch by Filipe David Manana <fdmanana@apache.org>.
55455 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55457         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55458         Maintain aligned stack.
55459         (CHECK_RSP): Remove unused macro.
55461 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
55463         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55464         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55466 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
55468         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55470         * include/features.h: Mention __USE_XOPEN2K8 in comment.
55472 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
55474         [BZ #12518]
55475         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55476         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55477         * sysdeps/x86_64/memmove.c: New file.
55478         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55479         (memcpy): Renamed to ...
55480         (__new_memcpy): This.
55481         (memcpy): Provide GLIBC_2_14 memcpy.
55482         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55483         (memcpy): Provide GLIBC_2_2_5 memcpy.
55485 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55487         [BZ #12631]
55488         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55490 2011-03-30  Andreas Schwab  <schwab@redhat.com>
55492         * misc/syncfs.c: New file.
55493         * misc/Makefile (routines): Add syncfs.
55494         * posix/unistd.h: Declare syncfs.
55495         * sysdeps/unix/syscalls.list: Add syncfs.
55497 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55499         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55500         open_by_handle_at.
55501         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55502         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55503         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55504         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55506         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55507         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55509 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55511         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55512         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55513         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55514         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55515         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55516         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55517         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55519         * io/Makefile: Compile fallocate.c, fallocate64.c, and
55520         sync_file_range.c with -fexceptions.
55521         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55522         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55523         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55524         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55525         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55526         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55527         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55528         sync_file_range as cancellation point
55529         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
55530         now a wrapper around __call_sync_file_range with cancellation handling.
55531         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55532         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
55533         function name to __call_sync_file_range.
55534         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55535         Add call_sync_file_range.
55537 2011-04-01  Andreas Schwab  <schwab@redhat.com>
55539         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55540         bits/timex.h.
55542 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
55544         * iconv/iconv.h: Fix typo in comment.
55545         * io/fcntl.h: Likewise.
55546         * libio/stdio.h: Likewise.
55547         * posix/spawn.h: Likewise.
55548         * posix/unistd.h: Likewise.
55549         * stdlib/stdlib.h: Likewise.
55550         * time/time.h: Likewise.
55551         * wcsmbs/wchar.h: Likewise.
55553         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55554         open_by_handle): Add.
55555         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55556         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
55557         Augment a few comments.
55558         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55559         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55560         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55561         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55562         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55563         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55564         open_by_handle.
55566         * io/fcntl.h (AT_EMPTY_PATH): Define.
55568 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
55570         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55571         * sysdeps/unix/sysv/linux/bits/time.h: New file.
55572         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55573         to...
55574         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
55575         * Versions.def: Add GLIBC_2.14.
55576         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55577         Export.
55579 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
55581         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55582         round counter.
55583         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55585 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
55587         [BZ #12597]
55588         * string/test-strncmp.c (do_page_test): New function.
55589         (check2): Likewise.
55590         (test_main): Call check2.
55591         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55593 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
55595         [BZ #12587]
55596         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55597         Handle cache information in CPU leaf 4.
55598         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55600 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
55602         [BZ #12583]
55603         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55604         character representation.
55605         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55607 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
55609         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55610         END(__isnan) to END(__isnanf) to match function entry point/label
55611         EALIGN(__isnanf,...).
55613 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
55615         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55617 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
55619         [BZ #12510]
55620         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55621         copy from the symbol referenced in the relocation to initialize the
55622         used variable.
55623         Patch by Piotr Bury <pbury@goahead.com>.
55624         * elf/Makefile: Add rules to build and tst-unique3.
55625         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55626         * elf/tst-unique3.cc: New file.
55627         * elf/tst-unique3.h: New file.
55628         * elf/tst-unique3lib.cc: New file.
55629         * elf/tst-unique3lib2.cc: New file.
55631         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55633 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
55635         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55636         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
55637         to _start.
55639 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
55641         * elf/dl-load.c (_dl_map_object): If we are looking for the first
55642         to-be-loaded object along a path to loader is ld.so.
55644 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55645             Ulrich Drepper  <drepper@gmail.com>
55647         * sysdeps/x86_64/memset.S: After aligning destination, code
55648         branches to different locations depending on the value of
55649         misalignment, when multiarch is enabled. Fix this.
55651 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
55653         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55654         Set _x86_64_preferred_memory_instruction for AMD processsors.
55655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55656         Set bit_Prefer_SSE_for_memop for AMD processors.
55658 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
55660         * libio/fmemopen.c (fmemopen): Optimize a bit.
55662 2011-03-03  Andreas Schwab  <schwab@redhat.com>
55664         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55666 2011-03-03  Roland McGrath  <roland@redhat.com>
55668         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55670 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
55672         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55673         __bzero_ultra1 instead of __memset_ultra1.
55675 2011-02-23  Andreas Schwab  <schwab@redhat.com>
55676             Ulrich Drepper  <drepper@gmail.com>
55678         [BZ #12509]
55679         * include/link.h (struct link_map): Add l_orig_initfini.
55680         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55681         returning unsuccessfully.
55682         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55683         close of a file loaded at startup, restore the original l_initfini
55684         list.
55685         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55686         list, store the pointer.
55687         * elf/Makefile ($(objpfx)noload-mem): New rule.
55688         (noload-ENV): Define.
55689         (tests): Add $(objpfx)noload-mem.
55690         * elf/noload.c: Include <memcheck.h>.
55691         (main): Call mtrace.  Close all opened handles.
55693 2011-02-17  Andreas Schwab  <schwab@redhat.com>
55695         [BZ #12454]
55696         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55697         dependencies are missing.
55699 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55701         Fix __if_freereq crash: Unlike the generic version which uses free,
55702         Hurd needs munmap.
55703         * sysdeps/mach/hurd/ifreq.h: New file.
55705 2011-01-27  Petr Baudis  <pasky@suse.cz>
55706             Ulrich Drepper  <drepper@gmail.com>
55708         [BZ 12445]#
55709         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55710         to extend_alloca().
55711         * stdio-common/bug23.c: New file.
55712         * stdio-common/Makefile (tests): Add bug23.
55714 2010-09-28  Andreas Schwab  <schwab@redhat.com>
55715             Ulrich Drepper  <drepper@gmail.com>
55717         [BZ #12489]
55718         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55719         before performing relro protection.  At old place add assertion
55720         to make sure nothing changed.
55722 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
55723             Glauber de Oliveira Costa  <glommer@gmail.com>
55725         * elf/elf.h: Add new ARM TLS relocs.
55727 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
55729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55730         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55731         cast from r3.
55732         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
55733         'tests' variable.
55734         * sysdeps/wordsize-64/tst-writev.c: New file.
55736 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
55738         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55739         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55740         insns in _dl_start to prevent a TOC reference before relocs are
55741         resolved.
55743 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
55745         [BZ #12469]
55746         * Makeconfig: Remove RANLIB definition.
55747         * Makerules: Don't use RANLIB.
55748         * aclocal.m4: Remove ranlib test.
55749         * configure.in: No need to check for ranlib.
55750         * elf/rtld-Rules: Don't use RANLIB.
55752 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55754         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55755         protection macro.
55756         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55757         inclusion protection macro.
55759         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55760         SIGRTMIN and SIGRTMAX and print information in that case only when
55761         SIGRTMIN is defined.
55763 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
55765         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55766         arginfo fn returning -1.
55768         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55769         and thousands string is zero terminated.
55771 2011-02-03  Andreas Schwab  <schwab@redhat.com>
55773         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55774         sysdeps/unix/sysv/linux/bits/socket.h.
55776 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
55778         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55779         (__CPU_COUNT): Remove old macros.
55780         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55781         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55782         (__CPU_ALLOC, __CPU_FREE): Add macros.
55783         (__sched_cpualloc, __sched_cpufree): Add declarations.
55785 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
55787         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55788         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55789         * nscd/aicache.c (addhstaiX): Return timeout of added value.
55790         (readdhstai): Return value of addhstaiX call.
55791         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55792         (addgrbyX): Return value returned by cache_addgr.
55793         (readdgrbyname): Return value returned by addgrbyX.
55794         (readdgrbygid): Likewise.
55795         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55796         (addpwbyX): Return value returned by cache_addpw.
55797         (readdpwbyname): Return value returned by addhstbyX.
55798         (readdpwbyuid): Likewise.
55799         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55800         (addservbyX): Return value returned by cache_addserv.
55801         (readdservbyname): Return value returned by addservbyX:
55802         (readdservbyport): Likewise.
55803         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55804         (addhstbyX): Return value returned by cache_addhst.
55805         (readdhstbyname): Return value returned by addhstbyX.
55806         (readdhstbyaddr): Likewise.
55807         (readdhstbynamev6): Likewise.
55808         (readdhstbyaddrv6): Likewise.
55809         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55810         (readdinitgroups): Return value returned by addinitgroupsX.
55811         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55812         (prune_cache): Keep track of timeout value of re-added entries.
55813         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55814         * nscd/nscd.h: Adjust prototypes of readd* functions.
55816 2011-02-04  Roland McGrath  <roland@redhat.com>
55818         * nis/nis_server.c (nis_servstate): Use the right name for 0.
55819         (nis_stats): Likewise.
55820         * nis/nis_modify.c (nis_modify): Likewise.
55821         * nis/nis_remove.c (nis_remove): Likewise.
55822         * nis/nis_add.c (nis_add): Likewise.
55824         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55826         * posix/fnmatch_loop.c: Add some consts.
55828         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55830 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
55832         [BZ #12460]
55833         * config.make.in (config-cflags-novzeroupper): Define.
55834         * configure.in: Substitute libc_cv_cc_novzeroupper.
55835         * elf/Makefile (AVX-CFLAGS): Define.
55836         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55837         (CFLAGS-tst-auditmod4a.c): Likewise.
55838         (CFLAGS-tst-auditmod4b.c): Likewise.
55839         (CFLAGS-tst-auditmod6b.c): Likewise.
55840         (CFLAGS-tst-auditmod6c.c): Likewise.
55841         (CFLAGS-tst-auditmod7b.c): Likewise.
55842         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55844 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
55846         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55847         function to the callback.
55848         Patch partly by Jiri Olsa <jolsa@redhat.com>.
55850 2011-02-02  Andreas Schwab  <schwab@redhat.com>
55852         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55853         of errno.
55855 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
55857         [BZ #11724]
55858         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55859         of constructors.
55860         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55861         of destructors.
55862         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55864         [BZ #11724]
55865         * elf/Makefile: Add rules to build and run new test.
55866         * elf/tst-initorder.c: New file.
55867         * elf/tst-initorder.exp: New file.
55868         * elf/tst-initordera1.c: New file.
55869         * elf/tst-initordera2.c: New file.
55870         * elf/tst-initordera3.c: New file.
55871         * elf/tst-initordera4.c: New file.
55872         * elf/tst-initorderb1.c: New file.
55873         * elf/tst-initorderb2.c: New file.
55874         * elf/tst-order-a1.c: New file.
55875         * elf/tst-order-a2.c: New file.
55876         * elf/tst-order-a3.c: New file.
55877         * elf/tst-order-a4.c: New file.
55878         * elf/tst-order-b1.c: New file.
55879         * elf/tst-order-b2.c: New file.
55880         * elf/tst-order-main.c: New file.
55881         New test case by George Gensure <werkt0@gmail.com>.
55883 2010-10-01  Andreas Schwab  <schwab@redhat.com>
55885         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55886         decoding ACE if AI_CANONIDN.
55888 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
55890         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55892 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
55894         * version.h (RELEASE): Bump for 2.13 release.
55895         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55897         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55899         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55900         MADV_NOHUGEPAGE.
55901         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55902         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55903         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55904         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55905         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55906         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55908         * posix/getconf.c: Update copyright year.
55909         * catgets/gencat.c: Likewise.
55910         * csu/version.c: Likewise.
55911         * debug/catchsegv.sh: Likewise.
55912         * debug/xtrace.sh: Likewise.
55913         * elf/ldconfig.c: Likewise.
55914         * elf/ldd.bash.in: Likewise.
55915         * elf/sprof.c (print_version): Likewise.
55916         * iconv/iconv_prog.c: Likewise.
55917         * iconv/iconvconfig.c: Likewise.
55918         * locale/programs/locale.c: Likewise.
55919         * locale/programs/localedef.c: Likewise.
55920         * malloc/memusage.sh: Likewise.
55921         * malloc/mtrace.pl: Likewise.
55922         * nscd/nscd.c (print_version): Likewise.
55923         * nss/getent.c: Likewise.
55925         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55926         PF_CAIF, and PF_ALG.
55927         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55929 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
55931         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55932         (modules-names): Use them.
55933         (ifunc-test-modules, ifunc-pie-tests): Define.
55934         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55935         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55936         (test-extras): Likewise.
55937         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55938         $(compile-command.c).
55939         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55940         (all-built-dso): Define.
55941         (check-textrel.out, check-execstack.out): Depend on it.
55943         * configure.in: Don't override --enable-multi-arch.
55945 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
55947         [BZ #6812]
55948         * nscd/hstcache.c (tryagain): Define.
55949         (cache_addhst): Return tryagain not notfound for temporary errors.
55950         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
55951         failed.
55953 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
55955         [BZ #10563]
55956         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
55957         to make the syscall.
55958         * sysdeps/unix/sysv/linux/setgroups.c: New file.
55960         [BZ #12378]
55961         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
55962         and fall back to matching as normal character if the string ends before
55963         the matching ']' is found.  This is what POSIX requires.
55964         * posix/testfnm.c: Adjust test result.
55965         * posix/globtest.sh: Adjust test result.  Add new test.
55966         * posix/tst-fnmatch.input: Likewise.
55967         * posix/tst-fnmatch2.c: Add new test.
55969 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
55971         * elf/Makefile (check-execstack): Revert last change.  Depend on
55972         check-execstack.h.
55973         (check-execstack.h): New target.
55974         (generated): Add check-execstack.h.
55975         * elf/check-execstack.c: Include "check-execstack.h".
55976         (main): Revert last change.
55977         (handle_file): Return zero if GNU_STACK is absent and
55978         DEFAULT_STACK_PERMS doesn't include PF_X.
55980 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
55982         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
55983         in child fails because the descriptor is already closed.
55984         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
55985         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
55986         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
55988         [BZ #12397]
55989         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
55990         syscall.
55992         [BZ #10484]
55993         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
55994         temporary buffer used to handle multi lookups locally.
55995         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
55997 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
55999         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56000         loader is ld.so.
56002 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56004         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56005         alignment for SSE2.
56007 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56009         [BZ #12394]
56010         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56011         characters.  When rounding increased number of integer digits recompute
56012         number of groups.
56013         * stdio-common/tst-grouping.c: New file.
56014         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56016 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56018         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56019         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56021         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56022         void.
56023         * bits/select.h: Likewise.
56025 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56027         * po/ja.po: Update from translation team.
56029 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56031         [BZ #11155]
56032         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56033         implementation just like for lxstat, fxstatat, et al.
56035 2010-12-27  Jim Meyering  <meyering@redhat.com>
56037         [BZ #12348]
56038         * posix/regexec.c (build_trtable): Return failure indication upon
56039         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56041 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56043         [BZ #12201]
56044         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56045         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56046         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56047         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56049         [BZ #12207]
56050         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56052         [BZ #12204]
56053         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56054         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56056 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56058         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56059         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56060         script has SORT_BY_INIT_PRIORITY.
56061         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56062         NO_CTORS_DTORS_SECTIONS is defined.
56063         * elf/soinit.c: Likewise.
56064         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56065         NO_CTORS_DTORS_SECTIONS is defined.
56066         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56067         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56068         * sysdeps/sh/init-first.c: Likewise.
56069         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56071 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56073         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56074         always use the slow path.
56076 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56078         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56079         similar rule which adds the sysdep directories to the header search in
56080         order to pick up the correct platform stackinfo.h.
56081         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56082         perform test if it is, otherwise return successfully without testing.
56083         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56084         DEFAULT_STACK_PERMS define in stackinfo.h.
56085         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56086         defined in stackinfo.h.
56087         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56088         DEFAULT_STACK_PERMS defined in stackinfo.h.
56089         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56090         * sysdeps/ia64/stackinfo.h: Likewise.
56091         * sysdeps/s390/stackinfo.h: Likewise.
56092         * sysdeps/sh/stackinfo.h: Likewise.
56093         * sysdeps/sparc/stackinfo.h: Likewise.
56094         * sysdeps/x86_64/stackinfo.h: Likewise.
56095         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56096         PF_X for powerpc64.  Retain PF_X for powerpc32.
56098 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56100         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56101         accurately.
56102         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56103         GETDENTS_64BIT_ALIGNED.
56105 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56107         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56109 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56111         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56112         _GNU_SOURCE.
56114         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56115         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56116         Remove __restrict.
56117         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56118         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56120 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56122         [BZ #11655]
56123         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56124         are initialized.
56126 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56128         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56130 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56132         * po/it.po: Update from translation team.
56134 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56136         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56137         unused codes.
56139 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56141         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56143 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56145         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56146         specially.
56147         (gaih_getanswer_slice): Likewise.
56149 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56151         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56153 2010-05-31  Petr Baudis  <pasky@suse.cz>
56155         [BZ #11149]
56156         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56157         silently even in the chroot mode.
56159 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56161         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56162         last patch a bit.  Pretty printing
56164 2010-05-31  Petr Baudis <pasky@suse.cz>
56166         [BZ #10085]
56167         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56168         initialization of skip_initgroups_dyn.
56170 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56172         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56173         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56175 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56177         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56179 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56181         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56182         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56183         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56184         ($(objpfx)tst-fnmatch-mem): New rule.
56185         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56186         * posix/tst-fnmatch.c (main): Call mtrace.
56188 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56191         Support Intel processor model 6 and model 0x2c.
56193 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56195         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56196           signed comparison.
56198 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56200         [BZ #12205]
56201         * string/test-strncasecmp.c (check_result): New function.
56202         (do_one_test): Use it.
56203         (check1): New function.
56204         (test_main): Use it.
56205         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56206         Support strcasecmp and strncasecmp.
56208 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56210         [BZ #12194]
56211         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56212         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56214 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56216         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56217         IFUNC support.
56218         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56219         memset-x86-64.
56220         * sysdeps/x86_64/multiarch/bzero.S: New file.
56221         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56222         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56223         * sysdeps/x86_64/multiarch/memset.S: New file.
56224         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56225         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56226         Set bit_Prefer_SSE_for_memop for Intel processors.
56227         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56228         Define.
56229         (index_Prefer_SSE_for_memop): Define.
56230         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56232 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56234         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56235         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56237 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56239         [BZ #12191]
56240         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56241         (__x86_64_raw_data_cache_size_half): Likewise.
56242         (__x86_64_raw_shared_cache_size): Likewise.
56243         (__x86_64_raw_shared_cache_size_half): Likewise.
56245         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56246         (__x86_64_raw_data_cache_size_half): Likewise.
56247         (__x86_64_raw_shared_cache_size): Likewise.
56248         (__x86_64_raw_shared_cache_size_half): Likewise.
56249         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56250         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56251         and __x86_64_raw_shared_cache_size_half.  Round
56252         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56253         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56254         to multiple of 256 bytes.
56256 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56258         [BZ #12167]
56259         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56260         of inacessible symlinks.  Verify result of symlink before returning it.
56261         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56262         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56264 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56266         * math/math.h (isinf): Fix typo in comment.
56268 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56270         * po/da.po: Update from translation team.
56272 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56274         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56275         is added to the list.
56277 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56278             Ulrich Drepper  <drepper@gmail.com>
56280         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56281         the global list here.  Move code to...
56282         (_dl_add_to_namespace_list): ...here.  New function.
56283         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56284         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56285         * elf/dl-load.c (lose): Don't remove the element from the list.
56286         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56287         (_dl_map_object): Likewise.
56289 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56291         [BZ #12159]
56292         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56293         into all bytes of SSE register.
56294         Patch by Richard Li <richardpku@gmail.com>.
56296 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56298         [BZ #12140]
56299         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56300         perturbing.
56302 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56304         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56305         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56306         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56307         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56309         submachine.
56310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56312 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56314         * include/dlfcn.h (__RTLD_SECURE): Define.
56315         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56316         mode & __RTLD_SECURE instead.
56317         (open_path): Rename preloaded parameter to secure.
56318         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56319         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56320         * elf/dl-deps.c (openaux): Likewise.
56321         * elf/rtld.c (struct map_args): Remove is_preloaded.
56322         (map_doit): Don't use it.
56323         (dl_main): Likewise.
56324         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56325         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56327 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56329         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56330         (sysd-rules-targets): Remove duplicates.
56331         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56332         rtld-%.$o dependency.
56334 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56336         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56337         _dl_map_object do it.
56339 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56341         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56342         fast fma builtins, define the macros in the C99 standard.
56343         (FP_FAST_FMAF): Likewise.
56344         (FP_FAST_FMAL): Likewise.
56345         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56347         * bits/mathdef.h: Update copyright year.
56348         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56350 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56352         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56353         builtins, define the macros in the C99 standard.
56354         (FP_FAST_FMAF): Likewise.
56355         (FP_FAST_FMAL): Likewise.
56356         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56357         multiply/add.
56358         (FP_FAST_FMAF): Likewise.
56360 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56362         [BZ #3268]
56363         * math/libm-test.inc (fma_test): Some new testcases.
56364         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56365         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56366         y and infinite z.  Do multiplication by C already in long double.
56367         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56368         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56369         y and infinite z.  Do bitwise or of inexact bit into u.d.
56370         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56371         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56372         * sysdeps/i386/fpu/s_fma.S: Removed.
56373         * sysdeps/i386/fpu/s_fmal.S: Removed.
56375 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56377         [BZ #3268]
56378         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56379         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56380         computation is not scheduled after fetestexcept.  Fix value
56381         of minimum denormal long double.
56383 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56385         [BZ #3268]
56386         * math/libm-test.inc (fma_test): Add some more tests.
56387         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56388         correctly.
56390 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56392         * scripts/data/localplt-s390-linux-gnu.data: New file.
56393         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56395 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56397         [BZ #3268]
56398         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56399         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56400         instead of dbl-64.
56401         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56402         inlines.
56403         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56404         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56405         if one of x and y is very large and the other is subnormal.
56406         * sysdeps/s390/fpu/s_fmaf.c: New file.
56407         * sysdeps/s390/fpu/s_fma.c: New file.
56408         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56409         * sysdeps/powerpc/fpu/s_fma.S: New file.
56410         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56411         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56412         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56414 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56416         [BZ #3268]
56417         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56418         fma tests.
56419         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56420         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56421         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56422         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56423         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56424         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56425         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56427 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56429         [BZ #12078]
56430         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56431         * posix/bug-regex31.input: Add test case.
56433 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56435         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56436         * posix/bug-regex31.input: New file.
56438         [BZ #12078]
56439         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56440         (parse_sub_exp): Fix last change, use postorder.
56442         * posix/bug-regex31.c: New file.
56443         * posix/Makefile: Add rules to build and run bug-regex31.
56445         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56447         [BZ #12078]
56448         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56450         [BZ #12108]
56451         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56452         to have entries in sys_siglist.
56454         [BZ #12093]
56455         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56456         be NULL.
56458 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56460         [BZ #3268]
56461         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56462         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56463         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56464         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56465         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56466         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56467         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56468         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56469         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56470         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56471         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56472         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56473         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56474         * math/ftestexcept.c (fetestexcept): Likewise.
56475         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56476         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56477         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56478         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56479         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56480         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56481         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56483 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56485         [BZ #12107]
56486         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56487         newline.
56489 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
56491         * string/bug-strstr1.c: New file.
56492         * string/Makefile: Add rules to build and run bug-strstr1.
56494 2010-10-05  Eric Blake  <eblake@redhat.com>
56496         [BZ #12092]
56497         * string/str-two-way.h (two_way_long_needle): Always clear memory
56498         when skipping input due to the shift table.
56500 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
56502         [BZ #12005]
56503         * malloc/mcheck.c: Handle large requests.
56505         [BZ #12077]
56506         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56507         for strncmp and strncasecmp.
56508         * string/stratcliff.c: Add tests for strcmp and strncmp.
56509         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56511 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
56513         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56514         __set_fpscr.
56516 2010-09-30  Andreas Jaeger  <aj@suse.de>
56518         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56519         (CGROUP_SUPER_MAGIC): Define.
56520         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56521         Handle btrfs and cgroup file systems.
56522         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56523         Likewise.
56525 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
56527         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56528         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56530 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56532         [BZ #12067]
56533         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56534         trying to locate the ELF header.
56536 2010-09-27  Andreas Schwab  <schwab@redhat.com>
56538         [BZ #11611]
56539         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56540         Mask out sign-bit copies when constructing f_fsid.
56542 2010-09-24  Petr Baudis <pasky@suse.cz>
56544         * debug/stack_chk_fail_local.c: Add missing licence exception.
56545         * debug/warning-nop.c: Likewise.
56547 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
56549         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56550         implementing getdents64 using getdents syscall, set d_type if
56551         __ASSUME_GETDENTS32_D_TYPE.
56553 2010-09-16  Andreas Schwab  <schwab@redhat.com>
56555         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56556         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56558 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
56560         [BZ #12037]
56561         * posix/unistd.h: Undo change of feature selection for ftruncate from
56562         2010-01-11.
56564 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
56566         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56567         detection.
56569 2010-09-20  Andreas Schwab  <schwab@redhat.com>
56571         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56572         fanotify_mark.
56573         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56575 2010-09-14  Andreas Schwab  <schwab@redhat.com>
56577         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56578         variables after CHECK_SP call.
56579         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56581 2010-09-13  Andreas Schwab  <schwab@redhat.com>
56582             Ulrich Drepper  <drepper@redhat.com>
56584         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56585         re-relocationg ld.so.
56586         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56587         _dl_init_paths call.
56588         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
56589         here anymore.
56591 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
56593         * resolv/res_init.c (__res_vinit): Count the default server we added.
56595 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
56596             Ulrich Drepper  <drepper@redhat.com>
56598         [BZ #11968]
56599         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56600         (____longjmp_chk): Use %ebx for saving value across system call.
56601         Add unwind info.
56603 2010-09-06  Andreas Schwab  <schwab@redhat.com>
56605         * manual/Makefile: Don't mix pattern rules with normal rules.
56607 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
56609         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56610         operation.
56611         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56612         * libio/iofopncook.c (_IO_cookie_init): Likewise.
56613         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56614         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56615         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56616         Likewise.
56618 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
56620         [BZ #11979]
56621         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56622         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56624 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
56626         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56627         * sysdeps/x86_64/addmul_1.S: Likewise.
56628         * sysdeps/x86_64/lshift.S: Likewise.
56629         * sysdeps/x86_64/mul_1.S: Likewise.
56630         * sysdeps/x86_64/rshift.S: Likewise.
56631         * sysdeps/x86_64/sub_n.S: Likewise.
56632         * sysdeps/x86_64/submul_1.S: Likewise.
56634 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56636         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56637         Define __sched_param instead of SCHED_* and sched_param when
56638         <bits/sched.h> is included with __need_schedparam defined.
56639         * bits/sched.h [__need_schedparam]
56640         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56641         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56642         (__defined_schedparam): Define to 1.
56643         (__sched_param): New structure, identical to sched_param.
56644         (__need_schedparam): Undefine.
56646 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
56648         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56649         (epoll_create1): Declare.
56651         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56653 2010-08-31  Andreas Schwab  <schwab@redhat.com>
56655         [BZ #7066]
56656         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56657         shifting retval into place.
56659 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
56661         * nis/rpcsvc/nis.h: Update copyright notice.
56662         * nis/rpcsvc/nis.x: Likewise.
56663         * nis/rpcsvc/nis_callback.h: Likewise.
56664         * nis/rpcsvc/nis_callback.x: Likewise.
56665         * nis/rpcsvc/nis_object.x: Likewise.
56666         * nis/rpcsvc/nis_tags.h: Likewise.
56667         * nis/rpcsvc/yp.h: Likewise.
56668         * nis/rpcsvc/yp.x: Likewise.
56669         * nis/rpcsvc/ypupd.h: Likewise.
56670         * nis/yp_xdr.c: Likewise.
56671         * nis/ypupdate_xdr.c: Likewise.
56673         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
56674         mainly the body of pmap_getport.  Add parameters to specify timeouts.
56675         (pmap_getport): Use __libc_rpc_getport.
56676         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56677         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56678         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56680 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
56682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56683         fanotify_mark.
56685 2010-08-27  Roland McGrath  <roland@redhat.com>
56687         * sysdeps/i386/i686/multiarch/Makefile
56688         (CFLAGS-varshift.c): New variable.
56690 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
56692         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56693         * sysdeps/i386/i686/multiarch/varshift.c: New file.
56695         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56697         * sysdeps/x86_64/strlen.S: Minimal code improvement.
56699 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
56701         * sysdeps/x86_64/strlen.S: Unroll the loop.
56702         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56703         strlen-sse2 strlen-sse2-bsf.
56704         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56705         __strlen_no_bsf if bit_Slow_BSF is set.
56706         (__strlen_sse42): Removed.
56707         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56708         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56710 2010-08-25  Roland McGrath  <roland@redhat.com>
56712         * sysdeps/x86_64/multiarch/varshift.S: File removed.
56713         * sysdeps/x86_64/multiarch/varshift.c: New file.
56714         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56715         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56716         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56717         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56719 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
56721         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56722         strlen-sse2 strlen-sse2-bsf.
56723         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56724         __strlen_sse2_bsf if bit_Slow_BSF is unset.
56725         (__strlen_sse2): Removed.
56726         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56727         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56728         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56729         bit_Slow_BSF for Atom.
56730         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56731         (index_Slow_BSF): Define.
56732         (HAS_SLOW_BSF): Define.
56734 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
56736         [BZ #10851]
56737         * resolv/res_init.c (__res_vinit): When no server address at all
56738         is given default to loopback.
56740 2010-08-24  Roland McGrath  <roland@redhat.com>
56742         * configure.in: Remove config-name.h generation.
56743         * configure: Regenerated.
56744         * config-name.in: File removed.
56745         * scripts/config-uname.sh: New file.
56746         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56747         ($(objdir)config-name.h): New target.
56749         * sunrpc/rpc_parse.h: Avoid nested comment.
56751 2010-08-24  Richard Henderson  <rth@redhat.com>
56752             Ulrich Drepper  <drepper@redhat.com>
56753             H.J. Lu  <hongjiu.lu@intel.com>
56755         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56756         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56757         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56758         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
56759         _mm_alignr_epi8 with _mm_loadu_si128.
56760         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56761         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56762         (__m128i_shift_right): Removed.
56763         * sysdeps/i386/i686/multiarch/varshift.h: New file.
56764         * sysdeps/i386/i686/multiarch/varshift.S: New file.
56765         * sysdeps/x86_64/multiarch/varshift.h: New file.
56766         * sysdeps/x86_64/multiarch/varshift.S: New file.
56768 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
56770         * configure.in: Move assembler checks to before sysdep dir checking.
56772 2010-08-20  Petr Baudis  <pasky@suse.cz>
56774         * LICENSES: Sync the sunrpc license.
56776 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
56778         * sunrpc/auth_des.c: Update copyright notice once again.
56779         * sunrpc/auth_none.c: Likewise.
56780         * sunrpc/auth_unix.c: Likewise.
56781         * sunrpc/authdes_prot.c: Likewise.
56782         * sunrpc/authuxprot.c: Likewise.
56783         * sunrpc/bindrsvprt.c: Likewise.
56784         * sunrpc/clnt_gen.c: Likewise.
56785         * sunrpc/clnt_perr.c: Likewise.
56786         * sunrpc/clnt_raw.c: Likewise.
56787         * sunrpc/clnt_simp.c: Likewise.
56788         * sunrpc/clnt_tcp.c: Likewise.
56789         * sunrpc/clnt_udp.c: Likewise.
56790         * sunrpc/clnt_unix.c: Likewise.
56791         * sunrpc/des_crypt.c: Likewise.
56792         * sunrpc/des_soft.c: Likewise.
56793         * sunrpc/get_myaddr.c: Likewise.
56794         * sunrpc/getrpcport.c: Likewise.
56795         * sunrpc/key_call.c: Likewise.
56796         * sunrpc/key_prot.c: Likewise.
56797         * sunrpc/openchild.c: Likewise.
56798         * sunrpc/pm_getmaps.c: Likewise.
56799         * sunrpc/pm_getport.c: Likewise.
56800         * sunrpc/pmap_clnt.c: Likewise.
56801         * sunrpc/pmap_prot.c: Likewise.
56802         * sunrpc/pmap_prot2.c: Likewise.
56803         * sunrpc/pmap_rmt.c: Likewise.
56804         * sunrpc/rpc/auth.h: Likewise.
56805         * sunrpc/rpc/auth_unix.h: Likewise.
56806         * sunrpc/rpc/clnt.h: Likewise.
56807         * sunrpc/rpc/des_crypt.h: Likewise.
56808         * sunrpc/rpc/key_prot.h: Likewise.
56809         * sunrpc/rpc/netdb.h: Likewise.
56810         * sunrpc/rpc/pmap_clnt.h: Likewise.
56811         * sunrpc/rpc/pmap_prot.h: Likewise.
56812         * sunrpc/rpc/pmap_rmt.h: Likewise.
56813         * sunrpc/rpc/rpc.h: Likewise.
56814         * sunrpc/rpc/rpc_des.h: Likewise.
56815         * sunrpc/rpc/rpc_msg.h: Likewise.
56816         * sunrpc/rpc/svc.h: Likewise.
56817         * sunrpc/rpc/svc_auth.h: Likewise.
56818         * sunrpc/rpc/types.h: Likewise.
56819         * sunrpc/rpc/xdr.h: Likewise.
56820         * sunrpc/rpc_clntout.c: Likewise.
56821         * sunrpc/rpc_cmsg.c: Likewise.
56822         * sunrpc/rpc_common.c: Likewise.
56823         * sunrpc/rpc_cout.c: Likewise.
56824         * sunrpc/rpc_dtable.c: Likewise.
56825         * sunrpc/rpc_hout.c: Likewise.
56826         * sunrpc/rpc_main.c: Likewise.
56827         * sunrpc/rpc_parse.c: Likewise.
56828         * sunrpc/rpc_parse.h: Likewise.
56829         * sunrpc/rpc_prot.c: Likewise.
56830         * sunrpc/rpc_sample.c: Likewise.
56831         * sunrpc/rpc_scan.c: Likewise.
56832         * sunrpc/rpc_scan.h: Likewise.
56833         * sunrpc/rpc_svcout.c: Likewise.
56834         * sunrpc/rpc_tblout.c: Likewise.
56835         * sunrpc/rpc_util.c: Likewise.
56836         * sunrpc/rpc_util.h: Likewise.
56837         * sunrpc/rpcinfo.c: Likewise.
56838         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56839         * sunrpc/rpcsvc/key_prot.x: Likewise.
56840         * sunrpc/rpcsvc/klm_prot.x: Likewise.
56841         * sunrpc/rpcsvc/mount.x: Likewise.
56842         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56843         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56844         * sunrpc/rpcsvc/rex.x: Likewise.
56845         * sunrpc/rpcsvc/rstat.x: Likewise.
56846         * sunrpc/rpcsvc/rusers.x: Likewise.
56847         * sunrpc/rpcsvc/sm_inter.x: Likewise.
56848         * sunrpc/rpcsvc/spray.x: Likewise.
56849         * sunrpc/rpcsvc/yppasswd.x: Likewise.
56850         * sunrpc/rtime.c: Likewise.
56851         * sunrpc/svc.c: Likewise.
56852         * sunrpc/svc_auth.c: Likewise.
56853         * sunrpc/svc_authux.c: Likewise.
56854         * sunrpc/svc_raw.c: Likewise.
56855         * sunrpc/svc_run.c: Likewise.
56856         * sunrpc/svc_simple.c: Likewise.
56857         * sunrpc/svc_tcp.c: Likewise.
56858         * sunrpc/svc_udp.c: Likewise.
56859         * sunrpc/svc_unix.c: Likewise.
56860         * sunrpc/svcauth_des.c: Likewise.
56861         * sunrpc/xcrypt.c: Likewise.
56862         * sunrpc/xdr.c: Likewise.
56863         * sunrpc/xdr_array.c: Likewise.
56864         * sunrpc/xdr_float.c: Likewise.
56865         * sunrpc/xdr_mem.c: Likewise.
56866         * sunrpc/xdr_rec.c: Likewise.
56867         * sunrpc/xdr_ref.c: Likewise.
56868         * sunrpc/xdr_sizeof.c: Likewise.
56869         * sunrpc/xdr_stdio.c: Likewise.
56871         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56872         handling.
56874 2010-08-19  Andreas Schwab  <schwab@redhat.com>
56876         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56878 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
56880         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56881         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56882         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56883         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56884         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56885         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56886         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56887         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56888         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56889         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56890         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56891         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56892         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56893         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56895 2010-07-26  Anton Blanchard  <anton@samba.org>
56897         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56898         * malloc/arena.c (heap_trim): Likewise.
56900 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
56902         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56903         here.  Not...
56904         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56905         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56907 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
56909         * sysdeps/i386/elf/Makefile: New file.
56911 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56913         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56914         from fanotify_init.
56915         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56916         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56918 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
56920         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56921         of strncasecmp_l.
56922         * sysdeps/multiarch/strcmp.S: Likewise.
56924 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
56926         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56927         strncase_l-nonascii.
56928         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56929         Add strncase_l-ssse3.
56930         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56931         * sysdeps/x86_64/strcmp.S: Likewise.
56932         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56933         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56934         * sysdeps/x86_64/strncase.S: New file.
56935         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56936         * sysdeps/x86_64/strncase_l.S: New file.
56937         * string/Makefile (strop-tests): Add strncasecmp.
56938         * string/test-strncasecmp.c: New file.
56940         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56941         warning.
56943         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56944         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56946 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
56948         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56950 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
56952         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
56953         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
56954         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
56956 2010-05-01  Alan Modra  <amodra@gmail.com>
56958         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
56959         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
56960         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
56961         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
56962         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
56963         tidying.  Don't tail-call __sigjmp_save for static lib.
56964         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
56965         save location.
56966         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
56967         (CALL_MCOUNT): Add eh info, and nop after bl.
56968         (TAIL_CALL_SYSCALL_ERROR): New macro.
56969         (PSEUDO_RET): Use it.
56970         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
56971         Correct save location of integer regs and cr.
56972         (_dl_profile_resolve): Correct cr save location.  Delete nops
56973         after bl when SHARED.  Reduce cfi size a little by better
56974         placement of cfi directives.
56975         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
56976         make a stack frame.  Instead use parm save area as a temp.
56977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
56978         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
56979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
56980         Don't make a stack frame for parent, use parm save area.
56981         Increase child stack frame to 112 bytes.  Don't save unused reg,
56982         and adjust reg usage.  Set up cfi on error recovery and
56983         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
56984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
56985         (__makecontext): Add dummy nop after jump to exit.
56986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
56987         Use correct parm save area and cr save, reduce stack frame.
56988         Correct cfi for possible PSEUDO_RET frame setup.
56989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
56990         Branch to local label emitted by PSEUDO_RET rather than
56991         __syscall_error.
56993 2010-08-12  Andreas Schwab  <schwab@redhat.com>
56995         [BZ #11904]
56996         * locale/programs/locale.c (print_assignment): New function.
56997         (show_locale_vars): Use it.
56999 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57001         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57002         field.
57003         (struct statfs64): Likewise.
57004         (_STATFS_F_FLAGS): Define.
57005         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57006         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57007         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57008         (ST_VALID): Define locally.
57009         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57010         __statvfs_getflags, use the provided value.
57011         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57012         __ASSUME_STATFS_F_FLAGS.
57014         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57016         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57017         Add sys/fanotify.h.
57018         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57019         fanotify_mask for GLIBC_2.13.
57020         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57021         fanotify_init and fanotify_mark.
57022         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57023         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57025         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57026         Add prlimit.
57027         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57028         prlimit64 for GLIBC_2.13.
57029         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57030         prlimit64.
57031         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57032         syscall.
57033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57034         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57035         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57036         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57037         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57038         add prlimit alias.
57039         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57041         [BZ #11903]
57042         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57043         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57045         * nss/Makefile: Add rules to build and run tst-nss-test1.
57046         * shlib-versions: Add entry for libnss_test1.
57047         * nss/nss_test1.c: New file.
57048         * nss/tst-nss-test1.c: New file.
57050         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57051         (__nss_configure_lookup): Set appropriate entry in
57052         __nss_configure_lookup to true.
57053         * nss/nsswitch.h: Define enum with indeces of databases in
57054         databases and __nss_database_custom arrays.  Declare
57055         __nss_database_custom.
57056         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57057         to avoid using nscd when custom rules are installed.
57058         * nss/getXXbyYY_r.c: Likewise.
57059         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57061         * nss/nss_files/files-parse.c: Whitespace fixes.
57063 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57065         [BZ #11883]
57066         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57067         * posix/fnmatch_loop.c: Likewise.
57069 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57071         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57072         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57073         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57074         * Versions.def [GLIBC_2.13]: Add.
57076 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57078         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57079         Also fail if tpwd after pwuid call is NULL.
57081 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57083         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57084         when converting to ms.
57086 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57088         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57089         EOPNOTSUPP errors with ENOTTY.
57090         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57091         EOPNOTSUPP errors with ENOTTY.
57093 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57095         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57096         Add strcasecmp_l-ssse3.
57097         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57098         strcasecmp.
57099         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57100         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57101         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57103 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57105         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57107         * string/Makefile (strop-tests): Add strcasecmp.
57108         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57109         strcasecmp_l-nonascii.
57110         (gen-as-const-headers): Add locale-defines.sym.
57111         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57112         * sysdeps/x86_64/strcasecmp.S: New file.
57113         * sysdeps/x86_64/strcasecmp_l.S: New file.
57114         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57115         * sysdeps/x86_64/locale-defines.sym: New file.
57116         * string/test-strcasecmp.c: New file.
57118         * string/test-strcasestr.c: Test both ends of the range of characters.
57119         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57121 2010-07-29  Roland McGrath  <roland@redhat.com>
57123         [BZ #11856]
57124         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57126 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57128         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57129         for ld.so.
57131 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57133         * manual/memory.texi (Malloc Tunable Parameters): Document
57134         M_PERTURB.
57136 2010-07-26  Roland McGrath  <roland@redhat.com>
57138         [BZ #11840]
57139         * configure.in (-fgnu89-inline check): Set and substitute
57140         gnu89_inline, not libc_cv_gnu89_inline.
57141         * configure: Regenerated.
57142         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57144 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57146         * string/test-strnlen.c: New file.
57147         * string/Makefile (strop-tests): Add strnlen.
57148         * string/tester.c (test_strnlen): Add a few more test cases.
57149         * string/tst-strlen.c: Better error reporting.
57151         * sysdeps/x86_64/strnlen.S: New file.
57153 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57155         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57156         lower-latency instructions.
57158 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57160         * string/test-strcasestr.c: New file.
57161         * string/test-strstr.c: New file.
57162         * string/Makefile (strop-tests): Add strstr and strcasestr.
57163         * string/str-two-way.h: Don't undefine MAX.
57164         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57166 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57168         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57169         strcasestr-nonascii.
57170         (CFLAGS-strcasestr-nonascii.c): Define.
57171         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57172         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57173         Remove unused attribute.
57175 2010-07-20  Roland McGrath  <roland@redhat.com>
57177         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57178         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57179         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57180         like LD_HWCAP_MASK can disable hwcaps.
57182 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57184         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57186 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57188         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57189         call in strcasestr.
57190         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57191         __strcasestr_sse42_nonascii.
57192         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57193         strcasestr-nonascii.c.
57194         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57196 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57198         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57199         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57200         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57201         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57203 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57205         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57206         fcntl.
57208 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57210         [BZ #11577]
57211         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57212         dl_signal_cerror.
57214 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57216         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57217         _PC_PIPE_BUF using F_GETPIPE_SZ.
57219 2010-07-05  Roland McGrath  <roland@redhat.com>
57221         * manual/arith.texi (Rounding Functions): Fix rint description
57222         implicit in round description.
57224 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57226         * elf/Makefile: Fix linking for a few tests to make recent linker
57227         happy.
57229 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57231         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57232         $(common-objpfx)libc_nonshared.a.
57234 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57236         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57237         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57238         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57239         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57240         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57241         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57242         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57243         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57247         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57253         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57258         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57259         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57260         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57261         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57262         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57263         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57264         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57265         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57266         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57267         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57268         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57269         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57285 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57287         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57288         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57289         * string/memmove.c (memmove): Renamed to ...
57290         (MEMMOVE): ...this.  Default to memmove.
57291         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57292         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57293         (END_CHK): Define.
57294         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57295         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57296         mempcpy-ssse3-back memmove-ssse3-back.
57297         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57298         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57299         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57300         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57301         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57302         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57303         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57304         * sysdeps/x86_64/multiarch/memmove.c: New file.
57305         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57306         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57307         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57308         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57309         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57310         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57311         Define.
57312         (index_Fast_Copy_Backward): Define.
57313         (HAS_ARCH_FEATURE): Define.
57314         (HAS_FAST_REP_STRING): Define.
57315         (HAS_FAST_COPY_BACKWARD): Define.
57317 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57319         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57320         Restore proper fallback handling.
57322 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57324         [BZ #11701]
57325         * posix/group_member.c (__group_member): Correct checking loop.
57327         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57328         OOM in getpwuid_r correctly.  Return error number when the caller
57329         should return, otherwise -1.
57330         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57331         call returning > 0 value.
57332         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57334 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57336         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57337         libc_nonshared.a from targets in modules-names.
57339 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57341         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57342         requires it.
57344 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57346         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57347         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57348         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57349         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57351 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57353         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57355 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57357         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57358         and F_GETPIPE_SZ.
57359         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57360         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57361         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57362         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57363         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57364         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57366 2010-06-14  Roland McGrath  <roland@redhat.com>
57368         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57370 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57372         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57373         __REDIRECT followed by __THROW.
57374         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57375         * posix/getopt.h (getopt): Likewise.
57377 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57379         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57380         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57381         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57382         in AT_FLAGS.
57383         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57384         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57386 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57388         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57390 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57392         [BZ #11640]
57393         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57394         Properly check family and model.
57396 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57398         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57400 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57402         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57404 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57406         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57407         symbol reference.
57409 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57411         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57412         symbol reference.
57414 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57416         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57417         and internal_recvmmsg.
57418         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57419         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57420         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57421         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57423         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57424         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57425         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57427 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57429         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57431 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57433         POWER7 optimizations.
57434         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57435         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57437 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57439         * version.h: Update for 2.13 development version.
57441 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57443         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57444         exceptions.  Return 0.
57446 2010-05-07  Roland McGrath  <roland@redhat.com>
57448         * elf/ldconfig.c (main): Add a const.
57450 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57452         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57453         (args_options): Add no-idn option.
57454         (ahosts_keys_int): Add idn_flags to ai_flags.
57455         (parse_option): Handle 'i' option to clear idn_flags.
57457         * malloc/malloc.c (_int_free): Possible race in the most recently
57458         added check.  Only act on the data if no current modification
57459         happened.
57461 See ChangeLog.17 for earlier changes.